Search found 1 match

by uncleVALERA
Mon Jul 25, 2016 2:32 pm
Forum: Open Source Nagios Projects
Topic: restarting nagios through web does not reload config.
Replies: 15
Views: 7539

Re: restarting nagios through web does not reload config.

I have solved the issue! # diff /var/www/nagiosql32/admin/verify.php /var/www/nagiosql32/admin/verify.php.orig 345c345 < $strCommandString = "[".mktime()."] RESTART_PROGRAM;".mktime()."\n"; --- > $strCommandString = "[".mktime()."] RESTART_PROGRAM;"....