RE: [Nagios-users] Different notification methods in different timeperiods

2005-12-20 Thread C. Bensend
> I don't think you'll be able to do this within the configs. What you > could do though is write a little wrapper script. Based on the time of > day, a different $CONTACTGROUP$ would be notified. > > This will keep your config cleaner, but add a level of complexity. Apologies if this has been c

RE: [Nagios-users] Different notification methods in different timeperiods

2005-12-20 Thread Lori Adams
I don't think you'll be able to do this within the configs. What you could do though is write a little wrapper script. Based on the time of day, a different $CONTACTGROUP$ would be notified. This will keep your config cleaner, but add a level of complexity. -Lori > -Original Message---

RE: [Nagios-users] check_log usage

2005-12-20 Thread Tedman Eng
check_log is a local plugin. Are you trying to check /var/adm/messages on your local Nagios server? Most likely not. If not, then you'll need execute the plugin remotely or accept remote service results: http://www.nagios.org/faqs/viewfaq.php?faq_id=59 > -Original Message- > From: Ju

RE: [Nagios-users] Apache Config Hell...

2005-12-20 Thread Meyer, David R
OK...I feel like an idiot. I installed a VRML reader and guess what...it WORKED! Thank you both (who responded) for that suggestion. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Vickers Sent: Tuesday, December 20, 2005 6:04 PM To: nagios-u

[Nagios-users] check_log usage

2005-12-20 Thread Julie S. Lin
Hi All I have two solaris boxen in my group "eagle-servers". however, they claims "0 pattern match and check OK" under service detail even though I edited the log file and put it "Memory Error" for testing purposes.. Could someone kindly have a look at let me know what small change I need

Re: [Nagios-users] Apache Config Hell...

2005-12-20 Thread Greg Vickers
David, Meyer, David R wrote: Hi All, I'm using 1.3 on Debian 3.1. Everything seems to be working very well Good start... Do you have a VRML viewer installed? See: http://www.nagios.org/faqs/viewfaq.php?faq_id=52 -- Greg Vickers Project Manager, IT Security Information Technology Services Qu

Re: [Nagios-users] Apache Config Hell...

2005-12-20 Thread Hugo van der Kooij
On Tue, 20 Dec 2005, Meyer, David R wrote: > I'm using 1.3 on Debian 3.1. Everything seems to be working very well > EXCEPT for one thing. When I click on 3-D Status Map using either > Firefox or Internet Exploder, it wants to download the statuswrl.cgi > file rather than display it. And just whi

Re: [Nagios-users] Different monitoring times/escalations, same services

2005-12-20 Thread Guy Knights
Thank you, master. You are wise, like old yak. I will follow your teachings on the path to enlightenment! Thanks, Grasshopper P.S. It's been a slow week... Greg Vickers wrote: Ah, grasshopper, you ask all the hard questions... Guy Knights wrote: The servicegroup that this service is a me

[Nagios-users] Apache Config Hell...

2005-12-20 Thread Meyer, David R
Hi All, I'm using 1.3 on Debian 3.1. Everything seems to be working very well EXCEPT for one thing. When I click on 3-D Status Map using either Firefox or Internet Exploder, it wants to download the statuswrl.cgi file rather than display it. I have put the following line at the end of my httpd.c

[Nagios-users] HOSTALIAS macro not expanding in 'hostextinfo', HOSTNAME works. (2.0b6, CGI extended host info)

2005-12-20 Thread Eli Stair
Running 2.0b6 and I find that these two macros don't evaluate as I believe they should. Going on the 2.0 docs, $HOSTALIAS$ seems just as valid as $HOSTNAME$ in the context of using it for an extended host information macro. In this case however, $HOSTNAME$ works while $HOSTALIAS$ goes unexp

[Nagios-users] Different notification methods in different timeperiods

2005-12-20 Thread Ben Beuchler
I am trying to work out a clean way to use different techniques during different notification_periods (one notification technique during "workhours" and another during "nonworkhours") for the same service. I already created duplicates of each contact with the new contact method: define contact{

RE: [Nagios-users] Failed NRPE compile on Solaris 9 sparc

2005-12-20 Thread Todd Barbera
Perhaps you should try specifying your include path to point to /usr/local/include. "-l/usr/local/include". Since you're using the GNU versions of the compiler tools, I would think you would want to use the GNU include directories instead of the default Solaris directories, although I haven't had t

Re: [Nagios-users] Re: How to use newline in config files

2005-12-20 Thread Jason Bodnar
Finally figured it out. Control characters need to be shell escaped. So, in my case, my check_command is: check_command check_tcp!db.foo.com!3737!PING$'\cD'$'\n'!ACK for a ^D^J (EOT EOL) sequence. On Mon, 19 Dec 2005 12:46:29 -0600, Jason Bodnar wrote > On Sun, 18 Dec 2005

Re: [Nagios-users] email notifcation time

2005-12-20 Thread Rafael Bandeira da Costa
Hello Sudheer Get used to reading the manuals ;) Host definition: http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#host Service definition: http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#service You are looking for notification_interval directive (also take a look at http://

[Nagios-users] email notifcation time

2005-12-20 Thread Sudheer Muddappa
Hi, I was wondering if there is a way or a parameter where I can set the time interval, between each email alert being sent out for host and service notifications? Now it's every 5 mins I get an email from Nagios. Thanks, Sudheer -

[Nagios-users] Nagiosgraph .7 and Nagios 2.0b6 almost playing nice

2005-12-20 Thread John C. Welch
Okay, so I have .7 installed, I'm getting no error messages in the logs, but nothing's happening with regard to RRD file creation. Here's the log entries: Tue Dec 20 10:14:51 2005 CGI debug: Config logfile:/usr/local/nagios/nagiosgraph-0.7/var/nagiosgraph.log Tue Dec 20 10:14:51 2005 CGI debug: Co

Re: [Nagios-users] Failed NRPE compile on Solaris 9 sparc

2005-12-20 Thread Ton Voon
On 20 Dec 2005, at 12:25, Ayotunde Itayemi wrote: Hi All, I am trying to compile NRPE on a Solaris server but I am getting lots of errors: My platform Solaris 9, gcc 3.4.2, libgcc 3.4.1, GNU make 3.80 (also tried Solaris make), NRPEv2.0b4 During the configure command run, I noticed the fo

Re: [Nagios-users] Does Nagios support application services monitoring?

2005-12-20 Thread Chris Burgess
On 20/12/05 8:33 PM, "Conchi Aller" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I have a lot of self-developed applications. Most of them have either a web or > an ICA (CITRIX) client. But some others hace their own client. > > May Nagios support the monitoring and check of these applications

Re: [Nagios-users] empty hostgroups forbidden in 2.0b6

2005-12-20 Thread Ralf Gross
Phil Mayers schrieb: > moving from 2.0b3 > > "[EMAIL PROTECTED] nagios]# /usr/local/nagios/bin/nagios -v > /usr/local/nagios/etc/nagios.cfg -h > > Nagios 2.0b6 > Copyright (c) 1999-2005 Ethan Galstad (http://www.nagios.org) > Last Modified: 11-30-2005 > License: GPL > > Reading configuration da

[Nagios-users] Failed NRPE compile on Solaris 9 sparc

2005-12-20 Thread Ayotunde Itayemi
Hi All, I am trying to compile NRPE on a Solaris server but I am getting lots of errors: My platform Solaris 9, gcc 3.4.2, libgcc 3.4.1, GNU make 3.80 (also tried Solaris make), NRPEv2.0b4 During the configure command run, I noticed the following line: checking for u_int32_t... no It then thr

Re: [Nagios-users] paging / email

2005-12-20 Thread Assaf Flatto
The way we did it is set up another contact for the persons you want sending the mail/pager to. one contact has the criteria for pager and the other for mail both going to the same person but with different event handling. Assaf [EMAIL PROTECTED] wrote: Hello, sorry if this is simple. But I

[Nagios-users] Does Nagios support application services monitoring?

2005-12-20 Thread Conchi Aller
Hi everyone, I have a lot of self-developed applications. Most of them have either a web or an ICA (CITRIX) client. But some others hace their own client. May Nagios support the monitoring and check of these applications from an end-user perspective? That's to say, may Nagios simulate an end-user