nagios-plugins icon indicating copy to clipboard operation
nagios-plugins copied to clipboard

Ubuntu Trusty makes problems for check_service

Open tobixen opened this issue 6 years ago • 0 comments

Two problems:

  • "status $foo" doesn't seem to work, but the check_service.sh-script relies on it.
  • "service $foo status" yields the output "$foo is NOT running" (and exit code 0, of course), the script expects to see "$foo is not running".

Good riddance with upstart ... but still, Trusty is an LTS-release that has not yet gone EOL, so it ought to be supported by the script.

I'll try to produce a pull request for this if I get time. This is not so urgent anymore for me, customer decided to do things without our help due to delays and problems from my side - but since I'm already working on it I may as well try to complete it.

tobixen avatar Mar 19 '18 08:03 tobixen