Re: [Nagios-users] check_http - user+password - string required

2006-02-23 Thread Tom Brown
The URL you're checking is returning a 302 REDIRECT. There is no HTML to look at. You'll probably want to add '--onredirect=follow' and either a -s, -R or -e string check based on your needs. ah ha! thanks - it was the --onredirect=follow that i was missing

[Nagios-users] Monitoring solaris server without installing any plugin

2006-02-23 Thread Mrutyunjaya Dash
Title: Monitoring solaris server without installing any plugin Hi List, I want to monitor few of the Solaris machines, but those all are production servers and they dont have any compiler installed on it. Is there any way to monitor the services without installing any software on the

Re: [Nagios-users] Monitoring solaris server without installing any plugin

2006-02-23 Thread joseph . petrucci
I wrote a lot of my plugins to run commands through an RSA ssh connection from my Nagios machine to other machines. This way there is no code on the monitored machine. Joe Petrucci Office: 704-383-6089 Cell : 724-462-0443 Mrutyunjaya Dash [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED]

[Nagios-users] Plotter and Printer

2006-02-23 Thread Elpida Georgiadou
Hello, where can i find Plugins to monitor Plotter and Printers? Thanks Elpida --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and

Re: [Nagios-users] Plotter and Printer

2006-02-23 Thread Richard Gliebe
On Thu, 2006-02-23 at 14:44 +0100, Elpida Georgiadou wrote: Hello, Hi, where can i find Plugins to monitor Plotter and Printers? I'm using check_snmp. Regards Richard --- This SF.Net email is sponsored by xPML, a groundbreaking

AW: [Nagios-users] Monitoring solaris server without installing any plugin

2006-02-23 Thread Thomas . Zimmer
Title: Nachricht Hi Joseph, would you share these plugins? Greetz, Thomas. Thomas Zimmer Produktservice Betrieb Betrieb Support Sal. Oppenheim jr. Cie., Frankfurt a. Main Telefon: +49 69 7134 5192 Internet: http://www.oppenheim.de E-Mail: [EMAIL PROTECTED] -Ursprüngliche

[Nagios-users] mibs HP LaserJet

2006-02-23 Thread Richard Gliebe
Hi, I want to monitor the Toner capacity (% of Life Remaining) from our HP LaserJet 4100 Series, like the Webinterface show me. Is there a mib available. I can't any on mibdepot.com / hp.com thanks Richard -- Richard Gliebe Fachhochschule Vorarlberg GmbH / University for Applied Science

AW: AW: [Nagios-users] Monitoring solaris server without installi ng any plugin

2006-02-23 Thread Thomas . Zimmer
Title: Nachricht A yes sir, I know, but i didn´t want to script all your plugins by myself ;) I wrote some for solaris, too. But mostly they´re specialized logfile check, or as bad documented, that I think it would not be a good idea to share them. I even did not follow the specifications

Re: [Nagios-users] nagios not notifying by email

2006-02-23 Thread Dave Stern
On Thu, 23 Feb 2006, Toto Capuccino wrote: Hi, Did you check the timeperiods.cfg file as you are using workhours notification for services, you wont receive notification out of this period. 2006/2/23, Dave Stern [EMAIL PROTECTED]: I didn't include timeperiods.cfg because this was the generic

Re: [Nagios-users] nagios not notifying by email

2006-02-23 Thread Mrutyunjaya Dash
Hi, You can check you services.cfg file to verify you have notifications_options to w c u r. This might be one of the reason if you had copied services.cfg file from the sample config file. Regards, Dash -- Sent from my BlackBerry Wireless Handheld -Original

[Nagios-users] Important Message from the Accredo Health Email Gateway

2006-02-23 Thread thomas . edwards
In order to protect our employees, patients, partners and computer systems, Accredo Health, Inc. places restrictions on email passing between our network and the Internet. In compliance with that policy, a message addressed to you has been automatically blocked by the gateway due to decomposition

[Nagios-users] Important Message from the Accredo Health Email Gateway

2006-02-23 Thread thomas . edwards
In order to protect our employees, patients, partners and computer systems, Accredo Health, Inc. places restrictions on email passing between our network and the Internet. In compliance with that policy, a message addressed to you has been automatically blocked by the gateway due to decomposition

[Nagios-users] Check_http with size and regex conditions ignoring size check.

2006-02-23 Thread Andrew Laden
Title: Check_http with size and regex conditions ignoring size check. I want to check a web page, and check both for a regex and for a minimum size. However, it appears that the regex requirement overides the size. Eg. (names changes to protect the innocent) check_http (nagios-plugins

AW: AW: [Nagios-users] Monitoring solaris server without installi ng any plugin

2006-02-23 Thread Thomas . Zimmer
Hi Dash, you still need plugins on your solaris machines even if you use the check_by_ssh cmd. A sample check_command should be included within the sample-config. You simply execute a plugin remotely with check_by_ssh. The option -C ... is used to pass the command and options for the plugin. But

Re: [Nagios-users] nagios not notifying by email

2006-02-23 Thread Dave Stern
On Thu, 23 Feb 2006, Mrutyunjaya Dash wrote: Hi, You can check you services.cfg file to verify you have notifications_options to w c u r. This might be one of the reason if you had copied services.cfg file from the sample config file. services.cfg has notification options currently set to

RE: [Nagios-users] Check_http with size and regex conditions ignoring size check.

2006-02-23 Thread Marc Powell
-Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Andrew Laden Sent: Thursday, February 23, 2006 9:40 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Check_http with size and regex conditions ignoring size check. I

AW: AW: [Nagios-users] Monitoring solaris server without installi ng any plugin

2006-02-23 Thread Thomas . Zimmer
A possible check_by_ssh command: define command { command_name check_by_ssh command_line $USER4$/check_by_ssh -H $HOSTADDRESS$ -t 300 -4 -C ./plugins/$ARG1$ $ARG2$ } Where the $ARG1$ is the path+name of the

Re: [Nagios-users] Monitoring solaris server without installing any plugin

2006-02-23 Thread Ben O'Hara
Same problem here, i just compiled with --without-ssl i belive and run it unencrypted over our management network.BenOn 2/23/06, James E. Pratt [EMAIL PROTECTED] wrote:Hi i have a similar problem where no matter how i try and compile on either sol8 or sol9 (sparc) using the software from

Re: [Nagios-users] Monitoring solaris server without installing any plugin

2006-02-23 Thread Mrutyunjaya Dash
Hi All, I was having same problem, I just compiled with-ssl on the both nagios and monitered host and removed the entry -n option for the check_nrpe command from checkcommands.cfg file. Might be this is what happening with your end. Check if this would help you. Regards, Dash

Re: [Nagios-users] Monitoring solaris server without installing any plugin

2006-02-23 Thread Luc I. Suryo
Hi i have a similar problem where no matter how i try and compile on either sol8 or sol9 (sparc) using the software from sunfreeware (gcc, openssl etc etc), i just cannot get NRPE ssl handshakes to work via inetd... I've tried everything, and triple-checked everything countless times, but

Re: [Nagios-users] Monitoring solaris server without installing any plugin

2006-02-23 Thread Aaron Carr
Have you considered check_by_ssh? IMO, far easier to configure, and just as effective. Aaron On 2/23/06, Luc I. Suryo [EMAIL PROTECTED] wrote: Hi i have a similar problem where no matter how i try and compile on either sol8 or sol9 (sparc) using the software from sunfreeware (gcc,

Re: [Nagios-users] nrpe + solaris problems

2006-02-23 Thread Toto Capuccino
my 2 cents: check that the IP of the host in hosts.cfg is the good one.2006/2/23, Tom Healy [EMAIL PROTECTED]: I can't seem to get nrpe to work correctly, the web interface reportsconnection refused, but if I run it via the command line it getsresults.Example below:On remote solaris 9 box:# ./nrpe

Re: [Nagios-users] nrpe + solaris problems

2006-02-23 Thread Tom Healy
Nope, they match.On Feb 23, 2006, at 12:20 PM, Toto Capuccino wrote:my 2 cents: check that the IP of the host in hosts.cfg is the good one.2006/2/23, Tom Healy [EMAIL PROTECTED]: I can't seem to get nrpe to work correctly, the web interface reportsconnection refused, but if I run it via the

RE: [Nagios-users] nagios not notifying by email

2006-02-23 Thread Marc Powell
-Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Dave Stern Sent: Thursday, February 23, 2006 9:49 AM To: Mrutyunjaya Dash Cc: [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] nagios not notifying by

[Nagios-users] Important Message from the Accredo Health Email Gateway

2006-02-23 Thread thomas . edwards
In order to protect our employees, patients, partners and computer systems, Accredo Health, Inc. places restrictions on email passing between our network and the Internet. In compliance with that policy, a message addressed to you has been automatically blocked by the gateway due to decomposition

Re: [Nagios-users] Important Message from the Accredo Health Email Gateway

2006-02-23 Thread Ethan Galstad
On 23 Feb 2006 at 23:41, Hugo van der Kooij wrote: On Thu, 23 Feb 2006 [EMAIL PROTECTED] wrote: In order to protect our employees, patients, partners and computer systems, Accredo Health, Inc. places restrictions on email passing between our network and the Internet. Listmaster: