Changes of Revision 7
[-] [+] | Changed | nagiosgrapher |
@@ -22,7 +22,7 @@ ### END INIT INFO # Check for missing binaries (stale symlinks should not happen) -nagiosgrapher_BIN=/usr/lib/nagios/contrib/collect2.pl +nagiosgrapher_BIN=/usr/lib/nagios/grapher/collect2.pl test -x $nagiosgrapher_BIN || { echo "$nagiosgrapher_BIN not installed"; exit 5; } # Check for existence of needed config file |