Search found 10 matches

by r0tty
Tue Jan 26, 2016 3:22 am
Forum: Open Source Nagios Projects
Topic: On RHEL7 check_disk interfering with autofs timeout
Replies: 16
Views: 9206

Re: On RHEL7 check_disk interfering with autofs timeout

Hi, Well thanks for taking the time to look, but I think your latest test proves that you the issue is not reproducable. If I were to repeat those commands on my systems I would see this (or something similar to it): [root@suse11 libexec]# ./check_disk -w 5 -c 5 DISK OK - free space: / 3725 MB (52% ...
by r0tty
Mon Jan 25, 2016 3:25 am
Forum: Open Source Nagios Projects
Topic: On RHEL7 check_disk interfering with autofs timeout
Replies: 16
Views: 9206

Re: On RHEL7 check_disk interfering with autofs timeout

Hi,

I am using:

Code: Select all

/opt/nagios/libexec/check_disk -w 20% -c 10% -l -X cifs 
But I have also tried:

Code: Select all

/opt/nagios/libexec/check_disk -w 20% -c 10% -L -X cifs 
See my original post for output details and change in behaviour after the 'first run'.

Rotty
by r0tty
Thu Jan 21, 2016 3:14 am
Forum: Open Source Nagios Projects
Topic: On RHEL7 check_disk interfering with autofs timeout
Replies: 16
Views: 9206

Re: On RHEL7 check_disk interfering with autofs timeout

Hi, Autofs is a key component of this. It is the autofs task of scanning a remote server for available exports that loads them into mount. A normal mount does not have to do the equivalent of 'showmount -e'. I haven't tried the watch command, but when I ran this commands before there was only a spli...
by r0tty
Wed Jan 20, 2016 2:04 am
Forum: Open Source Nagios Projects
Topic: On RHEL7 check_disk interfering with autofs timeout
Replies: 16
Views: 9206

Re: On RHEL7 check_disk interfering with autofs timeout

Hi, Thanks for that, but I'm not sure if you're using automount or not? Also, if you have no mounts of the remote server I would not expect to see the behaviour - only if you maintain one of the mounts... something like this: [root@localhost ~]# umount /mnt/test [root@localhost ~]# umount /mnt/test2...
by r0tty
Mon Jan 18, 2016 10:57 am
Forum: Open Source Nagios Projects
Topic: On RHEL7 check_disk interfering with autofs timeout
Replies: 16
Views: 9206

Re: On RHEL7 check_disk interfering with autofs timeout

Hi, Thanks for the responses everyone. @jolson: Agreed that it doesn't list every mount - it lists every mount available from a remote server that a connection has been established with. The example of different behaviour you've given is interesting, but can you confirm that there are other exports ...
by r0tty
Fri Jan 15, 2016 11:19 am
Forum: Open Source Nagios Projects
Topic: On RHEL7 check_disk interfering with autofs timeout
Replies: 16
Views: 9206

On RHEL7 check_disk interfering with autofs timeout

I'm seeing a problem with check_disk (from plugin v2.1.1) running on RHEL7 that I didn't see on RHEL6 - hopefully this output illustrates the problem: # service autofs stop Redirecting to /bin/systemctl stop autofs.service # service autofs start Redirecting to /bin/systemctl start autofs.service # f...
by r0tty
Fri Nov 15, 2013 1:34 pm
Forum: Open Source Nagios Projects
Topic: Seeing contactgroup information via the web UI
Replies: 3
Views: 1554

Re: Seeing contactgroup information via the web UI

Simply beautiful! I've not scripted it yet, but the URLs are exactly what I need - scripting it will be easy from here. Much appreciated.

Rotty
by r0tty
Wed Nov 13, 2013 12:02 pm
Forum: Open Source Nagios Projects
Topic: Seeing contactgroup information via the web UI
Replies: 3
Views: 1554

Seeing contactgroup information via the web UI

Hi, Using the nagios web interface is it possible to extract the contactgroups associated with a server and the e-mail addresses associated with the contactgroups? The reason I ask is that I'm using curl to control and report on my Nagios instance and I want to use the same technique for a script I ...
by r0tty
Wed Aug 28, 2013 3:56 am
Forum: Open Source Nagios Projects
Topic: Visibility of services and hosts to contact groups
Replies: 2
Views: 12815

Re: Visibility of services and hosts to contact groups

Hi,

Thanks Spenser for that. It's not what I wanted to hear, but at least I finally have a good answer and I can stop looking for an error that isn't there!

David
by r0tty
Tue Aug 27, 2013 12:39 pm
Forum: Open Source Nagios Projects
Topic: Visibility of services and hosts to contact groups
Replies: 2
Views: 12815

Visibility of services and hosts to contact groups

Hi, I have a problem controlling who can see what at the service level with Nagios® Core™ 3.5.0. I don't have a problem at the host level that seems to work fine. So, my question is this: should I be able to control by contact group who can see a subset of services on a particular host, with the cav...