service already deactivate but it still show

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kimseng
Posts: 42
Joined: Tue Apr 24, 2018 1:40 am

service already deactivate but it still show

Post by kimseng »

Dear Support Team,

This morning i already deactivated service on my host but it's still show and send notification. see attachment file.

Image
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: service already deactivate but it still show

Post by npolovenko »

Hello, @kimseng. Please run the following commands in order and let me know if the deactivated services go away:
service nagios stop
service ndo2db stop
mv /usr/local/nagios/var/ndo2db.lock /usr/local/nagios/var/ndo2db.lock.bak


mv /usr/local/nagios/var/ndo.sock /usr/local/nagios/var/ndo.sock.bak

service ndo2db start
service nagios start
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked