Re: [Nagios-users] Nagios v3 & email being sent to $

2008-06-13 Thread Marc Powell

On Jun 13, 2008, at 1:24 PM, ROBERT SMALL wrote:

> Other than changing the “* Nagios * to * Nagios 1 *  
> I haven’t made any changes to the notifications, in fact, I copied  
> and pasted it out of the samples to make sure.
>
> Thanks!!!
>
>
> # 'notify-host-by-email' command definition
>

> # 'notify-service-by-email' command definition

$CONTACTEMAIL$ comes from the email parameter of the contact{}  
definitions. Anything unusual about any of those? Do they follow  
standard e-mail address conventions?

--
Marc
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Change nagios monitoring port

2008-06-13 Thread Marc Powell

On Jun 13, 2008, at 9:02 AM, howard chen wrote:
>

> Yes, some of them are 4000, but some of them maybe listening others...
> so are there other methods?

Yes, you could pass the port number from the service definition as an  
argument to the command.

If using nagios-3, see 'Macros and how they work'.
If using nagios-2, see 'Using macros in commands'.

--
Marc

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Dell PowerConnect Switches + Nagios

2008-06-13 Thread Pili Muñoz Gargallo
Hi,
i was trying to get the syslocation from MIB-2 from Dell PowerConnect
switches using the check_snmp pluging from nagios-plugin1.14.11 but i
haven´t managed. I have created an user and a  read only password in Local
user database menu.
Googling i found the comand

check_snmp -u "load average" -t 3 -P 3 -H 192.168.2.1 -L authPriv -U
xx -a MD5 -A yy -X zz -o laLoad.2

-U is user, i supose it is the name which i can  login in the interface,
-A authpassword, i supose it is the password to log in the interface
-X privpassword, ???

if anyone could tell where i could find more information about it i would be
very gratefull

Best wishes

Pili



2008/6/13 Victor Lanza <[EMAIL PROTECTED]>:

>  Has Anyone tried to monitor Dell PowerConnect switches? I have several
> switches and their web interface is the Dell OpenManage and therefore is
> able to submit SNMP traps. Has anyone tried such setup or has any
> suggestions on how I can pass these traps to Nagios?
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> 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
>
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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 v3 & email being sent to $

2008-06-13 Thread ROBERT SMALL
Other than changing the ³* Nagios * to * Nagios 1 * I
haven¹t made any changes to the notifications, in fact, I copied and pasted
it out of the samples to make sure.

Thanks!!!


# 'notify-host-by-email' command definition
define command{
command_namenotify-host-by-email
command_line/usr/bin/printf "%b" "* Nagios 1
*\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState:
$HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time:
$LONGDATETIME$\n" | /usr/bin/mail -s "** $NOTIFICATIONTYPE$ Host Alert:
$HOSTNAME$ is $HOSTSTATE$ **" $CONTACTEMAIL$
}

# 'notify-service-by-email' command definition
define command{
command_namenotify-service-by-email
command_line/usr/bin/printf "%b" "* Nagios 1
*\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService:
$SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState:
$SERVICESTATE$\n\nDate/Time: $LONGDATETIME$\n\nAdditional
Info:\n\n$SERVICEOUTPUT$" | /usr/bin/mail -s "** $NOTIFICATIONTYPE$ Service
Alert: $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$
}




On 6/13/08 1:03 PM, "Chris Waters" <[EMAIL PROTECTED]> wrote:

> Looks like an improperly defined macro somewhere in your notification
> definition.  Can you display your notification command?
>  
> Chris Waters
> Technology Services - Network Group
> JELD-WEN, Inc.
> Information Systems
> [EMAIL PROTECTED]
>  
> 
> 
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of ROBERT SMALL
> Sent: Friday, June 13, 2008 10:44 AM
> To: Nagios Users Mailinglist
> Subject: [Nagios-users] Nagios v3 & email being sent to $
> 
> I have lots of messages in my nagios installation being sent to $.
> 
> I have searched my contacts and other configs and cannot find it.  We all get
> email and notifications but there are the occasional $ emails and I found Œem
> stuck in /var/spool/nagios/dead.letter (freebsd).
> 
> Does anyone have any ideas?
> 
> Robert 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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_http issues...

2008-06-13 Thread Victor Lanza
Just wanted to say thanks and report that the fix worked perfectly. I can
pass that password without even having to escape any character.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Powell
Sent: Monday, June 09, 2008 4:17 PM
To: nagios Mailinglist
Subject: Re: [Nagios-users] check_http issues...


On Jun 9, 2008, at 1:48 PM, Victor Lanza wrote:

> Hi all,
>
> Sooo I upgraded from 3.0.1 to 3.0.2 in the hopes that the fix for  
> the extra
> $ would be fixed in it but it doesn't seem to be.

 From http://www.nagios.org, naigos-3.0.2 was released on 5/19. The  
bug report was submitted to nagios-devel on 5/30 -
http://news.gmane.org/gmane.network.nagios.devel 
. Time travel is not (yet) permitted. ;)

You could always apply the patch yourself and try it.

--
Marc

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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 v3 & email being sent to $

2008-06-13 Thread Chris Waters
Looks like an improperly defined macro somewhere in your notification
definition.  Can you display your notification command?
 
Chris Waters
Technology Services - Network Group
JELD-WEN, Inc.
Information Systems
[EMAIL PROTECTED]
 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ROBERT
SMALL
Sent: Friday, June 13, 2008 10:44 AM
To: Nagios Users Mailinglist
Subject: [Nagios-users] Nagios v3 & email being sent to $


I have lots of messages in my nagios installation being sent to $.

I have searched my contacts and other configs and cannot find it.  We
all get email and notifications but there are the occasional $ emails
and I found 'em stuck in /var/spool/nagios/dead.letter (freebsd).

Does anyone have any ideas?

Robert 
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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 v3 & email being sent to $

2008-06-13 Thread Patrick Morris
On Fri, 13 Jun 2008, ROBERT SMALL wrote:

> I have lots of messages in my nagios installation being sent to $.
> 
> I have searched my contacts and other configs and cannot find it.  We all get 
> email and notifications but there are the occasional $ emails and I found ?em 
> stuck in /var/spool/nagios/dead.letter (freebsd).
> 
> Does anyone have any ideas?

Other than that you almost certainly have an error in one of your config
files that you haven't found yet, nope.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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 v3 & email being sent to $

2008-06-13 Thread ROBERT SMALL
I have lots of messages in my nagios installation being sent to $.

I have searched my contacts and other configs and cannot find it.  We all
get email and notifications but there are the occasional $ emails and I
found Œem stuck in /var/spool/nagios/dead.letter (freebsd).

Does anyone have any ideas?

Robert
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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-plugins-1.4.12

2008-06-13 Thread Jay R. Ashworth
On Fri, Jun 13, 2008 at 12:03:07PM +0530, Kaushal Shriyan wrote:
>I have installed [I--] [M~] net-analyzer/nagios-plugins-1.4.12 on Gentoo OS
>when i do sudo qlist nagios-plugins, I dont see check_mysql and
>check_mysql_query plugin. Also i have double checked /usr/nagios/libexec/
>there isnt too.

Scroll back through the output of ./configure when you do it, and it
will likely tell you something useful...

Cheers,
-- jra
-- 
Jay R. Ashworth   Baylink  [EMAIL PROTECTED]
Designer The Things I Think   RFC 2100
Ashworth & Associates http://baylink.pitas.com '87 e24
St Petersburg FL USA  http://photo.imageinc.us +1 727 647 1274

 Those who cast the vote decide nothing.
 Those who count the vote decide everything.
   -- (Joseph Stalin)

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] A couple newb questions

2008-06-13 Thread Jay R. Ashworth
On Fri, Jun 13, 2008 at 09:18:48AM +0100, Matthew Macdonald-Wallace wrote:
> We've got a hostgroup called "debian servers" and any server in this
> list automatically has the version checked to make sure there's no
> weird upgrades going on etc.
> 
> It also means that when "Lenny" reaches stable, we only need to change
> one config file and it immediately provides us with a report on which
> servers require an upgrade.
> 
> The script at the moment is configured to be OK if
> the /etc/debian_version contains the string "4.0", warn on "3.1" and
> error on everything else.

That sounds like a neat idea.  Could you provide one more layer of
detail on that?  Which plugin do you use?

Cheers,
-- jra
-- 
Jay R. Ashworth   Baylink  [EMAIL PROTECTED]
Designer The Things I Think   RFC 2100
Ashworth & Associates http://baylink.pitas.com '87 e24
St Petersburg FL USA  http://photo.imageinc.us +1 727 647 1274

 Those who cast the vote decide nothing.
 Those who count the vote decide everything.
   -- (Joseph Stalin)

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] NRPE host on Solaris 10 (now can monitor from server, but local issue on remote host)

2008-06-13 Thread Phil Costelloe


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Izz Abdullah
> Sent: 13 June 2008 04:21
> To: nagios
> Subject: Re: [Nagios-users] NRPE host on Solaris 10 (now can monitor
> from server, but local issue on remote host)
>
> This is interesting:
> although running the check_nrpe -H localhost on the remote host returns
> the error, I am able to monitor from the actual Nagios server.  And
> yes, LOCAL, localhost, 127.0.0.1, etc. are in the hosts.allow file.
>
> I thought I would take the chance and see if I could monitor since I
> was receiving some data from the command line, just this one error.
> And sure enough, can.  Now my question is WHY this is like this?

What's the value of the allowed_hosts directive in your nrpe.cfg?

--
Phil Costelloe
Foundation IT, Hermitage Berkshire RG18 9SE



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Change nagios monitoring port

2008-06-13 Thread Matthew Macdonald-Wallace
On Fri, 13 Jun 2008 22:02:49 +0800
"howard chen" <[EMAIL PROTECTED]> wrote:
> Yes, some of them are 4000, but some of them maybe listening others...
> so are there other methods?

We have three "check_commands_nrpe.cfg" files in our Nagios2 setup:

check_commands_nrpe.cfg
check_commands_nrpe_5667.cfg
check_commands_nrpe_5668.cfg

They are identical listings of the check commands save that the port
numbers are different (5666,5667 and 5668 accordingly).

This means that when we define a host that is behind another host
(i.e. monitoring Servers on a LAN from a WAN Connection) we just
forward port 5667 on the public IP to port 5666 on the private IP and
it all works.

Having said all of that, we're moving to an OpenVPN-based solution for
any machines that are in the current setup to remove the reliance on a
single point of failure.

M.

-- 
|Matthew Macdonald-Wallace
|Tiger Computing Ltd
|"The Linux Specialists"
|
|Tel: 0330 088 1511
|Web: http://www.tiger-computing.co.uk
|
|Registered in England. Company number: 3389961
|Registered address: Wyastone Business Park,
| Wyastone Leys, Monmouth, NP25 3SR

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Dropping packet with future timestamp, NSCA

2008-06-13 Thread Vinogratzky
Just change the source:
---8<---
   /* check the timestamp in the packet */
packet_time=(time_t)ntohl(receive_packet.timestamp);
time(¤t_time);
//if(packet_time>current_time){
//syslog(LOG_ERR,"Dropping packet with future
//timestamp.");
///*return;*/
//  close(sock);
//if(mode==SINGLE_PROCESS_DAEMON)
//return;
//else
//do_exit(STATE_OK);
//}
//else{
packet_age= abs ( (unsigned long)(current_time-packet_time) );
syslog(LOG_ERR,"Time diff: %lu seconds", packet_age);
if(max_packet_age>0 && (packet_age>max_packet_age)){
syslog(LOG_ERR,"Dropping packet with stale timestamp - 
packet was %lu seconds old or new.",packet_age);
/*return;*/
close(sock);
if(mode==SINGLE_PROCESS_DAEMON)
return;
else
do_exit(STATE_OK);
}
//}
---8<---
If you want, you can see now the "Time diff" in the syslog.
Workes for me.

Perhaps that should be an option in the next release!
Chris


On Do, Jun 12, 2008 at 06:08:10 +0200, Vinogratzky wrote:
> Hi list,
> 
> I have some passive checks with NSCA and my clients are a few seconds
> ahead. 
> The server rejects the package with:
> ---8<---
> nsca[10986]: Dropping packet with future timestamp.
> ---8<---
> 
> max_packet_age=0
> doesn't help here.
> 
> Any hints?
> (No, I'm not able to sync the Clients with ntp.)
> 
> Thx,
> Chris
> 
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> 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

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Change nagios monitoring port

2008-06-13 Thread howard chen
Hi

On Fri, Jun 13, 2008 at 12:32 PM, Forsaken <[EMAIL PROTECTED]> wrote:
> On Fri, 13 Jun 2008 12:26:50 +0800
> "howard chen" <[EMAIL PROTECTED]> wrote:
>
> If all of your hosts are running on port 4000, just add -p 4000 onto
> the end of the command check, like so:
>
> define command{
>command_name check_ssh
>command_line$USER1$/check_ssh -H $HOSTADDRESS$ -p 4000
> }

Yes, some of them are 4000, but some of them maybe listening others...
so are there other methods?

Thank you.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] RE Dell PowerConnect Switches + Nagios

2008-06-13 Thread frank . bourdeau
Hi,

You can pass snmp traps to nagios with snmptt. Look here for more 
information about snmptt -> 
http://xavier.dusart.free.fr/nagios/snmptraps.html
This is in french but easy to understand, i think

Good luck

Frank

[ENVOYE PAR INTERNET]




"Victor Lanza" <[EMAIL PROTECTED]> 
Envoyé par : [EMAIL PROTECTED]
13/06/2008 15:17

A
"'nagios Mailinglist'" 
cc

Objet
[Nagios-users] Dell PowerConnect Switches + Nagios






Has Anyone tried to monitor Dell PowerConnect switches? I have several 
switches and their web interface is the Dell OpenManage and therefore is 
able to submit SNMP traps. Has anyone tried such setup or has any 
suggestions on how I can pass these traps to Nagios?
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] Dell PowerConnect Switches + Nagios

2008-06-13 Thread Victor Lanza
Has Anyone tried to monitor Dell PowerConnect switches? I have several
switches and their web interface is the Dell OpenManage and therefore is
able to submit SNMP traps. Has anyone tried such setup or has any
suggestions on how I can pass these traps to Nagios?

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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-plugins-1.4.12

2008-06-13 Thread Kaushal Shriyan
On Fri, Jun 13, 2008 at 5:51 PM, James Pratt <[EMAIL PROTECTED]> wrote:

>  I would guess you are missing mysqlclient libs if it didn't build those
> two automatically…
>
>
>
> Try emerging msyqlclient and/or mysqlclient-devel , then redo the plugin
> ebuild.
>
>
>
> Regards,
>
> jamie
>
>
>
>
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Kaushal Shriyan
> *Sent:* Friday, June 13, 2008 2:33 AM
> *To:* nagios Mailinglist
> *Subject:* [Nagios-users] nagios-plugins-1.4.12
>
>
>
> hi
>
> I have installed [I--] [M~] net-analyzer/nagios-plugins-1.4.12 on Gentoo OS
> when i do sudo qlist nagios-plugins, I dont see check_mysql and
> check_mysql_query plugin. Also i have double checked /usr/nagios/libexec/
> there isnt too.
>
> Any ideas.
>
> Thanks and Regards
>
> Kaushal
>
>
Hi James

I have this in my host
/usr/lib64/mysql/libmysqlclient_r.so.15.0.0
/usr/lib64/mysql/libmysqlclient_r.so.15
/usr/lib64/mysql/libmysqlclient_r.so
/usr/lib64/mysql/libmysqlclient_r.la
/usr/lib64/mysql/libmysqlclient_r.a
/usr/lib64/mysql/libmysqlclient.so.15.0.0
/usr/lib64/mysql/libmysqlclient.so.15
/usr/lib64/mysql/libmysqlclient.so
/usr/lib64/mysql/libmysqlclient.la
/usr/lib64/mysql/libmysqlclient.a
/usr/lib64/libmysqlclient_r.so.15.0.0
/usr/lib64/libmysqlclient_r.so.15.0
/usr/lib64/libmysqlclient_r.so.15
/usr/lib64/libmysqlclient_r.so
/usr/lib64/libmysqlclient.so.15.0.0
/usr/lib64/libmysqlclient.so.15.0
/usr/lib64/libmysqlclient.so.15
/usr/lib64/libmysqlclient.so

Thanks and Regards

Kaushal
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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 & cisco 3G HWIC

2008-06-13 Thread Andreas Brandino
Hi all,

i am trying to monitor a 3G HWIC interface  to a cisco router.
Has anyone tried that? How can i check if that card is attached to the GSM
network ?


Regards
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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-plugins-1.4.12

2008-06-13 Thread Marc Powell

On Jun 13, 2008, at 1:33 AM, Kaushal Shriyan wrote:

> hi
>
> I have installed [I--] [M~] net-analyzer/nagios-plugins-1.4.12 on  
> Gentoo OS
> when i do sudo qlist nagios-plugins, I dont see check_mysql and  
> check_mysql_query plugin. Also i have double checked /usr/nagios/ 
> libexec/ there isnt too.

I don't have experience with Gentoo specifically but in order for  
check_mysql to be compiled you need to have the mysql development  
libraries installed.

--
Marc


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] A couple newb questions

2008-06-13 Thread Marc Powell

On Jun 12, 2008, at 5:35 PM, Forsaken wrote:
>

> To get to the question - if someone could give me a nutshell version  
> of
> the major differences between 2.x and 3.x, I'd appreciate it.

http://nagios.sourceforge.net/docs/3_0/whatsnew.html

--
Marc

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] NRPE host on Solaris 10 (now can monitor from server, but local issue on remote host)

2008-06-13 Thread Alloo, Vincent
You can get a try by removing tcp_wrappers from SVC nrpe service.

Vincent Alloo
TI France Design Systems Operations Manager
Europe and Middle East IT Services
Texas Instruments France

E-Mail: [EMAIL PROTECTED]
Phone: +33 4 93 22 26 97
Mobile: +33 6 82 13 00 80

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Izz Abdullah
Sent: Friday, June 13, 2008 10:41 AM
To: nagios
Subject: Re: [Nagios-users] NRPE host on Solaris 10 (now can monitor from 
server, but local issue on remote host)

Of course.  It is there.  That's why the Nagios server can communicate with the 
remote host.  The remote host just seems to have a problem to check itself ;-)

Thanks again,
Izz

> -Original Message-
> From: [EMAIL PROTECTED]
> Sent: Fri, 13 Jun 2008 10:18:33 +0200
> To: [EMAIL PROTECTED], nagios-users@lists.sourceforge.net
> Subject: RE: [Nagios-users] NRPE host on Solaris 10 (now can monitor from
> server, but local issue on remote host)
>
> Hello,
> Did you check your /etc/services for "nrpe 5666/tcp"?
> Regards,
>
> Vincent Alloo
> TI France Design Systems Operations Manager
> Europe and Middle East IT Services
> Texas Instruments France
>
> E-Mail: [EMAIL PROTECTED]
> Phone: +33 4 93 22 26 97
> Mobile: +33 6 82 13 00 80
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Izz
> Abdullah
> Sent: Friday, June 13, 2008 5:21 AM
> To: nagios
> Subject: Re: [Nagios-users] NRPE host on Solaris 10 (now can monitor from
> server, but local issue on remote host)
>
> This is interesting:
> although running the check_nrpe -H localhost on the remote host returns
> the error, I am able to monitor from the actual Nagios server.  And yes,
> LOCAL, localhost, 127.0.0.1, etc. are in the hosts.allow file.
>
> I thought I would take the chance and see if I could monitor since I was
> receiving some data from the command line, just this one error.  And sure
> enough, can.  Now my question is WHY this is like this?
>
> Thanks again,
> Izz
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> Sent: Thu, 12 Jun 2008 17:25:55 -0800
>> To: nagios-users@lists.sourceforge.net
>> Subject: Re: [Nagios-users] NRPE host on Solaris 10
>>
>> Also, I should mention this is the latest NRPE version, but more
>> importantly, we ran ./configure without SSL as I have had too many
>> problems with it.
>>
>> Thanks again,
>> Izz
>>
>>> -Original Message-
>>> From: [EMAIL PROTECTED]
>>> Sent: Wed, 11 Jun 2008 21:41:25 -0800
>>> To: nagios-users@lists.sourceforge.net
>>> Subject: Re: [Nagios-users] NRPE host on Solaris 10
>>>
>>> still the same error: Received 0 bytes  from daemon...
>>>
>>> results from the two commands requested (everything looks ok to me):
>>>
>>> # svcs svc:/network/nrpe/tcp:default
>>> STATE  STIME   FMRI
>>> online Jun_10  svc:/network/nrpe/tcp:default
>>>
>>> # inetadm -l svc:/network/nrpe/tcp:default
>>> SCOPE  NAME=VALUE
>>>name="nrpe"
>>>endpoint_type="stream"
>>>proto="tcp"
>>>isrpc=FALSE
>>>wait=FALSE
>>>exec="/usr/sfw/sbin/tcpd -c /usr/local/nagios/etc/nrpe.cfg
>>> -i"
>>>arg0="/usr/local/nagios/bin/nrpe"
>>>user="nagios"
>>> defaultbind_addr=""
>>> defaultbind_fail_max=-1
>>> defaultbind_fail_interval=-1
>>> defaultmax_con_rate=-1
>>> defaultmax_copies=-1
>>> defaultcon_rate_offline=-1
>>> defaultfailrate_cnt=40
>>> defaultfailrate_interval=60
>>> defaultinherit_env=TRUE
>>> defaulttcp_trace=FALSE
>>>tcp_wrappers=TRUE
>>> #
>>>
>>> The only thing I see different between this output and that on the site
>>> listed where I installed the remote host NRPE is there is no default
>>> for
>>> tcp_wrappers and no connection_backlog.  But this shouldn't be the
>>> problem, right?
>>>
>>> Thanks again for your assistance,
>>> Izz
>>>
 -Original Message-
 From: [EMAIL PROTECTED]
 Sent: Wed, 11 Jun 2008 10:21:58 +0100
 To: nagios-users@lists.sourceforge.net
 Subject: Re: [Nagios-users] NRPE host on Solaris 10

> From: [EMAIL PROTECTED]
> [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Izz Abdullah
>
> I have followed the instructions I found at
> http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-
> on-solaris-10/
>
> but to no avail.  At the end of it all, when I try
> ./check_nrpe -H localhost
>
> it gives me a 0 bytes received from daemon.  The first check in the
> list of
> /usr/local/nagios/libexec/check_disk -w 10 -c 5 -p /
> gives data...I don't know what's wrong here...I haven't configured a
> Solaris box to be monitored...any ideas / assistance?

 >From your description, it seems like the plugins are working OK but
 the
 problem is with the service itself. That's not surprising, SMF on
 Solaris
 10 can 

Re: [Nagios-users] Version of check_nrpe plugin and the NRPE daemon

2008-06-13 Thread asam30
you can check the nrpe version on the remote host using the following
command

on the nagios server,

[EMAIL PROTECTED] libexec]$ /home/nagios/nagios/libexec/check_nrpe -H

NRPE v2.12

It helps.
-Shankar

On Fri, Jun 13, 2008 at 5:06 PM, Kaushal Shriyan <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> I am referring to
> http://www.nagios.org/faqs/viewfaq.php?faq_id=191&expand=false&showdesc=falsefor
>  Make sure you are using the same version of the check_nrpe plugin and
> the NRPE daemon.
>
> How can i check the version of check_nrpe plugin and the NRPE daemon.
>
> Thanks and Regards
>
> Kaushal
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> 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
>



-- 
Shankar Asam
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] Version of check_nrpe plugin and the NRPE daemon

2008-06-13 Thread Kaushal Shriyan
Hi,

I am referring to
http://www.nagios.org/faqs/viewfaq.php?faq_id=191&expand=false&showdesc=falsefor
Make sure you are using the same version of the check_nrpe plugin and
the NRPE daemon.

How can i check the version of check_nrpe plugin and the NRPE daemon.

Thanks and Regards

Kaushal
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] Check_snmp_process.pl full path problem with tmp file

2008-06-13 Thread Ford, Andy

I've hit a little snag using the check_snmp_process.pl plugin: when I
use the -f option to check a full path, the temp file cannot be written
because of the "/" characters in the name of the temp file generated by
the plugin.

Error example:

1 process matching /opt/CPshrd-R62/bin/cpd (> 0) (<= 1):OK, Mem : 6.6Mb
OK! ERROR writing file
/tmp/tmp_Nagios_proc.XhostnameX./opt/CPshrd-R62/bin/cpd !, No data for
CPU (1 line(s)):UNKNOWN 

Has anyone else tried to resolve this?

My first thought is to stick a regex in the plugin to convert "/" to
"_", but I haven't looked at the code yet.

Andrew Ford
Wachovia Corporate Information Security
314-955-6647 desk
314-600-7025 cell


Wachovia Securities, LLC's outgoing and incoming e-mails are electronically
archived and subject to review and/or disclosure to someone other
than the recipient.

A.G. Edwards, a division of Wachovia Securities, LLC




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Which platform to run NAGIOS ?

2008-06-13 Thread Forsaken
On Fri, 13 Jun 2008 09:37:30 +0200
[EMAIL PROTECTED] wrote:

Awesome, I run my nagios install on the least popular platform! Even
'Other' has more!

> Hello Frank,
> 
> perhaps this page of the Nagios website will answer your question:  
> http://www.nagios.org/userprofiles/
> 
> Kind Regards,
> Jochen Billen
> 
> Citeren Frank Bonnet <[EMAIL PROTECTED]>:
> 
> > Hello
> >
> > After testing NAGIOS 3 on several platforms I wonder which one is   
> > the most used ?
> >
> > I have tested on several UNIXs ( Debian lenny , Opensuse 11 ,   
> > FreebSD 6.3 ) and
> > I cannot really decide where to go ...
> >
> > So I think the best way will boe to start it on the most used   
> > Platform in order
> > to have the larger support from admins / users as the machine
> > will be administered
> > by several persons in the futur.
> >
> > Is there some report of NAGIOS usage on the Internet ?
> >
> > Thank you
> >
> >
> > -
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> > http://sourceforge.net/services/buy/index.php
> > ___
> > 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
> >
> 
> 
> 
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> 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

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Which platform to run NAGIOS ?

2008-06-13 Thread Matthew Macdonald-Wallace
On Fri, 13 Jun 2008 09:31:19 +0200
Frank Bonnet <[EMAIL PROTECTED]> wrote:

> I have tested on several UNIXs ( Debian lenny , Opensuse 11 , FreebSD
> 6.3 ) and I cannot really decide where to go ...

It runs fine on Debian Etch if you don't want to use an "unstable"
version of Debian.

There's a quick (and very rough) how-to at 

http://www.truthisfreedom.org.uk/2008/06/installing-nagios3-on-debian-etch/


I'm hoping to add a bit on setting up Nagios Looking Glass as well at
some point.

M.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] NRPE host on Solaris 10 (now can monitor from server, but local issue on remote host)

2008-06-13 Thread Izz Abdullah
Of course.  It is there.  That's why the Nagios server can communicate with the 
remote host.  The remote host just seems to have a problem to check itself ;-)

Thanks again,
Izz

> -Original Message-
> From: [EMAIL PROTECTED]
> Sent: Fri, 13 Jun 2008 10:18:33 +0200
> To: [EMAIL PROTECTED], nagios-users@lists.sourceforge.net
> Subject: RE: [Nagios-users] NRPE host on Solaris 10 (now can monitor from
> server, but local issue on remote host)
> 
> Hello,
> Did you check your /etc/services for "nrpe 5666/tcp"?
> Regards,
> 
> Vincent Alloo
> TI France Design Systems Operations Manager
> Europe and Middle East IT Services
> Texas Instruments France
> 
> E-Mail: [EMAIL PROTECTED]
> Phone: +33 4 93 22 26 97
> Mobile: +33 6 82 13 00 80
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Izz
> Abdullah
> Sent: Friday, June 13, 2008 5:21 AM
> To: nagios
> Subject: Re: [Nagios-users] NRPE host on Solaris 10 (now can monitor from
> server, but local issue on remote host)
> 
> This is interesting:
> although running the check_nrpe -H localhost on the remote host returns
> the error, I am able to monitor from the actual Nagios server.  And yes,
> LOCAL, localhost, 127.0.0.1, etc. are in the hosts.allow file.
> 
> I thought I would take the chance and see if I could monitor since I was
> receiving some data from the command line, just this one error.  And sure
> enough, can.  Now my question is WHY this is like this?
> 
> Thanks again,
> Izz
> 
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> Sent: Thu, 12 Jun 2008 17:25:55 -0800
>> To: nagios-users@lists.sourceforge.net
>> Subject: Re: [Nagios-users] NRPE host on Solaris 10
>> 
>> Also, I should mention this is the latest NRPE version, but more
>> importantly, we ran ./configure without SSL as I have had too many
>> problems with it.
>> 
>> Thanks again,
>> Izz
>> 
>>> -Original Message-
>>> From: [EMAIL PROTECTED]
>>> Sent: Wed, 11 Jun 2008 21:41:25 -0800
>>> To: nagios-users@lists.sourceforge.net
>>> Subject: Re: [Nagios-users] NRPE host on Solaris 10
>>> 
>>> still the same error: Received 0 bytes  from daemon...
>>> 
>>> results from the two commands requested (everything looks ok to me):
>>> 
>>> # svcs svc:/network/nrpe/tcp:default
>>> STATE  STIME   FMRI
>>> online Jun_10  svc:/network/nrpe/tcp:default
>>> 
>>> # inetadm -l svc:/network/nrpe/tcp:default
>>> SCOPE  NAME=VALUE
>>>name="nrpe"
>>>endpoint_type="stream"
>>>proto="tcp"
>>>isrpc=FALSE
>>>wait=FALSE
>>>exec="/usr/sfw/sbin/tcpd -c /usr/local/nagios/etc/nrpe.cfg
>>> -i"
>>>arg0="/usr/local/nagios/bin/nrpe"
>>>user="nagios"
>>> defaultbind_addr=""
>>> defaultbind_fail_max=-1
>>> defaultbind_fail_interval=-1
>>> defaultmax_con_rate=-1
>>> defaultmax_copies=-1
>>> defaultcon_rate_offline=-1
>>> defaultfailrate_cnt=40
>>> defaultfailrate_interval=60
>>> defaultinherit_env=TRUE
>>> defaulttcp_trace=FALSE
>>>tcp_wrappers=TRUE
>>> #
>>> 
>>> The only thing I see different between this output and that on the site
>>> listed where I installed the remote host NRPE is there is no default
>>> for
>>> tcp_wrappers and no connection_backlog.  But this shouldn't be the
>>> problem, right?
>>> 
>>> Thanks again for your assistance,
>>> Izz
>>> 
 -Original Message-
 From: [EMAIL PROTECTED]
 Sent: Wed, 11 Jun 2008 10:21:58 +0100
 To: nagios-users@lists.sourceforge.net
 Subject: Re: [Nagios-users] NRPE host on Solaris 10
 
> From: [EMAIL PROTECTED]
> [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Izz Abdullah
> 
> I have followed the instructions I found at
> http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-
> on-solaris-10/
> 
> but to no avail.  At the end of it all, when I try
> ./check_nrpe -H localhost
> 
> it gives me a 0 bytes received from daemon.  The first check in the
> list of
> /usr/local/nagios/libexec/check_disk -w 10 -c 5 -p /
> gives data...I don't know what's wrong here...I haven't configured a
> Solaris box to be monitored...any ideas / assistance?
 
 >From your description, it seems like the plugins are working OK but
 the
 problem is with the service itself. That's not surprising, SMF on
 Solaris
 10 can be tricky to get right. I'd double check the entire section in
 those instructions from "With Solaris 10, we don't use either inetd
 ..."
 to "Modify your hosts.allow ...". In particular make sure your
 inetd.conf
 entry is on one line (as the instructions say but then split over
 three
 lines because of the narrow width of the page). If it's still not
 working, post back with the relevant section of inetd.conf and the
 output
 of
 
 svcs svc:/network/nrpe

Re: [Nagios-users] Which platform to run NAGIOS ?

2008-06-13 Thread Frank Bonnet
Hello Jochen

Interresting , thank you :-)

Frank


[EMAIL PROTECTED] wrote:
> Hello Frank,
> 
> perhaps this page of the Nagios website will answer your question:  
> http://www.nagios.org/userprofiles/
> 
> Kind Regards,
> Jochen Billen
> 
> Citeren Frank Bonnet <[EMAIL PROTECTED]>:
> 
>> Hello
>>
>> After testing NAGIOS 3 on several platforms I wonder which one is   
>> the most used ?
>>
>> I have tested on several UNIXs ( Debian lenny , Opensuse 11 ,   
>> FreebSD 6.3 ) and
>> I cannot really decide where to go ...
>>
>> So I think the best way will boe to start it on the most used   
>> Platform in order
>> to have the larger support from admins / users as the machine will   
>> be administered
>> by several persons in the futur.
>>
>> Is there some report of NAGIOS usage on the Internet ?
>>
>> Thank you
>>
>>
>> -
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
>> just about anything Open Source.
>> http://sourceforge.net/services/buy/index.php
>> ___
>> 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
>>
> 
> 
> 
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> 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


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] NRPE host on Solaris 10 (now can monitor from server, but local issue on remote host)

2008-06-13 Thread Alloo, Vincent
Hello,
Did you check your /etc/services for "nrpe 5666/tcp"?
Regards,

Vincent Alloo
TI France Design Systems Operations Manager
Europe and Middle East IT Services
Texas Instruments France

E-Mail: [EMAIL PROTECTED]
Phone: +33 4 93 22 26 97
Mobile: +33 6 82 13 00 80

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Izz Abdullah
Sent: Friday, June 13, 2008 5:21 AM
To: nagios
Subject: Re: [Nagios-users] NRPE host on Solaris 10 (now can monitor from 
server, but local issue on remote host)

This is interesting:
although running the check_nrpe -H localhost on the remote host returns the 
error, I am able to monitor from the actual Nagios server.  And yes, LOCAL, 
localhost, 127.0.0.1, etc. are in the hosts.allow file.

I thought I would take the chance and see if I could monitor since I was 
receiving some data from the command line, just this one error.  And sure 
enough, can.  Now my question is WHY this is like this?

Thanks again,
Izz

> -Original Message-
> From: [EMAIL PROTECTED]
> Sent: Thu, 12 Jun 2008 17:25:55 -0800
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] NRPE host on Solaris 10
>
> Also, I should mention this is the latest NRPE version, but more
> importantly, we ran ./configure without SSL as I have had too many
> problems with it.
>
> Thanks again,
> Izz
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> Sent: Wed, 11 Jun 2008 21:41:25 -0800
>> To: nagios-users@lists.sourceforge.net
>> Subject: Re: [Nagios-users] NRPE host on Solaris 10
>>
>> still the same error: Received 0 bytes  from daemon...
>>
>> results from the two commands requested (everything looks ok to me):
>>
>> # svcs svc:/network/nrpe/tcp:default
>> STATE  STIME   FMRI
>> online Jun_10  svc:/network/nrpe/tcp:default
>>
>> # inetadm -l svc:/network/nrpe/tcp:default
>> SCOPE  NAME=VALUE
>>name="nrpe"
>>endpoint_type="stream"
>>proto="tcp"
>>isrpc=FALSE
>>wait=FALSE
>>exec="/usr/sfw/sbin/tcpd -c /usr/local/nagios/etc/nrpe.cfg
>> -i"
>>arg0="/usr/local/nagios/bin/nrpe"
>>user="nagios"
>> defaultbind_addr=""
>> defaultbind_fail_max=-1
>> defaultbind_fail_interval=-1
>> defaultmax_con_rate=-1
>> defaultmax_copies=-1
>> defaultcon_rate_offline=-1
>> defaultfailrate_cnt=40
>> defaultfailrate_interval=60
>> defaultinherit_env=TRUE
>> defaulttcp_trace=FALSE
>>tcp_wrappers=TRUE
>> #
>>
>> The only thing I see different between this output and that on the site
>> listed where I installed the remote host NRPE is there is no default for
>> tcp_wrappers and no connection_backlog.  But this shouldn't be the
>> problem, right?
>>
>> Thanks again for your assistance,
>> Izz
>>
>>> -Original Message-
>>> From: [EMAIL PROTECTED]
>>> Sent: Wed, 11 Jun 2008 10:21:58 +0100
>>> To: nagios-users@lists.sourceforge.net
>>> Subject: Re: [Nagios-users] NRPE host on Solaris 10
>>>
 From: [EMAIL PROTECTED] [mailto:nagios-users-
 [EMAIL PROTECTED] On Behalf Of Izz Abdullah

 I have followed the instructions I found at
 http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-
 on-solaris-10/

 but to no avail.  At the end of it all, when I try
 ./check_nrpe -H localhost

 it gives me a 0 bytes received from daemon.  The first check in the
 list of
 /usr/local/nagios/libexec/check_disk -w 10 -c 5 -p /
 gives data...I don't know what's wrong here...I haven't configured a
 Solaris box to be monitored...any ideas / assistance?
>>>
>>> >From your description, it seems like the plugins are working OK but
>>> the
>>> problem is with the service itself. That's not surprising, SMF on
>>> Solaris
>>> 10 can be tricky to get right. I'd double check the entire section in
>>> those instructions from "With Solaris 10, we don't use either inetd
>>> ..."
>>> to "Modify your hosts.allow ...". In particular make sure your
>>> inetd.conf
>>> entry is on one line (as the instructions say but then split over three
>>> lines because of the narrow width of the page). If it's still not
>>> working, post back with the relevant section of inetd.conf and the
>>> output
>>> of
>>>
>>> svcs svc:/network/nrpe/tcp:default
>>>
>>> and
>>>
>>> inetadm -l svc:/network/nrpe/tcp:default
>>>
>>> --
>>> Phil Costelloe
>>> Foundation IT, Hermitage Berkshire RG18 9SE
>>>
>>>
>>>
>>>
>>> -
>>> Check out the new SourceForge.net Marketplace.
>>> It's the best place to buy or sell services for
>>> just about anything Open Source.
>>> http://sourceforge.net/services/buy/index.php
>>> ___
>>> Nagios-users mailing list
>>> Nagios-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/nagios-users
>>> ::: Please include Nagio

Re: [Nagios-users] A couple newb questions

2008-06-13 Thread Matthew Macdonald-Wallace
On Thu, 12 Jun 2008 18:35:50 -0400
Forsaken <[EMAIL PROTECTED]> wrote:

> Are hostgroups pretty much just a cosmetic gathering for viewing in a
> web interface, or can they serve some practical use during
> configuration.

Absolutely!

We've got a hostgroup called "debian servers" and any server in this
list automatically has the version checked to make sure there's no
weird upgrades going on etc.

It also means that when "Lenny" reaches stable, we only need to change
one config file and it immediately provides us with a report on which
servers require an upgrade.

The script at the moment is configured to be OK if
the /etc/debian_version contains the string "4.0", warn on "3.1" and
error on everything else.

This makes upgrading much much easier!

Cheers,

M. 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Which platform to run NAGIOS ?

2008-06-13 Thread jochen
Hello Frank,

perhaps this page of the Nagios website will answer your question:  
http://www.nagios.org/userprofiles/

Kind Regards,
Jochen Billen

Citeren Frank Bonnet <[EMAIL PROTECTED]>:

> Hello
>
> After testing NAGIOS 3 on several platforms I wonder which one is   
> the most used ?
>
> I have tested on several UNIXs ( Debian lenny , Opensuse 11 ,   
> FreebSD 6.3 ) and
> I cannot really decide where to go ...
>
> So I think the best way will boe to start it on the most used   
> Platform in order
> to have the larger support from admins / users as the machine will   
> be administered
> by several persons in the futur.
>
> Is there some report of NAGIOS usage on the Internet ?
>
> Thank you
>
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> 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
>



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Which platform to run NAGIOS ?

2008-06-13 Thread Andreas Ericsson
Frank Bonnet wrote:
> Hello
> 
> After testing NAGIOS 3 on several platforms I wonder which one is the most 
> used ?
> 
> I have tested on several UNIXs ( Debian lenny , Opensuse 11 , FreebSD 6.3 ) 
> and
> I cannot really decide where to go ...
> 
> So I think the best way will boe to start it on the most used Platform in 
> order
> to have the larger support from admins / users as the machine will be 
> administered
> by several persons in the futur.
> 
> Is there some report of NAGIOS usage on the Internet ?
> 

No, but in my experience most users run it on a Linux-based system.
Some have problems on *BSD variants, but it's been a while since we
saw anything on this list.

HTH

-- 
Andreas Ericsson   [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Which platform to run NAGIOS ?

2008-06-13 Thread Frank Bonnet
Hello

After testing NAGIOS 3 on several platforms I wonder which one is the most used 
?

I have tested on several UNIXs ( Debian lenny , Opensuse 11 , FreebSD 6.3 ) and
I cannot really decide where to go ...

So I think the best way will boe to start it on the most used Platform in order
to have the larger support from admins / users as the machine will be 
administered
by several persons in the futur.

Is there some report of NAGIOS usage on the Internet ?

Thank you


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] Dummy objects?!?!?

2008-06-13 Thread Mikael Fridh
On 6/12/08, mirko stefanelli <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I need to add, if can be possible, some dummy object in status map.
> how can I add some object that are only container object (without
> ipaddress).

Add a host and a dummy host_check command that always return OK. Set
notifications_enabled 0.

Something like that should do it.

--
Fridh

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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