Re: [Nagios-users] NRPE

2006-07-28 Thread Frank Thyes
Trying xx.x.xx.x... Connected to bla.blabla.blub.eu. Escape character is '^]'. Connection closed by foreign host. If so, for debugging purposes use check_nrpe -H client-ip from your Server... maybe your command definition on client side is bogus. Frank -- Religion kill humans

Re: [Nagios-users] How to monitor complex websites?

2006-06-07 Thread Frank Thyes
, or should I walk another path? Please advise, any suggestions are welcome! Use Perl. Regards Frank -- #!/usr/bin/perl printf(($_=(3x3).3+33)=~s=3(?![^3]|$)=f=eg); sub f{eval(@_?$_:'$+'x3);} ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net

Re: [Nagios-users] question about nagiosgraph

2006-05-26 Thread Frank Thyes
mistake by nagiosgrapher is to have some spaces or tabs in the config. Check your grapher definitions with vi. If the file is loaded type :set list enter Regards Frank -- Mad cow? You'd be mad too, if someone was trying to eat you. --- All

Re: [Nagios-users] check_snmp_storage.pl

2006-05-26 Thread Frank Thyes
/Type table : Requested table is empty or does not exist. Whats the difference between the systems (except from the color ;)? Can't seem to figure out what's wrong and also I'm just not that savvy in snmp. Any help would be appreciated... Regards Frank -- Documentation is like sex: when

Re: [Nagios-users] Nagios cgi-bin error

2006-05-26 Thread frank
You do not have Indexes enabled for your cgi-bin directory, that's why you can't browse it. This is a good thing. Also, the whole point of defining a ScriptAlias directory is that the webserver will attempt to _execute_ all the files that are called from that location. Not just display,

Re: [Nagios-users] Monitoring HTTPS

2006-05-18 Thread Frank Thyes
an ssl certificate? Dont blame me because i am to lazy to recompile and try. :) Regards Frank -- Contrary to popular belief, Unix isnt user friendly. It just happens to be selective about who it makes friends with. --- Using Tomcat but need to do

Re: [Nagios-users] Monitoring HTTPS

2006-05-18 Thread Frank Thyes
the certificate is expired. Thanks C. Regards Frank -- Computers are like air conditioners. Both stop working, if you open windows. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

[Nagios-users] Re: Problem: host UP messages

2006-05-03 Thread Frank Guarino
register 0 contact_groups OnCall_DBA,DatabaseAdmins-WH } If you need any other configuration information, let me know and I'll post that as well. Thanks in advance! -Frank Guarino Original message: I'm still fairly new to Nagios and I'm having a problem with notifications. I

Re: [Nagios-users] nagios.lock

2006-04-28 Thread Frank Thyes
/nagios.lock cannot be found Is there any command to restore this? Sure, use the same commands in reverse order. Regards Frank -- God save the screen. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done

RE: [Nagios-users] Re: Monitor DHCP Server []

2006-04-21 Thread Frank, Jason
There are several reasons to fail to bind a low numbered port. The most obvious is not having root privileges. If you running as root (regardless if the program is setuid root), that is not in play. The second most obvious is that something else is already listening on that port. I'd check

Re: [Nagios-users] Nagios and its config files

2006-04-05 Thread frank
On Wed, 5 Apr 2006, Sam Rowe wrote: Hi All, Somewhere between Nagios 2.0b4 and 2.1, Nagios started traversing .svn trees looking for config files. Is there any way to get it to ignore them? We have our live config in svn and would love to keep it there. Also, is there any chance that the

Re: [Nagios-users] documentation/tutorial for configuring nrpe or ncsa for monitoring remote servers(windows/linux/unix)

2006-04-04 Thread Frank Thyes
and follow the instructions in den README. Cheers Frank -- Nature always sides with the hidden flaw. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend

RE: [Nagios-users] Nagios doesn't send mail!

2006-03-09 Thread Frank, Jason
Do you seeing it trying to send a notification in the log file? Perhaps you've configured it not to send emails. Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 09, 2006 9:16 AM To:

Re: [Nagios-users] NRPE SSL Error

2006-03-02 Thread Frank Thyes
there?? Have you build the nrpe daemon with ssl? What does ldd nrpe say? Log enabled? Regards Frank -- A: Maybe because some people are too annoyed by top-posting. Q: Why do I not get an answer to my question(s)? A: Because it messes up the order in which people normally read text. Q: Why is top

Re: [Nagios-users] NRPE SSL Error

2006-03-02 Thread Frank Thyes
+++ Frank Thyes [Thu, Mar 02, 2006 at 02:11:21PM CET]: Hi Vincent, +++ Vincent Ngundi [Thu, Mar 02, 2006 at 01:51:59PM CET]: Thanks for your response. * Yes, I have compiled the nrep daemon with ssl. I ran ./configure --enable-ssl * ldd nrpe returns ldd: nrpe: No such file

RE: [Nagios-users] Monitor Fileserver

2006-02-27 Thread Frank, Jason
NetApp certainly has SNMP support. It's not wonderful, it only supports v1. As a result, it has the usual problems with overflowing COUNTER32's. But, it's fairly easy to set up and will let you monitor just about anything you want. Jason From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[Nagios-users] check_nrpe 2.0 and simple shell scripting

2006-02-17 Thread Frank Thyes
with statical values. Any ideas? Regards Frank -- religion kill humans! --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files

Re: [Nagios-users] check_nrpe 2.0 and simple shell scripting

2006-02-17 Thread Frank Thyes
exit 1 fi fi if [ $AMOUNT -gt $THRESHOLD_CRITICAL ]; then echo $AMOUNT exit 2 fi echo unknown; exit 3 xx:# ./mail 9986 xx:# echo $? 0 Regards Frank -- We belong to here where no one cares and no one loves. No light and no air to live in a place called

Re: [Nagios-users] Hosts PENDING

2006-02-02 Thread frank
I can't find the specific doc/FAQ that says so, but I know its been discussed here before: Every host needs a service. A host will not be checked if it doesn't have one. Even tho your host-check is probably a check_ping or check_icmp, add a _service_ to that host that does yet another

Re: [Nagios-users] getting nagios to snmp to my box, Where do i specify the community

2005-12-13 Thread frank
First you need to decide what kind of check you're attempting. Your mail says snmp (and smnp) but your config says SMTP. Try actually running an SNMP check and you might get better results. At the very least you'll get rid of those Connection refused messages since SNMP is stateless. -f

[Nagios-users] Réf. : [Nagios-users] Problem with nagios-plugin built RPM

2005-12-06 Thread frank . bourdeau
Hi, You must intsall the package perl-SNMP from your distro or you must rebuild your nagios-plugins package, because you have installed net::SNMP perl script. Best regards Frank BOURDEAU tel: 0241936560 fax: 0241936681 [EMAIL PROTECTED] Brian Ipsen [EMAIL PROTECTED] Envoyé par

<    1   2