Re: [Nagios-users] Plugin for HP Proliant Hardware Health Monitoring

2007-04-27 Thread joe . stringfellow
Hi Rainer,

Thank you very much for your reply. I have the CD's here somewhere for 
Insight Manager and will have a look to find the MIBS for the particular 
hardware.  (never thought to look on the CD's). Downloading an SNMP 
browser from the internet should be easy enough.
When I manage to find some free time I'll investigate further and let the 
list know how I got on.

Once again, thanks for your input.

Joe




Rainer Duffner [EMAIL PROTECTED] 
26/04/2007 11:24

To
[EMAIL PROTECTED]
cc
nagios-users@lists.sourceforge.net
Subject
Re: [Nagios-users] Plugin for HP Proliant Hardware Health Monitoring






[EMAIL PROTECTED] wrote:

 I have been reading this check_hpasm thread and looked at some of the 
 documentation which seems to suggest the plugin is used for monitoring 
 HP proliant hardware that is only running a linux system.

 Does anyone know of any tweaks or similar plugins that can get the 
 same sort of information from Proliant servers running Windows. Or a 
 plugin that can take the data gleamed from Insight Manager and display 
 it into Nagios.


Well, I wrote something like this some years ago, mainly to check fans 
and temperature.
I posted it to the mailing-list and I uploaded the plugins to sourceforge.
That was in January 2005. They are in the contrib directory in the 
nagiosplugins source distribution.
You should get hold of an InsightManager CD and copy the MIBs to the 
directory where your SNMP-client stores MIBs.
Then you can use a SNMP-browser (like mbrowse on Unix-systems) to access 
the MIBs and get an idea of what you should be looking at.

Please note that these plugins are very crude - there's probably a more 
elegant way to access all these MIBs and automate some of the hardcoded 
stuff in there...


cheers,
Rainer




 
IMPORTANT NOTICE This email (including any attachments) is meant only for the 
intended recipient. It may also contain confidential and privileged 
information. If you are not the intended recipient, any reliance on, use, 
disclosure, distribution or copying of this email or attachments is strictly 
prohibited. Please notify the sender immediately by email if you have received 
this message by mistake and delete the email and all attachments. 

Any views or opinions in this email are solely those of the author and do not 
necessarily represent those of Trinity Mirror PLC or its associated group 
companies (hereinafter referred to as TM Group). TM Group accept no liability 
for the content of this email, or for the consequences of any actions taken on 
the basis of the information provided, unless that information is subsequently 
confirmed in writing. Although every reasonable effort is made to keep its 
network free from viruses, TM Group accept no liability for any virus 
transmitted by this email or any attachments and the recipient should use 
up-to-date virus checking software. Email to or from this address may be 
subject to interception or monitoring for operational reasons or for lawful 
business practices. 

Trinity Mirror PLC is the parent company of the Trinity Mirror group of 
companies and is registered in England No 82548, with its address at One Canada 
Square, Canary Wharf, London E14 5AP. 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] NDO 1.4b3 with Nagios 2.9 on Solaris 8

2007-04-27 Thread Masopust, Christian
I tried to get NDOutils 1.4b3 running with my Nagios 2.9 installation on 
Solaris 8 and run
into the following problems:
 
1. error during compile: Solaris 8 doesn't provide the SUN_LEN macro, so i 
copied it from one of
my Linux - systems   --- compile ok.
2. error during linking: Solaris 8 doesn't provide strtof. I found the source 
for strtof on www.koders.com
and added it --- link ok
3. i changed nagios.cfg to add the ndomod-2x.o and restarted nagios (before i 
started ndo2db) and
i get an entry in nagios_instances and in nagios_conninfo that it's 
connected, but nothing else 
no entries for service-checks, no configuration, nothing
 
so i googled around and find out that i also have to activate 
event_broker_options  so i did
(set it to -1) and when restarting Nagios it stops with a segmentation 
fault...
 
any ideas what i did wrong?   
 
thanks a lot,
christian
 
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] RRD Doesn't generate a new DB

2007-04-27 Thread glynn . seymour
Quite possibly, like I said, it's been a while since there wasn't any 
perfdata to be processed on mine

Thu Apr 26 13:12:54 2007 INSERT info: Input servicedescr:PING
Thu Apr 26 13:12:54 2007 INSERT info: Input output:PING OK - Packet loss
= 0%, RTA = 0.04 ms
Thu Apr 26 13:12:54 2007 INSERT debug: Checking
/var/adm/logs/nagios/rrd/localhost_PING_ping.rrd
Thu Apr 26 13:12:54 2007 INSERT info: RRDs::update
/var/adm/logs/nagios/rrd/localhost_PING_ping.rrd 1177603367:0:4e-05
Thu Apr 26 13:12:54 2007 INSERT debug: processing perfdata:
1177607438||localhost||Current Load||OK - load average: 0.04, 0.08,
0.27||load1=0.040;5.000;10.000;0; load5=0.080;4.000;6.000;0;
load15=0.270;3.000;4.000;0;

is it doing its job, I guess from your manual run of it - that should have 
created an RRD for localhost Ping (localhost_PING_ping.rrd I think).

Thu Apr 26 13:13:10 2007 INSERT debug: Config
perflog:/var/adm/logs/nagios/service-perfdata

looks wrong, this is my nagios.cfg entry:

# HOST AND SERVICE PERFORMANCE DATA FILES
# These files are used to store host and service performance data.
# Performance data is only written to these files if the
# enable_performance_data option (above) is set to 1.

#host_perfdata_file=/usr/local/nagios/var/perf/host-perfdata
service_perfdata_file=/usr/local/nagios/var/perfdata.dat

.. and my nagiosgraph.conf corresponding entry


# Location of performance data file. Comment out it not used.
perflog = /usr/local/nagios/var/perfdata.dat

Do they match in your config?


Maybe there are 2 Nagios processes running? Or maybe the current running 
process is using an old version of performance data global settings, and 
the service performance data settings - might be worth a stop Nagios, 
check the processes are all gone, start Nagios if you can. It looks like 
it CAN run just isn't.


___ 

Glynn Seymour 
Network Consultant 
BBS EMEA-IT UK 
Bayer plc, UK 
Telephone:   +44 1635 563574 
e mail:   [EMAIL PROTECTED]Web:   http://www.bayer.co.uk 

__
Bayer plc is registered in England under number 935048. Registered Office: 
Bayer House, Strawberry Hill, Newbury, Berkshire RG14 1JA.   
The information contained in this e-mail is for the exclusive use of the 
intended recipient(s) and may be confidential, proprietary, and/or legally 
privileged.  Inadvertent disclosure of this message does not constitute a 
waiver of any privilege.  If you receive this message in error, please do 
not directly or indirectly use, print, copy, forward, or disclose any part 
of this message.  Please also delete this e-mail and all copies and notify 
the sender.Thank you. 

For alternate languages please go to http://bayerdisclaimer.bayerweb.com
__

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] check_ping

2007-04-27 Thread Thomas Guyot-Sionnest
config.h is generated by the configure script (which is itself generated
by configure.in) and everything in config.h is specific to the
os/distribution and possibly other apps installed on it.

The problem you're having is definitely a bug and it would be helpful
that you send us the output of the broken check_ping plugin when you add
the -vvv  parameter to it.

Thanks,

Thomas

On 26/04/07 05:40 AM, [EMAIL PROTECTED] wrote:
 
 Hi It´s a bug in nagios-plugin 1.4.8
 
 Fix with vi the config.h in the nagios-plugin.1.4.8/
 Search for #define PING_COMMAND and 
 Change it to 
 #define PING_COMMAND /bin/ping -t %u -c %u %s 
 
 Works fine 
 
 Cheers 
 
 /Jörg
 -Ursprungligt meddelande-
 Från: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED]
 Skickat: den 26 april 2007 09:21
 Till: nagios-users@lists.sourceforge.net
 Ämne: [Nagios-users] check_ping
 
 Hi Guys,
 
 Having some issues with check_ping, get the following error.
 
 [EMAIL PROTECTED] ./check_ping -H localhost -w 1000,10% -c 2000,20% -p 1
 CRITICAL - You need more args!!!
 could not open pipe:
 
 Any one know what might be wrong ?
 
 Regards,
 Kyle Vorster




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Nagios SNMP traps

2007-04-27 Thread Aritz . Lazkano
Hi friends of Nagios!

I´m trying to monitor a service that works with snmp traps. The problem is 
that i recive the trap in my server, but nagios doesn´t do anything.
The service  status is pending, also when the trap arrives into our 
server  the status of the service that works with traps continues 
pending.
For making this work we follow a manual, we configured snmptrapd , we 
installed snmptrap translator and the simple event correlator (sec).
Then we defined a service on Nagios to handle the traps on it. After that 
we introduced mib definition. The manual that we followed is this:

http://www.samag.com/documents/s=9559/sam0503g/


Which migth be the problem?

Any suggestion for monitor the traps?

P.D.

This problem happened on Nagios 2.7 and on  recently upgraded Nagios 3.0a3-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] 2- Nagios SNMP traps

2007-04-27 Thread aritz . lazkano
thanks for answering so fast,

my server is a suse linux server. The other server that I've to monitor is 
an hp that sends previously configured traps. 
That traps arrived into the server, but nagios does nothing with them.
Any other suggest

Thank u!!
Aritz


 
 
 
 
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Nagios SNMP traps

2007-04-27 Thread Morris, Patrick
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of [EMAIL PROTECTED]
 Sent: Friday, April 27, 2007 4:15 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Nagios  SNMP traps
 
 I´m trying to monitor a service that works with snmp traps. 
 The problem is that i recive the trap in my server, but 
 nagios doesn´t do anything. 
 The service  status is pending, also when the trap arrives 
 into our server  the status of the service that works with 
 traps continues  pending. 

There are a lot of things that could be broken here, and not enough information 
to tell you which one.

Check your logs to make sure snmptt is getting the traps, and make sure that 
the trap(s) you're receiving are defined in its configs. If they are, verify 
that the EXEC command in the snmptt config is valid, and that it updates the 
status in Nagios if you run it manually.

Do you ever see the result submitted to Nagios in the Nagios logs? If you do, 
check for errors in the command it's receiving. If you don't, your problem is 
farther back in the chain, with snmptt or snmptrapd.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Alternate Email address.

2007-04-27 Thread Lacayo, Luis F
HI All, 

I was wondering if itwould be possible to have nagios send a message to
TWO (2) different email addresses for the same contact.  I remember
reading about email2 to email6 but I can's seem to find how this is
accomplished.   Any help is greatly appriciated. 

Thanks

Luis


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] HP Printer

2007-04-27 Thread Valdinger, Stephen (DOV, MSX)
I've got a few HP printers I want to monitor. I'm particularly
interested in knowing when they are out of paper, and when their toner
is running low. I've done some research and can't seem to find any good
place with the OID's that I need. Can anyone point me in the right
direction? Thanks. 

 

 

 

 

 

 

 

Stephen Valdinger

MIS Helpdesk Coordinator

Dover Chemical Corporation

3676 Davis Rd NW

Dover, OH 44622

330-365-3622

[EMAIL PROTECTED]

 

  

 

Your day probably won't get as bad as this guys..

 

attachment: image001.jpg
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Nagios SNMP traps

2007-04-27 Thread Marc Powell


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of
 [EMAIL PROTECTED]
 Sent: Friday, April 27, 2007 6:15 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Nagios  SNMP traps
 
 
 Hi friends of Nagios!
 
 I´m trying to monitor a service that works with snmp traps. The problem is
 that i recive the trap in my server, but nagios doesn´t do anything.
 The service  status is pending, also when the trap arrives into our
 server  the status of the service that works with traps continues
 pending.
 For making this work we follow a manual, we configured snmptrapd , we
 installed snmptrap translator and the simple event correlator (sec).
 Then we defined a service on Nagios to handle the traps on it. After that
 we introduced mib definition. The manual that we followed is this:
 
 http://www.samag.com/documents/s=9559/sam0503g/
 
 
 Which migth be the problem?

Nagios is likely to be complaining in nagios.log. What do you see there? 
Possible problems --
Nagios isn't checking external commands.
Nagios isn't accepting passive checks.
Your script isn't writing to the correct nagios.cmd.
Your script doesn't have permission to write to nagios.cmd.
The service definition isn't configured for passive checks.
The host name/service description being submitted don't match a known 
host/service combination.

--
Marc

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] NSClient

2007-04-27 Thread af . at . work
I've got the NSClient setup on a Windows 2003 Server, and Nagios shows
it as up but all the services it's checking report back as critical
connection refused.

Any ideas?

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] HP Printer

2007-04-27 Thread Morris, Patrick
 I've got a few HP printers I want to monitor. I'm 
 particularly interested in knowing when they are out of 
 paper, and when their toner is running low. I've done some 
 research and can't seem to find any good place with the OID's 
 that I need. Can anyone point me in the right direction? Thanks. 

The check_hpjd plugin should do that for you.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] HP Printer

2007-04-27 Thread Lars Stavholm
Valdinger, Stephen (DOV, MSX) wrote:
 I've got a few HP printers I want to monitor. I'm particularly
 interested in knowing when they are out of paper, and when their toner
 is running low. I've done some research and can't seem to find any good
 place with the OID's that I need. Can anyone point me in the right
 direction? Thanks.

check_hpjd from nagios-plugins might do the job for you.
/Lars Stavholm

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Alternate Email address.

2007-04-27 Thread Marc Powell


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Lacayo, Luis F
 Sent: Friday, April 27, 2007 8:57 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Alternate Email address.
 
 HI All,
 
 I was wondering if itwould be possible to have nagios send a message
to
 TWO (2) different email addresses for the same contact.  I remember
 reading about email2 to email6 but I can's seem to find how this is
 accomplished.   Any help is greatly appriciated.

If you're using /bin/mail(x) as your notification command you can just
specify a comma separated list of e-mail addresses since it accepts that
format.

define contact{
contact_namesomename
alias   Multi-Contact
service_notification_period 24x7
host_notification_period24x7
service_notification_optionsc,r
host_notification_options   d,r
service_notification_commands   service-notify-by-email
host_notification_commands  host-notify-by-email
email
[EMAIL PROTECTED],[EMAIL PROTECTED],...
}

--
Marc

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NSClient

2007-04-27 Thread Valdinger, Stephen (DOV, MSX)
You may have a SNMP version issue. Specify -v 2 in your command
definition file and see if that helps.

 
 
 
 
 
 
Stephen Valdinger
MIS Helpdesk Coordinator
Dover Chemical Corporation
3676 Davis Rd NW
Dover, OH 44622
330-365-3622
[EMAIL PROTECTED]
 
 
 
Your day probably won't get as bad as this guys..
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 27, 2007 10:20 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] NSClient

I've got the NSClient setup on a Windows 2003 Server, and Nagios shows
it as up but all the services it's checking report back as critical
connection refused.

Any ideas?


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] R: NSClient

2007-04-27 Thread Marco Borsani
Could be due to a firewall between client and server, or one of them could
not find the path to reach the other.

-Messaggio originale-
Da: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Per conto di
[EMAIL PROTECTED]
Inviato: venerdì 27 aprile 2007 16.20
A: nagios-users@lists.sourceforge.net
Oggetto: [Nagios-users] NSClient

I've got the NSClient setup on a Windows 2003 Server, and Nagios shows
it as up but all the services it's checking report back as critical
connection refused.

Any ideas?

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] HP Printer

2007-04-27 Thread Valdinger, Stephen (DOV, MSX)
I am using the check_hpjd plugin, but I just have it configured to
monitor the printer. I do not have any OID's defined in the command.
Does the plug-in do this automatically?

 
 
 
 
 
 
Stephen Valdinger
MIS Helpdesk Coordinator
Dover Chemical Corporation
3676 Davis Rd NW
Dover, OH 44622
330-365-3622
[EMAIL PROTECTED]
 
 
 
Your day probably won't get as bad as this guys..

-Original Message-
From: Morris, Patrick [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 27, 2007 10:18 AM
To: Valdinger, Stephen (DOV, MSX); nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] HP Printer

 I've got a few HP printers I want to monitor. I'm 
 particularly interested in knowing when they are out of 
 paper, and when their toner is running low. I've done some 
 research and can't seem to find any good place with the OID's 
 that I need. Can anyone point me in the right direction? Thanks. 

The check_hpjd plugin should do that for you.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NSClient

2007-04-27 Thread af . at . work

# 'check_snmp' command definition
define command{
   command_namecheck_snmp
   command_line$USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$ -v 2
   }


On 4/27/07, Valdinger, Stephen (DOV, MSX) [EMAIL PROTECTED]
wrote:


You may have a SNMP version issue. Specify -v 2 in your command
definition file and see if that helps.







Stephen Valdinger
MIS Helpdesk Coordinator
Dover Chemical Corporation
3676 Davis Rd NW
Dover, OH 44622
330-365-3622
[EMAIL PROTECTED]



Your day probably won't get as bad as this guys..
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 27, 2007 10:20 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] NSClient

I've got the NSClient setup on a Windows 2003 Server, and Nagios shows
it as up but all the services it's checking report back as critical
connection refused.

Any ideas?


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] HP Printer

2007-04-27 Thread Michael Schwartzkopff
Am Freitag, 27. April 2007 16:08 schrieb Valdinger, Stephen (DOV, MSX):
 I've got a few HP printers I want to monitor. I'm particularly
 interested in knowing when they are out of paper, and when their toner
 is running low. I've done some research and can't seem to find any good
 place with the OID's that I need. Can anyone point me in the right
 direction? Thanks.

gdStatusPaperState.0
OID: 1.3.6.1.4.1.11.2.3.9.1.1.2.2.0

gdStatusPaperState OBJECT-TYPE
SYNTAX  INTEGER (0..255)
ACCESS  read-only
STATUS  optional
DESCRIPTION
This describes the state of the paper on the peripheral.
 When non-zero, the peripheral has a paper problem. When
 zero, the peripheral does not have a paper problem.
::={ gdStatusEntry 2 }

Get the jetdirekt MIB from
http://www.wtcs.org/snmp4tpc/mibs.htm#HP

-- 
Dr. Michael Schwartzkopff
MultiNET Services GmbH
Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
Tel: +49 - 89 - 45 69 11 0
Fax: +49 - 89 - 45 69 11 21
mob: +49 - 174 - 343 28 75

mail: [EMAIL PROTECTED]
web: www.multinet.de

Sitz der Gesellschaft: 85630 Grasbrunn
Registergericht: Amtsgericht München HRB 114375
Geschäftsführer: Günter Jurgeneit, Hubert Martens

---

PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
Skype: misch42

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] NSClient

2007-04-27 Thread Allan Holdt Hansen INBODAN
NSClient does not speak SNMP.

 

If you want to perform checks using SNMP, install/configure Windows SNMP 
service.

To perform checks using NSClient you use check_nt og perhaps  check_nrpe if 
using nsclient++

 

/Allan

 

Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af [EMAIL PROTECTED]
Sendt: 27. april 2007 16:35
Til: Valdinger, Stephen (DOV, MSX)
Cc: nagios-users@lists.sourceforge.net
Emne: Re: [Nagios-users] NSClient

 


# 'check_snmp' command definition
define command{
command_namecheck_snmp
command_line$USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$ -v 2
}



On 4/27/07, Valdinger, Stephen (DOV, MSX) [EMAIL PROTECTED] wrote:

You may have a SNMP version issue. Specify -v 2 in your command
definition file and see if that helps.







Stephen Valdinger
MIS Helpdesk Coordinator
Dover Chemical Corporation
3676 Davis Rd NW 
Dover, OH 44622
330-365-3622
[EMAIL PROTECTED]



Your day probably won't get as bad as this guys..
-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 27, 2007 10:20 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] NSClient

I've got the NSClient setup on a Windows 2003 Server, and Nagios shows
it as up but all the services it's checking report back as critical 
connection refused.

Any ideas?


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take 
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list 
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users 
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null

 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] NSClient

2007-04-27 Thread af . at . work

Ah, I just saw there are two apps - I am using nsclient++

On 4/27/07, Allan Holdt Hansen INBODAN [EMAIL PROTECTED] wrote:


 NSClient does not speak SNMP.



If you want to perform checks using SNMP, install/configure Windows SNMP
service.

To perform checks using NSClient you use check_nt og perhaps  check_nrpe
if using nsclient++



/Allan



*Fra:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *På vegne af *
[EMAIL PROTECTED]
*Sendt:* 27. april 2007 16:35
*Til:* Valdinger, Stephen (DOV, MSX)
*Cc:* nagios-users@lists.sourceforge.net
*Emne:* Re: [Nagios-users] NSClient




# 'check_snmp' command definition
define command{
command_namecheck_snmp
command_line$USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$ -v 2
}

 On 4/27/07, *Valdinger, Stephen (DOV, MSX)* 
[EMAIL PROTECTED] wrote:

You may have a SNMP version issue. Specify -v 2 in your command
definition file and see if that helps.







Stephen Valdinger
MIS Helpdesk Coordinator
Dover Chemical Corporation
3676 Davis Rd NW
Dover, OH 44622
330-365-3622
[EMAIL PROTECTED]



Your day probably won't get as bad as this guys..
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 27, 2007 10:20 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] NSClient

I've got the NSClient setup on a Windows 2003 Server, and Nagios shows
it as up but all the services it's checking report back as critical
connection refused.

Any ideas?


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] NSClient

2007-04-27 Thread af . at . work

I have installed  configured SNMP...

I still get:
Current Status:  CRITICAL
(for 0d 0h 13m 41s) Status Information:Connection refused
could not fetch information from server

On 4/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Ah, I just saw there are two apps - I am using nsclient++

On 4/27/07, Allan Holdt Hansen INBODAN [EMAIL PROTECTED] wrote:

  NSClient does not speak SNMP.



 If you want to perform checks using SNMP, install/configure Windows SNMP
 service.

 To perform checks using NSClient you use check_nt og perhaps  check_nrpe
 if using nsclient++



 /Allan



 *Fra:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *På vegne af [EMAIL PROTECTED]
 *Sendt:* 27. april 2007 16:35
 *Til:* Valdinger, Stephen (DOV, MSX)
 *Cc:* nagios-users@lists.sourceforge.net
 *Emne:* Re: [Nagios-users] NSClient




 # 'check_snmp' command definition
 define command{
 command_namecheck_snmp
 command_line$USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$ -v 2
 }

  On 4/27/07, *Valdinger, Stephen (DOV, MSX)* 
 [EMAIL PROTECTED] wrote:

 You may have a SNMP version issue. Specify -v 2 in your command
 definition file and see if that helps.







 Stephen Valdinger
 MIS Helpdesk Coordinator
 Dover Chemical Corporation
 3676 Davis Rd NW
 Dover, OH 44622
  330-365-3622
 [EMAIL PROTECTED]



 Your day probably won't get as bad as this guys..
 -Original Message-
 From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]
 Sent: Friday, April 27, 2007 10:20 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] NSClient

 I've got the NSClient setup on a Windows 2003 Server, and Nagios shows
 it as up but all the services it's checking report back as critical
 connection refused.

 Any ideas?

 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] NSClient

2007-04-27 Thread Anthony Montibello

If it is a new install of NSClient++ or for that mater most of the window
plugins including NC_NET, the older NSClient or NRPE: SInce you are getting
a Connection refused the issue is most likely

1) the Client is not running, (NSCLIENT is not running) check the processes
on the Windows server to verify.
2) the port is in use by a different program,  sometimes other apps grab
hold of the default port
3) your Windows Server Firewall(or antivirus)  was not configured to allow
NSClient to accept incomming connections (Most likely cause of the problem)
4) you setup NSClient to use one port but check_Nt is trying to comunicate
on a different port.  (this is posible, verify configuration and test using
check_Nt from command line)

I do not know how much error reporting NS_Client does but you can also check
the Windows Event Log

tony
author of NC_NEt.

On 4/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


I've got the NSClient setup on a Windows 2003 Server, and Nagios shows
it as up but all the services it's checking report back as critical
connection refused.

Any ideas?

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Weird State Issue

2007-04-27 Thread Anthony Mendoza
My nagios install has just gone into a weird state.  I lost some files
from my /var/log/nagios directory due to running out of disk space... 
In any case, now my service checks or status is in some weird state.

For instance...I just received notification that 3 of my services are at
their max attempts..I verify this on the Service Problems page...they
show 3/3 attempts.  I click on the service to Acknolwedge and this next
frame shows 1/3 attempts.. I know this isn't a cache issue because I've
turned it off and I've tried holding down Control when I reload.  I see
this behavior right now in both IE and Firefox.  Anybody know how I can
reset the state of my Nagios install so it isn't in this wacked out state?

At this point I don't care about any history I might lose...I just need
the checks / notifications to get back into a sane state..

Thanks,
-Anthony

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Weird State Issue

2007-04-27 Thread Marc Powell


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Anthony Mendoza
 Sent: Friday, April 27, 2007 11:50 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Weird State Issue
 
 My nagios install has just gone into a weird state.  I lost some files
 from my /var/log/nagios directory due to running out of disk space...
 In any case, now my service checks or status is in some weird state.

Sounds like you have multiple nagios processes running.

--
Marc 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Weird State Issue

2007-04-27 Thread Anthony Mendoza
Well all be darned...that was it..

thanks much for your help!  I didn't even think of checking for
that..live and learn i suppose..

thanks again for your quick response!


On 4/27/2007 10:31 AM, Marc Powell had said:
   
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Anthony Mendoza
 Sent: Friday, April 27, 2007 11:50 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Weird State Issue

 My nagios install has just gone into a weird state.  I lost some files
 from my /var/log/nagios directory due to running out of disk space...
 In any case, now my service checks or status is in some weird state.
 

 Sounds like you have multiple nagios processes running.

 --
 Marc 

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue. 
 ::: Messages without supporting info will risk being sent to /dev/null
   
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Email notifications

2007-04-27 Thread Valdinger, Stephen (DOV, MSX)
Has anyone had success getting nagios to send email thru an exchange
server? If so, how did you do so? Any help or links to documentation
would be helpful!

 

 

 

 

 

 

 

Stephen Valdinger

MIS Helpdesk Coordinator

Dover Chemical Corporation

3676 Davis Rd NW

Dover, OH 44622

330-365-3622

[EMAIL PROTECTED]

 

  

 

Your day probably won't get as bad as this guys..

 

attachment: image001.jpg
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Email notifications

2007-04-27 Thread James E. Pratt
I would just make the exchange server a smarthost on the local nagios'
sendmail.cf file ... (Not sure how to bypass the local mailer?)

Regards
jamie



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Valdinger, Stephen (DOV, MSX)
Sent: Friday, April 27, 2007 3:30 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Email notifications

Has anyone had success getting nagios to send email thru an exchange
server? If so, how did you do so? Any help or links to documentation
would be helpful!

 

 

 

 

 

 

 

Stephen Valdinger

MIS Helpdesk Coordinator

Dover Chemical Corporation

3676 Davis Rd NW

Dover, OH 44622

330-365-3622

[EMAIL PROTECTED]

 

 

 

Your day probably won't get as bad as this guys..

 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Email notifications

2007-04-27 Thread Anthony Mendoza
Not a Nagios specific question, but you want to edit /etc/mail/submit.mc

Change this:
FEATURE(`msp', `[127.0.0.1]')dnl

To whathever the IP is on your Exchange box or edit /etc/mail/submit.cf
and change D{MTAHost}[127.0.0.1] to the appropriate IP.

If you still want to keep the sendmail daemon running and don't want to
edit submit.mc or submit.cf then modify sendmail.mc instead:

dnl define(`SMART_HOST',`smtp.your.provider')
and change it to
define(`SMART_HOST',`IP of your exchange server')

and recompile with m4..

m4 /etc/mail/sendmail.mc  /etc/mail/sendmail.cf

-- 
Anthony Mendoza / Director, IT / w: 650-249-5111 / c: 310-594-3222



On 4/27/2007 12:46 PM, James E. Pratt had said:
 I would just make the exchange server a smarthost on the local nagios'
 sendmail.cf file ... (Not sure how to bypass the local mailer?)

 Regards
 jamie



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Valdinger, Stephen (DOV, MSX)
 Sent: Friday, April 27, 2007 3:30 PM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Email notifications

 Has anyone had success getting nagios to send email thru an exchange
 server? If so, how did you do so? Any help or links to documentation
 would be helpful!

  

  

  

  

  

  

  

 Stephen Valdinger

 MIS Helpdesk Coordinator

 Dover Chemical Corporation

 3676 Davis Rd NW

 Dover, OH 44622

 330-365-3622

 [EMAIL PROTECTED]

  

  

  

 Your day probably won't get as bad as this guys..

  


 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue. 
 ::: Messages without supporting info will risk being sent to /dev/null
   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null