Issue with check_init_service plugin

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Issue with check_init_service plugin

Post by bsivavani »

Hi,

We are trying to monitor kafka-manager service using check_init_service plugin and kafka-manager service available in /etc/init.d/kafka-manager

When we check the status of service, we are getting service is in stopped state even though it is running at backend and getting the same message in Nagios console.
[root@XXXX libexec]# service kafka-manager status
kafka-manager is not running.
[root@XXXX libexec]#

Kindly advice ?
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Issue with check_init_service plugin

Post by cdienger »

Do you see it running if you run:

Code: Select all

/bin/systemctl is-active kafka-manager
?

One other thing to consider is it may be starting via a different method outside of an init script. I
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Re: Issue with check_init_service plugin

Post by bsivavani »

We are RHEL 6 server.

Systemctl is RHEL 7 command.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Issue with check_init_service plugin

Post by cdienger »

Ticket received. Closing thread.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked