Re: [Nagios-users] nagios plugins install error

2008-05-16 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 chris friesen wrote: | I believe so, I installed the openssl-devel.rpm and converted to .tgz | so... but even so I still get the error... You are running slackware. So if you start installing rpm stuff you are screwing up a system. If you want to use

Re: [Nagios-users] nagios plugins install error

2008-05-16 Thread chris friesen
I believe so, I installed the openssl-devel.rpm and converted to .tgz so... but even so I still get the error... Marc Powell wrote: > On May 16, 2008, at 2:18 PM, chris friesen wrote: > > >> Slackware 9.1.0 I am tyring to install the Nagios plugins (1.4.11) >> and >> receive the error be

[Nagios-users] EXPORT REPORT TO CSV

2008-05-16 Thread Ricardo Duque Olaya
Hi People: I have installed Nagios 3.0.1. I want export availability report to CSV, but Nagios only export to CSV when I select ALL HOST. I need export all availability reports to CSV, I tried with nagios-reporter.v131.pl and a patch to avail.c, but none works. Any help?? Regards -- Ricardo D

Re: [Nagios-users] Url in the notification?

2008-05-16 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Palle L Jensen wrote: | For example Nagios sends out an alert on high CPU load, would it be | possible to add the URL to the graph for the CPU load? Have you looked at the Macro's? (http://nagios.sourceforge.net/docs/3_0/macrolist.html) $HOSTNOTESUR

Re: [Nagios-users] nagios plugins install error

2008-05-16 Thread Marc Powell
On May 16, 2008, at 2:18 PM, chris friesen wrote: > Slackware 9.1.0 I am tyring to install the Nagios plugins (1.4.11) > and > receive the error below. I can't tell what it is I need to do. It > appears to not like libcrypto.a I have the most current version of > openssl. Do you have the

Re: [Nagios-users] Url in the notification?

2008-05-16 Thread Marc Powell
On May 16, 2008, at 1:19 PM, Palle L Jensen wrote: > I just love Nagios; it does so much great work for you! > As you work with it though sometimes thoughts comes up, can it do > more? > > Here is my thought. > > For example Nagios sends out an alert on high CPU load, would it be > possible t

Re: [Nagios-users] Problems With proc statament at snmpd.conf

2008-05-16 Thread Saulo Augusto Silva
On Fri, 2008-05-16 at 10:10 -0400, Tom Throckmorton wrote: > On 5/16/08 9:16 AM, Saulo Augusto Silva wrote: > > > ... > > proc db2sysc > > proc snmpd > > > > the snmpwalk : > > snmpwalk -v 2c -c public 127.0.0.1 .1.3.6.1.4.1.2021.2.1 > > UCD-SNMP-MIB::prIndex.1 = INTEGER: 1 > > UCD-SNMP-MIB:

[Nagios-users] nagios plugins install error

2008-05-16 Thread chris friesen
Slackware 9.1.0 I am tyring to install the Nagios plugins (1.4.11) and receive the error below. I can't tell what it is I need to do. It appears to not like libcrypto.a I have the most current version of openssl. Anybody else have this issue ? /bin/sh ../libtool --tag=CC --mode=link gcc -g

[Nagios-users] Url in the notification?

2008-05-16 Thread Palle L Jensen
I just love Nagios; it does so much great work for you! As you work with it though sometimes thoughts comes up, can it do more? Here is my thought. For example Nagios sends out an alert on high CPU load, would it be possible to add the URL to the graph for the CPU load? So it would look

Re: [Nagios-users] Nagios 3.0.1 + OpenBSD 4.3 = segfault (core dumped)

2008-05-16 Thread Brian A. Seklecki
Looking for BT output like at the bottom of: http://bugs.php.net/bugs-generating-backtrace.php ~BAS On Fri, 16 May 2008, nuffnough wrote: > 2008/5/16 Brian A. Seklecki <[EMAIL PROTECTED]>: >> gdb `which nagios` /path/to/core.file >> >> gdb> bt >> >> Paste results here >> >> ~BAS > > > GNU gd

Re: [Nagios-users] Slightly-OT - Notification management

2008-05-16 Thread Julian Hein
Hi, Ugo Bellavance <[EMAIL PROTECTED]> wrote on 15.05.08 17:18: > Julian Hein a écrit : >> Hi, >> >> Ugo Bellavance <[EMAIL PROTECTED]> wrote on 09.05.08 16:10: >> >>> Terry a écrit : We just utilize sms and have a different ring profile for SMS messages. The ring profile says that i

Re: [Nagios-users] Problems With proc statament at snmpd.conf

2008-05-16 Thread Tom Throckmorton
On 5/16/08 9:16 AM, Saulo Augusto Silva wrote: > ... > proc db2sysc > proc snmpd > > the snmpwalk : > snmpwalk -v 2c -c public 127.0.0.1 .1.3.6.1.4.1.2021.2.1 > UCD-SNMP-MIB::prIndex.1 = INTEGER: 1 > UCD-SNMP-MIB::prIndex.2 = INTEGER: 2 > UCD-SNMP-MIB::prNames.1 = STRING: db2sysc > UCD-SNMP-M

[Nagios-users] Problems With proc statament at snmpd.conf

2008-05-16 Thread Saulo Augusto Silva
Hi , Did anyone here face the problem to have the proc configured and did not received any change using nagios check_plugin ? Ifact any change in configured proc process is changed . Here my snmpd.conf syslocation Server Room syscontact Sysadmin ([EMAIL PROTECTED]) rocommunity public 127.0.

Re: [Nagios-users] NRPE: Unable to read output

2008-05-16 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Marcus > Sent: Friday, May 16, 2008 4:06 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] NRPE: Unable to read output > > Hi Folks, > > i'm trying to get a plugin f

Re: [Nagios-users] RESOLVED: NRPE: Unable to read output

2008-05-16 Thread Marcus
Hi folks, I figured it out, via the debug switch. The "mysterious" error demystified: Can't locate utils.pm in @INC ;-) The check-plugin just didn't look for utils.pm in /usr/local/nagios/libexec, but it did look for it in "./". And since I always run it from /usr/local/nagios/libexec as worki

Re: [Nagios-users] NRPE: Unable to read output

2008-05-16 Thread Marcus
Hi Thomas, Thomas Guyot-Sionnest schrieb: > If you're trying to run the plugin locally as root then try as the > nagios user instead (or whichever user nrpe runs as). I.e.: Actually, it doesn't matter, running the check as root as well as nagios gives the same result. I su'ed to nagios in the pre

Re: [Nagios-users] Newbie question - check_snmp syntax

2008-05-16 Thread mrinal devadas
Hi Patrick, Thank you for the detailed explanation. Yes, I am just polling SNMP for values. The switches provided in the check_snmp service are values that the plugin seems to require. The SNMP version is always 2c and the community string is public. If I do not specify Œ-L noAuthNoPriv¹ the switc

Re: [Nagios-users] NRPE: Unable to read output

2008-05-16 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/05/08 05:05 AM, Marcus wrote: > Hi Folks, > > i'm trying to get a plugin for openvpn > (http://www.nagiosexchange.org/cgi-bin/pages/Detailed/1315.html) to work > with nrpe, but it gives me the dreaded "NRPE: Unable to read output"-error. > >

[Nagios-users] NRPE: Unable to read output

2008-05-16 Thread Marcus
Hi Folks, i'm trying to get a plugin for openvpn (http://www.nagiosexchange.org/cgi-bin/pages/Detailed/1315.html) to work with nrpe, but it gives me the dreaded "NRPE: Unable to read output"-error. The server is a sles10sp1-xen-host running openvpn with the management-console which is reachabl