Public bug reported:

Dear maintainer,

In the file /etc/monit/monitrc.d/snmpd the start and stop commands for snmp are:
   start program = "/sbin/service snmpd start"
   stop  program = "/sbin/service snmpd stop"

but apparently `service` has been moved in `/usr/sbin/`, so the right commands 
should be
   start program = "/usr/sbin/service snmpd start"
   stop  program = "/usr/sbin/service snmpd stop"

Thank you for your time.

Regards,
Enrico

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

** Patch added: "snmpd.patch"
   
https://bugs.launchpad.net/bugs/1558991/+attachment/4602980/+files/snmpd.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558991

Title:
  Wrong sbin/service path in snmpd monit file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/monit/+bug/1558991/+subscriptions

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

Reply via email to