Dear Folks,
Would anyone like to comment on the use of NDOUtils (Nagios 2.x or
later) for availability reporting ?
I believe that NDOUtils inserts rows representing down times in an MySQL
table, making it much easier for DIY reporters to produce reports.
I am currently using an event handler for
Hi everybody,
I am lookink for a plugin (or notification command ) that permit send variables
( $Hostaddress, $Hoststatus, $SERVICESTATE and etc ) to a homepage ( ASP
application ). The objective is to open a ticket to helpdesk application
automatically.
It is possible use the check_http p
Thanks for the advice, that makes sense now. I've gone and created my
timeperiods to send to the contacts in other sites during their daylight
hours.
-Ben
-Original Message-
From: Patrick Morris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 4:43 PM
To: Ben Langen (blangen)
Cc:
actually now I think about it, nrpe isn't well suited to this, you'd
have to enable command args to pass those and that is considered a
security risk.
you'd be better off using ssh keys.
on fact, my event handlers run on my server with ssh keys to kill or
restart something on another server.
Hi Paul,
I had the same issue last weekend, of not having xinetd on Debain,
I used the command
apt-get install xinetd
hope this helps,
Tony
On 4/5/07, Paul Roberts <[EMAIL PROTECTED]> wrote:
HI Hari,
I looked at that but I can't see the xinetd folder on Debian, should it be
there by defa
you'll likely have to apt-get install xinetd which will uninstall inetd,
so you should probably check if you have any services running through
that (or any backdoors running through that ;-) )
if you do, you can convert the inetd config to xinetd with the itox command.
-h
Hari Sekhon
Paul
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Nick Weisser
> Sent: Thursday, April 05, 2007 8:47 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Could not connect to MySQL database
>
> I've installed Nagios 1.3 under Debia
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Nick Weisser
> Sent: Thursday, April 05, 2007 10:47 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Could not connect to MySQL database
>
> Hi there,
>
> I've inst
Hi there,
I've installed Nagios 1.3 under Debian Sarge. The nagios.log file states
that
[1175786914] Error: Could not connect to MySQL database '' on host ''
using username '' and password 'XX' for downtime data!
I found this FAQ entry and followed the instructions
http://www.nagios.org/
I suppose I should have been more explicit in my first email. The problem
I'm having is not with the basic chain of commands, but with all the
environmental variables/macros. Figuring out what to put where to get the
$SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ data all the way to
the rem
HI Hari,
I looked at that but I can't see the xinetd folder on Debian, should it be
there by default?
Paul.
_
From: Hari Sekhon [mailto:[EMAIL PROTECTED]
Sent: 05 April 2007 15:03
To: Paul Roberts
Cc: Nagios Users mailinglist
Subject: Re: [Nagios-users] Socket timeout issue
if you
Hi guys,
I have a debian sarge with nagios 2.8. Everything works fine, except one
thing: sometimes, without any reasons, i have the following message on the
nagios web pages:
"It appears as though you do not have permission to view information for
any of the services you requested...
If you bel
Thanks for the tips!
I was use the net-snmp exec directive to execute the check_raid plugin
and it's working well!
Raphaël 'SurcouF' Bordet wrote:
Le mercredi 04 avril 2007 à 09:39 -0500, Andrew Zahn a écrit :
Hi,
I am looking for a way to monitor the status of software raid (such
as md0
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Prigge Scott
> Sent: Wednesday, April 04, 2007 11:34 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] (no subject)
>
> I recently upgraded from 1.0b to 2.7. I notice
if you are running it through xinetd like you are supposed to then there
is a log entry created on the system like so
xinetd[673]: START: nrpe pid=27671 from
-h
Hari Sekhon
Paul Roberts wrote:
Sorry I don't want it to work locally just wanted to see if it ran
-
if that is the nrpe on the remote machine then check_disk won't work cos
you've defined check_disk1 and check_disk2 in your nrpe config.
also, isn't the allowed_hosts option unsupported now?
isn't the proper way to do that to tcpwrap it in xinetd? (which is what
I do)
what problem are you h
Sorry I don't want it to work locally just wanted to see if it ran
_
From: Hari Sekhon [mailto:[EMAIL PROTECTED]
Sent: 05 April 2007 14:58
To: Paul Roberts
Cc: Nagios Users mailinglist
Subject: Re: [Nagios-users] Socket timeout issue
how do you mean if nrpe will work locally?
if you w
how do you mean if nrpe will work locally?
if you want to use nrpe on the local machine you can just give it the
hostname or the ip address (but you can't use "localhost" as it will
fail in the SSL handshake)
-h
Hari Sekhon
Paul Roberts wrote:
Command line I just wanted to see if nrpe wou
my event handlers run over ssh but this doesn't seem difficult to do at
all, just create an event handler script, copy it to the remote machine
and then put a command in the nrpe.cfg for that machine.
[event_handler_name]=/path/my_event_handler_script.sh
then create a checkcommand like so
defi
Can anyone point me to a HOWTO or other documentation for setting up an
event handler that runs on a remote machine (probably through nrpe)?
I've gone over the docs for setting up a local event handler, but
translating that to a remote handler is just not working for me right now.
thanks,
Paul
Hi,
Thanks for looking.
Hope this helps.
Here is my inetd.conf file entry:
nrpestream tcp nowait nagios /usr/sbin/tcpd
/usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg --inetd
server_port=5666
allowed_hosts=x.x.x.x
nrpe_user=nagios
nrpe_group=nagios
dont_blame_nrpe=0
debug=
On Apr 4, 2007, at 1:45 PM, Israel Brewster wrote:
> A while ago I installed Nagios 2.4 on a somewhat minimal (don't
> remember the specs, but old) OpenBSD 4.0 box. For the most part, it
> appears to work fine- latency is a nice low .328 seconds on average,
> with an average execution time of 4 s
post your nrpe config
is your nrpe tcpwrapped? run as daemon or from inetd/xinetd?
-h
Hari Sekhon
Paul Roberts wrote:
> Hi All,
>
> Can someone help out with my CHECK_NRPE: Socket timeout after 10 seconds
> issue.
>
> I have Nagios running on a Debian server, runs tests to Windows Boxes OK.
>
aren't you missing a -c before check_disk?
typo on command line or typo in email?
-h
Hari Sekhon
Paul Roberts wrote:
> Hi All,
>
> Can someone help out with my CHECK_NRPE: Socket timeout after 10 seconds
> issue.
>
> I have Nagios running on a Debian server, runs tests to Windows Boxes OK.
>
Hi All,
Can someone help out with my CHECK_NRPE: Socket timeout after 10 seconds
issue.
I have Nagios running on a Debian server, runs tests to Windows Boxes OK.
I am attempting to do remote checks of an Debian server.
I can telnet on port 5666 to the remote server, netstat -l reports:
tcp
Sorry about the missing subject...
It does seem to be caused by the log rotation signal. The entries are
not re-created on a restart, nor on full clean shutdown and restart.
-Original Message-
From: Thomas Stocking [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 5:35 PM
To: Pr
Hello Mukta,
I had faced the same problem,I think you have installed through the RPMS
please try to install by tarball and its very easy
If you are using redhat please follow this document
http://nagios.sourceforge.net/download/contrib/documentation/misc/Nagios%20Install%20on%20Redhat%20EL%20
I've designed them with NRPE in mind but it doesn't really matter, you
can execute them via snmp and retrieve both the output and the status
code as normal.
see http://www.kilala.nl/Sysadmin/retrieve_custom_snmp.php for details.
-h
Hari Sekhon
Andrew Zahn wrote:
> do these plugins require N
I've read the install documentation, I have libjpeg, libgd, libpng etc
installed, but when I do a make all, statusmap.cgi isn't created and google
hasn't been of great help, am I missing something simple?
Sincerely,
Ron Prague
---
29 matches
Mail list logo