Re: [Nagios-users] SNMP WARNING

2006-03-20 Thread James Noyes
On Tue, 21 Mar 2006 11:36:55 +1100, "Matthew Joyce" <[EMAIL PROTECTED]> wrote: > Hi all, > > This is driving me nuts, I really needs some help. > I'm trying to monitor some hardware statuses via SNMP. > Ok, I use SNMP to query about 95% of the "things" I monitor under Nagios. It works like a cham

[Nagios-users] RE: Nagios::Report (end of dev cycle).

2006-03-20 Thread Stanley.Hopcroft
Dear Sir, I am writing to thank you for your letter and say, >-Original Message- >Content-Disposition: inline > >Hmm, > >it would be a pitty not to develop this thing further. Like >you say it provides the kind of reports management likes and >up until now it is the only way I have foun

[Nagios-users] SNMP WARNING

2006-03-20 Thread Matthew Joyce
Title: SNMP WARNING Hi all, This is driving me nuts, I really needs some help. I'm trying to monitor some hardware statuses via SNMP. As a reference I'm using this FAQ entry http://www.nagios.org/faqs/viewfaq.php?faq_id=208 And this WIKI entry http://www.nagiosexchange.org/Wiki_Home.wi

Re: [Nagios-users] OCSP timeout for send_nsca

2006-03-20 Thread Kyle Tucker
Darn - never mind - I found the setting. Sorry for the wasted bandwidth. :( -- - Kyle - [EMAIL PROTECTED] http://www.panix.com/~kylet - --- This SF.

[Nagios-users] OCSP timeout for send_nsca

2006-03-20 Thread Kyle Tucker
Hi, I am getting a lot of these errors on my distributed server. Warning: OCSP command '/usr/local/nagios/libexec/eventhandlers/submit_check_result olclient1 'check-sendmail' OK 'SNMP OK - 0 exitstatus - 1 processes - sendmail -'' for service 'check-sendmail' on host 'olclient1' timed

[Nagios-users] FreeBSD bug resolved?

2006-03-20 Thread McCann, Brian
Question for anyone who knows the answer...I've been watching the changelog on the website for some time now, waiting for the FreeBSD bug to get resolved. I remember an older comment saying that 2.0 stable would not be released until it was fixed, but I don't see the fix anywhere in the changelog.

Re: [Nagios-users] check_mysql plugin will not compile

2006-03-20 Thread Arno Lehmann
Hello, On 3/20/2006 9:11 PM, Lundgren, Scott wrote: Errors I have in config.log: configure:9365: checking for mysql_init in -lmysqlclient configure:9395: cc -o conftest -g -I/opt/csw/include -L. conftest.c -lmysqlclient -L/opt/csw/lib/mysql -lz >&5 ld: fatal: library -lmysqlclient: not foun

RE: [Nagios-users] check_mysql plugin will not compile

2006-03-20 Thread Lundgren, Scott
>> Errors I have in config.log: >> >> configure:9365: checking for mysql_init in -lmysqlclient >> configure:9395: cc -o conftest -g -I/opt/csw/include -L. conftest.c >> -lmysqlclient -L/opt/csw/lib/mysql -lz >&5 >> ld: fatal: library -lmysqlclient: not found >> ld: fatal: File processing error

RE: [Nagios-users] performance data reporting

2006-03-20 Thread Mike Koponick
Florian, I understand that perfparse stores it in a database, but I really don't want to maintain two databases, and/or yet another set of tables. It seems to me that you should be able to get performance data into the NDO tables and calculate from there. Mike -Original Message- From: F

Re: [Nagios-users] check_mysql plugin will not compile

2006-03-20 Thread Arno Lehmann
Hello, On 3/20/2006 7:28 PM, Lundgren, Scott wrote: I'm getting the following error messages in config.log as I try to compile check_mysql. Can someone tell me why configure is not finding the file? I'm using: nagios-plugins-1.4.2, MySQL 4.1.15 I set: LD_OPTIONS=-R/opt/csw/lib -R/opt/csw/mys

[Nagios-users] utilizing both email and pager notifications with single contact

2006-03-20 Thread Terry
Hello, I want to have a single contact and have critical sent to pager and warning sent to email. Like this: define contact{ contact_nameadmin01 alias Terry host_notification_period24x7 service_notification_period 24x7 host_notification_op

[Nagios-users] check_mysql plugin will not compile

2006-03-20 Thread Lundgren, Scott
I'm getting the following error messages in config.log as I try to compile check_mysql. Can someone tell me why configure is not finding the file? I'm using: nagios-plugins-1.4.2, MySQL 4.1.15 I set: LD_OPTIONS=-R/opt/csw/lib -R/opt/csw/mysql4/lib/mysql -L/opt/csw/lib Errors I have in config

Re: [Nagios-users] performance data reporting

2006-03-20 Thread Florian Gleixner
Mike Koponick wrote: > Terry, > > I know for me, I would like to see something like an output of MRTG. I > know I can integrate MRTG in some forms, but I would like to pull > directly from the MySQL tables/columns, rather than using something like > RRDTool, as I can get a better (longer) history

Antwort: Re: Antwort: [Nagios-users] Issue with Check_ssh

2006-03-20 Thread srunschke
Gordon Stewart <[EMAIL PROTECTED]> schrieb am 20.03.2006 16:23:22: > The command line I am having the trouble with is   > > define command{ >         command_name    check_ssh >         command_line    $USER1$/check_ssh -t 10 -p 99 $HOSTADDRESS$ >         } > > As I said it works with some host

RE: [Nagios-users] performance data reporting

2006-03-20 Thread Mike Koponick
Terry, I know for me, I would like to see something like an output of MRTG. I know I can integrate MRTG in some forms, but I would like to pull directly from the MySQL tables/columns, rather than using something like RRDTool, as I can get a better (longer) history using the MySQL database. This wo

Re: Antwort: [Nagios-users] Issue with Check_ssh

2006-03-20 Thread Gordon Stewart
List The command line I am having the trouble with is define command{ command_namecheck_ssh command_line$USER1$/check_ssh -t 10 -p 99 $HOSTADDRESS$ } As I said it works with some hosts but not all hosts. Thanks Gordon > > From: [EMAIL PROTECTED] > Date: 2006

Antwort: [Nagios-users] Issue with Check_ssh

2006-03-20 Thread srunschke
[EMAIL PROTECTED] schrieb am 20.03.2006 16:01:10: > I am using check_ssh to check if the ssh is runing on some hosts.   > On a number of hosts the check is running ok, on others  I am > getting check_ssh: Could not parse arguments.  I can log on using > ssh that are giving me the parsing error.

[Nagios-users] Issue with Check_ssh

2006-03-20 Thread Gordon Stewart
Dear List I am using check_ssh to check if the ssh is runing on some hosts. On a number of hosts the check is running ok, on others I am getting check_ssh: Could not parse arguments. I can log on using ssh that are giving me the parsing error. Can any one help me to resolve this nagios err

Re: [Nagios-users] Nagios-Report-0.002 on CPAN/NagiosExchange.

2006-03-20 Thread Hans Engelen
Hmm,   it would be a pitty not to develop this thing further. Like you say it provides the kind of reports management likes and up until now it is the only way I have found to create biased reporting.   What do I mean ? I mean I don't care about how many hours application or server xyz was down dur

[Nagios-users] Apologies for 'Verschuiven a.s. Nagios overleg'

2006-03-20 Thread Richard.Luys
Hi all, Apologies for the message I've sent to the user-list. Damn Outlook! It was supposed to be sent to an internal mailinglist, but my outlook did not recognize it as such. Again, my humble apologies for this misconvenience! Regards, Richard Luys VANDERLET BV

[Nagios-users] Verschuiven a.s. Nagios overleg

2006-03-20 Thread Richard.Luys
Heren,   A.s. vrijdag staat er weer een Nagios overleg gepland. Vincent is afwezig en mij zou vrijdag thuis werken ook erg goed uitkomen. Iemand bezwaar als we het overleg naar vrijdag de 31e verplaatsen?   Jasper, Als niemand bezwaar heeft, kun jij eenmalig (dus alleen voor a.s. vrijd