Nagios XI automagic filesystem monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bennyboy
Posts: 157
Joined: Thu Oct 29, 2015 9:42 am

Nagios XI automagic filesystem monitoring

Post by bennyboy »

Hi,

I install a Nagios XI agent on linux and I specified all the filesystem to Nagios XI. After 2 week someone add a new filesystem and Nagios XI don't monitor that new filesystem.
It's possible to automatic add new filesystem to Nagios XI.

Magic..

Thank you!!
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI automagic filesystem monitoring

Post by rkennedy »

I'd like to help, but need to gather a bit more information about this -

- Are you running an individual check for each filesystem or multiple checks?
- What wizard did you use to set this up?
- What type of check is this running?
Former Nagios Employee
bennyboy
Posts: 157
Joined: Thu Oct 29, 2015 9:42 am

Re: Nagios XI automagic filesystem monitoring

Post by bennyboy »

I use the Linux Wizard. When I follow the wizard I have to add each filesystem I want to check.

I use check_nrpe.

Can you explain how I can check filesystem.

Thank you!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI automagic filesystem monitoring

Post by lmiltchev »

It's possible to automatic add new filesystem to Nagios XI.

Magic..
Adding new filesystem checks won't be automatic (magic). :) However, you can run:

Code: Select all

df -h
on the remote server.

Examine the output, and decide what you need to monitor. Rerun the Linux Server wizard.
If you used the same hostname, the wizard would just add the new service to the existing host (wouldn't create a new host).
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked