Re: [Nagios-users] Nagios and exception monitoring

2007-01-30 Thread Jason . Shein
>You can do this in Nagios Looking Glass (a portal viewer for Nagios), 
>you can set a filter so it only shows you hosts that have problems (and 
>is refreshed at regular intervals so you can leave it on screen.)
>
>It might not be exactly what you're after, but worth a look?
>
>www.nagioslookingglass.co.uk

I have been watching the looking glass project for a while now, and find 
that feature interesting.

Can you increase the number of hosts displayed on the main page? I am 
looking at the idea of using a large LCD display ( 40 inch or larger ) on 
the wall in our IT department to display the current network status. Could 
looking glass display the status of 80+ hosts on one page if the 
resolution was set high enough?

_______

Jason Shein
Network Administrator – Linux Systems
Iovate Health Sciences Inc.
5100 Spectrum Way
Mississauga, ON L4W 5S2 
( 905 ) - 678 - 3119   x 3136
1 - 888 - 334 - 4448,x 3136 (toll-free)
[EMAIL PROTECTED] 

Customer Service. Collaboration. Innovation. Efficiency. 
Iovate's Information Technology Team 

___

CONFIDENTIALITY NOTICE: 
THIS ELECTRONIC MAIL TRANSMISSION IS PRIVILEGED AND CONFIDENTIAL AND IS
INTENDED ONLY FOR THE REVIEW OF THE PARTY TO WHOM IT IS ADDRESSED. 
THE INFORMATION CONTAINED IN THIS E-MAIL IS CONFIDENTIAL AND IS DISCLOSED
TO YOU UNDER THE EXPRESS UNDERSTANDING THAT YOU WILL NOT DISCLOSE IT
OR ITS CONTENTS TO ANY THIRD PARTY WITHOUT THE EXPRESS WRITTEN CONSENT
OF AN AUTHORIZED OFFICER OF IOVATE HEALTH SCIENCES SERVICES INC. IF YOU 
HAVE
RECEIVED THIS TRANSMISSION IN ERROR, PLEASE IMMEDIATELY RETURN IT 
TO THE SENDER.
___
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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] NC_Net

2006-12-28 Thread Jason . Shein
I am currently using NC_NET with Nagios to monitor 700+ checks. In order 
to check mssql services, I use single quotes and double the $ sign

Example:

check_command check_nt_service!'mssql$$sharepoint'

_______

Jason Shein
Network Administrator – Linux Systems
Iovate Health Sciences Inc.
5100 Spectrum Way
Mississauga, ON L4W 5S2 
( 905 ) - 678 - 3119   x 3136
1 - 888 - 334 - 4448,x 3136 (toll-free)
[EMAIL PROTECTED] 

Customer Service. Collaboration. Innovation. Efficiency. 
Iovate's Information Technology Team 

___

CONFIDENTIALITY NOTICE: 
THIS ELECTRONIC MAIL TRANSMISSION IS PRIVILEGED AND CONFIDENTIAL AND IS
INTENDED ONLY FOR THE REVIEW OF THE PARTY TO WHOM IT IS ADDRESSED. 
THE INFORMATION CONTAINED IN THIS E-MAIL IS CONFIDENTIAL AND IS DISCLOSED
TO YOU UNDER THE EXPRESS UNDERSTANDING THAT YOU WILL NOT DISCLOSE IT
OR ITS CONTENTS TO ANY THIRD PARTY WITHOUT THE EXPRESS WRITTEN CONSENT
OF AN AUTHORIZED OFFICER OF IOVATE HEALTH SCIENCES SERVICES INC. IF YOU 
HAVE
RECEIVED THIS TRANSMISSION IN ERROR, PLEASE IMMEDIATELY RETURN IT 
TO THE SENDER.
___



"Lacayo, Luis F" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/28/2006 12:44 PM

To
<[EMAIL PROTECTED]>
cc
nagios-users@lists.sourceforge.net
Subject
[Nagios-users] NC_Net






Hello, 
 
I was wondering if you can help me.  I am trying to check a Microsoft 
Ishare service with Nagios. 
 
When I run the check_nt command from the command line the service check 
work just fine. 
 
./check_nt -H 10.129.162.187 -p 1248 -v SERVICESTATE -l 'mssql$sharepoint' 
-d SHOWALL
 mssql$sharepoint: Started
 
I have tried several way of checking, with a \ before the dollar sign,  in 
dowuble quotes etc.
 
However when I look at the service check via the web there is a trailing $

Host 
Service 
Status 
Last Check 
Duration 
Attempt 
Status Information



co-spdb









DatabaseServices



 


WARNING
12-28-2006 11:30:42
35d 22h 28m 56s
3/3
mssql$sharepoint$: Unknown 
 
 
Here is my service definition:
 
 
define service{
use ping-service
host_name   co-spdb
service_description DatabaseServices
contact_groups  ishare
check_command check_nt_service!'mssql$sharepoint'
}
 
 
Here is my command definition: 
 
 
# 'check_nt_service' command definition
define command{
command_namecheck_nt_service
command_line$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v 
SERVICESTATE -l $ARG1$ -d SHOWALL
}
 
Any help will be appreciated. 
 
Thanks, 
 
Luis
 
Luis Lacayo
Sr. UNIX Admin
Chicago Public Schools
Office of Technology Services
125 S. Clark Street – Suite 300
Chicago, IL 60603
Direct:773-553-3835
Office: 773-553-1300
FAX:773-553-1363
[EMAIL PROTECTED]
 -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share 
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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] cacti integration

2006-12-27 Thread Jason . Shein
Take a look here for some pointers.

http://www.groundworkopensource.com/community/forums/viewtopic.php?t=453&highlight=cacti
http://www.groundworkopensource.com/community/forums/viewtopic.php?t=356&highlight=cacti

___

Jason Shein
Network Administrator – Linux Systems
Iovate Health Sciences Inc.
5100 Spectrum Way
Mississauga, ON L4W 5S2 
( 905 ) - 678 - 3119   x 3136
1 - 888 - 334 - 4448,x 3136 (toll-free)
[EMAIL PROTECTED] 

Customer Service. Collaboration. Innovation. Efficiency. 
Iovate's Information Technology Team 

___

CONFIDENTIALITY NOTICE: 
THIS ELECTRONIC MAIL TRANSMISSION IS PRIVILEGED AND CONFIDENTIAL AND IS
INTENDED ONLY FOR THE REVIEW OF THE PARTY TO WHOM IT IS ADDRESSED. 
THE INFORMATION CONTAINED IN THIS E-MAIL IS CONFIDENTIAL AND IS DISCLOSED
TO YOU UNDER THE EXPRESS UNDERSTANDING THAT YOU WILL NOT DISCLOSE IT
OR ITS CONTENTS TO ANY THIRD PARTY WITHOUT THE EXPRESS WRITTEN CONSENT
OF AN AUTHORIZED OFFICER OF IOVATE HEALTH SCIENCES SERVICES INC. IF YOU 
HAVE
RECEIVED THIS TRANSMISSION IN ERROR, PLEASE IMMEDIATELY RETURN IT 
TO THE SENDER.
___



"Maxwell,Brady" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/27/2006 02:35 PM

To
"Nagios Users mailinglist" 
cc

Subject
[Nagios-users] cacti integration






Can anyone point me to some doco on cacti integration with Nagios. I have 
the latest version of both installed and need to figure out how to get my 
perf data displayed in cacti graphs. 
 
Thanks
 
Brady Maxwell
Systems Engineer
Online Computer Library Center, Inc.
614.764.6133 | [EMAIL PROTECTED]
 -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share 
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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] Using $ in password

2006-12-12 Thread Jason . Shein
Normally, doubling the $ sign and eclosing the statement in single quotes 
works fine.

check_command check_httpp!61002!192.168.1.4!:'33$$77'

_______

Jason Shein
Network Administrator – Linux Systems
Iovate Health Sciences Inc.
5100 Spectrum Way
Mississauga, ON L4W 5S2 
( 905 ) - 678 - 3119   x 3136
1 - 888 - 334 - 4448,x 3136 (toll-free)
[EMAIL PROTECTED] 

Customer Service. Collaboration. Innovation. Efficiency. 
Iovate's Information Technology Team 

___

CONFIDENTIALITY NOTICE: 
THIS ELECTRONIC MAIL TRANSMISSION IS PRIVILEGED AND CONFIDENTIAL AND IS
INTENDED ONLY FOR THE REVIEW OF THE PARTY TO WHOM IT IS ADDRESSED. 
THE INFORMATION CONTAINED IN THIS E-MAIL IS CONFIDENTIAL AND IS DISCLOSED
TO YOU UNDER THE EXPRESS UNDERSTANDING THAT YOU WILL NOT DISCLOSE IT
OR ITS CONTENTS TO ANY THIRD PARTY WITHOUT THE EXPRESS WRITTEN CONSENT
OF AN AUTHORIZED OFFICER OF IOVATE HEALTH SCIENCES SERVICES INC. IF YOU 
HAVE
RECEIVED THIS TRANSMISSION IN ERROR, PLEASE IMMEDIATELY RETURN IT 
TO THE SENDER.
___



"Kareem Mahgoub" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/12/2006 02:10 PM

To

cc

Subject
[Nagios-users] Using $ in password






Dear All,

I have a simple question. What should I do to include the character $ as 
one
of the password characters in the check command?

Here are some required information:

1- OS FC 5

2- kernel 2.6.18-1

3- Nagios version 2.5

4- The command definition

# 'check_httpp' command definition
define command{
command_namecheck_httpp
command_line$USER1$/check_http -p $ARG1$ -I $ARG2$ -t 120 -a
$ARG3$
}
5- The service configuration

define service{
use generic-service
host_name   
service_description YYY
contact_groups  ZZZ
check_command check_httpp!61002!192.168.1.4!:33$77
}
When I execute the command manually it works.

Any help will be much appreciated

Regards


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share 
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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] Question on using check_procs

2006-12-07 Thread Jason . Shein
Set the limits as a range ->  min:max

./check_procs  ( process name )  -c 1:1

___

Jason Shein
Network Administrator – Linux Systems
Iovate Health Sciences Inc.
5100 Spectrum Way
Mississauga, ON L4W 5S2 
( 905 ) - 678 - 3119   x 3136
1 - 888 - 334 - 4448,x 3136 (toll-free)
[EMAIL PROTECTED] 

Customer Service. Collaboration. Innovation. Efficiency. 
Iovate's Information Technology Team 

___

CONFIDENTIALITY NOTICE: 
THIS ELECTRONIC MAIL TRANSMISSION IS PRIVILEGED AND CONFIDENTIAL AND IS
INTENDED ONLY FOR THE REVIEW OF THE PARTY TO WHOM IT IS ADDRESSED. 
THE INFORMATION CONTAINED IN THIS E-MAIL IS CONFIDENTIAL AND IS DISCLOSED
TO YOU UNDER THE EXPRESS UNDERSTANDING THAT YOU WILL NOT DISCLOSE IT
OR ITS CONTENTS TO ANY THIRD PARTY WITHOUT THE EXPRESS WRITTEN CONSENT
OF AN AUTHORIZED OFFICER OF IOVATE HEALTH SCIENCES SERVICES INC. IF YOU 
HAVE
RECEIVED THIS TRANSMISSION IN ERROR, PLEASE IMMEDIATELY RETURN IT 
TO THE SENDER.
___



"Edwin Zoeller" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/07/2006 02:24 PM

To

cc

Subject
[Nagios-users] Question on using check_procs






My question is:

How do I set the -w -c parameters if I am only monitoring 1 process? 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share 
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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 2.5 and weird problem

2006-11-30 Thread Jason . Shein
Also try the following. It is possible a particular command that you have 
entered into nagios is hanging. Are you running any non-standard plugins?

# ps -aux | grep nagios

___

Jason Shein
Network Administrator – Linux Systems
Iovate Health Sciences Inc.
5100 Spectrum Way
Mississauga, ON L4W 5S2 
( 905 ) - 678 - 3119   x 3136
1 - 888 - 334 - 4448,x 3136 (toll-free)
[EMAIL PROTECTED] 

Customer Service. Collaboration. Innovation. Efficiency. 
Iovate's Information Technology Team 

___

CONFIDENTIALITY NOTICE: 
THIS ELECTRONIC MAIL TRANSMISSION IS PRIVILEGED AND CONFIDENTIAL AND IS
INTENDED ONLY FOR THE REVIEW OF THE PARTY TO WHOM IT IS ADDRESSED. 
THE INFORMATION CONTAINED IN THIS E-MAIL IS CONFIDENTIAL AND IS DISCLOSED
TO YOU UNDER THE EXPRESS UNDERSTANDING THAT YOU WILL NOT DISCLOSE IT
OR ITS CONTENTS TO ANY THIRD PARTY WITHOUT THE EXPRESS WRITTEN CONSENT
OF AN AUTHORIZED OFFICER OF IOVATE HEALTH SCIENCES SERVICES INC. IF YOU 
HAVE
RECEIVED THIS TRANSMISSION IN ERROR, PLEASE IMMEDIATELY RETURN IT 
TO THE SENDER.
___



"Mark Hennessy" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
11/30/2006 02:21 PM

To
<[EMAIL PROTECTED]>, 
cc

Subject
Re: [Nagios-users] Nagios 2.5 and weird problem






OK, I did that, but perhaps I'm missing something.

The default fields provided for the output of lsof are:
COMMAND PIDUSER   FD TYPE   DEVICE   SIZE/OFF NODE 
NAME

When I grep for "local/nagios" to filter out other things that may be 
running
as the nagios user, I get:
nagios53577  nagios  txt VREG 0,83 376432  5016784
/usr/local/nagios/bin/nagios
nagios53577  nagios4uVREG 0,83  6  5017162
/usr/local/nagios/var/nagios.lock
nagios76606  nagios  txt VREG 0,83 376432  5016784
/usr/local/nagios/bin/nagios
nagios76606  nagios4uW   VREG 0,83  6  5017162
/usr/local/nagios/var/nagios.lock
nagios76606  nagios  txt VREG 0,83 376432  5016784
/usr/local/nagios/bin/nagios
nagios76606  nagios4uW   VREG 0,83  6  5017162
/usr/local/nagios/var/nagios.lock
nagios76606  nagios  txt VREG 0,83 376432  5016784
/usr/local/nagios/bin/nagios
nagios76606  nagios4uW   VREG 0,83  6  5017162
/usr/local/nagios/var/nagios.lock
nagios76606  nagios  txt VREG 0,83 376432  5016784
/usr/local/nagios/bin/nagios
nagios76606  nagios4uW   VREG 0,83  6  5017162
/usr/local/nagios/var/nagios.lock
nagios76606  nagios  txt VREG 0,83 376432  5016784
/usr/local/nagios/bin/nagios
nagios76606  nagios4uW   VREG 0,83  6  5017162
/usr/local/nagios/var/nagios.lock
nagios76606  nagios  txt VREG 0,83 376432  5016784
/usr/local/nagios/bin/nagios
nagios76606  nagios4uW   VREG 0,83  6  5017162
/usr/local/nagios/var/nagios.lock

Thanks again for your kind attention to this matter!

--
 Mark Hennessy

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of [EMAIL PROTECTED]
> Sent: Thursday, November 30, 2006 1:49 PM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Nagios 2.5 and weird problem
> 
> Try the following to see what part of the nagios process is 
> consuming all 
> of the resources
> 
> #lsof | grep nagios | less
> 
> ______
> _
> 
> Jason Shein
> Network Administrator - Linux Systems
> Iovate Health Sciences Inc.
> 5100 Spectrum Way
> Mississauga, ON L4W 5S2 
> ( 905 ) - 678 - 3119   x 3136
> 1 - 888 - 334 - 4448,x 3136 (toll-free)
> [EMAIL PROTECTED] 
> 
> Customer Service. Collaboration. Innovation. Efficiency. 
> Iovate's Information Technology Team 
> 
> __
> _
> 
> CONFIDENTIALITY NOTICE: 
> THIS ELECTRONIC MAIL TRANSMISSION IS PRIVILEGED AND 
> CONFIDENTIAL AND IS
> INTENDED ONLY FOR THE REVIEW OF THE PARTY TO WHOM IT IS ADDRESSED. 
> THE INFORMATION CONTAINED IN THIS E-MAIL IS CONFIDENTIAL AND 
> IS DISCLOSED
> TO YOU UNDER THE EXPRESS UNDERSTANDING THAT YOU WILL NOT DISCLOSE IT
> OR ITS CONTENTS TO ANY THIRD PARTY WITHOUT THE EXPRESS WRITTEN CONSENT
> OF AN AUTHORIZED OFFICER OF IOVATE HEALTH SCIENCES SERVICES 
> INC. IF YOU 
> HAVE
> RECEIVED THIS TRANSMISSION IN ERROR, PLEASE IMMEDIATELY RETURN IT 
> TO THE SENDER.
> __
> ___

Re: [Nagios-users] Nagios 2.5 and weird problem

2006-11-30 Thread Jason . Shein
Try the following to see what part of the nagios process is consuming all 
of the resources

#lsof | grep nagios | less

___

Jason Shein
Network Administrator – Linux Systems
Iovate Health Sciences Inc.
5100 Spectrum Way
Mississauga, ON L4W 5S2 
( 905 ) - 678 - 3119   x 3136
1 - 888 - 334 - 4448,x 3136 (toll-free)
[EMAIL PROTECTED] 

Customer Service. Collaboration. Innovation. Efficiency. 
Iovate's Information Technology Team 

___

CONFIDENTIALITY NOTICE: 
THIS ELECTRONIC MAIL TRANSMISSION IS PRIVILEGED AND CONFIDENTIAL AND IS
INTENDED ONLY FOR THE REVIEW OF THE PARTY TO WHOM IT IS ADDRESSED. 
THE INFORMATION CONTAINED IN THIS E-MAIL IS CONFIDENTIAL AND IS DISCLOSED
TO YOU UNDER THE EXPRESS UNDERSTANDING THAT YOU WILL NOT DISCLOSE IT
OR ITS CONTENTS TO ANY THIRD PARTY WITHOUT THE EXPRESS WRITTEN CONSENT
OF AN AUTHORIZED OFFICER OF IOVATE HEALTH SCIENCES SERVICES INC. IF YOU 
HAVE
RECEIVED THIS TRANSMISSION IN ERROR, PLEASE IMMEDIATELY RETURN IT 
TO THE SENDER.
___



"Mark Hennessy" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
11/30/2006 01:40 PM

To

cc

Subject
[Nagios-users] Nagios 2.5 and weird problem






I'm using FreeBSD 6.1 and Nagios 2.5

I've just noticed my Nagios 2.5 installation doing something weird.

I have just under services being monitored by this instance of Nagios and 
I
see this in top:
53577 nagios  1 1190  2840K  2064K RUN0  54:12 87.35% 
nagios

It's been doing that for the past few hours now and the only thing that 
seems
to stop it for a while is to kill all nagios processes and restart nagios.

What other information would be required to further determine the cause of
Nagios eating up so much CPU?
Any ideas?

--
 Mark Hennessy

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share 
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
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