-
I just noticed check_nrpe has -u switch for this very purpose.
2009-09-28 09:11:48 UTC in Nagios Plugin Development
-
check_by_ssh currently exist with CRITICAL status when reaching timeout. When used just as a transport mechanism for invoking a remote plugin, it should rather exit with UNKNOWN status in this case.
The patch is trivial, I'd be happy to contribute it if this is agreed.
2009-09-15 20:30:06 UTC in Nagios Plugin Development
-
Indeed, version 1.31 fixes the issues.Thanks :)
2009-09-02 19:20:49 UTC in pam_mount module
-
I forgot: this happened with libHX 3.0. I updated to libHX 3.0.1, it doesn't change anything.
2009-09-01 19:29:20 UTC in pam_mount module
-
I upgraded to 1.30 yesterday, and it triggers segfault in pam, apparently when user non configured to use pam_mount service is concerned, as root.
For instance, su triggers this:
#0 strlen () at ../sysdeps/x86_64/strlen.S:31
No locals.
#1 0x00007f5a40fdd5d1 in pam_sm_open_session (pamh=0x1e19540, flags=, argc=, argv=) at...
2009-09-01 19:27:56 UTC in pam_mount module
-
I confirm the e1000-8.0.13.dont_enable_VFE_on_ifup.patch, adapted to a 2.6.27.24-server-2mnb kernel, workaround the issue.
2009-08-25 13:49:03 UTC in Intel Wired Ethernet
-
I'm also suffering from the same issue, let me know if I can help.
2009-07-27 10:08:10 UTC in Intel Wired Ethernet
-
Many plugins rely on parsing text output. But the formatting of this output varies according to the current system locale, making it quite fragile. It was already reported for instance in https://sourceforge.net/tracker/index.php?func=detail&aid=1433114&group_id=29880&atid=397597
The attached patch, contributed former mandriva package maintainer Oden Eriksson, enforces the use of C locale...
2009-06-08 12:29:45 UTC in Nagios Plugin Development
-
Here is a new version of my own patch, keeping original API intact to reduce impact (sorry, it seems only original reporter can attach files). I just tested it, it works OK.
diff -Naur --exclude '*~' nagios-plugins-1.4.13/plugins/check_http.c nagios-plugins-1.4.13-sni-support/plugins/check_http.c
--- nagios-plugins-1.4.13/plugins/check_http.c 2008-09-02 13:26:31.000000000 +0200
+++...
2009-03-25 21:13:20 UTC in Nagios Plugin Development
-
You can test with https://sympa.msr-inria.inria.fr and https://www.msr-inria.inria.fr, both of them are different virtual hosts running on the same physical hosts, using different certificates. I didn't found the time to test the patch myself yet. To include the test in an automated test suite, however, you'll need a SNI-enabled web server, and I don't think does it.
BTW, your message about...
2009-03-24 21:46:25 UTC in Nagios Plugin Development