Public bug reported:

Binary package hint: nagios2-common

The init script for nagios2 (from nagios2-common) references the wrong
PID file. This will only be an issue if the PID file can't be obtained
from the nagios.cfg file.

Line 118 of /etc/init.d/nagios2:
[ -n "$THEPIDFILE" ] || THEPIDFILE='/var/run/nagios2/nagios.pid'

This should read:
[ -n "$THEPIDFILE" ] || THEPIDFILE='/var/run/nagios2/nagios2.pid'

(note: nagios2.pid and not nagios.pid)

Version information:
Package: nagios2-common
Priority: optional
Section: universe/net
Installed-Size: 404
Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
Original-Maintainer: Debian Nagios Maintainer Group <[EMAIL PROTECTED]>
Architecture: all
Source: nagios2
Version: 2.9-1

This was noted in gusty.

** Affects: nagios2 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
nagios2 init script has wrong PID file
https://bugs.launchpad.net/bugs/174466
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to