Hi Nagios Team,
NagiosXI 5.5.5 ( installed from nagiosxi repo)
OS: RHEL 7.5
Noticed that manage_services.sh is not reporting correct status.
Regards,
Vish.
Issue with manage_services.sh script...
Issue with manage_services.sh script...
You do not have the required permissions to view the files attached to this post.
Re: Issue with manage_services.sh script...
This is happening because you stopped/started NPCD via the init script or the "old" commands:
Try running:
then schedule an immediate check from the web UI. Are you getting the expected result now?
Note: In the future versions of XI, we will improve the way manage_services script works, and may even add npcd as a service in systemd, but for now you could start/stop the daemon using the systemctl commands as a "workaround".
Let us know if this helped. Thanks!
Code: Select all
service npcd stop
service npcd startCode: Select all
systemctl stop npcd
systemctl start npcdNote: In the future versions of XI, we will improve the way manage_services script works, and may even add npcd as a service in systemd, but for now you could start/stop the daemon using the systemctl commands as a "workaround".
Let us know if this helped. Thanks!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Issue with manage_services.sh script...
Perfect, Thanks , now it works !!!
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Issue with manage_services.sh script...
Great!vishfx wrote:Perfect, Thanks , now it works !!!
Locking thread