... Playbook #113

Nginx Failover Check

These steps facilitate quick identification of Nginx failover causes, streamlining troubleshooting for swift issue resolution and enhanced system reliability.

NginxPlus failover check the syslog for "nginx-ha-keepalived: My state:"
                              
tail -n1000 /var/log/syslog 
                              
                            
During the NginxPlus failover check the dmesg log
                              
dmesg -T
                              
                            
To check the current status for keepalived service
                              
service keepalived status