Monitor drbd service in Linux server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vtcedu
Posts: 16
Joined: Wed Mar 11, 2015 9:07 pm

Monitor drbd service in Linux server

Post by vtcedu »

Hi,

I want to set a monitor to check a new linux server drbd service but the result = unknown. Attached a capture another server result is normal.

Thanks
Ricky
[email protected]
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Monitor drbd service in Linux server

Post by ssax »

SSH into the X.X.X.25 system and (as root) run these commands:

Code: Select all

su - nagios
sudo /usr/local/nagios/libexec/check_init_service drbd
What is the output?
Locked