Search found 12 matches

by salderman1
Tue May 06, 2014 2:52 pm
Forum: Open Source Nagios Projects
Topic: Can I exclude a check from being a "Problem"
Replies: 3
Views: 1344

Re: Can I exclude a check from being a "Problem"

Looking through the status page(where this is generated) filters, filtering specifically via hostname\service name does not seem to be possible. You can use other host\service properties, such as notifications disabled, so if you wanted to set one of those properties specifically for these services...
by salderman1
Tue May 06, 2014 8:28 am
Forum: Open Source Nagios Projects
Topic: Can I exclude a check from being a "Problem"
Replies: 3
Views: 1344

Can I exclude a check from being a "Problem"

Hi, We are using the check_yum plugin on RHEL variants to monitor available updates. I am curious if there is a way to exclude this service's status from being included as a "problem" when the returned status is not OK? Overall, I have about 140 hosts and 1440 services monitored, out of 52...
by salderman1
Thu Feb 06, 2014 3:57 pm
Forum: Open Source Nagios Projects
Topic: check_disk falsely reporting 0% free Nagios Users
Replies: 18
Views: 12427

Re: check_disk falsely reporting 0% free Nagios Users

Seems like you're right this issue is resolved in the latest greatest. I guess I'll reach out to the OpenCSW folks and see what their timeline is or make a request. The latest 1.4 version is packages and available from all three of their repo's unstable, test and "stable" whatever they cal...
by salderman1
Thu Feb 06, 2014 3:02 pm
Forum: Open Source Nagios Projects
Topic: check_disk falsely reporting 0% free Nagios Users
Replies: 18
Views: 12427

Re: check_disk falsely reporting 0% free Nagios Users

Alright. Let us know how it goes. At least try the new version on one of the problematic boxes to see if that will resolve the issue. Well, I've found a SPARC T4 to build on but it's not going smoothly... Please bear with my, this is the first compiled project I've worked with from github. Here's m...
by salderman1
Thu Feb 06, 2014 2:00 pm
Forum: Open Source Nagios Projects
Topic: check_disk falsely reporting 0% free Nagios Users
Replies: 18
Views: 12427

Re: check_disk falsely reporting 0% free Nagios Users

There is a good chance this was fixed in 1.5 and beyond. But you already know this. The real trick is building the 1.5 plugins pack on your legacy hardware and there are no 1.5 bins available for your platform. And even more complicated is the fact that we're using Puppet to manage nagios/nrpe pack...
by salderman1
Thu Feb 06, 2014 11:52 am
Forum: Open Source Nagios Projects
Topic: check_disk falsely reporting 0% free Nagios Users
Replies: 18
Views: 12427

Re: check_disk falsely reporting 0% free Nagios Users

As we continue to deploy nagios/nrpe to our Solaris SPARC database servers, I've compiled some correlating info... /# /opt/csw/libexec/nagios-plugins/check_disk -w 20% -c 10% -R "^/$|oracle$|^/u[0-9]+" -X tmpfs DISK OK - free space: / 198350 MB (94% inode=99%); /u01 36542 MB (36% inode=99%...
by salderman1
Thu Jan 30, 2014 1:16 pm
Forum: Open Source Nagios Projects
Topic: check_disk falsely reporting 0% free Nagios Users
Replies: 18
Views: 12427

Re: check_disk falsely reporting 0% free Nagios Users

sreinhardt wrote:I will have to setup a opensolaris or opencsw system with some virtual disks in zpools to test it tonight.
Hi, I don't mean to be a pest, but I was curious if you had any luck on your testing.

Thanks!
by salderman1
Thu Jan 23, 2014 4:34 pm
Forum: Open Source Nagios Projects
Topic: check_disk falsely reporting 0% free Nagios Users
Replies: 18
Views: 12427

Re: check_disk falsely reporting 0% free Nagios Users

My mistake on the version, now I'm not sure where I got 1.4.2 from... Anyway, the news file states that it should have been resolved with the changes to plugins/check_disk.c and lib/disk_utils.c with 1.4.16, which should indicate that you have it. Apparently this does not seem to be the case. I wil...
by salderman1
Thu Jan 23, 2014 10:35 am
Forum: Open Source Nagios Projects
Topic: check_disk falsely reporting 0% free Nagios Users
Replies: 18
Views: 12427

Re: check_disk falsely reporting 0% free Nagios Users

Unfortunately, it would appear that OpenCSW does not provide the version you are referring to. I am running 1.4.16, not 1.4.2 - # /opt/csw/libexec/nagios-plugins/check_disk -V check_disk v1.4.16 (nagios-plugins 1.4.16) - which seems to be the latest version of nagios_plugins in all of the package tr...