> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of David Schlecht
> Sent: Tuesday, June 06, 2006 4:56 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] External Commands time
>
> Hi list
>
>
>
> Using v2.2, I'm dis
Hi list
Using v2.2, I'm disabling notifications on a host using an External
Command. The script calculates a future time and issues a enable-notific
ations command with that time. However, Nagios seems to ignore the
times and just runs the Enable command immediately after the Disable
command.
>
> Ok i got everything working. It turns out the user nagios has
> it's home directory in the /usr/local/nagios and the server
> config files are located in /usr/local/nagios/etc. On the
> client side the config files are located in the /etc/nagios
>
> Can anyone shed any light on how often
--- Winn Johnston <[EMAIL PROTECTED]> wrote:
>
>
> --- jeff vier <[EMAIL PROTECTED]>
> wrote:
>
> >
> > Please always reply to the list so that others may
> > benefit from your
> > experience.
> >
> > On Tue, 2006-06-06 at 09:06 -0700, Winn Johnston
> > wrote:
> > > impossible, it is in pro
Hi,
On Tue, 06 Jun 2006 21:19:39 +0200, Kyle Tucker wrote:
>
> > it is being discussed here again and again. Some working solution(s)
> > attached.
>
> For the simpler situations, wouldn't the introduction of a simple host
> retry_check_interval be sufficient? It would fulfill my request and of
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Josh Konkol
> Sent: Tuesday, June 06, 2006 1:37 PM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Host check doesn't wait in-between checks.
>
> Kyle Tucker pani
> > -Original Message-
> > From: jeff vier [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, June 06, 2006 12:57 PM
> > To: Ben Grommes
> > Cc: nagios-users@lists.sourceforge.net
> > Subject: Re: [Nagios-users] no last check time for passive service
> > checks
> >
> > On Tue, 2006-06-06 at 12:
On Tue, 6 Jun 2006, Winn Johnston wrote:
> I have noticed we have two nagios config directories.
> One exists in /usr/local/nagios (which seems to hold
> the config files for the server side) and /etc/nagios
> (which seems to hold the config files for the client
> side) now i know installs can dif
> it is being discussed here again and again. Some working solution(s) attached.
For the simpler situations, wouldn't the introduction of a simple host
retry_check_interval be sufficient? It would fulfill my request and of
the OP it would seem as well.
--
- Kyle
---
Hi,
it is being discussed here again and again. Some working solution(s) attached.
Regards,
Lace
On Tue, 06 Jun 2006 20:37:04 +0200, Josh Konkol wrote:
> Kyle Tucker panix.com> writes:
>
> >
> > >
> > > What is the point of setting a Host max_check_attempts if
> Nagios isn't going to
> >
Kyle Tucker panix.com> writes:
>
> >
> > What is the point of setting a Host max_check_attempts if
Nagios isn't going to
> > wait in between checking?
>
> I too wish I had more time between host checks and you've prompted me
> to try something in my check_alive script. Would this snippet do t
On Tue, 2006-06-06 at 12:59 -0500, Ben Grommes wrote:
> I'm using Nagios 2.3.1. I'm not using NSCA, but instead my own program that
> submits PROCESS_SERVICE_CHECK_RESULT commands to the external command file.
It sounds like your program isn't formatting the time correctly.
P.S. top-posting is
I'm using Nagios 2.3.1. I'm not using NSCA, but instead my own program that
submits PROCESS_SERVICE_CHECK_RESULT commands to the external command file.
> -Original Message-
> From: jeff vier [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 06, 2006 12:57 PM
> To: Ben Grommes
> Cc: nagios
On Tue, 2006-06-06 at 12:40 -0500, Ben Grommes wrote:
> The status cgi does not display the last check time for a passive service
> check as far as I can tell. Does anybody know why nagios doesn't use the
> time when the passive service check was processed as the last check time?
> It would be use
The status cgi does not display the last check time for a passive service
check as far as I can tell. Does anybody know why nagios doesn't use the
time when the passive service check was processed as the last check time?
It would be useful to know in the status cgi when the last passive service
ch
in check_log, find lines:
if [ "$count" = "0" ]; then # no matches, exit with no error
$ECHO "Log check ok - 0 pattern matches found\n"
exitstatus=$STATE_OK
change "$count" = "0" to "$count" = "5".
change "Log check ok - 5 pattern matches found\n"
Ken A
Pacific.Net
Julie S. Lin wrote
Marc Powell ena.com> writes:
>
>
> > -Original Message-
> > I'm running Nagios 2.3.1.
> >
> > I'm running into this scenario: When a host goes down I've noticed
> that
> > the Host checks aren't waiting for any period of time between the host
> > alive checks.
> >
> > I have the ho
Hi
i am trying set up montoring, i'd like check_log to looks for 5 instances of
a string to be successful (i.e for an oracle backup, each table space
must be
backed up successfully) is there an easy way to do this? I'd greatly
appreciate any
advice or documention that could help.
--julie
__
--- jeff vier <[EMAIL PROTECTED]> wrote:
>
> Please always reply to the list so that others may
> benefit from your
> experience.
>
> On Tue, 2006-06-06 at 09:06 -0700, Winn Johnston
> wrote:
> > impossible, it is in production, and works. I just
> > want to know what is the deal with the etc/
Please always reply to the list so that others may benefit from your
experience.
On Tue, 2006-06-06 at 09:06 -0700, Winn Johnston wrote:
> impossible, it is in production, and works. I just
> want to know what is the deal with the etc/ directory
> in the /nagios directory?
Who knows? A "normal"
>
> What is the point of setting a Host max_check_attempts if Nagios isn't going
> to
> wait in between checking?
I too wish I had more time between host checks and you've prompted me
to try something in my check_alive script. Would this snippet do the
trick?
TIMEGAP=10 # number of seconds be
I have noticed we have two nagios config directories.
One exists in /usr/local/nagios (which seems to hold
the config files for the server side) and /etc/nagios
(which seems to hold the config files for the client
side) now i know installs can differ greatly, so this
maybe an impossible question fo
On Tue, 2006-06-06 at 08:37 -0700, Winn Johnston wrote:
> I have noticed we have two nagios config directories.
> One exists in /usr/local/nagios (which seems to hold
> the config files for the server side) and /etc/nagios
> (which seems to hold the config files for the client
> side) now i know in
> -Original Message-
> From: Samba [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 05, 2006 9:55 AM
> To: nagios-users@lists.sourceforge.net
> Cc: Marc Powell
> Subject: RE: [Nagios-users] Host check doesn't wait in-between checks.
>
> Maybe I'm dense, but isn't Nagios doing the checks in
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Josh Konkol
> Sent: Tuesday, June 06, 2006 9:33 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Working Yet
>
> Is this Mail List working yet?
It was never broken.
On Tue, 2006-06-06 at 14:32 +, Josh Konkol wrote:
> Is this Mail List working yet?
>
> Sorry for this.
It appears to be.
signature.asc
Description: This is a digitally signed message part
___
Nagios-users mailing list
Nagios-users@lists.sourceforg
Is this Mail List working yet?
Sorry for this.
Josh
___
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 reportin
Looks like that's an artifact of the word wrapping in the email. So,
no I don't think so.
On Jun 6, 2006, at 8:49 AM, Hatten, Ken wrote:
>
> Kurt -
>
> Is there really a space in this piece:
>
> "RE -L/usr/ lib/p"
> ^^^
>
> Regards,
>
> Ken Hatten
> CM Ops Admin
> Desk: (214) 480-6098
On Tue, 2006-06-06 at 07:58 +0200, Hugo van der Kooij wrote:
> > > > Is there any way to put multiple timeperiods in a contact's
> > > > service_notification_period/host_notification_period?
> > > >
> > > > Or, some other way that I'm not visualizing?
> > >
> > > How about creating templates and me
There were indeed multiple Nagios daemons running.
Problem solved!
Thanks for the tip.
Regards,
Jochen Billen
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please includ
Does anyone know how to build graphics showing the
cisco routers temperature?
Any idea how to customize the map file for this?
Thanks a lot
Emilio
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sou
Hello,
I have some problems with this plugin in Nagios2. On Nagios1 it was running
ok, but after moving to Nagios2 it returns such status:
Current Status: UNKNOWN
Status Information:**ePN failed to compile
/usr/lib/nagios/plugins/check_apc_ups_snmp: "Global symbol "$versionopt"
requires expl
32 matches
Mail list logo