From quanah at stanford.edu Thu Jul 1 01:11:44 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 30 Jun 2004 16:11:44 -0700 Subject: Load-Balance pools and Monitoring Message-ID: We have a series of systems that are currently load-balanced via software mechanisms. I know that Nagios has the method of lumping all the servers into a single "cluster" for checking, but this doesn't exactly suite my needs. Basically, I want to be paged if any server in the pool is down, but I also want it clear that (a) A server being down doesn't degrade the service and (b) in the statistics area, it would be wonderful to be able to graph the availability of the combined service, rather than the service on a single machine i.e., Graph the "http" service for www1-www9, instead of just the "http" service on www1, the "http" service on www2, etc, all individually, which really doesn't give me the availability metric I need. Does anyone have any suggestions? I was pondering creating two definitions -- A "cluster" set of the systems for the availability metric, and then the current definitions so that I can be alerted if any member of the cluster is degraded. --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Thu Jul 1 01:12:44 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 30 Jun 2004 16:12:44 -0700 Subject: Host DOWN alerts not passing pluging output In-Reply-To: <40E069EC.2040508@fragit.net> References: <40E04EB1.1050909@fragit.net> <40E059D4.6030209@elrick.ca> <40E069EC.2040508@fragit.net> Message-ID: --On Monday, June 28, 2004 2:56 PM -0400 Alex Burger wrote: > It looks like check_ping is expecting the 'From 10.36.39.219 icmp_seq=1 > Destination Host Unreachable' message to be sent to STDERR from ping, but > on my system it goes to STDOUT. > > To test, I created a script that outputs to STDERR a ping result, and > changed check_ping to call my script instead: > ># !/usr/bin/perl > select STDERR; > print "From 192.168.1.1 icmp_seq=1 Destination Host Unreachable\n"; > print "\n"; > print "--- 192.168.1.1 ping statistics ---\n"; > print "echo 1 packets transmitted, 0 received, +1 errors, 100% packet > loss, time 0ms\n"; > > Calling check_ping, I get: > > PING CRITICAL - Host Unreachable > > If I changed the script by removing 'select STDERR', I get: > > Error: Could not interpret output from ping command Have you filed a bug in the Nagios bug tracker (although be aware you may not hear anything on bugs filed there for many months)? --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From alex at fragit.net Thu Jul 1 03:55:22 2004 From: alex at fragit.net (Alex Burger) Date: Wed, 30 Jun 2004 21:55:22 -0400 Subject: Host DOWN alerts not passing pluging output In-Reply-To: References: <40E04EB1.1050909@fragit.net> <40E059D4.6030209@elrick.ca> <40E069EC.2040508@fragit.net> Message-ID: <40E36F0A.6060803@fragit.net> Quanah Gibson-Mount wrote: > --On Monday, June 28, 2004 2:56 PM -0400 Alex Burger > wrote: > >> It looks like check_ping is expecting the 'From 10.36.39.219 icmp_seq=1 >> Destination Host Unreachable' message to be sent to STDERR from ping, but >> on my system it goes to STDOUT. >> >> To test, I created a script that outputs to STDERR a ping result, and >> changed check_ping to call my script instead: >> >> # !/usr/bin/perl >> select STDERR; >> print "From 192.168.1.1 icmp_seq=1 Destination Host Unreachable\n"; >> print "\n"; >> print "--- 192.168.1.1 ping statistics ---\n"; >> print "echo 1 packets transmitted, 0 received, +1 errors, 100% packet >> loss, time 0ms\n"; >> >> Calling check_ping, I get: >> >> PING CRITICAL - Host Unreachable >> >> If I changed the script by removing 'select STDERR', I get: >> >> Error: Could not interpret output from ping command > > > Have you filed a bug in the Nagios bug tracker (although be aware you > may not hear anything on bugs filed there for many months)? The first thing I did was look for a bug tracker, but I couldn't find one. There are no trackers on the SF page and I see no mention of a bug tracking system on the home page. I found an email from Ethan in the dev list (Jan '04) saying to post bugs directly to nagios-devel. Is that still the best way? I'll post it to the list anyways. Alex > > --Quanah > > -- > Quanah Gibson-Mount > Principal Software Developer > ITSS/Shared Services > Stanford University > GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Thu Jul 1 04:05:15 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 30 Jun 2004 19:05:15 -0700 Subject: Host DOWN alerts not passing pluging output In-Reply-To: <40E36F0A.6060803@fragit.net> References: <40E04EB1.1050909@fragit.net> <40E059D4.6030209@elrick.ca> <40E069EC.2040508@fragit.net> <40E36F0A.6060803@fragit.net> Message-ID: <0B3A39383043D655D19B5F8F@cadabra-dsl.stanford.edu> --On Wednesday, June 30, 2004 9:55 PM -0400 Alex Burger wrote: >> Have you filed a bug in the Nagios bug tracker (although be aware you >> may not hear anything on bugs filed there for many months)? > > The first thing I did was look for a bug tracker, but I couldn't find > one. There are no trackers on the SF page and I see no mention of a bug > tracking system on the home page. I found an email from Ethan in the dev > list (Jan '04) saying to post bugs directly to nagios-devel. Is that > still the best way? I'll post it to the list anyways. Hm, maybe the bug tracker only exists for the nagios plugins. ;) --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From alex at fragit.net Thu Jul 1 04:07:00 2004 From: alex at fragit.net (Alex Burger) Date: Wed, 30 Jun 2004 22:07:00 -0400 Subject: Host DOWN alerts not passing pluging output In-Reply-To: <40E36F0A.6060803@fragit.net> References: <40E04EB1.1050909@fragit.net> <40E059D4.6030209@elrick.ca> <40E069EC.2040508@fragit.net> <40E36F0A.6060803@fragit.net> Message-ID: <40E371C4.5010803@fragit.net> Alex Burger wrote: > Quanah Gibson-Mount wrote: > >> --On Monday, June 28, 2004 2:56 PM -0400 Alex Burger >> wrote: >> >>> It looks like check_ping is expecting the 'From 10.36.39.219 icmp_seq=1 >>> Destination Host Unreachable' message to be sent to STDERR from ping, >>> but >>> on my system it goes to STDOUT. . (snip) . >> >> >> Have you filed a bug in the Nagios bug tracker (although be aware you >> may not hear anything on bugs filed there for many months)? > > > The first thing I did was look for a bug tracker, but I couldn't find > one. There are no trackers on the SF page and I see no mention of a bug > tracking system on the home page. I found an email from Ethan in the > dev list (Jan '04) saying to post bugs directly to nagios-devel. Is > that still the best way? I'll post it to the list anyways. I just found that there is a plugins bug tracker, which is where this belongs.. I forgot that they were separate projects.. I found an existing bug report with the same problem, so I added my findings to it. https://sourceforge.net/tracker/index.php?func=detail&aid=946857&group_id=29880&atid=397597 Thanks Alex ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Thu Jul 1 04:12:52 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 30 Jun 2004 19:12:52 -0700 Subject: Host DOWN alerts not passing pluging output In-Reply-To: <40E371C4.5010803@fragit.net> References: <40E04EB1.1050909@fragit.net> <40E059D4.6030209@elrick.ca> <40E069EC.2040508@fragit.net> <40E36F0A.6060803@fragit.net> <40E371C4.5010803@fragit.net> Message-ID: <5CF4570C58B0E815C94CB507@cadabra-dsl.stanford.edu> --On Wednesday, June 30, 2004 10:07 PM -0400 Alex Burger wrote: > I just found that there is a plugins bug tracker, which is where this > belongs.. I forgot that they were separate projects.. > > I found an existing bug report with the same problem, so I added my > findings to it. > > https://sourceforge.net/tracker/index.php?func=detail&aid=946857&group_id > =29880&atid=397597 Oh yeah, that's the place. ;) I just found this patch: Does it fix the problem? It looks like it *should* given the output changes it is parsing, which matches the output you sent. --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From alex at fragit.net Thu Jul 1 04:22:28 2004 From: alex at fragit.net (Alex Burger) Date: Wed, 30 Jun 2004 22:22:28 -0400 Subject: Host DOWN alerts not passing pluging output In-Reply-To: <5CF4570C58B0E815C94CB507@cadabra-dsl.stanford.edu> References: <40E04EB1.1050909@fragit.net> <40E059D4.6030209@elrick.ca> <40E069EC.2040508@fragit.net> <40E36F0A.6060803@fragit.net> <40E371C4.5010803@fragit.net> <5CF4570C58B0E815C94CB507@cadabra-dsl.stanford.edu> Message-ID: <40E37564.9080205@fragit.net> Quanah Gibson-Mount wrote: > --On Wednesday, June 30, 2004 10:07 PM -0400 Alex Burger > wrote: > >> I just found that there is a plugins bug tracker, which is where this >> belongs.. I forgot that they were separate projects.. >> >> I found an existing bug report with the same problem, so I added my >> findings to it. >> >> https://sourceforge.net/tracker/index.php?func=detail&aid=946857&group_id >> =29880&atid=397597 > > > Oh yeah, that's the place. ;) > > I just found this patch: > > > > > Does it fix the problem? It looks like it *should* given the output > changes it is parsing, which matches the output you sent. It looks like the patch would be needed based on my output, but it doesn't look like it's going to help with the STDOUT / ERR issue. I will have to do some more testing when I get back to work. My testing was was Mandrake 10, but I only have 9.2 and SuSE 9.1 at home... I updated the bug report to say I was using 10. Alex ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Thu Jul 1 05:07:29 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Wed, 30 Jun 2004 22:07:29 -0500 (CDT) Subject: Load-Balance pools and Monitoring In-Reply-To: References: Message-ID: On Wed, 30 Jun 2004, Quanah Gibson-Mount wrote: > Basically, I want to be paged if any server in the pool is down, but I also > want it clear that > > (a) A server being down doesn't degrade the service > > (b) in the statistics area, it would be wonderful to be able to graph the > availability of the combined service, rather than the service on a single > machine > > Does anyone have any suggestions? For a, configure a custom check_http plugin to return a maximum state of WARNING. For b, Your load balancer has a VIP that listens on port 80 right? You monitor the VIP with check_http, then look at the graphs for the VIP. Easy. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Thu Jul 1 05:36:53 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 30 Jun 2004 20:36:53 -0700 Subject: Load-Balance pools and Monitoring In-Reply-To: References: Message-ID: <7BA5D55F89CB8CA5DCAA3664@cadabra-dsl.stanford.edu> --On Wednesday, June 30, 2004 10:07 PM -0500 Demetri Mouratis wrote: > On Wed, 30 Jun 2004, Quanah Gibson-Mount wrote: > >> Basically, I want to be paged if any server in the pool is down, but I >> also want it clear that >> >> (a) A server being down doesn't degrade the service >> >> (b) in the statistics area, it would be wonderful to be able to graph the >> availability of the combined service, rather than the service on a single >> machine >> >> Does anyone have any suggestions? > > For a, configure a custom check_http plugin to return a maximum state of > WARNING. > > For b, Your load balancer has a VIP that listens on port 80 right? You > monitor the VIP with check_http, then look at the graphs for the VIP. There is no hardware load-balancer involved, but I can monitor "www.stanford.edu" as a particular service. Actually, just monitoring "www.stanford.edu" should be sufficient, thanks. :) --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From benny at bennyvision.com Thu Jul 1 05:33:07 2004 From: benny at bennyvision.com (C. Bensend) Date: Wed, 30 Jun 2004 22:33:07 -0500 (CDT) Subject: Load-Balance pools and Monitoring In-Reply-To: References: Message-ID: <56330.63.227.74.41.1088652809.squirrel@webmail.stinkweasel.net> > Does anyone have any suggestions? > > I was pondering creating two definitions -- A "cluster" set of the systems > for the availability metric, and then the current definitions so that I > can > be alerted if any member of the cluster is degraded. Sure, I do just this very thing. I have each individual server configured with the normal host up/down stuff, and the service it provides to the cluster. I have the service set to alert only during "normal human hours," because quite frankly I don't give a crap if I lose a backend webserver at four in the morning. Not worth the loss of sleep. Another possibility would be to only alert for a downed backend server once, and no re-notifications. I also have a virtual server that tests the service on the load-balanced failover IP. If that sucker fails, it pages the on-call folks 24x7x365, and escalates in 15 minutes to make sure people KNOW (some of us, myself for one, have spotty pager coverage and don't get all of our pages). Benny -- "You were doing well until everyone died." -- "God", Futurama ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From slade at cryptoflow.net Thu Jul 1 08:52:31 2004 From: slade at cryptoflow.net (Slade Edmonds) Date: Wed, 30 Jun 2004 23:52:31 -0700 Subject: AW: tell me how many are you.... In-Reply-To: <40E26738.1000503@op5.se> References: <6943DE9E9934CD42BBE4A20E0E28E10E04586A@SYGOMAIL.GOE.AD.SYCOR.DE> <20040629055728.71065.qmail@restricted.dyndns.org> <40E26738.1000503@op5.se> Message-ID: <40E3B4AF.2050609@cryptoflow.net> Andreas Ericsson wrote: > Neil wrote: > >> Thanks guys. I now have a baseline on how to spec our Nagios machine. >> I only have one more battle left and that is the management decision >> between choosing Servers Alive(M$0ft Window based) and Nagios. They >> like the Nagios because it is so flexible and we can write our own >> custom checks. I recently wrote a check that will return a value of >> CRITICAL(2) to Nagios if there is a deadlock going on in an MSSQL >> server. > > > Can you send that to me or publish it to the list? I've been looking > to do the same for some time now. > >> The only problem they have with Nagios is that it is open source. But >> I have given them tons of good information/advantages about >> opensource. I hope, within this week, we'll find out who the winner is. > > > I wish you the best of luck. > >> Thanks again. >> Neil >> > Hey I am interested in that check as well! Slade ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From timo.koskela at datavahti.fi Thu Jul 1 10:01:49 2004 From: timo.koskela at datavahti.fi (Timo Koskela) Date: Thu, 1 Jul 2004 11:01:49 +0300 Subject: Problem with trends and notification Message-ID: <001301c45f41$a9d8fee0$bd0fa8c0@fi.poltto> I have problems with trends in my distributed Nagios server. There are a couple of servers I want to monitor and take prints with trends because they are down too often. But trends just dont show anything. In trends where you usually see red and green area, are just white line. What could be the problem? And shouldn't it be possible to distributed server also send notifications, not just the central server? All contacts and contacts groups are configured ok. Or is't so, that only the central Nagios server contains the data from trend and notifications, and it isn't even possible to distributed server to send data to central Nagios server via NSCA, and still be able to notificate on it's own?? Here is my nagios.cfg file from the distributed Nagios (ver. 1.2) I hope someone could help me, please. ############################################################################## # # NAGIOS.CFG - Sample Main Config File for Nagios # # Read the documentation for more information on this configuration # file. I've provided some comments here, but things may not be so # clear without further explanation. # # Last Modified: 07-04-2002 ############################################################################### log_file=/usr/local/nagios/var/nagios.log cfg_file=/usr/local/nagios/etc/checkcommands.cfg cfg_file=/usr/local/nagios/etc/misccommands.cfg cfg_file=/usr/local/nagios/etc/hosts.cfg resource_file=/usr/local/nagios/etc/resource.cfg status_file=/usr/local/nagios/var/status.log nagios_user=nagios nagios_group=nagios check_external_commands=0 command_check_interval=-1 command_file=/usr/local/nagios/var/rw/nagios.cmd comment_file=/usr/local/nagios/var/comment.log downtime_file=/usr/local/nagios/var/downtime.log lock_file=/usr/local/nagios/var/nagios.lock temp_file=/usr/local/nagios/var/nagios.tmp log_rotation_method=d log_archive_path=/usr/local/nagios/var/archives use_syslog=1 log_notifications=1 log_service_retries=1 log_host_retries=1 log_event_handlers=1 log_initial_states=0 log_external_commands=1 log_passive_service_checks=1 inter_check_delay_method=s service_interleave_factor=s max_concurrent_checks=0 service_reaper_frequency=10 sleep_time=1 service_check_timeout=60 host_check_timeout=30 event_handler_timeout=30 notification_timeout=30 ocsp_timeout=5 perfdata_timeout=5 retain_state_information=1 state_retention_file=/usr/local/nagios/var/status.sav retention_update_interval=60 use_retained_program_state=0 interval_length=60 use_agressive_host_checking=0 execute_service_checks=1 accept_passive_service_checks=1 enable_notifications=1 enable_event_handlers=1 process_performance_data=0 obsess_over_services=1 ocsp_command=submit_check_result check_for_orphaned_services=0 check_service_freshness=1 freshness_check_interval=60 aggregate_status_updates=1 status_update_interval=15 enable_flap_detection=0 low_service_flap_threshold=5.0 high_service_flap_threshold=20.0 low_host_flap_threshold=5.0 high_host_flap_threshold=20.0 date_format=us illegal_object_name_chars=`~!$%^&*|'"<>?,()= illegal_macro_output_chars=`~$&|'"<> admin_email=nagios admin_pager=pagenagios # EOF (End of file) Thanks, Timo Koskela -------------- next part -------------- An HTML attachment was scrubbed... URL: From Philipp.Sand at sycor.de Thu Jul 1 10:41:41 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Thu, 1 Jul 2004 10:41:41 +0200 Subject: front end management tool Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068D9A@SYGOMAIL.GOE.AD.SYCOR.DE> Namin imports your current configuration into the mysql Database, so nothing should be lost. I tried out NagMin, but I'm not to happy with having WebMin installed on my Nagios Server for security reasons :-) At the end, I think you're way faster using vi to configure nagios. > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Neil > Sent: Wednesday, June 30, 2004 7:43 PM > To: verdon at cict.fr > Cc: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] Re: front end management tool > > Hi Carole, > > What if I already have existing running nagios, how does it > take care of my existings configs? > > YOu know what, I should try it :) > > carole verdon writes: > > > I use Nagmin to manage the configuration of nagios. Nagmin don't > > create temporary config files. It extract informations of tables of > > mysql database to put them in flat config files so that > nagios can read them. > > > > I am satisfied for this product. > > > > You can find others answers in mailing list or on > > http://nagmin.sourceforge.net/ > > > > Carole. > > > > Neil wrote: > > > >> Hey guys, > >> I know in nagios website, extras, there are links to front end for > >> managing nagios. Currently, I am a unix console fanatic. > :) I'm used > >> to it and it's no problem to me. I would like to seek your > experience > >> on which front end web based application you really did > like and was > >> easy to use. I am looking into something wherein it will > be easy for > >> us to create hosts, services, contacts and so on. I tried Nagmin, > >> Nagat but if I remember correctly, it creates a temporary > config file > >> which will be used for test run. It's nice but really messes up my > >> configs :( Anyways, please reply as to what webbased nagios > >> management tool you are using and that you're very happy about it. > >> Thanks. > >> Neil > >> > >> > >> ------------------------------------------------------- > >> This SF.Net email sponsored by Black Hat Briefings & Training. > >> Attend Black Hat Briefings & Training, Las Vegas July > 24-29 - digital > >> self defense, top technical experts, no vendor pitches, unmatched > >> networking opportunities. Visit www.blackhat.com > >> _______________________________________________ > >> Nagios-users mailing list > >> Nagios-users at 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 > >> > >> > > > > -- > > ********************************** > > VERDON Carole > > Ing?nieur Syst?me > > CICT - Universit? Paul Sabatier > > 118, route de Narbonne > > 31062 Toulouse Cedex > > T?l.: 05.61.36.60.44 > > Fax: 05.61.52.14.58 > > Mail: verdon at cict.fr > > ********************************** > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 > - digital > > self defense, top technical experts, no vendor pitches, unmatched > > networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor > pitches, unmatched networking opportunities. Visit > www.blackhat.com _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From igor.sergejev at creanord.com Thu Jul 1 21:23:49 2004 From: igor.sergejev at creanord.com (Igor Sergejeff) Date: Thu, 1 Jul 2004 12:23:49 -0700 Subject: "Site logon simulator" (Was: Newbie question about Nagios) References: <001b01c45edf$25d3c510$c864a8c0@creanord2kserv> <40E29E95.7000403@debisschop.net> Message-ID: <021c01c45fa0$ef971ac0$c864a8c0@creanord2kserv> Hello, Thanks for reply. I actually need to log into the website through login form. I tried to do this: ./check_http -u=/login/CheckAllLogins.asp -P="company=nnn&username=demo&pass word=demo" --string="succesful" www.somecompany.com but it said to me "HTTP WARNING: HTTP/1.1 400 Bad Request". Where I am wrong, or this error related to specific web page ? I'm not strong in http, but it seems that my login page source look like: form NAME="loginform" METHOD="POST" ACTION="CheckAllLogins.asp" onSubmit="ToCheckLogin();"> Another login page with automated demo logon looks like:

Any ideas will welcome. Regards, ----- Original Message ----- From: "Karl DeBisschop" To: "Igor Sergejeff" Cc: Sent: Wednesday, June 30, 2004 4:05 AM Subject: Re: [Nagios-users] Newbie question about Nagios > Igor Sergejeff wrote: > > Hello, > > > > I'm new to Nagios, just installed it with some generic service checks, and > > it's working OK. Now I would like to make some more comlplicated check. The > > main task is to check on a periodical basis the contents of the some > > specific web page and if some value there is less or more some baseline, to > > send an alert, preferebly SNMP trap. Also it could be good to pass through > > login and password through SSL to this web page. I.e.: > > > > 1. Login to specific web page through SSL (https) > > 2. Check for "Value=NNN" string on this page (i.e. in html file) > > 3. Send an alert if NNN is less (more) than some baseline value > > > > Any idea, is it possible to do ? > > You can do 1 and 2, for 3 you can see is a string matches but there is > no concept of more or less. > > -- > Karl > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Enrique.Melero at reuters.com Thu Jul 1 11:31:53 2004 From: Enrique.Melero at reuters.com (Enrique.Melero at reuters.com) Date: Thu, 01 Jul 2004 11:31:53 +0200 Subject: Monitoring Cron jobs Message-ID: Anyone has a good way to monitor correct running of cron jobs using nagios ? We currently rely on mail to send stderr of the jobs. It would be a good idea to attach a service to each of the cron jobs . This could be done by defining a special shell that runs the jobs and will send the correct status to a defined service. My Cron would look like this: MYSHELL=/usr/local/bin/nagiosawaresh 00 * * * * check_Client_db_consistency %DB Consistency Checking% 01* * * * check_Products_db_consistency %DB Consistency Checking% 02 * * * * * my job 1 %Service 1 for which job 1 is important% * 10 * * * * my job 2 %Service 1 for which job 2 is important% The contents inside the percentage marks are passed through stdin to the shell , as per standard Visie Cron behaviour . The nagiosawareshell would capture STDERR and return status of the job and send the correct info the the nagios.cmd pipe . Is this making sense ? or is there another better way ? regards --------------------------------------------------------------- - Visit our Internet site at http://www.reuters.com Get closer to the financial markets with Reuters Messaging - for more information and to register, visit http://www.reuters.com/messaging Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gebhardt at hrz.uni-marburg.de Thu Jul 1 11:42:07 2004 From: gebhardt at hrz.uni-marburg.de (Gebhardt Thomas) Date: Thu, 1 Jul 2004 11:42:07 +0200 Subject: Can't get process_performance_data working Message-ID: <200407011142.09191.gebhardt@hrz.uni-marburg.de> Hi, I've a problem getting process_performance_data working. Nagios seems not to start the host_perfdata_command/service_perfdata_command script. I'm using nagios 1.2 from debian (also tried with a self compiled version with --with-default-perfdata explicitely configured: still does not work.) My config: process_performance_data=1 host_perfdata_command=process-host-perfdata service_perfdata_command=process-service-perfdata in nagios.cfg process_perf_data 1 ; Process performance data in the services.cfg template and # 'process-service-perfdata' command definition define command{ command_name process-service-perfdata command_line /bin/touch /tmp/I_WAS_HERE } in misccommand.cfg Obviuosly I missed something. Any hints? Thanks, Thomas ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Thu Jul 1 11:55:24 2004 From: verdon at cict.fr (carole verdon) Date: Thu, 01 Jul 2004 11:55:24 +0200 Subject: front end management tool In-Reply-To: <20040630174319.30194.qmail@restricted.dyndns.org> References: <20040630050013.73452.qmail@restricted.dyndns.org> <40E2DAB6.1010005@cict.fr> <20040630174319.30194.qmail@restricted.dyndns.org> Message-ID: <40E3DF8C.4010501@cict.fr> In first, to use Nagmin, Nagios must built with mysql database support. That it was my case. Then, Nagmin use existings config files to build its own files. Neil wrote: > Hi Carole, > What if I already have existing running nagios, how does it take care > of my existings configs? > YOu know what, I should try it :) > carole verdon writes: > >> I use Nagmin to manage the configuration of nagios. Nagmin don't >> create temporary config files. It extract informations of tables of >> mysql database to put them in flat config files so that nagios can >> read them. >> I am satisfied for this product. >> You can find others answers in mailing list or on >> http://nagmin.sourceforge.net/ >> Carole. >> Neil wrote: >> >>> Hey guys, >>> I know in nagios website, extras, there are links to front end for >>> managing nagios. Currently, I am a unix console fanatic. :) I'm used >>> to it and it's no problem to me. I would like to seek your >>> experience on which front end web based application you really did >>> like and was easy to use. I am looking into something wherein it >>> will be easy for us to create hosts, services, contacts and so on. I >>> tried Nagmin, Nagat but if I remember correctly, it creates a >>> temporary config file which will be used for test run. It's nice but >>> really messes up my configs :( >>> Anyways, please reply as to what webbased nagios management tool you >>> are using and that you're very happy about it. >>> Thanks. >>> Neil >>> >>> ------------------------------------------------------- >>> This SF.Net email sponsored by Black Hat Briefings & Training. >>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >>> digital self defense, top technical experts, no vendor pitches, >>> unmatched networking opportunities. Visit www.blackhat.com >>> _______________________________________________ >>> Nagios-users mailing list >>> Nagios-users at 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 >>> >> >> -- >> ********************************** >> VERDON Carole >> Ing?nieur Syst?me >> CICT - Universit? Paul Sabatier >> 118, route de Narbonne >> 31062 Toulouse Cedex >> T?l.: 05.61.36.60.44 >> Fax: 05.61.52.14.58 >> Mail: verdon at cict.fr >> ********************************** >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by Black Hat Briefings & Training. >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital >> self defense, top technical experts, no vendor pitches, unmatched >> networking opportunities. Visit www.blackhat.com >> _______________________________________________ >> Nagios-users mailing list >> Nagios-users at 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 > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self defense, top technical experts, no vendor pitches, unmatched > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From h.baecker at ecofis.de Thu Jul 1 12:04:21 2004 From: h.baecker at ecofis.de (h.baecker at ecofis.de) Date: Thu, 1 Jul 2004 12:04:21 +0200 Subject: Can't get process_performance_data working In-Reply-To: <200407011142.09191.gebhardt@hrz.uni-marburg.de> References: <200407011142.09191.gebhardt@hrz.uni-marburg.de> Message-ID: Hi, if you have a file in /tmp called I-WAS-HERE it works as designed, but a little bit more efficent is perhaps something like this: define command{ command_name process-host-perfdata command_line /usr/bin/printf "$HOSTNAME$\t$HOSTSTATE$\t$HOSTATTEMPT$\t$STATETYPE$\t$EXECUTIONTIME$\t$PERFDATA$\n" >> /tmp/host-perfdata } define command{ command_name process-service-perfdata command_line /usr/bin/printf "$HOSTNAME$\t$SERVICEDESC$\t$SERVICESTATE$\t$SERVICEATTEMPT$\t$STATETYPE$\t-E-$EXECUTIONTIME$\t-L-$LATENCY$\t$PERFDATA $\n" >> /tmp/service-perfdata } I added some -E- and -L- in the printf's to see which is the execution and the latency time, do whatever you want to... regards Hendrik Gebhardt Thomas Sent by: nagios-users-admin at lists.sourceforge.net 01.07.2004 11:42 To nagios-users at lists.sourceforge.net cc Subject [Nagios-users] Can't get process_performance_data working Hi, I've a problem getting process_performance_data working. Nagios seems not to start the host_perfdata_command/service_perfdata_command script. I'm using nagios 1.2 from debian (also tried with a self compiled version with --with-default-perfdata explicitely configured: still does not work.) My config: process_performance_data=1 host_perfdata_command=process-host-perfdata service_perfdata_command=process-service-perfdata in nagios.cfg process_perf_data 1 ; Process performance data in the services.cfg template and # 'process-service-perfdata' command definition define command{ command_name process-service-perfdata command_line /bin/touch /tmp/I_WAS_HERE } in misccommand.cfg Obviuosly I missed something. Any hints? Thanks, Thomas ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gebhardt at hrz.uni-marburg.de Thu Jul 1 12:34:48 2004 From: gebhardt at hrz.uni-marburg.de (Gebhardt Thomas) Date: Thu, 1 Jul 2004 12:34:48 +0200 Subject: Can't get process_performance_data working In-Reply-To: References: Message-ID: <200407011234.49689.gebhardt@hrz.uni-marburg.de> On Thursday 01 July 2004 12:04, you wrote: Hi, thanks for your answer! > if you have a file in /tmp called I-WAS-HERE it works as designed, but a > little bit more efficent is perhaps something like this: well, unfortunately it does not work, this was the reason for my posting. Of course that I-WAS-HERE stuff is just a testing script in order to track down whether or not the process-host-perfdata command is executed. Actually it is not, and I'm trying to figure out why it does not behave as expected. > I added some -E- and -L- in the printf's to see which is the execution and > the latency time, do whatever you want to... Well this would be the next step if I could get the process-host-perfdata command actually started. Cheers, Thomas ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Thu Jul 1 12:38:41 2004 From: ae at op5.se (Andreas Ericsson) Date: Thu, 01 Jul 2004 12:38:41 +0200 Subject: Monitoring Cron jobs In-Reply-To: References: Message-ID: <40E3E9B1.8040902@op5.se> Enrique.Melero at reuters.com wrote: > Anyone has a good way to monitor correct running of cron jobs using nagios ? > > We currently rely on mail to send stderr of the jobs. It would be a good idea > to attach a service to each of the cron jobs . > > This could be done by defining a special shell that runs the jobs and will send > the correct status to a defined service. > > My Cron would look like this: > > MYSHELL=/usr/local/bin/nagiosawaresh > 00 * * * * check_Client_db_consistency %DB Consistency Checking% > 01* * * * check_Products_db_consistency %DB Consistency Checking% > 02 * * * * * my job 1 %Service 1 for which job 1 is important% > * 10 * * * * my job 2 %Service 1 for which job 2 is important% > > The contents inside the percentage marks are passed through stdin to the shell , as per > standard Visie Cron behaviour . > > The nagiosawareshell would capture STDERR and return status of the job and > send the correct info the the nagios.cmd pipe . > > Is this making sense ? or is there another better way ? > Seems like an awful lot of work to me. Why don't you just let the cron-jobs themselves send a passive service check result to the nagios pipe, and set the check_freshness options to something appropriate? That way the jobs themselves have to define whether or not they succeeded, which seems like the right way to go. If the job doesn't run at all, nagios sends alerts since the service-check goes stale (providing nice monitoring of the cron daemon as well). -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Enrique.Melero at reuters.com Thu Jul 1 13:23:56 2004 From: Enrique.Melero at reuters.com (Enrique.Melero at reuters.com) Date: Thu, 01 Jul 2004 13:23:56 +0200 Subject: Monitoring Cron jobs Message-ID: On 07/01/2004 12:38:41 PM Andreas Ericsson wrote: > > The contents inside the percentage marks are passed through stdin to the > shell , as per > > standard Visie Cron behaviour . > > > > The nagiosawareshell would capture STDERR and return status of the job and > > send the correct info the the nagios.cmd pipe . > > > > Is this making sense ? or is there another better way ? > > > > Seems like an awful lot of work to me. Why don't you just let the > cron-jobs themselves send a passive service check result to the nagios > pipe, and set the check_freshness options to something appropriate? > That way the jobs themselves have to define whether or not they > succeeded, which seems like the right way to go. If the job doesn't run > at all, nagios sends alerts since the service-check goes stale > (providing nice monitoring of the cron daemon as well). Thanks for your answer. There are several reasons why I dont want to do it that manner: 1 If we ever change the way passive updates are done we would have to change each and any of the jobs. 2 Many of the jobs are like this echo "update a set b=c where d " | mysql and I cant figure out how to add there a passive update to notify OK or failure ... 3 I want to be able to group my jobs by service and be able to modify this without having to go through each and any of the jobs 4 There are dozens of cron jobs and maintained by different people. Having to add monitoring to each of them is far more effort than providing a generic solution based on standard return status and stderr generated by the jobs regards > -- > Sourcerer / Andreas Ericsson > OP5 AB > +46 (0)733 709032 > andreas.ericsson at op5.se > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 Enrique Melero G?mez Tel +41 22 718 5475 ----------------------------------------------------------------- Visit our Internet site at http://www.reuters.com Get closer to the financial markets with Reuters Messaging - for more information and to register, visit http://www.reuters.com/messaging Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From smalhotra at dataarmor.net Thu Jul 1 14:45:27 2004 From: smalhotra at dataarmor.net (Sumit Malhotra) Date: Thu, 1 Jul 2004 18:15:27 +0530 Subject: Host Check Scheduling ! Message-ID: <005c01c45f69$4b6324d0$0301a8c0@sumit> Hi All! I am using nagios 1.2 with nsca for monitoring hosts on Windows and Unix. Thinks Wok Great ! But as the feature of Passive Host Check is Missing. Many alert ( Against Services) comes up ! As the Firewall doesn't allow anything to reach to host. I devised my own hack to make it work .Here is what I did. I devised a Shell script who checks for service checks received within last n minutes and let it run as host check .. So if there is no check received since last n minutes then the alert will be fired . It works fine As i have suppressed the alerts to an extent. The Above " hack" works fine as along as Freshness check of the services of the host ( that has went down) is greater than the Time at which next host check is scheduled otherwise the same problem pops up again . Is there a way to schedule the host checks separately ? the configuration and other documentation states scheduling of Service check ... How to manipulate scheduling of host check ??? Thanks in Advance, Regards, Sumit -------------- next part -------------- An HTML attachment was scrubbed... URL: From gpadilla at cbct.com Thu Jul 1 15:06:59 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Thu, 1 Jul 2004 09:06:59 -0400 Subject: posting to the list Message-ID: -------------- next part -------------- An HTML attachment was scrubbed... URL: From agrajag at dragaera.net Thu Jul 1 15:13:35 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Thu, 01 Jul 2004 09:13:35 -0400 Subject: Monitoring Cron jobs In-Reply-To: References: Message-ID: <1088687615.29281.47.camel@pel> On Thu, 2004-07-01 at 07:23, Enrique.Melero at reuters.com wrote: > > On 07/01/2004 12:38:41 PM Andreas Ericsson wrote: > > > The contents inside the percentage marks are passed through stdin to the > > shell , as per > > > standard Visie Cron behaviour . > > > > > > The nagiosawareshell would capture STDERR and return status of the job and > > > send the correct info the the nagios.cmd pipe . > > > > > > Is this making sense ? or is there another better way ? > > > > > > > Seems like an awful lot of work to me. Why don't you just let the > > cron-jobs themselves send a passive service check result to the nagios > > pipe, and set the check_freshness options to something appropriate? > > That way the jobs themselves have to define whether or not they > > succeeded, which seems like the right way to go. If the job doesn't run > > at all, nagios sends alerts since the service-check goes stale > > (providing nice monitoring of the cron daemon as well). > > Thanks for your answer. > There are several reasons why I dont want to do it that manner: > 1 If we ever change the way passive updates are done we would have to change each and any of the jobs. > 2 Many of the jobs are like this > echo "update a set b=c where d " | mysql > and I cant figure out how to add there a passive update to notify OK or failure ... > 3 I want to be able to group my jobs by service and be able to modify this without having to go > through each and any of the jobs > 4 There are dozens of cron jobs and maintained by different people. Having to add monitoring to each > of them is far more effort than providing a generic solution based on standard return status and stderr generated by the jobs All of those are easily solved. Write a wrapper script for your cron jobs. Cron will call the wrapper script with arguments telling it what really need to be done. The wrapper script will run the program, and based on the exit value, send the appropriate passive check status. If you ever have to change how the passive updates work, you just modify the one script and you're done. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gpadilla at cbct.com Thu Jul 1 15:12:37 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Thu, 1 Jul 2004 09:12:37 -0400 Subject: nagios stop script not killing all processes Message-ID: Wed, 30 June 2004 16:08 I\'ve been getting the following errors when i try to acknowledge or set anything through the GUI. something saying in the terms that i cant write to nagios.cmd or its not found. I stop nagios and when i do a grep for nagios i see that there are close to 200 nagios/ping process still runnin. I have to kill all of them manually and then restart nagios. Thats when i can finally acknowledge messages with no problem. any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 79 bytes Desc: image001.gif URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.gif Type: image/gif Size: 43 bytes Desc: image002.gif URL: From dhawal at netmagicsolutions.com Thu Jul 1 15:55:40 2004 From: dhawal at netmagicsolutions.com (Dhawal Doshy) Date: Thu, 01 Jul 2004 19:25:40 +0530 Subject: nagios stop script not killing all processes In-Reply-To: References: Message-ID: <40E417DC.20005@netmagicsolutions.com> Version: ?? Platform: ?? In any case try reading http://nagios.sourceforge.net/docs/1_0/commandfile.html - dhawal Guillermo Padilla wrote: > * * > > > > Wed, 30 June 2004 16:08 > > I\'ve been getting the following errors when i try to acknowledge or > set anything through the GUI. > > something saying in the terms that i cant write to nagios.cmd or its > not found. > > I stop nagios and when i do a grep for nagios i see that there are > close to 200 nagios/ping process still runnin. I have to kill all of > them manually and then restart nagios. Thats when i can finally > acknowledge messages with no problem. > > any ideas? > > * * > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From elvis at webspace4you.ch Thu Jul 1 15:56:51 2004 From: elvis at webspace4you.ch (E.Altherr) Date: Thu, 1 Jul 2004 15:56:51 +0200 Subject: AW: nagios stop script not killing all processes Message-ID: <7B121EA44EE8D6438CB3867C51DE79878262@svwin2kadm05.local.eyes4media.ch> Hi Guillermo You need to chmod to 777 the nagios.cmd file (usually in the /var/nagios/var/rw or in the path where your nagios is installed), after restarted the nagios daemon, then you can send commands (like Service Aknowledges) via the GUI best regards Elvis Note: you can kill all nagios related processes with the help of "killall - 9 " this shoud normally kill the father and all his child processes -----Ursprungliche Nachricht----- Von: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Im Auftrag von Guillermo Padilla Gesendet: Donnerstag, 1. Juli 2004 15:13 An: nagios-users at lists.sourceforge.net Betreff: [Nagios-users] nagios stop script not killing all processes Wed, 30 June 2004 16:08 I\'ve been getting the following errors when i try to acknowledge or set anything through the GUI. something saying in the terms that i cant write to nagios.cmd or its not found. I stop nagios and when i do a grep for nagios i see that there are close to 200 nagios/ping process still runnin. I have to kill all of them manually and then restart nagios. Thats when i can finally acknowledge messages with no problem. any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 79 bytes Desc: image001.gif URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.gif Type: image/gif Size: 43 bytes Desc: image002.gif URL: From benny at bennyvision.com Thu Jul 1 16:17:32 2004 From: benny at bennyvision.com (C. Bensend) Date: Thu, 1 Jul 2004 09:17:32 -0500 (CDT) Subject: AW: nagios stop script not killing all processes In-Reply-To: <7B121EA44EE8D6438CB3867C51DE79878262@svwin2kadm05.local.eyes4media.ch > References: <7B121EA44EE8D6438CB3867C51DE79878262@svwin2kadm05.local.eyes4media.ch> Message-ID: <3948.134.244.169.17.1088691474.squirrel@webmail.stinkweasel.net> > You need to chmod to 777 the nagios.cmd file (usually in the > /var/nagios/var/rw or in the path where your nagios is installed), after > restarted > the nagios daemon, then you can send commands (like Service Aknowledges) > via the GUI As a general rule, chmod'ing ANYTHING 0777 is A Bad Idea(tm). This might fix the immediate problem, but could very well introduce others. There are security risks (now, ANYONE with access to the machine can issue commands to Nagios), stability risks (Whoops, I didn't mean to write to THAT file!), etc. nagios.cmd needs to be writable by the nagios daemon and the webserver, no more, no less. Benny -- "You were doing well until everyone died." -- "God", Futurama ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From emmanuel.ricros at philips.com Thu Jul 1 16:47:57 2004 From: emmanuel.ricros at philips.com (emmanuel.ricros at philips.com) Date: Thu, 1 Jul 2004 16:47:57 +0200 Subject: Sending notifications to Lotus Sametime Message-ID: Hello all, Is anyone sending notifications to IBM Lotus Sametime Connect ? How do you do it ? We have heard of a Perl interface called Sanity, but I cannot find more info. With kind regards, -- Emmanuel Ricros - Software Configuration Team Leader Campus Information Systems - Philips France - Le Mans -------------- next part -------------- An HTML attachment was scrubbed... URL: From sjg at easynet.fr Thu Jul 1 17:15:38 2004 From: sjg at easynet.fr (Sebastien J. Gross) Date: Thu, 1 Jul 2004 17:15:38 +0200 Subject: Pending status problem Message-ID: <20040701151538.GE16720@easynet.fr> hi there, I am using nagios (version 1.1 Last Modified: 06-02-2003) with about 1500 hosts and around 2500 services. This works quite fine except sometimes some services are flapping from a known state (such as OK, WARNING, CRITICAL) to a PENDING state (which means the service hadn't been checked yet). This is a random beaviour. I noticed this happends when a pluggin ends in timeout. Sometimes ngios assumes the timeout is a critical states, sometimes nagios switches the service to a PENDING state. Does anyone here ever noticed this behaviour? Is there a way to fix it? Maybe try the CVS version? (I do not do so because this is a production plateform). I can provide further information about the plateform if needed. TIA -- Sebastien J. Gross ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From elvis at webspace4you.ch Thu Jul 1 17:44:34 2004 From: elvis at webspace4you.ch (E.Altherr) Date: Thu, 1 Jul 2004 17:44:34 +0200 Subject: AW: AW: nagios stop script not killing all processes Message-ID: <7B121EA44EE8D6438CB3867C51DE79878265@svwin2kadm05.local.eyes4media.ch> ok, you win :-) it's right, that 777 is a security risk (but i tried your solution under RH 9.0 and it doesn't work (on which reasons whatelse) best regards Elvis -----Urspr?ngliche Nachricht----- Von: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Im Auftrag von C. Bensend Gesendet: Donnerstag, 1. Juli 2004 16:18 An: nagios-users at lists.sourceforge.net Betreff: Re: AW: [Nagios-users] nagios stop script not killing all processes > You need to chmod to 777 the nagios.cmd file (usually in the > /var/nagios/var/rw or in the path where your nagios is installed), after > restarted > the nagios daemon, then you can send commands (like Service Aknowledges) > via the GUI As a general rule, chmod'ing ANYTHING 0777 is A Bad Idea(tm). This might fix the immediate problem, but could very well introduce others. There are security risks (now, ANYONE with access to the machine can issue commands to Nagios), stability risks (Whoops, I didn't mean to write to THAT file!), etc. nagios.cmd needs to be writable by the nagios daemon and the webserver, no more, no less. Benny -- "You were doing well until everyone died." -- "God", Futurama ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tguldener at monzoon.net Thu Jul 1 17:41:49 2004 From: tguldener at monzoon.net (Thomas Guldener) Date: Thu, 1 Jul 2004 17:41:49 +0200 Subject: nagios stop script not killing all processes In-Reply-To: <7B121EA44EE8D6438CB3867C51DE79878262@svwin2kadm05.local.eyes4media.ch> References: <7B121EA44EE8D6438CB3867C51DE79878262@svwin2kadm05.local.eyes4media.ch> Message-ID: If you compile Nagios from source use the option ?with-cmd-user ?with-cmd-group and take the nagios user and the webserver group Thomas _____ From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of E.Altherr Sent: Donnerstag, 1. Juli 2004 15:57 To: nagios-users at lists.sourceforge.net Subject: AW: [Nagios-users] nagios stop script not killing all processes Hi Guillermo You need to chmod to 777 the nagios.cmd file (usually in the /var/nagios/var/rw or in the path where your nagios is installed), after restarted the nagios daemon, then you can send commands (like Service Aknowledges) via the GUI best regards Elvis Note: you can kill all nagios related processes with the help of "killall - 9 " this shoud normally kill the father and all his child processes -----Urspr?ngliche Nachricht----- Von: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Im Auftrag von Guillermo Padilla Gesendet: Donnerstag, 1. Juli 2004 15:13 An: nagios-users at lists.sourceforge.net Betreff: [Nagios-users] nagios stop script not killing all processes Wed, 30 June 2004 16:08 I\'ve been getting the following errors when i try to acknowledge or set anything through the GUI. something saying in the terms that i cant write to nagios.cmd or its not found. I stop nagios and when i do a grep for nagios i see that there are close to 200 nagios/ping process still runnin. I have to kill all of them manually and then restart nagios. Thats when i can finally acknowledge messages with no problem. any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 79 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.gif Type: image/gif Size: 43 bytes Desc: not available URL: From neil-on-nagios at restricted.dyndns.org Thu Jul 1 18:19:37 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Thu, 01 Jul 2004 11:19:37 -0500 Subject: front end management tool In-Reply-To: <40E3DF8C.4010501@cict.fr> References: <20040630050013.73452.qmail@restricted.dyndns.org> <40E2DAB6.1010005@cict.fr> <20040630174319.30194.qmail@restricted.dyndns.org> <40E3DF8C.4010501@cict.fr> Message-ID: <20040701161937.30474.qmail@restricted.dyndns.org> Ok, IIRC, support to database is going to be dropped in version 2 of Nagios carole verdon writes: > In first, to use Nagmin, Nagios must built with mysql database support. > > That it was my case. Then, Nagmin use existings config files to build its > own files. > > Neil wrote: > >> Hi Carole, >> What if I already have existing running nagios, how does it take care of >> my existings configs? >> YOu know what, I should try it :) >> carole verdon writes: >> >>> I use Nagmin to manage the configuration of nagios. Nagmin don't create >>> temporary config files. It extract informations of tables of mysql >>> database to put them in flat config files so that nagios can read them. >>> I am satisfied for this product. >>> You can find others answers in mailing list or on >>> http://nagmin.sourceforge.net/ >>> Carole. >>> Neil wrote: >>> >>>> Hey guys, >>>> I know in nagios website, extras, there are links to front end for >>>> managing nagios. Currently, I am a unix console fanatic. :) I'm used to >>>> it and it's no problem to me. I would like to seek your experience on >>>> which front end web based application you really did like and was easy >>>> to use. I am looking into something wherein it will be easy for us to >>>> create hosts, services, contacts and so on. I tried Nagmin, Nagat but >>>> if I remember correctly, it creates a temporary config file which will >>>> be used for test run. It's nice but really messes up my configs :( >>>> Anyways, please reply as to what webbased nagios management tool you >>>> are using and that you're very happy about it. >>>> Thanks. >>>> Neil >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email sponsored by Black Hat Briefings & Training. >>>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital >>>> self defense, top technical experts, no vendor pitches, unmatched >>>> networking opportunities. Visit www.blackhat.com >>>> _______________________________________________ >>>> Nagios-users mailing list >>>> Nagios-users at 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 >>>> >>> >>> -- >>> ********************************** >>> VERDON Carole >>> Ing?nieur Syst?me >>> CICT - Universit? Paul Sabatier >>> 118, route de Narbonne >>> 31062 Toulouse Cedex >>> T?l.: 05.61.36.60.44 >>> Fax: 05.61.52.14.58 >>> Mail: verdon at cict.fr >>> ********************************** >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email sponsored by Black Hat Briefings & Training. >>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital >>> self defense, top technical experts, no vendor pitches, unmatched >>> networking opportunities. Visit www.blackhat.com >>> _______________________________________________ >>> Nagios-users mailing list >>> Nagios-users at 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 >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by Black Hat Briefings & Training. >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital >> self defense, top technical experts, no vendor pitches, unmatched >> networking opportunities. Visit www.blackhat.com >> _______________________________________________ >> Nagios-users mailing list >> Nagios-users at 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 >> >> > > -- > ********************************** > VERDON Carole > Ing?nieur Syst?me > CICT - Universit? Paul Sabatier > 118, route de Narbonne > 31062 Toulouse Cedex > T?l.: 05.61.36.60.44 > Fax: 05.61.52.14.58 > Mail: verdon at cict.fr > ********************************** > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From benny at bennyvision.com Thu Jul 1 18:49:51 2004 From: benny at bennyvision.com (C. Bensend) Date: Thu, 1 Jul 2004 11:49:51 -0500 (CDT) Subject: AW: AW: nagios stop script not killing all processes In-Reply-To: <7B121EA44EE8D6438CB3867C51DE79878265@svwin2kadm05.local.eyes4media.ch > References: <7B121EA44EE8D6438CB3867C51DE79878265@svwin2kadm05.local.eyes4media.ch> Message-ID: <4979.134.244.169.17.1088700613.squirrel@webmail.stinkweasel.net> > it's right, that 777 is a security risk (but i tried your solution under > RH 9.0 and it doesn't work (on which reasons whatelse) What I do on my monitoring servers is create a group called 'nacmd'. I add the 'nagios' user (the user Nagios is going to run as) as well as 'www' (the user Apache runs as). Then, when I compile Nagios and the plugins, I specify --with-command-user=nagios and --with-command-grp=nacmd. This Just Works(tm), at least for me. :) Never tried it under RedHat 9. Benny -- "You were doing well until everyone died." -- "God", Futurama ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From anfa at edu.nykoping.se Thu Jul 1 20:25:42 2004 From: anfa at edu.nykoping.se (Falk) Date: Thu, 1 Jul 2004 20:25:42 +0200 Subject: All checks turns to pending when restart/reload. Message-ID: <200407012017265.SM05088@buitaf02> I installed Nagios 1.2 (the debian nagios-text_1.2-3.3_i386.deb) It all worked well in 1.2 fedora (nagios-1.2-0.rhfc1.dag) and 1.1 .deb. It does not read status.sav it seems. I set: retain_state_information=1 state_retention_file=/var/log/nagios/status.sav retention_update_interval=60 use_retained_program_state=1 Any Ideas? Regards Falk ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From krcalhoo at mtu.edu Thu Jul 1 21:44:20 2004 From: krcalhoo at mtu.edu (kevin) Date: Thu, 01 Jul 2004 15:44:20 -0400 Subject: plugin disappearing Message-ID: <40E46994.3090601@mtu.edu> I am having a problem with a plugin in disappearing. I have set up a check dhcp service. I am using the check_dhcp from nagios-plugins-1.4.0alpha1 in the contrib directory. When I first start nagios it will run once and returns DHCP ok: Received 1 DHCPOFFER(s)... However the second time it goes to run the check it returns error code 127 plugin may be missing. I have set log_initial_states=0 so it shouldn't be remembering anything from a previous state. For a test I also copied my dhcp-check service and made a dhcp-check2 service. It has the same behavior of running one and disappearing. I can run the check_dhcp check from the command line as root and as nagios without any problems. I used visudo so set sudo up. nagios ALL = NOPASSWD: /dcs/local/nagios/nagiosservices/libexec/check_dhcp Nagios Config files define service{ use generic-service hostgroup_name dhcp service_description dhcp-check contact_groups Administrators normal_check_interval 10 ; minutes check_command check-dhcp!141.219.70.126!192.168.0.21!eth0.4093!10 register 1 } define command{ command_name check-dhcp command_line sudo /dcs/local/nagios/nagiosservices/libexec/check_dhcp -s $ARG1$ -r $ARG2$ -i $ARG3$ -t $ARG4$ } File location # stat /dcs/local/nagios/nagiosservices/libexec/check_dhcp File: `/dcs/local/nagios/nagiosservices/libexec/check_dhcp' Size: 14145 Blocks: 32 IO Block: 4096 Regular File Device: 811h/2065d Inode: 1453063 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 500/ nagios) Gid: ( 500/ nagios) Access: 2004-07-01 15:09:46.000000000 -0400 Modify: 2004-06-16 11:55:49.000000000 -0400 Change: 2004-06-16 13:46:38.000000000 -0400 Any help or more things to check would be appreciated. Kevin Calhoon ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gpadilla at cbct.com Thu Jul 1 21:44:02 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Thu, 1 Jul 2004 15:44:02 -0400 Subject: Nagmin configuration question Message-ID: I've set Webmin with nagmin but I'm stuck. I created the db for nagmin but when I go to the nagmin page on webmin the system databases column is blank. Any ideas? I've gone to the module config and cant seem to find anything missing. Thx -G -------------- next part -------------- An HTML attachment was scrubbed... URL: From phessler at triplecanopy.com Thu Jul 1 22:21:35 2004 From: phessler at triplecanopy.com (Peter Hessler) Date: Thu, 1 Jul 2004 13:21:35 -0700 Subject: Problems with cgi access In-Reply-To: <20040630114849.3ad22bc8@leela.theapt.org> References: <20040628113930.36e109b5@leela.theapt.org> <37574.134.244.172.10.1088450046.squirrel@webmail.stinkweasel.net> <20040628222140.6c57bfeb@leela.theapt.org> <20040630114849.3ad22bc8@leela.theapt.org> Message-ID: <20040701132135.41a76731@leela.theapt.org> Noone has any information/sugguestions about the line below not working? Nagios is broken on OpenBSD. On Wed, 30 Jun 2004 11:48:49 -0700 Peter Hessler wrote: :nagios_check_command=/home/nagios/libexec/check_dummy 0 -- If today is the first day of the rest of your life, what the hell was yesterday? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Thu Jul 1 22:39:21 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Thu, 1 Jul 2004 16:39:21 -0400 Subject: Flapping / Problems Message-ID: Is there any way to get all hosts that are flapping (especially those that entered flapping while in an OK state) to show up under Problems? In my opinion, Flapping indicates a problem regardless of the OK/Warning/Critical state. Thanks. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From james.eastman at fedex.com Fri Jul 2 00:16:28 2004 From: james.eastman at fedex.com (James Eastman) Date: Thu, 01 Jul 2004 17:16:28 -0500 Subject: Nagios / NRPE install on HP-UX 11.o and 11i Message-ID: <0I0700BF81XCKT@emmsvr02.prod.fedex.com> All: I hope this message finds you doing well. I am trying to install the Nagios NRPE daemon and Nagios plugins on a HP-UX machine and am having no success. I?ve read the FAQs at nagios.org and it says my ?make? error is probably caused by not having the glibc installed. I have installed the glibc and gmake on my HP-UX box and still I get the make errors. I have also searched the mailing list archives and have not found the magical HP-UX install instructions. If anyone knows the compile/install magic/magical documentation place for HP-UX, please point me to that spot so I can get my read/learn on. Thanks in advance for your help. Here?s a listing of my swlist so you can see the HP-UX packages I have installed on this box: # Swlist # Initializing... # Contacting target "nxpsL305"... # # Target: nxpsL305:/ # # # Bundle(s): # A5856A B.11.00.04 I2O RAID B2491BA B.11.00 MirrorDisk/UX B3693AA C.02.60.000 HP GlancePlus/UX for s800 11.0 B3701AA C.02.60.000 HP GlancePlus/UX Pak for s800 11.0 B3901BA B.11.01.07 HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S800) B4967AA C.02.60.000 HP MeasureWare Server Agent for s800 11.0 B6192AA B.11.00.10 DCE/9000 Programming & Administration Tools Media and Manuals B6733AA B.11.00.10 DCE/9000 Kernel Threads Support B6848BA 1.4.gm.38.1 Ximian GNOME 1.4 GTK+ Libraries for HP-UX 11.00 and 11i ECSAuxiliary A.03.10 ECS Auxiliary ECSCmgNNMHP11 A.03.10 ECS Config/Mgmt GUI for NNM (including Japanese support) HPUXEng64RT B.11.00.01 English HP-UX 64-bit Runtime Environment HWE1100 B.11.00.0303.4 Hardware Enablement Patches for HP-UX 11.00, March 2003 Ignite-UX-11-00 B.4.1.61 HP-UX Installation Utilities for Installing 11.00 Systems J5315AA B.06.31.00 OV NNM Enterprise NNMEngHP11Doc B.06.31.00 Network Node Manager Online Runtime Manuals - English version NNMEngHP11full B.06.31.00 Network Node Manager NNMEngHP11man B.06.31.00 Network Node Manager Man Pages OnlineDiag B.11.00.24.11 HPUX 11.0 Support Tools Bundle, Mar 2003 QPK1100 B.11.00.60.4 Quality Pack for HP-UX 11.00, March 2003 Sendmail-811 B.11.00.01.001 Sendmail-8.11.1 special release upgrade UXCoreMedia B.11.00.02 HP-UX Media Kit (Reference Only. See Description) UnlimUserLic B.11.00.02 HP-UX Unlimited-User License XSWGR1100 B.11.00.47.08 General Release Patches, November 1999 (ACE) # # Product(s) not contained in a Bundle: # gcc 3.3.2 gcc glib 1.2.10 glib nxpsL305:root:/nagios-plugins-1.4.0alpha1 # Have a nice day. James Eastman --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stanley.Hopcroft at IPAustralia.Gov.AU Fri Jul 2 00:24:46 2004 From: Stanley.Hopcroft at IPAustralia.Gov.AU (Stanley Hopcroft) Date: Fri, 2 Jul 2004 08:24:46 +1000 Subject: "Site logon simulator" (Was: Newbie question about Nagios) In-Reply-To: ; from nagios-users-request@lists.sourceforge.net on Thu, Jul 01, 2004 at 08:45:10AM -0700 References: Message-ID: <20040702082445.A237@IPAustralia.Gov.AU> Dear Sir, I am writing to thank you for your letter and say, On Thu, Jul 01, 2004 at 08:45:10AM -0700, nagios-users-request at lists.sourceforge.net wrote: > From: "Igor Sergejeff" > Date: Thu, 1 Jul 2004 12:23:49 -0700 > Subject: [Nagios-users] "Site logon simulator" (Was: Newbie question about Nagios) > > Hello, > > Thanks for reply. I actually need to log into the website through login > form. ... Yep. You need to roll your own plugin to simulate a users . siting each web form in turn . filling out the form appropriately . seeing the next expected page show up Tools to do this include :- Perl + HTTP::Recorder + WWW::Mechanize (all from CPAN; Perl >= 5.006) HTTP::Recorder will make a machine redable record of your browser session with the web server (recording all the stuff you send and what it gets back) suitable for input to WWW::Mechanize, which will play it back. Both these modules are popular, well conceived and actively developed. You can find a write up of HTTP::Recorder on http://Perl.COM/ A far cruder (more limitations and more work required by you) approach is Nagios::WebTransact (I use this method and it is effective on _common_ forms of this sort). Other approaches that _may_ work with fill out forms are lynx and webget. I generally only use these to examine the contents of single page resulting from a GET request (since lynx can parse the HTML into text, this is sometimes more useful than check_http). > Any ideas will welcome. Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft ------------------------------------------------------------------------ '...No man is an island, entire of itself; every man is a piece of the continent, a part of the main. If a clod be washed away by the sea, Europe is the less, as well as if a promontory were, as well as if a manor of thy friend's or of thine own were. Any man's death diminishes me, because I am involved in mankind; and therefore never send to know for whom the bell tolls; it tolls for thee...' from Meditation 17, J Donne. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From benny at bennyvision.com Fri Jul 2 00:48:20 2004 From: benny at bennyvision.com (C. Bensend) Date: Thu, 1 Jul 2004 17:48:20 -0500 (CDT) Subject: Nagios / NRPE install on HP-UX 11.o and 11i In-Reply-To: <0I0700BF81XCKT@emmsvr02.prod.fedex.com> References: <0I0700BF81XCKT@emmsvr02.prod.fedex.com> Message-ID: <56505.63.227.74.41.1088722122.squirrel@webmail.stinkweasel.net> > I hope this message finds you doing well. I am trying to install the > Nagios > NRPE daemon and Nagios plugins on a HP-UX machine and am having no > success. > I?ve read the FAQs at nagios.org and it says my ?make? error is probably > caused by not having the glibc installed. I have installed the glibc and > gmake on my HP-UX box and still I get the make errors. I have also > searched > the mailing list archives and have not found the magical HP-UX install > instructions. If anyone knows the compile/install magic/magical > documentation place for HP-UX, please point me to that spot so I can get > my > read/learn on. Thanks in advance for your help. Here?s a listing of my > swlist so you can see the HP-UX packages I have installed on this box: Ummm... I don't see gmake anywhere there. What does: which gmake return? How about 'which gcc' ? Benny -- "You were doing well until everyone died." -- "God", Futurama ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From durist at euler.cr.usgs.gov Thu Jul 1 00:29:44 2004 From: durist at euler.cr.usgs.gov (Dan Urist) Date: Wed, 30 Jun 2004 16:29:44 -0600 Subject: smartmontools In-Reply-To: <20040630200259.40838.qmail@restricted.dyndns.org> References: <28A0F72B3EA0BC47A65E8E67CC1912821204EF@srv3057000552.ville.quebec.qc.ca> <20040630200259.40838.qmail@restricted.dyndns.org> Message-ID: <9632.89566939256$1088724119@news.gmane.org> On Wednesday 30 June 2004 14:02, Neil wrote: > This is cool. What if we want to monitor on Solaris? Here you go-- note that the version of smartmontools I'm running on Solaris (v. 5.30) has different args than the linux version that ships with redhat; also, does anybody know if smartmontools will work for FCAL disks on the v880? ================== #!/usr/local/bin/perl -w my $SMARTCTL = "/usr/local/smartmontools/sbin/smartctl"; open(CFGADM,"/usr/sbin/cfgadm -al|") or die "$0: Could not open pipe to cfgadm"; my @disks; my $disk; my @baddisks; while( my $line = ){ if( $line =~ /dsk\/(\S+)\s+disk/ ){ system("$SMARTCTL -Hq silent /dev/rdsk/" . $1 . "s2"); push(@baddisks, $1) if $?; } } if( scalar(@baddisks) ){ print "Bad Disks: ", join(",", at baddisks), "\n";; exit 1; } ================== Actually, because I'm lazy and want to have a single directory of scripts to distribute, I have all my linux-specific scripts named e.g. "chksmart.linux" and the solaris-specific scripts named e.g. "chksmart.solaris", and then I have a script called "launch" that is symlinked to "chksmart" (or any other scriptname that has an OS-specfic version, but without the extension); launch figures out what OS it's running on and calls the appropriate script. Here's launch: ================== #!/bin/sh case `uname` in Linux) exec $0.linux $@ ;; SunOS) exec $0.solaris $@ ;; *) echo "Unknown operating system!" exit 1 ;; esac ================== -- Dan Urist durist at euler.cr.usgs.gov ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From phessler at triplecanopy.com Fri Jul 2 01:32:48 2004 From: phessler at triplecanopy.com (Peter Hessler) Date: Thu, 1 Jul 2004 16:32:48 -0700 Subject: Problems with cgi access In-Reply-To: <20040701132135.41a76731@leela.theapt.org> References: <20040628113930.36e109b5@leela.theapt.org> <37574.134.244.172.10.1088450046.squirrel@webmail.stinkweasel.net> <20040628222140.6c57bfeb@leela.theapt.org> <20040630114849.3ad22bc8@leela.theapt.org> <20040701132135.41a76731@leela.theapt.org> Message-ID: <20040701163248.3beb7e2c@leela.theapt.org> Found it. Write permissions on /var/log/nagios prevented the status.log file from being created. I changed ownership of the directory, and it was created and all is good. Thanks for the help. -- In Lexington, Kentucky, it's illegal to carry an ice cream cone in your pocket. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From michael at halligan.org Fri Jul 2 01:48:35 2004 From: michael at halligan.org (Michael T. Halligan) Date: Thu, 1 Jul 2004 16:48:35 -0700 (PDT) Subject: Delayed notifications. In-Reply-To: <20040629224105.78781.qmail@web53504.mail.yahoo.com> References: <20040629224105.78781.qmail@web53504.mail.yahoo.com> Message-ID: I'm running the 1.2.0 Nagios rpms from DAG for RHEL3 right now. I'm wondering if there's just some problem with nagios 1.2.0's notifications? Notifications have been semi-flaky at best. I had a server go down yesterday morning at 4am. Nagios noted this, marked an alert, but didn't send out a notification until 1PM. Embarrassingly, we only knew the server was down because an affected user called about it. I'm finding this really hard to track, because the archived logs don't seem to have a time stamp. When I look on the web interface in Notification History for this host, it only shows notifications at 1Pm.. Clearly Nagios saw the alert but delayed 10 hours in sending out a notification. My configuration file for this server is as follows : define host { host_name some.server.name parents lbprod-gw-b.mypointsbeta.com alias some address IP.ADDR check_command check-host-alive max_check_attempts 3 checks_enabled 1 failure_prediction_enabled 1 retain_status_information 1 retain_nonstatus_information 1 notification_interval 120 } define service { host_name some.server.name service_description Connectivity check_command check_ping max_check_attempts 3 normal_check_interval 2 retry_check_interval 1 check_period 24x7 notification_interval 120 notification_period 24x7 notification_options c,r contact_groups admin } define service { host_name some.server.name service_description SSH check_command check_ssh max_check_attempts 3 normal_check_interval 2 retry_check_interval 1 check_period 24x7 notification_interval 120 notification_period 24x7 notification_options c,r contact_groups admin } define service { host_name some.server.name service_description HTTP check_command check_http max_check_attempts 3 normal_check_interval 2 retry_check_interval 1 check_period 24x7 notification_interval 120 notification_period 24x7 notification_options c,r contact_groups admin } define service { host_name some.server.name service_description https-tcp-443 check_command check_tcp!443 max_check_attempts 3 normal_check_interval 2 retry_check_interval 1 check_period 24x7 notification_interval 120 notification_period 24x7 notification_options c,r contact_groups admin } ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pikelner at rogers.com Fri Jul 2 06:18:39 2004 From: pikelner at rogers.com (Frank Pikelner) Date: Fri, 2 Jul 2004 00:18:39 -0400 Subject: Modify checkdisk script Message-ID: <002601c45feb$a7296e00$98aa6418@netcraftinc.int> Hello, I'm monitoring a Dell server and use check_disk script with an OID that returns % disk free. I would like to reverse the value to provide % disk used ( 1 - % disk free), but am not sure how to modify the script. Any help would be appreciated. Thank you in advance, Frank Pikelner at rogers.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil-on-nagios at restricted.dyndns.org Fri Jul 2 08:48:00 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Fri, 02 Jul 2004 01:48:00 -0500 Subject: setting a schedule on check Message-ID: <20040702064801.93985.qmail@restricted.dyndns.org> Hey guys, I would like to setup a check that should only be executed between 12:45am and 1:00am, daily. How can I do this? Thanks. Neil ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Christian.Bock at liz.lsa-net.de Fri Jul 2 09:16:41 2004 From: Christian.Bock at liz.lsa-net.de (Bock, Christian) Date: Fri, 2 Jul 2004 09:16:41 +0200 Subject: Can't get Nagios up ( again ) Message-ID: <53B7932F94C4DE49B3A9AD98715FCF2C1D4007@lrpc79.liz.lsa-net.de> Hello, it seems I am the only one having that problems since I did not find any previous mail soliving that problem: I added mysql-support to nagios. After restart of nagios had to check all services again, which did not surprise me, because no status data were in the database yet. But after restarting it again nagios does not seem to read these values and start checking services from scratch ( pending ) again. That results in a behaviour of delays of more than 2300 seconds. I never expirienced these high delays before. Strange now is that even after redoing the installation without mysql the problem persists. How to start that system with 321 services and 215 hosts? At the same time I introduced Nagmin, that's the reson for the lots of config files in nagios.cfg maybe that can cause the problem? Thanks a lot fo help :-) chris ---------------------------------------------------- The results from the -s option is as SERVICE SCHEDULING INFORMATION ------------------------------- Total services: 321 Total hosts: 215 Command check interval: -1 sec Check reaper interval: 10 sec Inter-check delay method: SMART Average check interval: 299.439 sec Inter-check delay: 0.933 sec Interleave factor method: SMART Average services per host: 1.493 Service interleave factor: 2 Initial service check scheduling info: -------------------------------------- First scheduled check: 1088752094 -> Fri Jul 2 09:08:14 2004 Last scheduled check: 1088752393 -> Fri Jul 2 09:13:13 2004 Rough guidelines for max_concurrent_checks value: ------------------------------------------------- Absolute minimum value: 11 Recommend value: 33 nagios.cfg log_file=/usr/local/nagios/var/nagios.log cfg_file=/usr/local/nagios/etc/Command.cfg cfg_file=/usr/local/nagios/etc/Contact.cfg cfg_file=/usr/local/nagios/etc/ContactGroup.cfg cfg_file=/usr/local/nagios/etc/ContactTemplate.cfg cfg_file=/usr/local/nagios/etc/Host.cfg cfg_file=/usr/local/nagios/etc/HostDependency.cfg cfg_file=/usr/local/nagios/etc/HostEscalation.cfg cfg_file=/usr/local/nagios/etc/HostGroup.cfg cfg_file=/usr/local/nagios/etc/HostGroupEscalation.cfg cfg_file=/usr/local/nagios/etc/HostTemplate.cfg cfg_file=/usr/local/nagios/etc/Service.cfg cfg_file=/usr/local/nagios/etc/ServiceDependency.cfg cfg_file=/usr/local/nagios/etc/ServiceEscalation. resource_file=/usr/local/nagios/etc/resource.cfg status_file=/usr/local/nagios/var/status.log nagios_user=nagios nagios_group=nagcmd check_external_commands=1 command_check_interval=-1 command_file=/usr/local/nagios/var/rw/nagios.cmd comment_file=/usr/local/nagios/var/comment.log downtime_file=/usr/local/nagios/var/downtime.log lock_file=/usr/local/nagios/var/nagios.lock temp_file=/usr/local/nagios/var/nagios.tmp log_rotation_method=d log_archive_path=/usr/local/nagios/var/archives use_syslog=0 log_notifications=1 log_service_retries=1 log_host_retries=1 log_event_handlers=1 log_initial_states=1 log_external_commands=1 log_passive_service_checks=1 inter_check_delay_method=s service_interleave_factor=s max_concurrent_checks=0 service_reaper_frequency=10 sleep_time=1 service_check_timeout=60 host_check_timeout=30 event_handler_timeout=30 notification_timeout=30 ocsp_timeout=5 perfdata_timeout=5 retain_state_information=1 state_retention_file=/usr/local/nagios/var/status.sav retention_update_interval=60 use_retained_program_state=1 interval_length=60 use_agressive_host_checking=0 execute_service_checks=1 accept_passive_service_checks=1 enable_notifications=1 enable_event_handlers=1 process_performance_data=1 obsess_over_services=1 check_for_orphaned_services=1 check_service_freshness=1 freshness_check_interval=60 aggregate_status_updates=1 status_update_interval=15 enable_flap_detection=0 low_service_flap_threshold=5.0 high_service_flap_threshold=20.0 low_host_flap_threshold=5.0 high_host_flap_threshold=20.0 date_format=de illegal_object_name_chars=`~!$%^&*|'"<>?,()= illegal_macro_output_chars=`~$&|'"<> admin_email=Christian.Bock at liz.lsa-net.de admin_pager=pagenagios xpdfile_host_perfdata_file=/usr/local/nagios/var/hostperf.log xpdfile_host_perfdata_template=$TIMET$\t$HOSTNAME$\t$OUTPUT$\t$PERFDATA$ xpdfile_service_perfdata_file=/usr/local/nagios/var/serviceperf.log xpdfile_service_perfdata_template=$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$O UTPUT$\t $PERFDATA$ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From richard.luys at vanderlet.nl Fri Jul 2 10:58:27 2004 From: richard.luys at vanderlet.nl (Richard Luys) Date: Fri, 02 Jul 2004 10:58:27 +0200 Subject: Nagios / NRPE install on HP-UX 11.o and 11i In-Reply-To: <0I0700BF81XCKT@emmsvr02.prod.fedex.com> References: <0I0700BF81XCKT@emmsvr02.prod.fedex.com> Message-ID: On Thu, 01 Jul 2004 17:16:28 -0500, James Eastman wrote: > All: Hi James, > > > > I hope this message finds you doing well. I am trying to install the > Nagios > NRPE daemon and Nagios plugins on a HP-UX machine and am having no > success. If you really want to compile Nagios and the plugins yourself, I cannot help you, but wish you all the luck you need (As far as I understood it's not an easy task). Instead of 'reinventing the weel' you may take a look at this site: http://www.bennyvision.com/projects/nagios/index.php It contains complete depots for HP-UX 10.20, 11 and 11i; including some plugins. I've installed it and it works fine. If you're really stuck, I suggest you take a look there. --- Richard Luys Unix specialist Vanderlet B.V. The Netherlands ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From richard.luys at vanderlet.nl Fri Jul 2 11:06:03 2004 From: richard.luys at vanderlet.nl (Richard Luys) Date: Fri, 02 Jul 2004 11:06:03 +0200 Subject: setting a schedule on check In-Reply-To: <20040702064801.93985.qmail@restricted.dyndns.org> References: <20040702064801.93985.qmail@restricted.dyndns.org> Message-ID: On Fri, 02 Jul 2004 01:48:00 -0500, Neil wrote: > Hey guys, I would like to setup a check that should only be executed > between 12:45am and 1:00am, daily. How can I do this? Thanks. Neil > Create an entry in 'timeperiods.cfg' specific for this task. Use the 'check_period' directive with the name of the defined timeperiod as parameter in the host or service check you like to execute in that specific timeperiod. This should work if Nagios is running smoothly without great delays. If Nagios is too busy during that timeperiod to run the scheduled checks, it's possible that the check is delayed or not run at all... Other option: Use a cron-job to schedule the check, and let it send it's result to Nagios as a passive check. See the Nagios documentation for details on Passive Checks. Hope this answers your question, or at least gives you some hints on how to proceed... --- Richard Luys Unix Specialist Vanderlet B.V. The Netherlands ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Fri Jul 2 11:15:50 2004 From: verdon at cict.fr (carole verdon) Date: Fri, 02 Jul 2004 11:15:50 +0200 Subject: Pb with hostexinfo Message-ID: <40E527C6.1080109@cict.fr> Hi, I use nagios 1.2 and nagmin 2.1.0 to configure hosts and services on solaris boxe. I compiled nagios with mysql database support using the option --with-mysql-xdata. I see my hosts in statusmap but when i want to use hostextinfo to add an image or coordinates, nothing happens. I defined in table 'Host Extended Information' of Nagmin, those hosts: *Template* *Host Name* *Notes URL* *Icon Image* *Icon Image Alt* *VRML Image* *Statusmap Image* *2D Coordinates* *3D Coordinates* *Comment* aurore.cict.fr sun40.gif Sun Server sun.gd2 telline.cict.fr hpux.png HPUX Server hpux.gif 100,60 vae.cict.fr linux40.jpg Linux Server linux40.png 50,10 I have got serveral problems: 1. The gd2 images don't appear. If i execute ldd statusmap.cgi, it find the gd library libmysqlclient.so.10 => /usr/local/mysql/lib/mysql/libmysqlclient.so.10 libgd.so.2 => /usr/local/lib/libgd.so.2 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libz.so => /usr/local/lib/libz.so libm.so.1 => /usr/lib/libm.so.1 libpng.so.3 => /usr/local/lib/libpng.so.3 libjpeg.so.62 => /usr/local/lib/libjpeg.so.62 libc.so.1 => /usr/lib/libc.so.1 libz.so.1 (SUNW_1.1) => (version not found) libcrypt_i.so.1 => /usr/lib/libcrypt_i.so.1 libgen.so.1 => /usr/lib/libgen.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libXpm.so.4.11 => /usr/local/lib/libXpm.so.4.11 libX11.so.4 => /usr/lib/libX11.so.4 libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 libpng12.so.0 => /usr/local/lib/libpng12.so.0 libz.so.1 (SUNW_1.1) => (version not found) libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libXext.so.0 => /usr/openwin/lib/libXext.so.0 libz.so.1 (SUNW_1.1) => (version not found) /usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1 I have even made this command: crle -l /usr/lib:/usr/local/lib, but that didn't change nothing # crle Configuration file [3]: /var/ld/ld.config Default Library Path (ELF): /usr/lib:/usr/local/lib Trusted Directories (ELF): /usr/lib/secure (system default) Command line: crle -c /var/ld/ld.config -l /usr/lib:/usr/local/lib 2. I create a new gd2 image in /usr/local/nagios/share/images/logos : pngtogd2 sun40.png sun.gd2 0 1 When i wanted to choose this new image in the 'Statusmap Image' field of nagmin, i didn't see it. I realized the directory that took into account was /opt/webmin/nagmin/images/logos. Why?????? 3. If i edit the /usr/local/nagios/etc/HostExtInfo.cfg, i see that extended informations of hosts are well created: ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for Host ## Generated Thu Jul 1 17:31:44 2004 ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtInfo ## Generated Thu Jul 1 17:31:44 2004 define hostextinfo { host_name aurore.cict.fr icon_image sun40.gif icon_image_alt Sun Server statusmap_image sun.gd2 } define hostextinfo { host_name telline.cict.fr icon_image hpux.png icon_image_alt HPUX Server statusmap_image hpux.gif 2d_coords 100,60 } define hostextinfo { host_name vae.cict.fr icon_image linux40.jpg icon_image_alt Linux Server statusmap_image linux40.png 2d_coords 50,10 } ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtTemplate ## Generated Thu Jul 1 17:31:44 2004 4. Another problem with nagmin is that if i want to modify coordinates of one host for example, that don't works. When i click on 'save' button, nothing changes. 5. I have a question. Is it possible in status map that one host becomes red when a service becomes critical or yellow when it becomes in warning? I cannot any more what make. Can someone help me, please? Thanks. Carole. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sun40.gif Type: image/gif Size: 1903 bytes Desc: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- gd2((?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????uuz??????????????????????????????????????????????????????????????????????????????????????????????????????????????????UUZ?????????||???????????????????????????????????????????????????????????????????????????????????????????????????????UUZ??????JJ???????xx}????????????????????????????????????????????????????????????????????????????????????????????????TTY??????BB~==|HH???????xx}??????????????????????????????????????????????????????????????????????????????????????????TTY??????DD?``????``?BB??????||?????????????????????????????????????????????????????????????????????????????????????NNT??????BB~gg??????????xx?==|??????uuz??????????????????????????????????????????????????????????????????????????????NNT??????DD?HH????????????????{{?@@}??????uuz????????????????????????????????????????????????????????????????????????JJN??????BBFF?TT??????????????????????==|??????uuz??????????????????????????????????????????????????????????????????JJN??????BBPP????rr?????????????????????????@@}??????nnr????????????????????????????????????????????????????????????FFJ??????@@}PP??????????xx?????????????????????????BB??????sst??????????????????????????????????????????????????????FFJ??????BBUU????????????????tt??????????????????????ii?@@}??????jjm????????????????????????????????????????????????FFJ??????@@}NN?xx???????????????????tt???????????????????{{?PP?BB~??????nnr??????????????????????????????????????????BBH??????BBPP????????????????????????????tt?????????????xx???????UU?BB??????jjm????????????????????????????????????BBF??????BB~NN??????????rr??????????????????????tt???????}}?????????????TT?BB~??????eei??????????????????????????????@@B??????DD?NN????????????????????????????????????????ZZ?ww???????????????????UU?FF???????eei????????????????????????@@B??????BBLL??????????????????????DD}nn????????????????UU??????????????????????ZZ?DDBB??????``e??????????????????==@??????DD?LL??????????????????????nn???????????????????????????????????????????{{???????ss?DD???????``e????????????@@B??????FF?JJ??????????????????????xx?????????????jj????ii??????????????????????{{?????????????ee?BB??????eei??????TTT??????FF?@@}?????????????????????xx????????????????xx?55wZZ????????????????????????????????????????=={FF?????????????==@??????NN?==|??????????????????xx???????????????????``?LL?ZZ????????????????}}??????????????????????;;z??????BBH???????????????NN?HH?????????????ww???????????????????????????????????????????ww??????????????????????HH???????BBH]]]?????????nnr??????UU?FF?xx?tt?nn???????????????????}}????????????????ee?xx?nn??????????????????????FF???????BBFTTT???????????????jjm??????UU?==|UU??????????????????????..r??????????????????==|?????????????????????FF???????+++]]]?????????????????????sstxxx???UU?JJ??????????????????????ee????????????????????????????????????????FF???????++3sst??????????????????????????????'''xxx???PP?FF??????????????????????ww??????????????????????nn??????????FF???????++3xxx????????????????????????????????????'''{{{???PP?JJ??????????????????????ww????????????????????????????FF???????++3{{{??????????????????????????????????????????'''~~~???NN?DD?nn???????????????????ww???????????????????ww?BB??????..5~~~????????????????????????????????????????????????'''~~~???NN?LL??????????????????????ww????????????????NN???????..5{{{??????????????????????????????????????????????????????'''~~~???NN?HH??????????????????????xx??????????BB??????..5???????????????????????????????????????????????????????????????+++??????NN?JJ??????????????????????gg????TT???????55;?????????????????????????????????????????????????????????????????????+++??????LL?JJ???????????????????UU?;;z??????55;???????????????????????????????????????????????????????????????????????????..3??????LL?JJ????????????????DD??????55;?????????????????????????????????????????????????????????????????????????????????+++??????JJ?JJ??????????HH???????;;B???????????????????????????????????????????????????????????????????????????????????????555??????NN?BB~BB~;;z??????;;B?????????????????????????????????????????????????????????????????????????????????????????????..3??????NN?@@}??????;;B???????????????????????????????????????????????????????????????????????????????????????????????????555??????ii????``e~~~??????????????????????????????????????????????????????????????????????????????????????????????????????555??????eeijjm????????????????????????????????????????????????????????????????????????????????????????????????????????????TTTTTY||}?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? -------------- next part -------------- A non-text attachment was scrubbed... Name: hpux.png Type: image/png Size: 662 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: hpux.gif Type: image/gif Size: 1097 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: linux40.jpg Type: image/jpeg Size: 1666 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: linux40.png Type: image/png Size: 1972 bytes Desc: not available URL: From verdon at cict.fr Fri Jul 2 14:22:51 2004 From: verdon at cict.fr (carole verdon) Date: Fri, 02 Jul 2004 14:22:51 +0200 Subject: Socket timeout Message-ID: <40E5539B.7070206@cict.fr> Hi, I receive a lot of notifications of services that indicate a timeout problem: CHECK_NRPE: Socket timeout after 10 seconds. So, for certain services, i put the timeout to 20s but that don't change anything. I receive always critical alerte with this message: CHECK_NRPE: Socket timeout after 20 seconds. Why do this happen? Is it possible that comes from the value of max_concurrent_checks (is set to 0 for the moment)? Any help would be appreciated. Carole. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From h.baecker at ecofis.de Fri Jul 2 15:44:26 2004 From: h.baecker at ecofis.de (h.baecker at ecofis.de) Date: Fri, 2 Jul 2004 15:44:26 +0200 Subject: WG: Nagios schedule question Message-ID: Hi, my last comment about the problem that I thought that Nagios is not able to start more than 60 events within one minute was not right. It seems that our Nagios have problems with starting the count of events in a Event Loop that it should start. I think (please correct me if I am wrong) that Nagios calculates the count of events per event loop out of the hole services and the average check interval. The Nagios "scheduler" now have his event list that look semilar like this: 13:00:00 - Start for example 50 Service Checks 13:00:01 - Reaper + other service checks starts 13:00:02 - Nagios could not start all the events out of the last loop and will do this now, means Nagios has now for example 50 regular NOW checks + 20 out of the last loop... and so on, and so on... out of this theory the latency for each service check will increase. If I am right, how can I tune up my Nagios to start the correct number of Service Checks / Events for each loop? Sorry for my bad english, I hope that someone understand me. Hendrik ----- Forwarded by Hendrik Baecker/ECODOR/ECOFIS on 02.07.2004 15:32 ----- h.baecker at ecofis.de Sent by: nagios-users-admin at lists.sourceforge.net 29.06.2004 12:49 To nagios-users at lists.sourceforge.net cc Subject [Nagios-users] Nagios schedule question Hi List, I have some problems with our Nagios and I think the problems comes from the scheduler. But before some Info: OS: Suse Linux Kernel: 2.4.[unknown] CPU: 2x Intel Intel(R) Xeon(TM) CPU 2.00GHz Mem: 2.587.208K Nagios Version 1.1 Hosts: 616 Services: 2684 Average Service Check Intervall ~ 350 seconds. With the option inter_check_delay_method=s our nagios is not able to check all the services within 5 minutes (just 70%) and I can see out of the perfdata many latency about 100 up to 350 seconds. I tried to inter_check_delay_method=0.01 without any good result but an inter_check_delay_method=1.00 slows down nagios with his checks but doesn't throw out any latency. I think because of the unsigned long int for the time_t I guess that Nagios is not able to do more schedule events than 60 in 60 seconds. What can be done to screw up my Nagios Performance? Any ideas? Regards Hendrik -------------- next part -------------- An HTML attachment was scrubbed... URL: From tonij67 at hotmail.com Fri Jul 2 16:37:33 2004 From: tonij67 at hotmail.com (Tony Tissic) Date: Fri, 02 Jul 2004 09:37:33 -0500 Subject: At my wits end with GD libraries! It should work! Message-ID: Hi all, I have Nagios running on a Suse system which appears to have everything I need to get the statusmap/trends cgis working, but any option I give configure STILL complains with : *** GD, PNG, and/or JPEG libraries could not be located... ********* Here is what I have verified: JPEG: jpeg-6b-731 libjpeg-6.2.0-731 (some researched showed that libjpeg is supposed to include the devel. libraries for JPEG; is this true?) PNG: libpng-1.2.5-182.3 libpng-devel-1.2.5-11tr GD: gd-2.0.22-61 php4-gd-4.3.4-26 gdb-6.1-1 Per the instructions I did this: ldconfig make clean (more times than I can remember) configure configure --with-gd-lib --with-gd-inc configure /configure --with-gd-lib=/usr/local/lib --with-gd-inc=/usr/local/include /configure --with-gd-lib=/usr/lib --with-gd-inc=/usr/include The only thing I am not real clear on is the location of these mysterious libraries; how do I know if its in /usr/local or /usr/lib or /some_other_directory? Any info helpful here, _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar ? get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Fri Jul 2 16:47:32 2004 From: verdon at cict.fr (carole verdon) Date: Fri, 02 Jul 2004 16:47:32 +0200 Subject: Socket timeout In-Reply-To: <6943DE9E9934CD42BBE4A20E0E28E10E068DC0@SYGOMAIL.GOE.AD.SYCOR.DE> References: <6943DE9E9934CD42BBE4A20E0E28E10E068DC0@SYGOMAIL.GOE.AD.SYCOR.DE> Message-ID: <40E57584.4000403@cict.fr> There isn't a firewall between the hosts. This problem arrives only sometimes. For example for one particular host, ***** Nagios ***** Notification Type: RECOVERY Service: Total Process Host: gw3-mail.cict.fr Address: x.x.x.x State: OK Date/Time: Thu Jul 1 00:15:52 MEST 2004 Additional Info: PROCS OK: 118 processes ***** Nagios ***** Notification Type: PROBLEM Service: Total Process Host: gw3-mail.cict.fr Address: x.x.x.x State: CRITICAL Date/Time: Fri Jul 2 12:30:20 MEST 2004 Additional Info: CHECK_NRPE: Socket timeout after 20 seconds. ***** Nagios ***** Notification Type: RECOVERY Service: Total Process Host: gw3-mail.cict.fr Address: x.x.x.x State: OK Date/Time: Fri Jul 2 12:40:46 MEST 2004 Additional Info: PROCS OK: 109 processes Sand Philipp wrote: >I guess that you have a firewall between the hosts, make sure the Port >is open for NRPE. > > > >>-----Original Message----- >>From: nagios-users-admin at lists.sourceforge.net >>[mailto:nagios-users-admin at lists.sourceforge.net] On Behalf >>Of carole verdon >>Sent: Friday, July 02, 2004 2:23 PM >>To: Nagios Users >>Subject: [Nagios-users] Socket timeout >> >>Hi, >> >>I receive a lot of notifications of services that indicate a >>timeout problem: >> >>CHECK_NRPE: Socket timeout after 10 seconds. >> >>So, for certain services, i put the timeout to 20s but that >>don't change anything. I receive always critical alerte with >>this message: >> >>CHECK_NRPE: Socket timeout after 20 seconds. >> >>Why do this happen? >> >>Is it possible that comes from the value of >>max_concurrent_checks (is set to 0 for the moment)? >> >>Any help would be appreciated. >> >>Carole. >> >> >> >> >>------------------------------------------------------- >>This SF.Net email sponsored by Black Hat Briefings & Training. >>Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >>digital self defense, top technical experts, no vendor >>pitches, unmatched networking opportunities. Visit >>www.blackhat.com _______________________________________________ >>Nagios-users mailing list >>Nagios-users at 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 >> >> >> > > >************************************************ > >sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie > >www.sycor-plastics.de > >************************************************ > > > > >Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. > >This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. > > > > > -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From gebhardt at hrz.uni-marburg.de Fri Jul 2 17:00:25 2004 From: gebhardt at hrz.uni-marburg.de (Gebhardt Thomas) Date: Fri, 2 Jul 2004 17:00:25 +0200 Subject: Can't get process_performance_data working In-Reply-To: References: Message-ID: <200407021700.28163.gebhardt@hrz.uni-marburg.de> Hi, thanks for your help! I finally found that a debian specific patch brakes performance data handling. Omitting that patch it works like designed :-) I submitted a bug report to the debian bug tracking system (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=257289). Cheers, Thomas ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From novickj at toysrus.com Fri Jul 2 17:25:48 2004 From: novickj at toysrus.com (Novick, Jeff) Date: Fri, 2 Jul 2004 11:25:48 -0400 Subject: At my wits end with GD libraries! It should w ork! Message-ID: <7CB57EABD6C23342AA8282DA820698990A8FDEFE@msg01psp.tru.com> Hi, Tony, On a SUSE system (or any other RPM distro) RPM will tell you where your libraries are installed. >From a command line: rpm -qil The following example is from my RH 6.2 (old, but still running Netsaint) system. Your locations will most likely will different: #rpm -qil libjpeg-devel Name : libjpeg-devel Relocations: (not relocateable) Version : 6b Vendor: Red Hat, Inc. Release : 10 Build Date: Fri 04 Feb 2000 09:54:42 PM EST Install date: Tue 22 Aug 2000 11:45:09 AM EDT Build Host: porky.devel.redha t.com Group : Development/Libraries Source RPM: libjpeg-6b-10.src.rpm Size : 405010 License: distributable Packager : Red Hat, Inc. Summary : Development tools for programs which will use the libjpeg library. Description : The libjpeg-devel package includes the header files and static libraries necessary for developing programs which will manipulate JPEG files using the libjpeg library. If you are going to develop programs which will manipulate JPEG images, you should install libjpeg-devel. You'll also need to have the libjpeg package installed. /usr/doc/libjpeg-devel-6b /usr/doc/libjpeg-devel-6b/coderules.doc /usr/doc/libjpeg-devel-6b/libjpeg.doc /usr/include/jconfig.h /usr/include/jerror.h /usr/include/jmorecfg.h /usr/include/jpeglib.h /usr/lib/libjpeg.a /usr/lib/libjpeg.la /usr/lib/libjpeg.so Jeff -----Original Message----- From: Tony Tissic [mailto:tonij67 at hotmail.com] Sent: Friday, July 02, 2004 10:38 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] At my wits end with GD libraries! It should work! Hi all, I have Nagios running on a Suse system which appears to have everything I need to get the statusmap/trends cgis working, but any option I give configure STILL complains with : *** GD, PNG, and/or JPEG libraries could not be located... ********* Here is what I have verified: JPEG: jpeg-6b-731 libjpeg-6.2.0-731 (some researched showed that libjpeg is supposed to include the devel. libraries for JPEG; is this true?) PNG: libpng-1.2.5-182.3 libpng-devel-1.2.5-11tr GD: gd-2.0.22-61 php4-gd-4.3.4-26 gdb-6.1-1 Per the instructions I did this: ldconfig make clean (more times than I can remember) configure configure --with-gd-lib --with-gd-inc configure /configure --with-gd-lib=/usr/local/lib --with-gd-inc=/usr/local/include /configure --with-gd-lib=/usr/lib --with-gd-inc=/usr/include The only thing I am not real clear on is the location of these mysterious libraries; how do I know if its in /usr/local or /usr/lib or /some_other_directory? Any info helpful here, _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ======================================================================== This email message is for the sole use of the intended recipient (s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to EmailAdmin at toysrus.com. Toys "R" Us, Inc. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From christopher at bergeron.com Fri Jul 2 17:53:34 2004 From: christopher at bergeron.com (Christopher M Bergeron) Date: Fri, 02 Jul 2004 11:53:34 -0400 Subject: Best way to organzie data... In-Reply-To: <7CB57EABD6C23342AA8282DA820698990A8FDEFE@msg01psp.tru.com> References: <7CB57EABD6C23342AA8282DA820698990A8FDEFE@msg01psp.tru.com> Message-ID: <40E584FE.3070701@bergeron.com> Does anyone have any suggestions on how to logically group "things" in nagios? We have 2 datacenters with several racks at each data center. Each rack has several chassis' that contain about 24 blade-servers each. Should I group my data based on datacenter (as hostgroups) and within those put the racks, and then the blades? Should I create hostgroups based on services (for example, a disk space hostgroup, an apache hostgroup, etc)? Or should I create hostgroups based on customers? What are you guys doing for large scale network monitoring - and how should I arrange my hostgroups so they make the most sense? Thanks in advance! Chris Bergeron ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jason-sourceforge at microlnk.net Fri Jul 2 18:00:51 2004 From: jason-sourceforge at microlnk.net (Jason Byrns) Date: Fri, 02 Jul 2004 11:00:51 -0500 Subject: "max_check_attempts" being ignored? Message-ID: <40E586B3.3070705@microlnk.net> We've been using Nagios for awhile, but it seems to ignore our "max_check_attempts" setting. Why would it send out warnings after every host or service check failure? Can anyone offer suggestions as to how I'd fix this? We're using Nagios 1.2 on a Fedora Core 1 system. I have Webmin and NagMIN 2.1 to allow web-based administration of Nagios. I notice that the cfg files say Flap Detection is enabled, even though NagMIN is supposed to be set to disable this. Would Flap Detection cause trouble with max_check_attempts? Or what? Thanks very much for any assitance that can be offered! Here are the relevant config files... HostTemplate.cfg ---------------- ## NagMIN Configuration File (/usr/local/nagmin/nagios/HostTemplate.cfg) for HostTemplate ## Generated Fri Jul 2 10:31:34 2004 define host { name generic-host max_check_attempts 8 notification_interval 0 notification_options d,r notification_period 24x7 notifications_enabled 1 check_command check-host-alive checks_enabled 1 flap_detection_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information 1 event_handler_enabled 1 register 0 } ServiceTemplate.cfg ------------------- ## NagMIN Configuration File (/usr/local/nagmin/nagios/ServiceTemplate.cfg) for ServiceTemplate ## Generated Fri Jul 2 10:31:34 2004 define service { name generic-service check_command check-host-alive check_period 24x7 notification_period 24x7 is_volatile 0 max_check_attempts 8 normal_check_interval 2 retry_check_interval 1 notification_interval 0 notification_options c,r active_checks_enabled 1 passive_checks_enabled 1 parallelize_check 1 obsess_over_service 1 check_freshness 0 notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information 1 register 0 } [SNIP: REMAINDER OF SERVICETEMPLATE.CFG] Host.cfg -------- ## NagMIN Configuration File (/usr/local/nagmin/nagios/Host.cfg) for Host ## Generated Fri Jul 2 10:31:25 2004 define host { use generic-host host_name NAME-REMOVED alias ALIAS REMOVED address IP ADDRESS REMOVED parents PARENT REMOVED check_command check-host-alive max_check_attempts 8 notification_interval 0 notification_period 24x7 notification_options d,r # comment COMMENT REMOVED } [SNIP: REMAINDER OF HOST.CFG] Service.cfg ----------- ## NagMIN Configuration File (/usr/local/nagmin/nagios/Service.cfg) for Service ## Generated Fri Jul 2 10:31:34 2004 [SNIP: DNS SERVICE DEFINITION] define service { use generic-service hostgroup_name Customers,Fremont,Lincoln,Mosaic,Omaha,Paypal,Saunders,Tekamah,York service_description PING contact_groups admins check_period 24x7 notification_interval 0 notification_options c,r notification_period 24x7 check_command check-host-alive max_check_attempts 8 normal_check_interval 2 retry_check_interval 1 } [SNIP: REMAINDER OF SERVICE.CFG] -- Jason Byrns System Administrator, MicroLnk ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jeff.vier at tradingtechnologies.com Fri Jul 2 18:06:58 2004 From: jeff.vier at tradingtechnologies.com (jeff vier) Date: Fri, 02 Jul 2004 11:06:58 -0500 Subject: At my wits end with GD libraries! It should work! In-Reply-To: References: Message-ID: <1088784418.22373.145.camel@localhost> On Fri, 2004-07-02 at 09:37 -0500, Tony Tissic wrote: > *** GD, PNG, and/or JPEG libraries could not be located... ********* > Here is what I have verified: > JPEG: > jpeg-6b-731 > libjpeg-6.2.0-731 > (some researched showed that libjpeg is supposed to include the devel. > libraries for JPEG; is this true?) absolutely. You have to have the -devel side of things to compile against it. > ldconfig This doesn't do anything if you aren't changing your ld.so.conf here's mine: --- /usr/kerberos/lib /usr/X11R6/lib /usr/lib/qt-3.1/lib /usr/local/lib /usr/lib /lib /usr/local/lib/php/lib /usr/lib/qt-3.1/lib --- > make clean (more times than I can remember) if you're reconfiguring, do "make distclean" ("make clean" only removes previously compiled binaries, not config stuff) > configure > configure --with-gd-lib --with-gd-inc > configure > /configure --with-gd-lib=/usr/local/lib --with-gd-inc=/usr/local/include > /configure --with-gd-lib=/usr/lib --with-gd-inc=/usr/include I assume you meant ./configure... here is my configure statement (nag v2.0, but still similar), if this helps: ./configure --with-nagios-user=nagios --with-nagios-grp=nagios -- prefix=/usr/local/nagios-2.0 --with-file-perfdata --with-command- user=apache --with-command-grp=apache --with-lockfile=/usr/local/nagios- 2.0/var/nagios.lock --with-init-dir=/etc/init.d --enable-event-broker -- enable-embedded-perl --with-perlcache Note: no explicit library defs. your ld.so.conf should cover this. > The only thing I am not real clear on is the location of these mysterious > libraries; how do I know if its in /usr/local or /usr/lib or > /some_other_directory? try 'find / -name "libpng.so"' (or whatever) ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Fri Jul 2 18:13:24 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Fri, 2 Jul 2004 11:13:24 -0500 (CDT) Subject: Best way to organzie data... In-Reply-To: <40E584FE.3070701@bergeron.com> References: <40E584FE.3070701@bergeron.com> Message-ID: Hi Chris, I recommend making hostgroups based on services common among all hosts. For example, all your webservers could be in a www group and then you could create a www service and tie it to the www hostgroup. One neat trick that really helped me was to use register 0 in the hostgroup definition. That way, I can have hosts in multiple hostgroups without double-counting. You could create one-to-one top level groups based on your datacenter locations. Hope that helps. On Fri, 2 Jul 2004, Christopher M Bergeron wrote: > Does anyone have any suggestions on how to logically group "things" in > nagios? We have 2 datacenters with several racks at each data center. > Each rack has several chassis' that contain about 24 blade-servers each. > > Should I group my data based on datacenter (as hostgroups) and within > those put the racks, and then the blades? Should I create hostgroups > based on services (for example, a disk space hostgroup, an apache > hostgroup, etc)? Or should I create hostgroups based on customers? > > What are you guys doing for large scale network monitoring - and how > should I arrange my hostgroups so they make the most sense? > > > Thanks in advance! > Chris Bergeron > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jason-sourceforge at microlnk.net Fri Jul 2 18:21:00 2004 From: jason-sourceforge at microlnk.net (Jason Byrns) Date: Fri, 02 Jul 2004 11:21:00 -0500 Subject: "max_check_attempts" being ignored? In-Reply-To: <40E586B3.3070705@microlnk.net> References: <40E586B3.3070705@microlnk.net> Message-ID: <40E58B6C.1050502@microlnk.net> > We've been using Nagios for awhile, but it seems to ignore our > "max_check_attempts" setting. Why would it send out warnings after > every host or service check failure? Can anyone offer suggestions as to > how I'd fix this? I also notice mention of possibly related items in the Nagios docs. It seems to say any service check failure will cause an immediate host check. And if the host check also fails, the service is put into immediate hard error status regardless of the max_check_attempts setting. This sounds like it would cause an immediate notification every time. Almost all of our monitoring is simple ping tests, so having it ping for both service and host seems redundant to me. Perhaps I should disable service checks completely for any host I'm just pinging? And just rely on host checks for those? Thanks again if anyone can offer input! -- Jason Byrns System Administrator, MicroLnk ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From zsitfa at axelero.hu Fri Jul 2 18:25:50 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 02 Jul 2004 18:25:50 +0200 Subject: Problem with archive Message-ID: <1088785550.1329.20.camel@localhost.localdomain> Hi Everybody! Some weeks ago we talked about nagios-mm-dd-yyyy-23.log style files. I couldn't manage to figure out why nagios creates these files. I wrote a little shell script for this problem. I use it via root crontab. I tested it in every scenario which I can imagine and it seemed to me that it works. If someone needs this I can send it to her/him. Does someone a better solution to this problem? Bye, Tamas! ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From zsitfa at axelero.hu Fri Jul 2 18:28:34 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 02 Jul 2004 18:28:34 +0200 Subject: Sheduled Downtime for hostgroups Message-ID: <1088785714.1332.24.camel@localhost.localdomain> Hi Folks? As I know I can configure downtime for hosts. I tried to put hostgroup name to the text box in the web interface but Nagios refused it. Is it possible somehow to apply a scheduled downtime to an entire hostgroup? Thanks in advance, Tamas! ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jwhittington at tmfloyd.com Fri Jul 2 18:38:10 2004 From: jwhittington at tmfloyd.com (James Whittington) Date: Fri, 02 Jul 2004 12:38:10 -0400 Subject: Dependancy clarification Message-ID: <1088786289.2652.27.camel@localhost.localdomain> I am trying to better understand Host and service dependancies and if I really need them for the way I'm unsing nagios. I am checking a 30 - 40 internet facing services out of a backup internet link we have. Each website I manage is set as a host, the website hostgroup uses check_http to check websites. When there are hickups on the internet link I get 30 or so pages telling me all the sites are down. The current route would be: Nagios - SOHO - Cable modem - Internet - Pix - Websites I have tried to set up service dependancies where each segment of the way depends on each other: Cable Modem depends on SOHO being up Internet depends on Cable modem being up Pix depends on Internet access point being up Websites depend on PIX being up But I disconnected the cable modem and still got notifications that the sites were down. I saw a post with a similar discussion about parents, and it was said that when a host can not be reached because another host in front of it is down, you get a status of unreachable instead of down, so if you didn't notify on unreachable status you would be okay. So what the default behavior of Nagios 1.2 ? If a host goes down, are it's services down or unreachable? Whats the status of a host behind a downed host, is it considered unreachable? Thanks in advance for any guidance you all may provide. James Whittington Systems Administrator TM Floyd & Company ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From zsitfa at axelero.hu Fri Jul 2 18:49:11 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 02 Jul 2004 18:49:11 +0200 Subject: Running eventhandlers at every checks Message-ID: <1088786951.1332.45.camel@localhost.localdomain> Hi Folks! As I know service and host event handler commands are executed when a service or host: 1. is in a "soft" error state 2. initially goes into a "hard" error state 3. recovers from a "soft" or "hard" error state We monitor our customer's resources via a VPN tunnel. When this tunnel brokes the VPN Concentrator host goes down. In this scenario a local host event handler executes and tries to set up the tunnel again. Sometimes this can't be managed. We need an opportunity that this event hndler command executes regurarly (when a service check fails and Nagios tries to see whether the underlying host (VPN Concentrator) is up or down). Is it possible? Thanks in advance, Tamas! ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From leejr at soweb.com.br Fri Jul 2 18:46:11 2004 From: leejr at soweb.com.br (leejr) Date: Fri, 02 Jul 2004 16:46:11 GMT Subject: check_by_ssh Message-ID: <20040702164611.18578.qmail@mail2.bighost.com.br> Good Afternoon, I'm trying to use "check_by_ssh" to check the server in passive way. Could you send me how is the command line and how is the configuration in the file "checkcommands.cfg|services.cfg"? Thanks a lot for your attention. Ira Lee Junior ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Fri Jul 2 18:49:41 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Fri, 2 Jul 2004 11:49:41 -0500 (CDT) Subject: Sheduled Downtime for hostgroups In-Reply-To: <1088785714.1332.24.camel@localhost.localdomain> References: <1088785714.1332.24.camel@localhost.localdomain> Message-ID: On 2 Jul 2004, Horvath Tamas wrote: > Is it possible somehow to apply a scheduled downtime to an entire > hostgroup? Yes, go to the main Nagios page and click on the Status Overview bullet item in the left panel. Then find the hostgroup you'd like and click on the hostgroup alias, the text field inside the parens. From there, you will be presented with a list of Hostgroup Commands including "Schedule Downtime for all Hosts in this Hostgroup" and "Schedule Downtime for all Services in this Hostgroup." --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From zsitfa at axelero.hu Fri Jul 2 19:00:30 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 02 Jul 2004 19:00:30 +0200 Subject: Sheduled Downtime for hostgroups In-Reply-To: References: Message-ID: <1088787629.1329.57.camel@localhost.localdomain> Hi! Oooh! I've seen it sometimes ago, but I haven not use it yet. Sorry for this silly question! Thanks a lot!! Bye, Tamas! 2004-07-02, p keltez?ssel Demetri Mouratis ezt ?rta: > On 2 Jul 2004, Horvath Tamas wrote: > > > Is it possible somehow to apply a scheduled downtime to an entire > > hostgroup? > > Yes, go to the main Nagios page and click on the Status Overview bullet > item in the left panel. Then find the hostgroup you'd like and click on > the hostgroup alias, the text field inside the parens. From there, you > will be presented with a list of Hostgroup Commands including "Schedule > Downtime for all Hosts in this Hostgroup" and "Schedule Downtime for all > Services in this Hostgroup." > > --------------------------------------------------------------------- > Demetri Mouratis > dmourati at linfactory.com > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Fri Jul 2 19:09:32 2004 From: pla at softflare.com (Paul L. Allen) Date: Fri, 02 Jul 2004 18:09:32 +0100 Subject: =?iso-8859-1?Q?=22max=5Fcheck=5Fattempts=22?= being ignored? In-Reply-To: <40E58B6C.1050502@microlnk.net> References: <40E586B3.3070705@microlnk.net> <40E58B6C.1050502@microlnk.net> Message-ID: <20040702170932.18816.qmail@minnow.softflare.net> Jason Byrns writes: > This sounds like it would cause an immediate notification every time. > Almost all of our monitoring is simple ping tests, so having it ping for > both service and host seems redundant to me. Perhaps I should disable > service checks completely for any host I'm just pinging? And just rely on > host checks for those? As I recall (I may be wrong, but it's been too long a day for me to go delving to double-check) host checks are not performed unless a service check fails. If there are no service checks then there can be no service check failures and therefore no host checks are made. Keep the service check but change the host check for those hosts to check_dummy. OTOH, if the machine is providing services then you really ought to check them. And if it's not running services but you need to ensure that it is working correctly then checking disk space, memory usage, etc. would be a good idea. -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rms at sibs.pt Fri Jul 2 19:34:53 2004 From: rms at sibs.pt (Rui Miguel Seabra) Date: Fri, 02 Jul 2004 18:34:53 +0100 Subject: At my wits end with GD libraries! It should work! In-Reply-To: <1088784418.22373.145.camel@localhost> References: <1088784418.22373.145.camel@localhost> Message-ID: <1088789693.2703.224.camel@roque> On Fri, 2004-07-02 at 11:06 -0500, jeff vier wrote: > On Fri, 2004-07-02 at 09:37 -0500, Tony Tissic wrote: > > *** GD, PNG, and/or JPEG libraries could not be located... ********* > > Here is what I have verified: > > JPEG: > > jpeg-6b-731 > > libjpeg-6.2.0-731 > > (some researched showed that libjpeg is supposed to include the devel. > > libraries for JPEG; is this true?) > > absolutely. You have to have the -devel side of things to compile > against it. solves nothing. the last stable version of map.cgi doesn't link with gd unless explicitly forced by fiddling with configure... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From TWEdwards at cimplify.net Fri Jul 2 20:18:59 2004 From: TWEdwards at cimplify.net (Edwards, Thomas W.) Date: Fri, 2 Jul 2004 13:18:59 -0500 Subject: Best way to organzie data... Message-ID: How do you tie a service to a host group? Are you implying you make one service check and apply it to an entire host group instead of individually? Thanks. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Demetri Mouratis Sent: Friday, July 02, 2004 11:13 AM To: Christopher M Bergeron Cc: 'nagios-users at lists.sourceforge.net' Subject: Re: [Nagios-users] Best way to organzie data... Hi Chris, I recommend making hostgroups based on services common among all hosts. For example, all your webservers could be in a www group and then you could create a www service and tie it to the www hostgroup. One neat trick that really helped me was to use register 0 in the hostgroup definition. That way, I can have hosts in multiple hostgroups without double-counting. You could create one-to-one top level groups based on your datacenter locations. Hope that helps. On Fri, 2 Jul 2004, Christopher M Bergeron wrote: > Does anyone have any suggestions on how to logically group "things" in > nagios? We have 2 datacenters with several racks at each data center. > Each rack has several chassis' that contain about 24 blade-servers each. > > Should I group my data based on datacenter (as hostgroups) and within > those put the racks, and then the blades? Should I create hostgroups > based on services (for example, a disk space hostgroup, an apache > hostgroup, etc)? Or should I create hostgroups based on customers? > > What are you guys doing for large scale network monitoring - and how > should I arrange my hostgroups so they make the most sense? > > > Thanks in advance! > Chris Bergeron > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From psimek at jcu.cz Fri Jul 2 20:29:45 2004 From: psimek at jcu.cz (Petr Simek) Date: Fri, 2 Jul 2004 20:29:45 +0200 (Central Europe Daylight Time) Subject: Socket timeout In-Reply-To: <40E57584.4000403@cict.fr> References: <40E57584.4000403@cict.fr> Message-ID: On Fri, 2 Jul 2004, carole verdon wrote: > There isn't a firewall between the hosts. > > This problem arrives only sometimes. For example for one particular host, > Additional Info: > > CHECK_NRPE: Socket timeout after 20 seconds. Socket timeout denote that packet is lost or dropped by firewall. If there is no firewall, next possible explanation is unstable or overloaded network between nagios and checked host where packets are lost sometime. > VERDON Carole *------------------------------------------------------------------------* | Petr Simek APS JU | | psimek at jcu.cz | *------------------------------------------------------------------------* ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dbadrak at tco.census.gov Fri Jul 2 20:34:41 2004 From: dbadrak at tco.census.gov (Don Badrak) Date: Fri, 2 Jul 2004 14:34:41 -0400 Subject: periodic reports as PDF Message-ID: All, Hi. I'm trying to get the availability reports produced on a monthly basis for a hostgroup. What I'd like to do is run a cron job at the beginning of the month, and get the availability for a host group for the last month. I've got the parameters figured out for the CGI, but what is causing me problems is getting the output format properly. I can get the HTML. What I want to do is make that into PDF, and keep the colors in the chart. I've tried a couple html2ps, htmldoc, and HTML_ToPDF. None of them see to preserve the colors in the availability chart. Has anyone done this? Any ideas or suggestions? Don -- Don Badrak 301.763.5534 work Telecommunications Office 301.457.4438 fax U.S. Bureau of the Census Suitland MD, USA ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From psimek at jcu.cz Fri Jul 2 20:50:33 2004 From: psimek at jcu.cz (Petr Simek) Date: Fri, 2 Jul 2004 20:50:33 +0200 (Central Europe Daylight Time) Subject: Dependancy clarification In-Reply-To: <1088786289.2652.27.camel@localhost.localdomain> References: <1088786289.2652.27.camel@localhost.localdomain> Message-ID: On Fri, 2 Jul 2004, James Whittington wrote: > I am checking a 30 - 40 internet facing services out of a backup > internet link we have. Each website I manage is set as a host, the > website hostgroup uses check_http to check websites. > > When there are hickups on the internet link I get 30 or so pages telling > me all the sites are down. > > The current route would be: > Nagios - SOHO - Cable modem - Internet - Pix - Websites > > I have tried to set up service dependancies where each segment of the > way depends on each other: > Cable Modem depends on SOHO being up > Internet depends on Cable modem being up > Pix depends on Internet access point being up > Websites depend on PIX being up > > But I disconnected the cable modem and still got notifications that the > sites were down. See if cable modem DOWN state is detected before dependend sites are detected as DOWN (max_atempts x normal_check_interval). Then You can define in dependencies that next checks of dependent sites is supressed. > James Whittington *------------------------------------------------------------------------* | Petr Simek APS JU | | psimek at jcu.cz | *------------------------------------------------------------------------* ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jbautista at intercable.net.ve Fri Jul 2 20:54:21 2004 From: jbautista at intercable.net.ve (Jeyri Bautista) Date: Fri, 2 Jul 2004 14:54:21 -0400 Subject: periodic reports as PDF References: Message-ID: <011001c46065$fc8fea70$2605020a@bjeyri> Hi, I installed the Acrobat Reader Full Version, and when I am in the web pages of trends for example I select the File menu, Print and select Adobe PDF. Jeyri ----- Original Message ----- From: "Don Badrak" To: Sent: Friday, July 02, 2004 2:34 PM Subject: [Nagios-users] periodic reports as PDF > All, > > Hi. I'm trying to get the availability reports produced on a monthly > basis for a hostgroup. > > What I'd like to do is run a cron job at the beginning of the month, and > get the availability for a host group for the last month. I've got the > parameters figured out for the CGI, but what is causing me problems is > getting the output format properly. > > I can get the HTML. What I want to do is make that into PDF, and keep the > colors in the chart. > > I've tried a couple html2ps, htmldoc, and HTML_ToPDF. None of them see to > preserve the colors in the availability chart. > > Has anyone done this? Any ideas or suggestions? > > Don > -- > Don Badrak 301.763.5534 work > Telecommunications Office 301.457.4438 fax > U.S. Bureau of the Census > Suitland MD, USA > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dbadrak at tco.census.gov Fri Jul 2 21:04:15 2004 From: dbadrak at tco.census.gov (Don Badrak) Date: Fri, 2 Jul 2004 15:04:15 -0400 Subject: periodic reports as PDF In-Reply-To: <011001c46065$fc8fea70$2605020a@bjeyri> References: <011001c46065$fc8fea70$2605020a@bjeyri> Message-ID: Jeryi, On Fri, 2 Jul 2004, Jeyri Bautista wrote: > Hi, I installed the Acrobat Reader Full Version, and when I am in the web > pages of trends for example I select the File menu, Print and select Adobe > PDF. Yeah, I've done that manually. I'd like to script the process, so it happens automatically, and then emails the reports to people. I can also print to PS from Mozilla, then convert that with ps2pdf. Don > ----- Original Message ----- > From: "Don Badrak" > To: > Sent: Friday, July 02, 2004 2:34 PM > Subject: [Nagios-users] periodic reports as PDF > > > > All, > > > > Hi. I'm trying to get the availability reports produced on a monthly > > basis for a hostgroup. > > > > What I'd like to do is run a cron job at the beginning of the month, and > > get the availability for a host group for the last month. I've got the > > parameters figured out for the CGI, but what is causing me problems is > > getting the output format properly. > > > > I can get the HTML. What I want to do is make that into PDF, and keep the > > colors in the chart. > > > > I've tried a couple html2ps, htmldoc, and HTML_ToPDF. None of them see to > > preserve the colors in the availability chart. > > > > Has anyone done this? Any ideas or suggestions? > > > > Don > > -- > > Don Badrak 301.763.5534 work > > Telecommunications Office 301.457.4438 fax > > U.S. Bureau of the Census > > Suitland MD, USA > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > -- Don Badrak 301.763.5534 work Telecommunications Office 301.457.4438 fax U.S. Bureau of the Census Suitland MD, USA ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From bruce at elrick.ca Fri Jul 2 22:53:41 2004 From: bruce at elrick.ca (Bruce Elrick) Date: Fri, 02 Jul 2004 14:53:41 -0600 Subject: Best way to organzie data... In-Reply-To: References: Message-ID: <40E5CB55.2040606@elrick.ca> Edwards, Thomas W. wrote: > How do you tie a service to a host group? Are you implying you make one > service check and apply it to an entire host group instead of > individually? > > Thanks. > Instead of host_name use hostgroup_name in the service definition: define service { use 24x7-unix-service hostgroup_name all-unix-servers service_description PING check_command check_ping!100.0,20%!500.0,60% } ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tonij67 at hotmail.com Fri Jul 2 23:59:02 2004 From: tonij67 at hotmail.com (Tony Tissic) Date: Fri, 02 Jul 2004 16:59:02 -0500 Subject: At my wits end with GD libraries! It shouldwork! Message-ID: >From: jeff vier >To: Tony Tissic >CC: nagios-users >Subject: Re: [Nagios-users] At my wits end with GD libraries! It >shouldwork! >Date: Fri, 02 Jul 2004 11:06:58 -0500 > >On Fri, 2004-07-02 at 09:37 -0500, Tony Tissic wrote: > > *** GD, PNG, and/or JPEG libraries could not be located... ********* > > Here is what I have verified: > > JPEG: > > jpeg-6b-731 > > libjpeg-6.2.0-731 > > (some researched showed that libjpeg is supposed to include the devel. > > libraries for JPEG; is this true?) > >absolutely. You have to have the -devel side of things to compile >against it. > > > ldconfig > >This doesn't do anything if you aren't changing your ld.so.conf >here's mine: >--- >/usr/kerberos/lib >/usr/X11R6/lib >/usr/lib/qt-3.1/lib >/usr/local/lib >/usr/lib >/lib >/usr/local/lib/php/lib >/usr/lib/qt-3.1/lib >--- > > > make clean (more times than I can remember) > >if you're reconfiguring, do "make distclean" ("make clean" only removes >previously compiled binaries, not config stuff) > > > configure > > configure --with-gd-lib --with-gd-inc > > configure > > /configure --with-gd-lib=/usr/local/lib --with-gd-inc=/usr/local/include > > /configure --with-gd-lib=/usr/lib --with-gd-inc=/usr/include > >I assume you meant ./configure... > >here is my configure statement (nag v2.0, but still similar), if this >helps: >./configure --with-nagios-user=nagios --with-nagios-grp=nagios -- >prefix=/usr/local/nagios-2.0 --with-file-perfdata --with-command- >user=apache --with-command-grp=apache --with-lockfile=/usr/local/nagios- >2.0/var/nagios.lock --with-init-dir=/etc/init.d --enable-event-broker -- >enable-embedded-perl --with-perlcache > >Note: no explicit library defs. your ld.so.conf should cover this. > > > The only thing I am not real clear on is the location of these >mysterious > > libraries; how do I know if its in /usr/local or /usr/lib or > > /some_other_directory? > >try 'find / -name "libpng.so"' (or whatever) > I got it! Thanks for all the replies, turns out I didnt really have the gd devel. libraries installed! *smacks self* _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee? Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Sat Jul 3 04:01:05 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Fri, 2 Jul 2004 21:01:05 -0500 (CDT) Subject: Best way to organzie data... In-Reply-To: References: Message-ID: On Fri, 2 Jul 2004, Edwards, Thomas W. wrote: > How do you tie a service to a host group? Are you implying you make one > service check and apply it to an entire host group instead of > individually? That's exactly what I'm saying. For more information, and to preserve your sanity, please see: http://nagios.sourceforge.net/docs/1_0/templatetricks.html --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Sat Jul 3 13:07:07 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Sat, 3 Jul 2004 07:07:07 -0400 Subject: Best way to organzie data... Message-ID: It depends on your organization. We're a wireless ISP, so we group based on POP, based on inter-POP connects, what's a client radio, what's client equipment, and in some cases, multiple clients in the same building. You can add a host to multiple groups, and only set notifications for one of those groups. IMO, it's easier to see all the services hanging from the same host than to see multiple hosts that are really the same host, just different services. In a company where there's a person who deals with *only* web sites and a person who deals with *only* ssh issues, however, I can see where you wouldn't want the Web guy getting a page if SSH on his box went down. But that's not where I work :) Either way, when you go to set downtime on a few hosts, it's a LOT easier to do if all the services are attached to the same host. Rob Nelson rnelson at windchannel.com -----Original Message----- From: Christopher M Bergeron [mailto:christopher at bergeron.com] Sent: Fri 7/2/2004 11:53 AM To: 'nagios-users at lists.sourceforge.net' Cc: Subject: [Nagios-users] Best way to organzie data... Does anyone have any suggestions on how to logically group "things" in nagios? We have 2 datacenters with several racks at each data center. Each rack has several chassis' that contain about 24 blade-servers each. Should I group my data based on datacenter (as hostgroups) and within those put the racks, and then the blades? Should I create hostgroups based on services (for example, a disk space hostgroup, an apache hostgroup, etc)? Or should I create hostgroups based on customers? What are you guys doing for large scale network monitoring - and how should I arrange my hostgroups so they make the most sense? Thanks in advance! Chris Bergeron ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From smitchell at slumberland.com Sat Jul 3 18:37:50 2004 From: smitchell at slumberland.com (Seth Mitchell) Date: Sat, 3 Jul 2004 11:37:50 -0500 Subject: Delay first notification for selected hosts Message-ID: We'd like to setup a selected group of hosts so that they are checked frequently (every three minutes), but we don't receive the first notification until two hours have passed. After that, we'd like our standard re-notifications every two hours (notification interval). The hosts/connections we're checking bounce frequently, and we'd prefer not to get notified until after they've been down for two hours. However, it's often important for us to have complete and accurate downtime data, so changing the check interval is out. Has anyone done this? Sorry if I missed some applicable posts in the archives on this - it seems like it should be simple, but I haven't figured it out yet. -Seth ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From psimek at jcu.cz Sat Jul 3 20:23:21 2004 From: psimek at jcu.cz (Petr Simek) Date: Sat, 3 Jul 2004 20:23:21 +0200 (Central Europe Daylight Time) Subject: Delay first notification for selected hosts In-Reply-To: References: Message-ID: On Sat, 3 Jul 2004, Seth Mitchell wrote: > We'd like to setup a selected group of hosts so that they are checked > frequently (every three minutes), but we don't receive the first > notification until two hours have passed. After that, we'd like our > standard re-notifications every two hours (notification interval). The > hosts/connections we're checking bounce frequently, and we'd prefer not to > get notified until after they've been down for two hours. However, it's > often important for us to have complete and accurate downtime data, so > changing the check interval is out. You can set dummy contact for this hosts where notifications goes to /dev/null and in escalations specify Your contact and notification parameters. > -Seth *------------------------------------------------------------------------* | Petr Simek APS JU | | psimek at jcu.cz | *------------------------------------------------------------------------* ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From zsitfa at axelero.hu Sat Jul 3 20:36:01 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 03 Jul 2004 20:36:01 +0200 Subject: Event ID Message-ID: <1088879760.1331.22.camel@localhost.localdomain> Hi Folks! I would like to add a unique event ID for every notifications. I wrote a script which combines PID of the a notification process with the actual time (in timet format). It works good, but I have one problem: almost every notification goes out in two froms: e-mail and SMS. I couldn't figure out how can I send the same ID in the two notification instances (SMS and E-Mail). Does anybody use a similar solution? As I know Nagios can't provide a unique ID for its notification? Is it right? Thanks in advance, Tamas! ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From james.kingston at gmail.com Sun Jul 4 00:17:34 2004 From: james.kingston at gmail.com (James Kingston) Date: Sat, 3 Jul 2004 15:17:34 -0700 Subject: Event ID In-Reply-To: <1088879760.1331.22.camel@localhost.localdomain> References: <1088879760.1331.22.camel@localhost.localdomain> Message-ID: <9d27c63204070315171041c032@mail.gmail.com> On 03 Jul 2004 20:36:01 +0200, Horvath Tamas wrote: > Hi Folks! > > I would like to add a unique event ID for every notifications. I wrote a > script which combines PID of the a notification process with the actual > time (in timet format). > We use hostname-(servicename|hostalert)-timet (although we re-use the same id until the host/service recovery) ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From adamemery at sbcglobal.net Sun Jul 4 03:41:36 2004 From: adamemery at sbcglobal.net (Adam Emery) Date: Sat, 3 Jul 2004 20:41:36 -0500 Subject: failover monitoring Message-ID: <000001c46168$0e6c2d00$0208090a@a1> Does anybody have an example of the script needed for failover monitoring. The docs only say to create a cron job that runs a script blah, blah, blah. Set up a cron job on the slave host that periodically (say every minute) runs a script that checks the staus of the Nagios process on the master host (using the check_nrpe plugin on the slave host and the nrpe daemon and check_nagios plugin on the master host). The script should check the return code of the check_nrpe plugin . If it returns a non-OK state, the script should send the appropriate commands to the external command file to enable both notifications and active service checks. If the plugin returns an OK state, the script should send commands to the external command file to disable both notifications and active checks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zsitfa at axelero.hu Sun Jul 4 14:41:00 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 04 Jul 2004 14:41:00 +0200 Subject: Event ID In-Reply-To: <9d27c63204070315171041c032@mail.gmail.com> References: <1088879760.1331.22.camel@localhost.localdomain> <9d27c63204070315171041c032@mail.gmail.com> Message-ID: <1088944860.1353.6.camel@localhost.localdomain> Thanks James! I thought something like this method, but I send these info in the notification messages anyway. And our on-call support person replies the SMS and writes what he does to solve the actual problem (He couldn't access the web interface of Nagios from outside my company). We need lot of space from the available 160 to wrote correct answers and this type of ID is too long for us (We've tested it already.) Does anybody have a good solutiuon for a numeric ID? Thank 2004-07-04, v keltez?ssel James Kingston ezt ?rta: > On 03 Jul 2004 20:36:01 +0200, Horvath Tamas wrote: > > Hi Folks! > > > > I would like to add a unique event ID for every notifications. I wrote a > > script which combines PID of the a notification process with the actual > > time (in timet format). > > > > We use hostname-(servicename|hostalert)-timet (although we re-use the > same id until the host/service recovery) > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From james.kingston at gmail.com Sun Jul 4 18:27:13 2004 From: james.kingston at gmail.com (James Kingston) Date: Sun, 4 Jul 2004 09:27:13 -0700 Subject: Event ID In-Reply-To: <1088944860.1353.6.camel@localhost.localdomain> References: <1088879760.1331.22.camel@localhost.localdomain> <9d27c63204070315171041c032@mail.gmail.com> <1088944860.1353.6.camel@localhost.localdomain> Message-ID: <9d27c63204070409277f85fe3e@mail.gmail.com> Okay... same idea, take 2: Take the md5sum of the hostname-(servicename|hostalert)-timet string and return as many characters of it as you can afford given the space restraints. Using the last 10 chars from the md5sum would give you a 1 in a trillion chance of your IDs colliding. We use this idea to generate email Message-ID and In-Reply-To headers On 04 Jul 2004 14:41:00 +0200, Horvath Tamas wrote: > Thanks James! > > I thought something like this method, but I send these info in the > notification messages anyway. > > And our on-call support person replies the SMS and writes what he does > to solve the actual problem (He couldn't access the web interface of > Nagios from outside my company). We need lot of space from the available > 160 to wrote correct answers and this type of ID is too long for us > (We've tested it already.) > > Does anybody have a good solutiuon for a numeric ID? > > Thank > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sjg at easynet.fr Mon Jul 5 11:20:50 2004 From: sjg at easynet.fr (Sebastien J. Gross) Date: Mon, 5 Jul 2004 11:20:50 +0200 Subject: failover monitoring In-Reply-To: <000001c46168$0e6c2d00$0208090a@a1> References: <000001c46168$0e6c2d00$0208090a@a1> Message-ID: <20040705092050.GA31609@easynet.fr> On Sat, Jul 03, 2004 at 08:41:36PM -0500, adamemery at sbcglobal.net wrote: > Does anybody have an example of the script needed for failover > monitoring. The docs only say to create a cron job that runs a script > blah, blah, blah. I use this one on the slave host: #!/bin/sh DELAY=1 HOST=[SET MASTER HOSTNAME HERE] NRPE=/usr/lib/nagios/plugins/check_nrpe CMD_FILE=/var/log/nagios/rw/nagios.cmd MYSQL_DEFAULTS_FILE=/etc/nagios/nagios.my.cnf CHECK_STATUS=/var/state/nagios/$HOST.status if ! test -d $(dirname $CHECK_STATUS); then mkdir -p $(dirname $CHECK_STATUS) fi while true; do $NRPE -H $HOST $* -c check_nagios > /dev/null 2>&1 n=$? mysql --defaults-file=$MYSQL_DEFAULTS_FILE -e "STATUS" -h $HOST > /dev/null 2>&1 m=$? echo "nagios=$n mysql=$m" >$CHECK_STATUS datetime=$(date +%s) if test -p $CMD_FILE; then if test $n -eq 0 -a $m -eq 0; then echo "Nagios is running" >> $CHECK_STATUS echo "[$datetime] DISABLE_NOTIFICATIONS;$datetime" >> $CMD_FILE echo "[$datetime] STOP_EXECUTING_SVC_CHECKS" >> $CMD_FILE else echo "Nagios is NOT running" >> $CHECK_STATUS echo "[$datetime] ENABLE_NOTIFICATIONS;$datetime" >> $CMD_FILE echo "[$datetime] START_EXECUTING_SVC_CHECKS" >> $CMD_FILE fi fi datetime=`date +%s` sleep $DELAY done It checks both nagios & mysql on the primary server and allows (or disallows) checks on slave if needed (either if nagios or mysql is down on slave). -- Sebastien J. Gross ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ari at ish.com.au Mon Jul 5 12:03:01 2004 From: ari at ish.com.au (Aristedes Maniatis) Date: Mon, 5 Jul 2004 20:03:01 +1000 Subject: Best way to organzie data... In-Reply-To: References: Message-ID: <7FBCE239-CE6A-11D8-ADCF-003065A9024A@ish.com.au> I am sorry if this repeats an earlier part of this thread, but I'm only new on this list. We have a related problem. It seems to stem from the fact that Nagios ties all services tightly to the concept of a "host", but there are a number of services which don't work in this way. For example, we might have a web site which is load balanced between two hosts. I'd like to associate the nagios service with the URL of the site, not the IP address of the machine. So a particular machine could be offline, but the web site working fine. Likewise, I've got some services that check for validity of SSL certificates. But which host do I attach them to? Is there a 'proper' way to set this up in Nagios? Ari Maniatis On 03/07/2004, at 9:07 PM, Robert Nelson wrote: > IMO, it's easier to see all the services hanging from the same host > than to see multiple hosts that are really the same host, just > different services. In a company where there's a person who deals with > *only* web sites and a person who deals with *only* ssh issues, > however, I can see where you wouldn't want the Web guy getting a page > if SSH on his box went down. But that's not where I work :) --------------------------> ish group pty ltd http://www.ish.com.au 7 Darghan St Glebe 2037 Australia phone +61 2 9660 1400 fax +61 2 9660 7400 PGP fingerprint 08 57 20 4B 80 69 59 E2 A9 BF 2D 48 C2 20 0C C8 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From m.borsani at it.net Mon Jul 5 17:07:34 2004 From: m.borsani at it.net (Marco Borsani) Date: Mon, 5 Jul 2004 17:07:34 +0200 Subject: notifications not useful In-Reply-To: <7B121EA44EE8D6438CB3867C51DE79878222@svwin2kadm05.local.eyes4media.ch> References: <7B121EA44EE8D6438CB3867C51DE79878222@svwin2kadm05.local.eyes4media.ch> Message-ID: Hi everybody ! I have following problem with my technicians. I have many check_tcp on same host. When CRITICAL messages arrive (via epager or via mail) the technicians can't see which ports have problems because the only information that they read is: "Socket timeout after 10 seconds" We have not the same problem when they receive OK messages because in that kind of messages NAGIOS write the port number: "TCP OK - 0.012 second response time on port 8080" Actually I can't modify "service name" (that could solve this problem putting the port number inside it!), have you got any idea about this situation? Regards Marco ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Mon Jul 5 17:46:48 2004 From: ae at op5.se (Andreas Ericsson) Date: Mon, 05 Jul 2004 17:46:48 +0200 Subject: notifications not useful In-Reply-To: References: Message-ID: <40E977E8.1010704@op5.se> Marco Borsani wrote: > Hi everybody ! > > I have following problem with my technicians. > > I have many check_tcp on same host. When CRITICAL messages arrive (via > epager or via mail) the technicians can't see which ports have problems > because the only information that they read is: > "Socket timeout after 10 seconds" > We have not the same problem when they receive OK messages because in that > kind of messages NAGIOS write the port number: > "TCP OK - 0.012 second response time on port 8080" > > Actually I can't modify "service name" (that could solve this problem > putting the port number inside it!), have you got any idea about this > situation? > Just out of curiousity, why can't you change the service_description variable? It's there for the sole purpose of identifying the service to nagios AND the technicians. > Regards > > Marco -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Mon Jul 5 19:14:12 2004 From: pla at softflare.com (Paul L. Allen) Date: Mon, 05 Jul 2004 18:14:12 +0100 Subject: Running eventhandlers at every checks In-Reply-To: <1088786951.1332.45.camel@localhost.localdomain> References: <1088786951.1332.45.camel@localhost.localdomain> Message-ID: <20040705171412.9266.qmail@minnow.softflare.net> Horvath Tamas writes: > We need an opportunity that this event hndler command executes regurarly > (when a service check fails and Nagios tries to see whether the > underlying host (VPN Concentrator) is up or down). Have the event handler echo the state to a file. Have a cron job check the contents of the file for a critical state and do whatever is necessary. -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From zsitfa at axelero.hu Mon Jul 5 21:01:44 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 05 Jul 2004 21:01:44 +0200 Subject: Running eventhandlers at every checks In-Reply-To: <20040705171412.9266.qmail@minnow.softflare.net> References: <1088786951.1332.45.camel@localhost.localdomain> <20040705171412.9266.qmail@minnow.softflare.net> Message-ID: <1089054104.1336.4.camel@localhost.localdomain> Hi! Is this so simple?:) I always forget that I use Linux! It's great! Thanks in advance. I will try it!! Bye, Tamas! 2004-07-05, h keltez?ssel Paul L. Allen ezt ?rta: > Horvath Tamas writes: > > We need an opportunity that this event hndler command executes regurarly > > (when a service check fails and Nagios tries to see whether the > > underlying host (VPN Concentrator) is up or down). > > Have the event handler echo the state to a file. Have a cron job check > the contents of the file for a critical state and do whatever is necessary. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From zsitfa at axelero.hu Mon Jul 5 21:06:49 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 05 Jul 2004 21:06:49 +0200 Subject: Event ID In-Reply-To: <9d27c63204070409277f85fe3e@mail.gmail.com> References: <1088879760.1331.22.camel@localhost.localdomain> <9d27c63204070315171041c032@mail.gmail.com> <1088944860.1353.6.camel@localhost.localdomain> <9d27c63204070409277f85fe3e@mail.gmail.com> Message-ID: <1089054408.1336.10.camel@localhost.localdomain> Hi Jason! Thanks the idea! One last question: if I run md5sum twice for the same data it will produce the same output? This is important us to provide the same ID for same notifications which will be sent by SMS and by e-mail? I don't know much about MD5 tools, but I will read about it and try to use! Thanks again, Tamas! 2004-07-04, v keltez?ssel James Kingston ezt ?rta: > Okay... same idea, take 2: > > Take the md5sum of the hostname-(servicename|hostalert)-timet string > and return as many characters of it as you can afford given the space > restraints. Using the last 10 chars from the md5sum would give you a > 1 in a trillion chance of your IDs colliding. We use this idea to > generate email Message-ID and In-Reply-To headers > > On 04 Jul 2004 14:41:00 +0200, Horvath Tamas wrote: > > Thanks James! > > > > I thought something like this method, but I send these info in the > > notification messages anyway. > > > > And our on-call support person replies the SMS and writes what he does > > to solve the actual problem (He couldn't access the web interface of > > Nagios from outside my company). We need lot of space from the available > > 160 to wrote correct answers and this type of ID is too long for us > > (We've tested it already.) > > > > Does anybody have a good solutiuon for a numeric ID? > > > > Thank > > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nemir at mindless.com Mon Jul 5 22:01:50 2004 From: nemir at mindless.com (nemir nemiria) Date: Tue, 06 Jul 2004 06:01:50 +1000 Subject: check_dns, check_ssh seem to time out.... Message-ID: <20040705200150.D529316402D@ws1-4.us4.outblaze.com> Hiya. I am monitoring two separate data centres, so I set up one nagios server in each to monitor all the local servers and each other. I figure that gives me pretty good coverage. I use gnokii to send sms messages, I don't want to get things doubled up so much. This works pretty great. I setup nagios under OpenBSD 3.5 in the first data centre without a hitch. Now I am setting up a similar setup in the second data centre, but under fedora core 2 this time. I got pretty much everything workign great, except that my check_dns and check_ssh services of the remote nagios server are giving me errors. When I run them from the command line, they return positive responses. The entries in checkcommands.cfg look like: # 'check_ssh' command definition define command{ command_name check_ssh command_line $USER1$/check_ssh -H $HOSTADDRESS$ } # 'check_dns' command definition define command{ command_name check_dns command_line $USER1$/check_dns -H www.mydomain.com -s $HOSTADDRESS$ } responses from command line checks are as follows: etc]# ../libexec/check_ssh -H 192.168.141.5 SSH OK - OpenSSH_3.8.1 (protocol 1.99) etc]# ../libexec/check_dns -H www.mydomain.com -s 192.168.141.5 DNS ok - 0 seconds response time, Address(es) is/are 192.168.141.5 (These are the same when I su - nagios) I am confused as to how a plugin could work from the command line, but not from the nagios daemon. Thanks for your attention Nemir -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From james.kingston at gmail.com Mon Jul 5 23:07:01 2004 From: james.kingston at gmail.com (James Kingston) Date: Mon, 5 Jul 2004 14:07:01 -0700 Subject: Event ID In-Reply-To: <1089054408.1336.10.camel@localhost.localdomain> References: <1088879760.1331.22.camel@localhost.localdomain> <9d27c63204070315171041c032@mail.gmail.com> <1088944860.1353.6.camel@localhost.localdomain> <9d27c63204070409277f85fe3e@mail.gmail.com> <1089054408.1336.10.camel@localhost.localdomain> Message-ID: <9d27c632040705140751ae3696@mail.gmail.com> > Thanks the idea! > > One last question: if I run md5sum twice for the same data it will > produce the same output? This is important us to provide the same ID for > same notifications which will be sent by SMS and by e-mail? > > I don't know much about MD5 tools, but I will read about it and try to > use! > > Thanks again, Tamas! > Yes... if the data you're providing to the checksum program/library is identical the checksum will be identical. if you're using perl for your script: sub getmsgid ($) { my $string = shift; use Digest::MD5; my $ctx = Digest::MD5->new; $ctx->add($string); return substr ($ctx->hexdigest, 22, 10); } I think in php there is also a md5sum($string) function ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Tue Jul 6 03:39:20 2004 From: pla at softflare.com (Paul L. Allen) Date: Tue, 06 Jul 2004 02:39:20 +0100 Subject: Running eventhandlers at every checks In-Reply-To: <1089054104.1336.4.camel@localhost.localdomain> References: <1088786951.1332.45.camel@localhost.localdomain> <20040705171412.9266.qmail@minnow.softflare.net> <1089054104.1336.4.camel@localhost.localdomain> Message-ID: <20040706013920.21811.qmail@minnow.softflare.net> Horvath Tamas writes: > Is this so simple?:) Well, if you want it to be robust you'll have to go a little further... What happens if Nagios, for whatever reason (like a plugin timeout) reports the service as critical when it isn't? Is the command you run to start the service capable of correctly coping with the service being already running? You also need to get your logic right so that it does the right thing if the file is missing (which will be the case when you add a service definition for a new host). But these are mere implementation details and are left as an exercise for the reader. :) The point is that you can creatively abuse quite a lot of Nagios functionality to deal with special cases. -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From cecil.williams at autozone.com Tue Jul 6 06:34:16 2004 From: cecil.williams at autozone.com (cecil.williams at autozone.com) Date: Mon, 5 Jul 2004 23:34:16 -0500 Subject: Cecil Williams/STS/AUTOZONE is out of the office. Message-ID: I will be out of the office starting 07/05/2004 and will not return until 07/08/2004. I will respond to your message when I return. ------------------------------------------------------------------------ The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From igor.sergejev at creanord.com Tue Jul 6 19:33:52 2004 From: igor.sergejev at creanord.com (Igor Sergejeff) Date: Tue, 6 Jul 2004 10:33:52 -0700 Subject: Sending SNMP traps ? Message-ID: <002d01c4637f$67ae0230$c864a8c0@creanord2kserv> Hello, I would like Nagios to sending SNMP traps to another host. I read the FAQ about this, saying "If you want to have Nagios send an SNMP trap to a management host in the event that a particular service has a problem, you will have to write a service event handler script and add it to the event_handler option of the service definition. If you have the NET-SNMP package installed on your host, you could have the script call the snmptrap command to actually send a trap message, depending on what type of service event occurred." Do I need to install NET-SNMP in order to sending traps ? Are there anything except this to make this working ? Regards, Igor. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nemir at mindless.com Tue Jul 6 10:04:43 2004 From: nemir at mindless.com (nemir nemiria) Date: Tue, 06 Jul 2004 18:04:43 +1000 Subject: How can I minimise false alarms? Message-ID: <20040706080443.6936E101D7@ws1-3.us4.outblaze.com> Do any others get false alarms? I seem to get one or two a week from the remote site. Is there any way to minimise them? Each notification is an sms, and if a false alarm happens at an awkward hour it could wake me up (or worse! ;-) At first I thought it was probably caused by some sort of deprioritation of ping traffic, so I stopped checking ping, and just check dns and ssh now. Hasn't seemed to make much difference. I fear that before I fully roll out my nagios solution, the number of false alarms will escalate to the point where the monitoring system loses its integrity. Regards, Carlos -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nemir at mindless.com Tue Jul 6 10:17:21 2004 From: nemir at mindless.com (nemir nemiria) Date: Tue, 06 Jul 2004 18:17:21 +1000 Subject: check_dns, check_ssh seem to time out.... Message-ID: <20040706081721.94D5116402D@ws1-4.us4.outblaze.com> I neglected to make totally clear the versions of things I was running. Data centre 1 - OpenBSD 3.5, nagios 1.2, nagios-plugins-1.3.1 and for sms notification gnokii 0.6.3. Data centre 2 - Fedora Core 2, nagios 1.2, nagios-plugins-1.3.1. gnokii 0.6.3. check_shs and check_dns seem to be working totally fine out of data centre 1, but not out of data centre 2. I have check_ssh working for all the systems in the local network, but not for the one remote host. Thanks for your attention Nemir -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Tue Jul 6 11:16:53 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 06 Jul 2004 11:16:53 +0200 Subject: check_dns, check_ssh seem to time out.... In-Reply-To: <20040705200150.D529316402D@ws1-4.us4.outblaze.com> References: <20040705200150.D529316402D@ws1-4.us4.outblaze.com> Message-ID: <40EA6E05.10808@op5.se> nemir nemiria wrote: > Hiya. > > I am monitoring two separate data centres, so I set up one nagios server in each to monitor all the local servers and each other. > > I figure that gives me pretty good coverage. I use gnokii to send sms messages, I don't want to get things doubled up so much. This works pretty great. > > I setup nagios under OpenBSD 3.5 in the first data centre without a hitch. > > Now I am setting up a similar setup in the second data centre, but under fedora core 2 this time. I got pretty much everything workign great, except that my check_dns and check_ssh services of the remote nagios server are giving me errors. > > When I run them from the command line, they return positive responses. > > The entries in checkcommands.cfg look like: > > # 'check_ssh' command definition > define command{ > command_name check_ssh > command_line $USER1$/check_ssh -H $HOSTADDRESS$ > } > # 'check_dns' command definition > define command{ > command_name check_dns > command_line $USER1$/check_dns -H www.mydomain.com -s $HOSTADDRESS$ > } > responses from command line checks are as follows: > > etc]# ../libexec/check_ssh -H 192.168.141.5 > SSH OK - OpenSSH_3.8.1 (protocol 1.99) > etc]# ../libexec/check_dns -H www.mydomain.com -s 192.168.141.5 > DNS ok - 0 seconds response time, Address(es) is/are 192.168.141.5 > > (These are the same when I su - nagios) > > I am confused as to how a plugin could work from the command line, but not from the nagios daemon. > What's the error message in Nagios? Is it threshold related or not? > Thanks for your attention > > Nemir -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Tue Jul 6 11:25:11 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 06 Jul 2004 11:25:11 +0200 Subject: How can I minimise false alarms? In-Reply-To: <20040706080443.6936E101D7@ws1-3.us4.outblaze.com> References: <20040706080443.6936E101D7@ws1-3.us4.outblaze.com> Message-ID: <40EA6FF7.8070904@op5.se> nemir nemiria wrote: > Do any others get false alarms? I seem to get one or two a week from the > remote site. > > Is there any way to minimise them? Yes, you can increas the value for max_check_attempts and/or retry_check_interval. That will give a service which fails temporarily a bit longer to recuperate and thus suppress the false alarms. > Each notification is an sms, and if a false alarm happens at an awkward > hour it could wake me up (or worse! ;-) At first I thought it was probably > caused by some sort of deprioritation of ping traffic, so I stopped checking > ping, and just check dns and ssh now. Hasn't seemed to make much difference. > False service (and host) check failures usually occur when the general network load is very high, like when backup-jobs are running and the switches simply can't cope with the traffic. Try not running any unnecessary checks during this period, and you'll most likely see fewer false alarms. > I fear that before I fully roll out my nagios solution, the number of false > alarms will escalate to the point where the monitoring system loses its > integrity. > It's just a matter of configuration. > Regards, > > Carlos > > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Tue Jul 6 11:30:20 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 06 Jul 2004 11:30:20 +0200 Subject: Sending SNMP traps ? In-Reply-To: <002d01c4637f$67ae0230$c864a8c0@creanord2kserv> References: <002d01c4637f$67ae0230$c864a8c0@creanord2kserv> Message-ID: <40EA712C.2060603@op5.se> Igor Sergejeff wrote: > Hello, > > I would like Nagios to sending SNMP traps to another host. I read the FAQ > about this, saying "If you want to have Nagios send an SNMP trap to a > management host in the event that a particular service has a problem, you > will have to write a service event handler script and add it to the > event_handler option of the service definition. If you have the NET-SNMP > package installed on your host, you could have the script call the snmptrap > command to actually send a trap message, depending on what type of service > event occurred." > Do I need to install NET-SNMP in order to sending traps ? Yes, you do. You need the snmptrap program to send traps. > Are there anything except this to make this working ? > Yes. Simply installing it won't make nagios automagically send traps for every problem that may arise. You'll have to do a lot of configuring and script-hacking for it to work. Look into event-handlers in the nagios documentation. > Regards, Igor. > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From psimek at jcu.cz Tue Jul 6 11:59:06 2004 From: psimek at jcu.cz (Petr Simek) Date: Tue, 6 Jul 2004 11:59:06 +0200 (Central Europe Daylight Time) Subject: check_dns, check_ssh seem to time out.... In-Reply-To: <20040706081721.94D5116402D@ws1-4.us4.outblaze.com> References: <20040706081721.94D5116402D@ws1-4.us4.outblaze.com> Message-ID: On Tue, 6 Jul 2004, nemir nemiria wrote: > Data centre 1 - OpenBSD 3.5, nagios 1.2, nagios-plugins-1.3.1 and for > sms notification gnokii 0.6.3. > Data centre 2 - Fedora Core 2, nagios 1.2, nagios-plugins-1.3.1. gnokii > 0.6.3. > check_shs and check_dns seem to be working totally fine out of data > centre 1, but not out of data centre 2. I have check_ssh working for > all the systems in the local network, but not for the one remote host. Check if there is not a firewall at datacentre1 that disallow incoming connections (from datacentre2) on tcp ports that You want to monitor. It is possible to connect by ssh manually from datacentre2 to datacentre1 ? > Nemir *------------------------------------------------------------------------* | Petr Simek APS JU | | psimek at jcu.cz | *------------------------------------------------------------------------* ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From karl at debisschop.net Tue Jul 6 13:01:26 2004 From: karl at debisschop.net (Karl DeBisschop) Date: Tue, 06 Jul 2004 07:01:26 -0400 Subject: check_dns, check_ssh seem to time out.... In-Reply-To: <20040705200150.D529316402D@ws1-4.us4.outblaze.com> References: <20040705200150.D529316402D@ws1-4.us4.outblaze.com> Message-ID: <40EA8686.4040209@debisschop.net> nemir nemiria wrote: > Hiya. > > I am monitoring two separate data centres, so I set up one nagios server in each to monitor all the local servers and each other. > > I figure that gives me pretty good coverage. I use gnokii to send sms messages, I don't want to get things doubled up so much. This works pretty great. > > I setup nagios under OpenBSD 3.5 in the first data centre without a hitch. > > Now I am setting up a similar setup in the second data centre, but under fedora core 2 this time. I got pretty much everything workign great, except that my check_dns and check_ssh services of the remote nagios server are giving me errors. > > When I run them from the command line, they return positive responses. > > The entries in checkcommands.cfg look like: > > # 'check_ssh' command definition > define command{ > command_name check_ssh > command_line $USER1$/check_ssh -H $HOSTADDRESS$ > } > # 'check_dns' command definition > define command{ > command_name check_dns > command_line $USER1$/check_dns -H www.mydomain.com -s $HOSTADDRESS$ > } > responses from command line checks are as follows: > > etc]# ../libexec/check_ssh -H 192.168.141.5 > SSH OK - OpenSSH_3.8.1 (protocol 1.99) > etc]# ../libexec/check_dns -H www.mydomain.com -s 192.168.141.5 > DNS ok - 0 seconds response time, Address(es) is/are 192.168.141.5 > > (These are the same when I su - nagios) > > I am confused as to how a plugin could work from the command line, but not from the nagios daemon. If it works from the command line, but not from the daemon, there there is most likely something in your command line environment that is not in the environment of the daemon. Path might be different, agent PID might be missing, ssh_options file that gets read in one case might not in the other case, host might not be in known_hosts file... (Some of these may not be exactly applicable to your case, 'su -' should cover some of them - I'm just trying to remeber some of the things that have come up as solutions when this question has been asked in the past). -- Karl ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Tue Jul 6 13:32:06 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 06 Jul 2004 13:32:06 +0200 Subject: check_dns, check_ssh seem to time out.... In-Reply-To: <40EA8686.4040209@debisschop.net> References: <20040705200150.D529316402D@ws1-4.us4.outblaze.com> <40EA8686.4040209@debisschop.net> Message-ID: <40EA8DB6.3080500@op5.se> Karl DeBisschop wrote: > nemir nemiria wrote: > >> Hiya. >> >> I am monitoring two separate data centres, so I set up one nagios >> server in each to monitor all the local servers and each other. >> >> I figure that gives me pretty good coverage. I use gnokii to send >> sms messages, I don't want to get things doubled up so much. This >> works pretty great. >> >> I setup nagios under OpenBSD 3.5 in the first data centre without a >> hitch. >> Now I am setting up a similar setup in the second data centre, but >> under fedora core 2 this time. I got pretty much everything workign >> great, except that my check_dns and check_ssh services of the remote >> nagios server are giving me errors. >> >> When I run them from the command line, they return positive responses. >> >> The entries in checkcommands.cfg look like: >> >> # 'check_ssh' command definition >> define command{ >> command_name check_ssh >> command_line $USER1$/check_ssh -H $HOSTADDRESS$ >> } >> # 'check_dns' command definition >> define command{ >> command_name check_dns >> command_line $USER1$/check_dns -H www.mydomain.com -s >> $HOSTADDRESS$ >> } >> responses from command line checks are as follows: >> >> etc]# ../libexec/check_ssh -H 192.168.141.5 >> SSH OK - OpenSSH_3.8.1 (protocol 1.99) >> etc]# ../libexec/check_dns -H www.mydomain.com -s 192.168.141.5 >> DNS ok - 0 seconds response time, Address(es) is/are 192.168.141.5 >> >> (These are the same when I su - nagios) >> >> I am confused as to how a plugin could work from the command line, >> but not from the nagios daemon. > > > If it works from the command line, but not from the daemon, there there > is most likely something in your command line environment that is not in > the environment of the daemon. Path might be different, agent PID might > be missing, ssh_options file that gets read in one case might not in the > other case, host might not be in known_hosts file... > The environment is most likely the problem. Since nagios is started by root and then drops its own privileges, it keeps all the settings of the root-user, but with the privileges of the nagios user. If the checks work after 'su - nagios', you can add that very string to your init-script (I've rewritten it to include that because of this very problem) and have nagios be started by the nagios user. The command to start nagios should then look something like this; su - nagios -c "/usr/local/nagios/bin/nagios -c /usr/local/nagios/etc/nagios.cfg" I'll submit a rewritten init-script later today that you can use. Having processes drop their own privileges when they never need the elevated privs is just plain dumb anyways. > (Some of these may not be exactly applicable to your case, 'su -' should > cover some of them - I'm just trying to remeber some of the things that > have come up as solutions when this question has been asked in the past). > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Tue Jul 6 13:36:16 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Tue, 6 Jul 2004 13:36:16 +0200 Subject: Problem with restarting Nagios-CVS Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068DD5@SYGOMAIL.GOE.AD.SYCOR.DE> Hello, I currently got the Nagios 2.0a1 running. I do a lot of configuration this time, so I have to restart a lot. My Problem is, that the restart skript doesn't seem to kill the process properly. So I got a lot nagios daemons around and have to kill them by hand :-/ Anyone else got the same problems? The Nagios Server currently runs on a Fedora Core 2 System. _____________________________ Philipp Sand OC-CC-TEC-SYS SYCOR GmbH Heinrich-von-Stephan-Stra?e 1-5 D - 37073 G?ttingen Telefon +49 (0) 551 / 490 - 0 Telefax +49 (0) 551 / 490 - 2000 philipp.sand at sycor.de www.sycor.de ------------------------------------------------ ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. -------------- next part -------------- An HTML attachment was scrubbed... URL: From verdon at cict.fr Tue Jul 6 15:03:22 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 06 Jul 2004 15:03:22 +0200 Subject: hostextinfo being ignored Message-ID: <40EAA31A.5070107@cict.fr> Hi, I have already sent my problem the last week and nobody answer me. I see my hosts in statusmap but when i want to use hostextinfo to add an image or coordinates, nothing happens. And when i choose User-supplied coords in the layout method, it says to me that i have not supplied any. I don't find solutions to solve it. Do someone have an idea? Here the post that i have been sent: I use nagios 1.2 and nagmin 2.1.0 to configure hosts and services on solaris boxe. I compiled nagios with mysql database support using the option --with-mysql-xdata. I see my hosts in statusmap but when i want to use hostextinfo to add an image or coordinates, nothing happens. I defined in table 'Host Extended Information' of Nagmin, those hosts without success: *Template* *Host Name* *Notes URL* *Icon Image* *Icon Image Alt* *VRML Image* *Statusmap Image* *2D Coordinates* *3D Coordinates* *Comment* aurore.cict.fr sun40.gif Sun Server sun.gd2 gw1-mail.cict.fr Mail Gateway 110,80 lambi.cict.fr NIS Server 100.0,50.0 telline.cict.fr hpux.png HPUX Server hpux.gif 100,60 vae.cict.fr linux40.jpg Linux Server linux40.png 50,10 I have got serveral problems: 1. The gd2 images don't appear. If i execute ldd statusmap.cgi, it find the gd library libmysqlclient.so.10 => /usr/local/mysql/lib/mysql/libmysqlclient.so.10 libgd.so.2 => /usr/local/lib/libgd.so.2 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libz.so => /usr/local/lib/libz.so libm.so.1 => /usr/lib/libm.so.1 libpng.so.3 => /usr/local/lib/libpng.so.3 libjpeg.so.62 => /usr/local/lib/libjpeg.so.62 libc.so.1 => /usr/lib/libc.so.1 libz.so.1 (SUNW_1.1) => (version not found) libcrypt_i.so.1 => /usr/lib/libcrypt_i.so.1 libgen.so.1 => /usr/lib/libgen.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libXpm.so.4.11 => /usr/local/lib/libXpm.so.4.11 libX11.so.4 => /usr/lib/libX11.so.4 libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 libpng12.so.0 => /usr/local/lib/libpng12.so.0 libz.so.1 (SUNW_1.1) => (version not found) libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libXext.so.0 => /usr/openwin/lib/libXext.so.0 libz.so.1 (SUNW_1.1) => (version not found) /usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1 I have even made this command: crle -l /usr/lib:/usr/local/lib, but that didn't change nothing # crle Configuration file [3]: /var/ld/ld.config Default Library Path (ELF): /usr/lib:/usr/local/lib Trusted Directories (ELF): /usr/lib/secure (system default) Command line: crle -c /var/ld/ld.config -l /usr/lib:/usr/local/lib 2. I create a new gd2 image in /usr/local/nagios/share/images/logos : pngtogd2 sun40.png sun.gd2 0 1 When i wanted to choose this new image in the 'Statusmap Image' field of nagmin, i didn't see it. I realized the directory that took into account was /opt/webmin/nagmin/images/logos. Why?????? 3. If i edit the /usr/local/nagios/etc/HostExtInfo.cfg, i see that extended informations of hosts are well created: ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for Host ## Generated Thu Jul 1 17:31:44 2004 ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtInfo ## Generated Thu Jul 1 17:31:44 2004 define hostextinfo { host_name aurore.cict.fr icon_image sun40.gif icon_image_alt Sun Server statusmap_image sun.gd2 } define hostextinfo { host_name telline.cict.fr icon_image hpux.png icon_image_alt HPUX Server statusmap_image hpux.gif 2d_coords 100,60 } define hostextinfo { host_name vae.cict.fr icon_image linux40.jpg icon_image_alt Linux Server statusmap_image linux40.png 2d_coords 50,10 } ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtTemplate ## Generated Thu Jul 1 17:31:44 2004 4. Another problem with nagmin is that if i want to modify coordinates of one host for example, that don't works. When i click on 'save' button, nothing changes. 5. I have a question. Is it possible in status map that one host becomes red when a service becomes critical or yellow when it becomes in warning? I cannot any more what make. Can someone help me, please? Thanks. Carole. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sun40.gif Type: image/gif Size: 1903 bytes Desc: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- gd2((?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????uuz??????????????????????????????????????????????????????????????????????????????????????????????????????????????????UUZ?????????||???????????????????????????????????????????????????????????????????????????????????????????????????????UUZ??????JJ???????xx}????????????????????????????????????????????????????????????????????????????????????????????????TTY??????BB~==|HH???????xx}??????????????????????????????????????????????????????????????????????????????????????????TTY??????DD?``????``?BB??????||?????????????????????????????????????????????????????????????????????????????????????NNT??????BB~gg??????????xx?==|??????uuz??????????????????????????????????????????????????????????????????????????????NNT??????DD?HH????????????????{{?@@}??????uuz????????????????????????????????????????????????????????????????????????JJN??????BBFF?TT??????????????????????==|??????uuz??????????????????????????????????????????????????????????????????JJN??????BBPP????rr?????????????????????????@@}??????nnr????????????????????????????????????????????????????????????FFJ??????@@}PP??????????xx?????????????????????????BB??????sst??????????????????????????????????????????????????????FFJ??????BBUU????????????????tt??????????????????????ii?@@}??????jjm????????????????????????????????????????????????FFJ??????@@}NN?xx???????????????????tt???????????????????{{?PP?BB~??????nnr??????????????????????????????????????????BBH??????BBPP????????????????????????????tt?????????????xx???????UU?BB??????jjm????????????????????????????????????BBF??????BB~NN??????????rr??????????????????????tt???????}}?????????????TT?BB~??????eei??????????????????????????????@@B??????DD?NN????????????????????????????????????????ZZ?ww???????????????????UU?FF???????eei????????????????????????@@B??????BBLL??????????????????????DD}nn????????????????UU??????????????????????ZZ?DDBB??????``e??????????????????==@??????DD?LL??????????????????????nn???????????????????????????????????????????{{???????ss?DD???????``e????????????@@B??????FF?JJ??????????????????????xx?????????????jj????ii??????????????????????{{?????????????ee?BB??????eei??????TTT??????FF?@@}?????????????????????xx????????????????xx?55wZZ????????????????????????????????????????=={FF?????????????==@??????NN?==|??????????????????xx???????????????????``?LL?ZZ????????????????}}??????????????????????;;z??????BBH???????????????NN?HH?????????????ww???????????????????????????????????????????ww??????????????????????HH???????BBH]]]?????????nnr??????UU?FF?xx?tt?nn???????????????????}}????????????????ee?xx?nn??????????????????????FF???????BBFTTT???????????????jjm??????UU?==|UU??????????????????????..r??????????????????==|?????????????????????FF???????+++]]]?????????????????????sstxxx???UU?JJ??????????????????????ee????????????????????????????????????????FF???????++3sst??????????????????????????????'''xxx???PP?FF??????????????????????ww??????????????????????nn??????????FF???????++3xxx????????????????????????????????????'''{{{???PP?JJ??????????????????????ww????????????????????????????FF???????++3{{{??????????????????????????????????????????'''~~~???NN?DD?nn???????????????????ww???????????????????ww?BB??????..5~~~????????????????????????????????????????????????'''~~~???NN?LL??????????????????????ww????????????????NN???????..5{{{??????????????????????????????????????????????????????'''~~~???NN?HH??????????????????????xx??????????BB??????..5???????????????????????????????????????????????????????????????+++??????NN?JJ??????????????????????gg????TT???????55;?????????????????????????????????????????????????????????????????????+++??????LL?JJ???????????????????UU?;;z??????55;???????????????????????????????????????????????????????????????????????????..3??????LL?JJ????????????????DD??????55;?????????????????????????????????????????????????????????????????????????????????+++??????JJ?JJ??????????HH???????;;B???????????????????????????????????????????????????????????????????????????????????????555??????NN?BB~BB~;;z??????;;B?????????????????????????????????????????????????????????????????????????????????????????????..3??????NN?@@}??????;;B???????????????????????????????????????????????????????????????????????????????????????????????????555??????ii????``e~~~??????????????????????????????????????????????????????????????????????????????????????????????????????555??????eeijjm????????????????????????????????????????????????????????????????????????????????????????????????????????????TTTTTY||}?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? -------------- next part -------------- A non-text attachment was scrubbed... Name: hpux.png Type: image/png Size: 662 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: hpux.gif Type: image/gif Size: 1097 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: linux40.jpg Type: image/jpeg Size: 1666 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: linux40.png Type: image/png Size: 1972 bytes Desc: not available URL: From verdon at cict.fr Tue Jul 6 15:35:12 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 06 Jul 2004 15:35:12 +0200 Subject: nrpe query In-Reply-To: References: Message-ID: <40EAAA90.4070803@cict.fr> I suggest you to try this: ps -ef | grep 'PushGateway$' The '$' permit to indicate the end of string. Perhaps that you will have to write a script to execute the good command. I hope that will help you. Carole. Swati Srivastava wrote: > I've tried the first one that does not give result. > > Here's some more samples: > > [swati at localhost libexec]$ ps -aux|grep PushGateway > root 29139 0.0 0.6 215232 13904 ? S Mar24 10:22 java > PushGateway1 > root 31179 1.1 2.3 256048 48140 ? S 12:57 3:20 java > PushGateway > swati 13950 0.0 0.0 3696 544 pts/4 S 15:53 0:00 grep > PushGateway > > [swati at localhost libexec]$ ps -aux|grep java > root 29139 0.0 0.6 215232 13904 ? S Mar24 10:22 java > PushGateway1 > root 31179 1.1 2.3 256048 48140 ? S 12:57 3:20 java > PushGateway > root 32454 0.0 0.5 214428 10828 ? S 13:11 0:00 java > runShell > nav 410 0.1 0.7 215932 14504 ? S 13:15 0:12 java > Server > swati 13994 0.0 0.0 3696 544 pts/4 S 15:53 0:00 grep java > > [swati at localhost libexec]$ ./check_procs -w 3 -c 5 -C "java PushGateway" > OK - 0 processes running with command name java PushGateway > > [swati at localhost libexec]$ ./check_procs -w 3 -c 5 -C "java PushGateway1" > OK - 0 processes running with command name java PushGateway1 > > [swati at localhost libexec]$ ./check_procs -w 3 -c 5 -C PushGateway > OK - 0 processes running with command name PushGateway > > [swati at localhost libexec]$ ps -ef|grep java PushGateway1 > grep: PushGateway1: No such file or directory > > [swati at localhost libexec]$ ps -ef|grep java PushGateway > grep: PushGateway: No such file or directory > > [swati at localhost libexec]$ ps -ax|grep java PushGateway > grep: PushGateway: No such file or directory > > [swati at localhost libexec]$ ps -au|grep java PushGateway > grep: PushGateway: No such file or directory > > What do you suggest? > >> From: carole verdon >> Reply-To: verdon at cict.fr >> To: Swati Srivastava >> Subject: Re: [Nagios-users] nrpe query >> Date: Tue, 06 Jul 2004 10:55:41 +0200 >> >> Try this: >> >> ./check_procs -w 3 -c 5 -C PushGateway or perhaps ./check_procs -w 3 >> -c 5 -C "java PushGateway" >> >> I don't know if that works. >> >> >> >> Swati Srivastava wrote: >> >>> >>> [swati at localhost libexec]$ ps -ef|grep PushGateway >>> root 29139 1 0 Mar24 ? 00:10:21 java PushGateway1 >>> root 24907 1 1 Jul01 ? 02:15:50 java PushGateway >>> swati 24864 22471 0 11:48 pts/4 00:00:00 grep PushGateway >>> >>> [swati at localhost libexec]$ ./check_procs -w 3 -c 5 -C java PushGateway >>> OK - 3 processes running with command name java >>> >>> [swati at localhost libexec]$ ps -ef|grep java >>> root 29139 1 0 Mar24 ? 00:10:21 java PushGateway1 >>> root 24907 1 1 Jul01 ? 02:15:50 java PushGateway >>> root 24752 24608 0 11:46 pts/10 00:00:00 java MTVCdrGenerator >>> swati 24996 22471 0 11:48 pts/4 00:00:00 grep java >>> >>> These are some results which may explain what my query is. >>> I want to monitor one particular process nameed PushGateway. As you >>> can see in the ps output, there are multiple processes running with >>> the command name java. If i want to monitor one particular process >>> out of that, how do i do that? >>> >>> Kindly help. >>> >>>> From: carole verdon >>>> Reply-To: verdon at cict.fr >>>> To: Swati Srivastava >>>> Subject: Re: [Nagios-users] nrpe query >>>> Date: Fri, 02 Jul 2004 14:02:37 +0200 >>>> >>>> Here some examples of check_procs use: >>>> >>>> $ ./check_procs -w 1 -c 5 -C ypserv >>>> PROCS OK: 1 process with command name 'ypserv' >>>> $ ps -ef | grep ypserv >>>> root 153 1 2 Feb 14 ? 1776:02 >>>> /usr/lib/netsvc/yp/ypserv -d >>>> >>>> $ ./check_procs -w 15 -c 30 -C httpd >>>> PROCS OK: 11 processes with command name 'httpd' >>>> $ ps -ef | grep httpd >>>> apache 23297 15738 0 Jun 29 ? 0:14 /etc/init.d/httpd -k >>>> start >>>> apache 15742 15738 0 Jun 24 ? 0:00 /etc/init.d/httpd -k >>>> start >>>> apache 23242 15738 0 Jun 29 ? 0:04 /etc/init.d/httpd -k >>>> start >>>> apache 23283 15738 0 Jun 29 ? 0:12 /etc/init.d/httpd -k >>>> start >>>> apache 15743 15738 0 Jun 24 ? 0:00 /etc/init.d/httpd -k >>>> start >>>> apache 23289 15738 0 Jun 29 ? 0:08 /etc/init.d/httpd -k >>>> start >>>> apache 23012 15738 0 Jun 29 ? 0:14 /etc/init.d/httpd -k >>>> start >>>> apache 23298 15738 0 Jun 29 ? 0:01 /etc/init.d/httpd -k >>>> start >>>> root 15738 1 0 Jun 24 ? 0:00 /etc/init.d/httpd -k >>>> start >>>> apache 23243 15738 0 Jun 29 ? 0:08 /etc/init.d/httpd -k >>>> start >>>> apache 23296 15738 0 Jun 29 ? 0:03 /etc/init.d/httpd -k >>>> start >>>> >>>> >>>> $ ./check_procs -w 2 -c 5 -C nagios >>>> PROCS OK: 1 process with command name 'nagios' >>>> $ ps -ef | grep nagios >>>> nagios 28752 1 0 17:31:52 ? 4:30 >>>> /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg >>>> >>>> The option -a is used for commands that needed arguments as for >>>> example to run nagios process: >>>> $ ./check_procs -w 2 -c 5 -a /usr/local/nagios/etc/nagios.cfg >>>> PROCS OK: 1 process with args '/usr/local/nagios/etc/nagios.cfg' >>>> >>>> I hope that help you. >>>> >>>> Carole. >>>> >>>> >>>> Swati Srivastava wrote: >>>> >>>>> i am trying to check a particular process by trying >>>>> ./check_procs -w 3 -c 5 -C , which is not givingme >>>>> the correct result. >>>>> I have the process id and name. >>>>> Can you explain me what is meant by command argument and how is it >>>>> different from process name. >>>>> What is meant by argument array? >>>>> >>>>>> From: carole verdon >>>>>> Reply-To: verdon at cict.fr >>>>>> To: Swati Srivastava >>>>>> CC: nagios-users at lists.sourceforge.net >>>>>> Subject: Re: [Nagios-users] nrpe query >>>>>> Date: Wed, 30 Jun 2004 16:46:25 +0200 >>>>>> >>>>>> Can you post exactly the definition of your check command? >>>>>> >>>>>> Carole. >>>>>> >>>>>> Swati Srivastava wrote: >>>>>> >>>>>>> Hi!! >>>>>>> I am trying to monitor a particular process on a remote >>>>>>> machine.How to monitor a process by its name or process id? The >>>>>>> remote machine has RedHat Linux8. >>>>>>> I tried giving the process name by -C as an argument. That shows >>>>>>> 0 processes running while >>>>>>> ps -aux|grep shows the process running. >>>>>>> Kindly help. >>>>>>> Thanks, >>>>>>> Swati >>>>>>> >>>>>>> _________________________________________________________________ >>>>>>> Contact brides & grooms FREE! >>>>>>> http://www.shaadi.com/index.php?ptnr=hmltag Only on >>>>>>> www.shaadi.com. Register now! >>>>>>> >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------- >>>>>>> This SF.Net email sponsored by Black Hat Briefings & Training. >>>>>>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >>>>>>> digital self defense, top technical experts, no vendor pitches, >>>>>>> unmatched networking opportunities. Visit www.blackhat.com >>>>>>> _______________________________________________ >>>>>>> Nagios-users mailing list >>>>>>> Nagios-users at 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 >>>>>>> ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gpadilla at cbct.com Tue Jul 6 16:03:20 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Tue, 6 Jul 2004 10:03:20 -0400 Subject: nagios.cmd file... Message-ID: My nagios.cmd file disappears after a few hours for some reason. Any ideas? I'm running linux 8 nagios 1.0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From verdon at cict.fr Tue Jul 6 16:49:27 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 06 Jul 2004 16:49:27 +0200 Subject: nagios.cmd file... In-Reply-To: References: Message-ID: <40EABBF7.6010300@cict.fr> Have you sure that there aren't several nagios process running? Carole. Guillermo Padilla wrote: > My nagios.cmd file disappears after a few hours for some reason. Any > ideas? I'm running linux 8 nagios 1.0 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mshirley at gmail.com Tue Jul 6 16:38:41 2004 From: mshirley at gmail.com (Mark Shirley) Date: Tue, 6 Jul 2004 10:38:41 -0400 Subject: front end management tool In-Reply-To: References: <20040630050013.73452.qmail@restricted.dyndns.org> <40E2DAB6.1010005@cict.fr> <20040630174319.30194.qmail@restricted.dyndns.org> <40E3DF8C.4010501@cict.fr> <20040701161937.30474.qmail@restricted.dyndns.org> Message-ID: the use of the mysql database is a nagmin requirement not a nagios requirement. nagmin takes an existing set of config files and creates a database based on that. at that point you use the gui interface to make changes to the mysql database. when you want the changes to take effect you run a "verification" where it dumps the data from the database into temporary config files and then tells nagios to do a -v startup. if that is sucsessful you then "activate" it where by it does the same thing of dumping the mysql database into config files and then it starts nagios normally. this particular setup is excellent if for some reason you try it and don't like it you can always go back to using a simple text configs. nagmin does NOT require your nagios to be built with mysql since nagmin deals directly with nagios's config files. i currently use nagmin because of the pure number of hosts and services. not to mention the other people that i interact with must be able to add/remove/change host and service records without having to edit config files manually. the major downside to nagmin is that you can't EASILY go back and forth from nagmin to console config. it's one or the other because if you make a change to the temp config files the changes will not be inserted into the mysql database and will be overwritten the next time you do an verification or activation. in comparison to the other options i found nagmin to be the best and most stable for my enviroment. On Thu, 01 Jul 2004 11:19:37 -0500, Neil wrote: > Ok, IIRC, support to database is going to be dropped in version 2 of Nagios > > > > carole verdon writes: > > > In first, to use Nagmin, Nagios must built with mysql database support. > > > > That it was my case. Then, Nagmin use existings config files to build its > > own files. > > > > Neil wrote: > > > >> Hi Carole, > >> What if I already have existing running nagios, how does it take care of > >> my existings configs? > >> YOu know what, I should try it :) > >> carole verdon writes: > >> > >>> I use Nagmin to manage the configuration of nagios. Nagmin don't create > >>> temporary config files. It extract informations of tables of mysql > >>> database to put them in flat config files so that nagios can read them. > >>> I am satisfied for this product. > >>> You can find others answers in mailing list or on > >>> http://nagmin.sourceforge.net/ > >>> Carole. > >>> Neil wrote: > >>> > >>>> Hey guys, > >>>> I know in nagios website, extras, there are links to front end for > >>>> managing nagios. Currently, I am a unix console fanatic. :) I'm used to > >>>> it and it's no problem to me. I would like to seek your experience on > >>>> which front end web based application you really did like and was easy > >>>> to use. I am looking into something wherein it will be easy for us to > >>>> create hosts, services, contacts and so on. I tried Nagmin, Nagat but > >>>> if I remember correctly, it creates a temporary config file which will > >>>> be used for test run. It's nice but really messes up my configs :( > >>>> Anyways, please reply as to what webbased nagios management tool you > >>>> are using and that you're very happy about it. > >>>> Thanks. > >>>> Neil > >>>> > >>>> ------------------------------------------------------- > >>>> This SF.Net email sponsored by Black Hat Briefings & Training. > >>>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >>>> self defense, top technical experts, no vendor pitches, unmatched > >>>> networking opportunities. Visit www.blackhat.com > >>>> _______________________________________________ > >>>> Nagios-users mailing list > >>>> Nagios-users at 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 > >>>> > >>> > >>> -- > >>> ********************************** > >>> VERDON Carole > >>> Ing?nieur Syst?me > >>> CICT - Universit? Paul Sabatier > >>> 118, route de Narbonne > >>> 31062 Toulouse Cedex > >>> T?l.: 05.61.36.60.44 > >>> Fax: 05.61.52.14.58 > >>> Mail: verdon at cict.fr > >>> ********************************** > >>> > >>> > >>> ------------------------------------------------------- > >>> This SF.Net email sponsored by Black Hat Briefings & Training. > >>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >>> self defense, top technical experts, no vendor pitches, unmatched > >>> networking opportunities. Visit www.blackhat.com > >>> _______________________________________________ > >>> Nagios-users mailing list > >>> Nagios-users at 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 > >> > >> > >> > >> > >> ------------------------------------------------------- > >> This SF.Net email sponsored by Black Hat Briefings & Training. > >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >> self defense, top technical experts, no vendor pitches, unmatched > >> networking opportunities. Visit www.blackhat.com > >> _______________________________________________ > >> Nagios-users mailing list > >> Nagios-users at 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 > >> > >> > > > > -- > > ********************************** > > VERDON Carole > > Ing?nieur Syst?me > > CICT - Universit? Paul Sabatier > > 118, route de Narbonne > > 31062 Toulouse Cedex > > T?l.: 05.61.36.60.44 > > Fax: 05.61.52.14.58 > > Mail: verdon at cict.fr > > ********************************** > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Tue Jul 6 16:57:24 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 06 Jul 2004 16:57:24 +0200 Subject: hostextinfo being ignored In-Reply-To: <40EAA31A.5070107@cict.fr> References: <40EAA31A.5070107@cict.fr> Message-ID: <40EABDD4.6040903@cict.fr> I tried the template method on an old server used to test nagios. So, i add in cgi.cfg this line: xedtemplate_config_file=/usr/local/nagios/etc/hostextinfo.cfg And i realized that works. So, the use of database to store the extended information isn't a good thing since it don't work. Can i compile again nagios excluding --with-mysql-extinfo option without lose my data in nagios and nagmin databases? Carole. carole verdon wrote: > Hi, > > I have already sent my problem the last week and nobody answer me. > > I see my hosts in statusmap but when i want to use hostextinfo to add > an image or coordinates, nothing happens. > > And when i choose User-supplied coords in the layout method, it says > to me that i have not supplied any. > > I don't find solutions to solve it. > > Do someone have an idea? > > Here the post that i have been sent: > > > I use nagios 1.2 and nagmin 2.1.0 to configure hosts and services on > solaris boxe. > > I compiled nagios with mysql database support using the option > --with-mysql-xdata. > > I see my hosts in statusmap but when i want to use hostextinfo to add > an image or coordinates, nothing happens. > > I defined in table 'Host Extended Information' of Nagmin, those hosts > without success: > > *Template* *Host Name* *Notes URL* *Icon Image* *Icon Image Alt* > *VRML Image* *Statusmap Image* *2D Coordinates* *3D Coordinates* > *Comment* > > aurore.cict.fr > sun40.gif Sun Server sun.gd2 > > > > gw1-mail.cict.fr > Mail Gateway 110,80 > > > lambi.cict.fr > NIS Server 100.0,50.0 > > > telline.cict.fr > hpux.png HPUX Server hpux.gif 100,60 > > > vae.cict.fr > linux40.jpg Linux Server linux40.png 50,10 > > > > I have got serveral problems: > > 1. The gd2 images don't appear. > If i execute ldd statusmap.cgi, it find the gd library > libmysqlclient.so.10 => > /usr/local/mysql/lib/mysql/libmysqlclient.so.10 > libgd.so.2 => /usr/local/lib/libgd.so.2 > libiconv.so.2 => /usr/local/lib/libiconv.so.2 > libz.so => /usr/local/lib/libz.so > libm.so.1 => /usr/lib/libm.so.1 > libpng.so.3 => /usr/local/lib/libpng.so.3 > libjpeg.so.62 => /usr/local/lib/libjpeg.so.62 > libc.so.1 => /usr/lib/libc.so.1 > libz.so.1 (SUNW_1.1) => (version not found) > libcrypt_i.so.1 => /usr/lib/libcrypt_i.so.1 > libgen.so.1 => /usr/lib/libgen.so.1 > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libXpm.so.4.11 => /usr/local/lib/libXpm.so.4.11 > libX11.so.4 => /usr/lib/libX11.so.4 > libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 > libpng12.so.0 => /usr/local/lib/libpng12.so.0 > libz.so.1 (SUNW_1.1) => (version not found) > libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libXext.so.0 => /usr/openwin/lib/libXext.so.0 > libz.so.1 (SUNW_1.1) => (version not found) > /usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1 > > I have even made this command: crle -l /usr/lib:/usr/local/lib, but > that didn't change nothing > > # crle > > Configuration file [3]: /var/ld/ld.config > Default Library Path (ELF): /usr/lib:/usr/local/lib > Trusted Directories (ELF): /usr/lib/secure (system default) > > Command line: > crle -c /var/ld/ld.config -l /usr/lib:/usr/local/lib > > 2. I create a new gd2 image in /usr/local/nagios/share/images/logos : > pngtogd2 sun40.png sun.gd2 0 1 > When i wanted to choose this new image in the 'Statusmap Image' field > of nagmin, i didn't see it. I realized the directory that took into > account was /opt/webmin/nagmin/images/logos. Why?????? > > 3. If i edit the /usr/local/nagios/etc/HostExtInfo.cfg, i see that > extended informations of hosts are well created: > ## NagMIN Configuration File > (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for Host > ## Generated Thu Jul 1 17:31:44 2004 > ## NagMIN Configuration File > (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtInfo > ## Generated Thu Jul 1 17:31:44 2004 > define hostextinfo { > host_name aurore.cict.fr > icon_image sun40.gif > icon_image_alt Sun Server > statusmap_image sun.gd2 > } > define hostextinfo { > host_name telline.cict.fr > icon_image hpux.png > icon_image_alt HPUX Server > statusmap_image hpux.gif > 2d_coords 100,60 > } > define hostextinfo { > host_name vae.cict.fr > icon_image linux40.jpg > icon_image_alt Linux Server > statusmap_image linux40.png > 2d_coords 50,10 > } > ## NagMIN Configuration File > (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtTemplate > ## Generated Thu Jul 1 17:31:44 2004 > > 4. Another problem with nagmin is that if i want to modify coordinates > of one host for example, that don't works. When i click on 'save' > button, nothing changes. > > 5. I have a question. Is it possible in status map that one host > becomes red when a service becomes critical or yellow when it becomes > in warning? > > > I cannot any more what make. Can someone help me, please? > > Thanks. > > Carole. > -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1903 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/octet-stream Size: 6423 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 662 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1097 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1666 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 1972 bytes Desc: not available URL: From verdon at cict.fr Tue Jul 6 16:59:32 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 06 Jul 2004 16:59:32 +0200 Subject: nagios.cmd file... In-Reply-To: References: Message-ID: <40EABE54.5080309@cict.fr> I want to say nagios daemon. There must be only one nagios daemon running. Carole. Guillermo Padilla wrote: > When I grep for nagios I do see at least 50+ processes running by nagios. > > > > ------------------------------------------------------------------------ > > *From:* carole verdon [mailto:verdon at cict.fr] > *Sent:* Tuesday, July 06, 2004 10:49 AM > *To:* Guillermo Padilla > *Cc:* nagios-users at lists.sourceforge.net > *Subject:* Re: [Nagios-users] nagios.cmd file... > > > > Have you sure that there aren't several nagios process running? > > Carole. > > Guillermo Padilla wrote: > > My nagios.cmd file disappears after a few hours for some reason. Any > ideas? I'm running linux 8 nagios 1.0 > > > > > -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at bravenet.com Tue Jul 6 17:13:04 2004 From: matt at bravenet.com (Matthew Kent) Date: Tue, 6 Jul 2004 08:13:04 -0700 Subject: Problem with restarting Nagios-CVS Message-ID: <0A9D1D7BB96F364D83A342871CF25FF9CDCC40@bdc-pv1.pv.bravenet.com> Use 'service nagios reload' if you're just adjusting the config files. - Matt -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Sand Philipp Sent: Tuesday, July 06, 2004 4:36 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] Problem with restarting Nagios-CVS Hello, I currently got the Nagios 2.0a1 running. I do a lot of configuration this time, so I have to restart a lot. My Problem is, that the restart skript doesn't seem to kill the process properly. So I got a lot nagios daemons around and have to kill them by hand :-/ Anyone else got the same problems? The Nagios Server currently runs on a Fedora Core 2 System. _____________________________ Philipp Sand OC-CC-TEC-SYS SYCOR GmbH Heinrich-von-Stephan-Stra?e 1-5 D - 37073 G?ttingen Telefon +49 (0) 551 / 490 - 0 Telefax +49 (0) 551 / 490 - 2000 philipp.sand at sycor.de www.sycor.de ------------------------------------------------ ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Tue Jul 6 17:15:15 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 06 Jul 2004 17:15:15 +0200 Subject: nagios.cmd file... In-Reply-To: References: Message-ID: <40EAC203.7070007@cict.fr> I suggest you to kill all then start nagios daemon with this command: /etc/init.d/nagios start Guillermo Padilla wrote: > Yeah it looks like I have more than one nagios daemon running. > > [nagios at utilsrv htdocs]# ps -ef |grep nagios > > root 16384 9482 0 Jul02 ttyp2 00:00:00 su nagios > > nagios 16385 16384 0 Jul02 ttyp2 00:00:00 bash > > nagios 21693 1 0 10:01 ? 00:00:06 > /usr/local/nagios/bin/nagios -d > > nagios 8821 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8837 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8851 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8871 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8873 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8889 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8897 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8924 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8926 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8932 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8934 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8938 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8942 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8963 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8966 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8988 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 8994 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9031 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9033 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9037 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9043 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9045 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9050 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9052 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9054 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9062 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9064 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9070 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > nagios 9072 1 0 10:52 ? 00:00:00 > /usr/local/nagios/bin/nagios -d > > > > ------------------------------------------------------------------------ > > *From:* carole verdon [mailto:verdon at cict.fr] > *Sent:* Tuesday, July 06, 2004 11:00 AM > *To:* Guillermo Padilla > *Cc:* nagios-users at lists.sourceforge.net > *Subject:* Re: [Nagios-users] nagios.cmd file... > > > > I want to say nagios daemon. > > There must be only one nagios daemon running. > > Carole. > > Guillermo Padilla wrote: > > When I grep for nagios I do see at least 50+ processes running by nagios. > > > > ------------------------------------------------------------------------ > > *From:* carole verdon [mailto:verdon at cict.fr] > *Sent:* Tuesday, July 06, 2004 10:49 AM > *To:* Guillermo Padilla > *Cc:* nagios-users at lists.sourceforge.net > > *Subject:* Re: [Nagios-users] nagios.cmd file... > > > > Have you sure that there aren't several nagios process running? > > Carole. > > Guillermo Padilla wrote: > > My nagios.cmd file disappears after a few hours for some reason. Any > ideas? I'm running linux 8 nagios 1.0 > > > > > > > > >-- > >********************************** > >VERDON Carole > >Ing?nieur Syst?me > >CICT - Universit? Paul Sabatier > >118, route de Narbonne > >31062 Toulouse Cedex > >T?l.: 05.61.36.60.44 > >Fax: 05.61.52.14.58 > >Mail: verdon at cict.fr > >********************************** > -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From gpadilla at cbct.com Tue Jul 6 16:57:35 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Tue, 6 Jul 2004 10:57:35 -0400 Subject: nagios.cmd file... Message-ID: When I grep for nagios I do see at least 50+ processes running by nagios. _____ From: carole verdon [mailto:verdon at cict.fr] Sent: Tuesday, July 06, 2004 10:49 AM To: Guillermo Padilla Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] nagios.cmd file... Have you sure that there aren't several nagios process running? Carole. Guillermo Padilla wrote: My nagios.cmd file disappears after a few hours for some reason. Any ideas? I'm running linux 8 nagios 1.0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gpadilla at cbct.com Tue Jul 6 17:27:18 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Tue, 6 Jul 2004 11:27:18 -0400 Subject: nagios.cmd file... Message-ID: That's how I usually start nagios. Running the /etc/init.d/nagios stop:start command. _____ From: carole verdon [mailto:verdon at cict.fr] Sent: Tuesday, July 06, 2004 11:15 AM To: Guillermo Padilla Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] nagios.cmd file... I suggest you to kill all then start nagios daemon with this command: /etc/init.d/nagios start Guillermo Padilla wrote: Yeah it looks like I have more than one nagios daemon running. [nagios at utilsrv htdocs]# ps -ef |grep nagios root 16384 9482 0 Jul02 ttyp2 00:00:00 su nagios nagios 16385 16384 0 Jul02 ttyp2 00:00:00 bash nagios 21693 1 0 10:01 ? 00:00:06 /usr/local/nagios/bin/nagios -d nagios 8821 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8837 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8851 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8871 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8873 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8889 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8897 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8924 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8926 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8932 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8934 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8938 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8942 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8963 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8966 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8988 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8994 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9031 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9033 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9037 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9043 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9045 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9050 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9052 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9054 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9062 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9064 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9070 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9072 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d _____ From: carole verdon [mailto:verdon at cict.fr] Sent: Tuesday, July 06, 2004 11:00 AM To: Guillermo Padilla Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] nagios.cmd file... I want to say nagios daemon. There must be only one nagios daemon running. Carole. Guillermo Padilla wrote: When I grep for nagios I do see at least 50+ processes running by nagios. _____ From: carole verdon [mailto:verdon at cict.fr] Sent: Tuesday, July 06, 2004 10:49 AM To: Guillermo Padilla Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] nagios.cmd file... Have you sure that there aren't several nagios process running? Carole. Guillermo Padilla wrote: My nagios.cmd file disappears after a few hours for some reason. Any ideas? I'm running linux 8 nagios 1.0 -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From rafe.oxley at moving-edge.net Tue Jul 6 17:22:14 2004 From: rafe.oxley at moving-edge.net (Rafe Oxley) Date: Tue, 6 Jul 2004 16:22:14 +0100 Subject: hostextinfo being ignored In-Reply-To: <40EAA31A.5070107@cict.fr> References: <40EAA31A.5070107@cict.fr> Message-ID: <200407061522.i66FMI513400@mail.moving-edge.co.uk> HI, Using Nagios 1.2 and template based extended information, (not Nagmin though) >From cgi.cfg (and from the documentation example) - xedtemplate_config_file=/usr/local/nagios/etc/hostextinfo.cfg xedtemplate_config_file=/usr/local/nagios/etc/serviceextinfo.cfg from my experience in using this method, you can only define one ?xedtemplate_config_file?, so I ADDED the contents of ?servcicextinfo.cfg? information into ?hostextinfo.cfg? and this seems to work fine. Would appear you can?t ?split your configuration data into multiple files by adding more than one directive to your CGI configuration files? (from documentation), just takes the first directive. I was having very similar problems and this resolved them, anyone else come across this? Hope that helps Rafe _____ From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of carole verdon Sent: 06 July 2004 14:03 To: Nagios Users Subject: [Nagios-users] hostextinfo being ignored Hi, I have already sent my problem the last week and nobody answer me. I see my hosts in statusmap but when i want to use hostextinfo to add an image or coordinates, nothing happens. And when i choose User-supplied coords in the layout method, it says to me that i have not supplied any. I don't find solutions to solve it. Do someone have an idea? Here the post that i have been sent: I use nagios 1.2 and nagmin 2.1.0 to configure hosts and services on solaris boxe. I compiled nagios with mysql database support using the option --with-mysql-xdata. I see my hosts in statusmap but when i want to use hostextinfo to add an image or coordinates, nothing happens. I defined in table 'Host Extended Information' of Nagmin, those hosts without success: Template Host Name Notes URL Icon Image Icon Image Alt VRML Image Statusmap Image 2D Coordinates 3D Coordinates Comment aurore.cict.fr sun40.gif Sun Server sun.gd2 gw1-mail.cict.fr Mail Gateway 110,80 lambi.cict.fr NIS Server 100.0,50.0 telline.cict.fr hpux.png HPUX Server hpux.gif 100,60 vae.cict.fr linux40.jpg Linux Server linux40.png 50,10 I have got serveral problems: 1. The gd2 images don't appear. If i execute ldd statusmap.cgi, it find the gd library libmysqlclient.so.10 => /usr/local/mysql/lib/mysql/libmysqlclient.so.10 libgd.so.2 => /usr/local/lib/libgd.so.2 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libz.so => /usr/local/lib/libz.so libm.so.1 => /usr/lib/libm.so.1 libpng.so.3 => /usr/local/lib/libpng.so.3 libjpeg.so.62 => /usr/local/lib/libjpeg.so.62 libc.so.1 => /usr/lib/libc.so.1 libz.so.1 (SUNW_1.1) => (version not found) libcrypt_i.so.1 => /usr/lib/libcrypt_i.so.1 libgen.so.1 => /usr/lib/libgen.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libXpm.so.4.11 => /usr/local/lib/libXpm.so.4.11 libX11.so.4 => /usr/lib/libX11.so.4 libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 libpng12.so.0 => /usr/local/lib/libpng12.so.0 libz.so.1 (SUNW_1.1) => (version not found) libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libXext.so.0 => /usr/openwin/lib/libXext.so.0 libz.so.1 (SUNW_1.1) => (version not found) /usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1 I have even made this command: crle -l /usr/lib:/usr/local/lib, but that didn't change nothing # crle Configuration file [3]: /var/ld/ld.config Default Library Path (ELF): /usr/lib:/usr/local/lib Trusted Directories (ELF): /usr/lib/secure (system default) Command line: crle -c /var/ld/ld.config -l /usr/lib:/usr/local/lib 2. I create a new gd2 image in /usr/local/nagios/share/images/logos : pngtogd2 sun40.png sun.gd2 0 1 When i wanted to choose this new image in the 'Statusmap Image' field of nagmin, i didn't see it. I realized the directory that took into account was /opt/webmin/nagmin/images/logos. Why?????? 3. If i edit the /usr/local/nagios/etc/HostExtInfo.cfg, i see that extended informations of hosts are well created: ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for Host ## Generated Thu Jul 1 17:31:44 2004 ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtInfo ## Generated Thu Jul 1 17:31:44 2004 define hostextinfo { host_name aurore.cict.fr icon_image sun40.gif icon_image_alt Sun Server statusmap_image sun.gd2 } define hostextinfo { host_name telline.cict.fr icon_image hpux.png icon_image_alt HPUX Server statusmap_image hpux.gif 2d_coords 100,60 } define hostextinfo { host_name vae.cict.fr icon_image linux40.jpg icon_image_alt Linux Server statusmap_image linux40.png 2d_coords 50,10 } ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtTemplate ## Generated Thu Jul 1 17:31:44 2004 4. Another problem with nagmin is that if i want to modify coordinates of one host for example, that don't works. When i click on 'save' button, nothing changes. 5. I have a question. Is it possible in status map that one host becomes red when a service becomes critical or yellow when it becomes in warning? I cannot any more what make. Can someone help me, please? Thanks. Carole. --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.716 / Virus Database: 472 - Release Date: 05/07/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.716 / Virus Database: 472 - Release Date: 05/07/2004 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 1056 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.gif Type: image/gif Size: 1052 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.gif Type: image/gif Size: 1053 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.jpg Type: image/jpeg Size: 898 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.gif Type: image/gif Size: 1095 bytes Desc: not available URL: From gpadilla at cbct.com Tue Jul 6 17:09:36 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Tue, 6 Jul 2004 11:09:36 -0400 Subject: nagios.cmd file... Message-ID: Yeah it looks like I have more than one nagios daemon running. [nagios at utilsrv htdocs]# ps -ef |grep nagios root 16384 9482 0 Jul02 ttyp2 00:00:00 su nagios nagios 16385 16384 0 Jul02 ttyp2 00:00:00 bash nagios 21693 1 0 10:01 ? 00:00:06 /usr/local/nagios/bin/nagios -d nagios 8821 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8837 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8851 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8871 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8873 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8889 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8897 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8924 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8926 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8932 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8934 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8938 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8942 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8963 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8966 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8988 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 8994 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9031 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9033 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9037 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9043 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9045 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9050 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9052 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9054 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9062 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9064 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9070 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d nagios 9072 1 0 10:52 ? 00:00:00 /usr/local/nagios/bin/nagios -d _____ From: carole verdon [mailto:verdon at cict.fr] Sent: Tuesday, July 06, 2004 11:00 AM To: Guillermo Padilla Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] nagios.cmd file... I want to say nagios daemon. There must be only one nagios daemon running. Carole. Guillermo Padilla wrote: When I grep for nagios I do see at least 50+ processes running by nagios. _____ From: carole verdon [mailto:verdon at cict.fr] Sent: Tuesday, July 06, 2004 10:49 AM To: Guillermo Padilla Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] nagios.cmd file... Have you sure that there aren't several nagios process running? Carole. Guillermo Padilla wrote: My nagios.cmd file disappears after a few hours for some reason. Any ideas? I'm running linux 8 nagios 1.0 -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason-sourceforge at microlnk.net Tue Jul 6 18:28:44 2004 From: jason-sourceforge at microlnk.net (Jason Byrns) Date: Tue, 06 Jul 2004 11:28:44 -0500 Subject: hostextinfo being ignored In-Reply-To: <40EAA31A.5070107@cict.fr> References: <40EAA31A.5070107@cict.fr> Message-ID: <40EAD33C.6080302@microlnk.net> > I see my hosts in statusmap but when i want to use hostextinfo to add an > image or coordinates, nothing happens. You must add a line to your cgi.cfg file, to use extended host information. It looks like this: xedtemplate_config_file=/etc/nagios/HostExtInfo.cfg The name of my cfg file is capitalized like that, since I also use NagMIN to configure Nagios. > 2. I create a new gd2 image in /usr/local/nagios/share/images/logos : > pngtogd2 sun40.png sun.gd2 0 1 > When i wanted to choose this new image in the 'Statusmap Image' field of > nagmin, i didn't see it. I realized the directory that took into account > was /opt/webmin/nagmin/images/logos. Why?????? Controlled through the NagMIN Module Config, I believe. (Go to NagMIN through Webmin, then click "Module Config" in the upper-left corner.) > 4. Another problem with nagmin is that if i want to modify coordinates > of one host for example, that don't works. When i click on 'save' > button, nothing changes. NagMIN changes must be verified and activated each time. Make changes to your database, then click the "Verify" button at the top of the main Database menu. If it verifies without warnings, next click the "Activate" button to make your changes live. > 5. I have a question. Is it possible in status map that one host becomes > red when a service becomes critical or yellow when it becomes in warning? I thought it already did that. -- Jason Byrns System Administrator, MicroLnk ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jason-sourceforge at microlnk.net Tue Jul 6 18:34:13 2004 From: jason-sourceforge at microlnk.net (Jason Byrns) Date: Tue, 06 Jul 2004 11:34:13 -0500 Subject: "max_check_attempts" being ignored? In-Reply-To: <20040702170932.18816.qmail@minnow.softflare.net> References: <40E586B3.3070705@microlnk.net> <40E58B6C.1050502@microlnk.net> <20040702170932.18816.qmail@minnow.softflare.net> Message-ID: <40EAD485.8030708@microlnk.net> > As I recall (I may be wrong, but it's been too long a day for me to go > delving to double-check) host checks are not performed unless a service > check fails. Yes, I believe that is correct. > If there are no service checks then there can be no service > check failures and therefore no host checks are made. Keep the service > check but change the host check for those hosts to check_dummy. That may work, thanks! The Nagios docs say that a failed service check causes an immediate host check. And that if the host check also fails, the max_check_attempts setting is ignored and the device is put immediately into a hard error status. But I WANT it to respect that setting! Sometimes a device may not respond to a ping if it is too busy. So right now we get lots of warnings where the device is available again ONE minute later! Having our monitor cry "WOLF!" so often seriously reduces is usefulness. > OTOH, if the machine is providing services then you really ought to > check them. And if it's not running services but you need to ensure that > it is working correctly then checking disk space, memory usage, etc. would > be a good idea. In this case, we're talking about simple network devices like bridges or switches. There is usually no reason or method for checking CPU, RAM, HD, etc. Ping them to see if they are alive, that is all we want for probably 95% of the devices we monitor. -- Jason Byrns System Administrator, MicroLnk http://www.MicroLnk.com/ 402-328-8600 ext. 653 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From christopher at bergeron.com Tue Jul 6 19:23:17 2004 From: christopher at bergeron.com (Christopher M Bergeron) Date: Tue, 06 Jul 2004 13:23:17 -0400 Subject: Hostgroup of Hostgroups? In-Reply-To: <002d01c4637f$67ae0230$c864a8c0@creanord2kserv> References: <002d01c4637f$67ae0230$c864a8c0@creanord2kserv> Message-ID: <40EAE005.2020301@bergeron.com> Is it possible to create a hostgroup of hostgroups in nagios? Thanks! Chris Bergeron ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From prabinowitz at peel.com Tue Jul 6 19:53:04 2004 From: prabinowitz at peel.com (Paul Rabinowitz) Date: Tue, 06 Jul 2004 12:53:04 -0500 Subject: After upgrading to kernel 2.6.7 from 2.4x I get : CRITICAL - Swap used: -2147483648% (0 out of 0) Message-ID: <40EAE700.5050701@peel.com> After upgrading to kernel 2.6.7 from 2.4x I get : CRITICAL - Swap used: -2147483648% (0 out of 0) is there a new nrpe swap module that supports 2.6.x? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Tue Jul 6 19:54:50 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Tue, 06 Jul 2004 12:54:50 -0500 Subject: front end management tool In-Reply-To: References: <20040630050013.73452.qmail@restricted.dyndns.org> <40E2DAB6.1010005@cict.fr> <20040630174319.30194.qmail@restricted.dyndns.org> <40E3DF8C.4010501@cict.fr> <20040701161937.30474.qmail@restricted.dyndns.org> Message-ID: <20040706175450.62124.qmail@restricted.dyndns.org> Hi Mark, Another question. I do a lot of customization to checks and vi allows me to be very flexible. The limit I have when writing my own custom checks is what my brain can imagine. So, can I also be very flexible with Nagmin? Thanks. :) Neil Mark Shirley writes: > the use of the mysql database is a nagmin requirement not a nagios requirement. > > nagmin takes an existing set of config files and creates a database > based on that. at that point you use the gui interface to make > changes to the mysql database. when you want the changes to take > effect you run a "verification" where it dumps the data from the > database into temporary config files and then tells nagios to do a -v > startup. if that is sucsessful you then "activate" it where by it > does the same thing of dumping the mysql database into config files > and then it starts nagios normally. this particular setup is > excellent if for some reason you try it and don't like it you can > always go back to using a simple text configs. > > nagmin does NOT require your nagios to be built with mysql since > nagmin deals directly with nagios's config files. i currently use > nagmin because of the pure number of hosts and services. not to > mention the other people that i interact with must be able to > add/remove/change host and service records without having to edit > config files manually. the major downside to nagmin is that you can't > EASILY go back and forth from nagmin to console config. it's one or > the other because if you make a change to the temp config files the > changes will not be inserted into the mysql database and will be > overwritten the next time you do an verification or activation. > > in comparison to the other options i found nagmin to be the best and > most stable for my enviroment. > > > > > On Thu, 01 Jul 2004 11:19:37 -0500, Neil > wrote: >> Ok, IIRC, support to database is going to be dropped in version 2 of Nagios >> >> >> >> carole verdon writes: >> >> > In first, to use Nagmin, Nagios must built with mysql database support. >> > >> > That it was my case. Then, Nagmin use existings config files to build its >> > own files. >> > >> > Neil wrote: >> > >> >> Hi Carole, >> >> What if I already have existing running nagios, how does it take care of >> >> my existings configs? >> >> YOu know what, I should try it :) >> >> carole verdon writes: >> >> >> >>> I use Nagmin to manage the configuration of nagios. Nagmin don't create >> >>> temporary config files. It extract informations of tables of mysql >> >>> database to put them in flat config files so that nagios can read them. >> >>> I am satisfied for this product. >> >>> You can find others answers in mailing list or on >> >>> http://nagmin.sourceforge.net/ >> >>> Carole. >> >>> Neil wrote: >> >>> >> >>>> Hey guys, >> >>>> I know in nagios website, extras, there are links to front end for >> >>>> managing nagios. Currently, I am a unix console fanatic. :) I'm used to >> >>>> it and it's no problem to me. I would like to seek your experience on >> >>>> which front end web based application you really did like and was easy >> >>>> to use. I am looking into something wherein it will be easy for us to >> >>>> create hosts, services, contacts and so on. I tried Nagmin, Nagat but >> >>>> if I remember correctly, it creates a temporary config file which will >> >>>> be used for test run. It's nice but really messes up my configs :( >> >>>> Anyways, please reply as to what webbased nagios management tool you >> >>>> are using and that you're very happy about it. >> >>>> Thanks. >> >>>> Neil >> >>>> >> >>>> ------------------------------------------------------- >> >>>> This SF.Net email sponsored by Black Hat Briefings & Training. >> >>>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital >> >>>> self defense, top technical experts, no vendor pitches, unmatched >> >>>> networking opportunities. Visit www.blackhat.com >> >>>> _______________________________________________ >> >>>> Nagios-users mailing list >> >>>> Nagios-users at 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 >> >>>> >> >>> >> >>> -- >> >>> ********************************** >> >>> VERDON Carole >> >>> Ing?nieur Syst?me >> >>> CICT - Universit? Paul Sabatier >> >>> 118, route de Narbonne >> >>> 31062 Toulouse Cedex >> >>> T?l.: 05.61.36.60.44 >> >>> Fax: 05.61.52.14.58 >> >>> Mail: verdon at cict.fr >> >>> ********************************** >> >>> >> >>> >> >>> ------------------------------------------------------- >> >>> This SF.Net email sponsored by Black Hat Briefings & Training. >> >>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital >> >>> self defense, top technical experts, no vendor pitches, unmatched >> >>> networking opportunities. Visit www.blackhat.com >> >>> _______________________________________________ >> >>> Nagios-users mailing list >> >>> Nagios-users at 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 >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------- >> >> This SF.Net email sponsored by Black Hat Briefings & Training. >> >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital >> >> self defense, top technical experts, no vendor pitches, unmatched >> >> networking opportunities. Visit www.blackhat.com >> >> _______________________________________________ >> >> Nagios-users mailing list >> >> Nagios-users at 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 >> >> >> >> >> > >> > -- >> > ********************************** >> > VERDON Carole >> > Ing?nieur Syst?me >> > CICT - Universit? Paul Sabatier >> > 118, route de Narbonne >> > 31062 Toulouse Cedex >> > T?l.: 05.61.36.60.44 >> > Fax: 05.61.52.14.58 >> > Mail: verdon at cict.fr >> > ********************************** >> > >> > >> >> ------------------------------------------------------- >> This SF.Net email sponsored by Black Hat Briefings & Training. >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >> digital self defense, top technical experts, no vendor pitches, >> unmatched networking opportunities. Visit www.blackhat.com >> _______________________________________________ >> Nagios-users mailing list >> Nagios-users at 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 >> > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From drhonk at gmail.com Tue Jul 6 19:44:08 2004 From: drhonk at gmail.com (Roy Kartadinata) Date: Tue, 6 Jul 2004 10:44:08 -0700 Subject: Nagios doesn't send email Message-ID: <90bc2a0304070610447890a76f@mail.gmail.com> Hi guys, I just installed nagios 1.2 and everything went well until I tested its notification. Nagios did found certain service to be down but no email was being sent. When I checked nagios.log I found every notification to both email and pagers .. have the following error: resulted in a return code of 126. Make sure the script or binary you are trying to execute actually exists... Can anyone help me with this problem ? Thank you, -- +----------------------------------------------+ Roy Kartadinata +----------------------------------------------+ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gpadilla at cbct.com Tue Jul 6 20:14:49 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Tue, 6 Jul 2004 14:14:49 -0400 Subject: Nagmin setup help Message-ID: Does anyone know of a good link of how to properly install and configure Nagmin? I've installed it but I'm unable to view the nagmin page when I click on it. Thx -G -------------- next part -------------- An HTML attachment was scrubbed... URL: From dbadrak at tco.census.gov Tue Jul 6 20:12:01 2004 From: dbadrak at tco.census.gov (Don Badrak) Date: Tue, 6 Jul 2004 14:12:01 -0400 Subject: periodic reports as PDF In-Reply-To: References: <011001c46065$fc8fea70$2605020a@bjeyri> Message-ID: All, On Fri, 2 Jul 2004, Don Badrak wrote: > Jeryi, > > On Fri, 2 Jul 2004, Jeyri Bautista wrote: > > > Hi, I installed the Acrobat Reader Full Version, and when I am in the web > > pages of trends for example I select the File menu, Print and select Adobe > > PDF. > > Yeah, I've done that manually. I'd like to script the process, so it > happens automatically, and then emails the reports to people. I can also > print to PS from Mozilla, then convert that with ps2pdf. > > > What I'd like to do is run a cron job at the beginning of the month, and > > > get the availability for a host group for the last month. I've got the > > > parameters figured out for the CGI, but what is causing me problems is > > > getting the output format properly. > > > > > > I can get the HTML. What I want to do is make that into PDF, and keep the > > > colors in the chart. > > > > > > I've tried a couple html2ps, htmldoc, and HTML_ToPDF. None of them see to > > > preserve the colors in the availability chart. Using htmldoc, it's not possible to preserve the colors provided by the style sheets. According to the htmldoc site, CSS isn't yet supported, they're working on it, and they don't have a date. See http://www.easysw.com/espnews.php?s22+ghtmldoc.general+v27. Thanks to all for your assistance. Don -- Don Badrak 301.763.5534 work Telecommunications Office 301.457.4438 fax U.S. Bureau of the Census Suitland MD, USA ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Tue Jul 6 21:25:34 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Tue, 6 Jul 2004 14:25:34 -0500 (CDT) Subject: Hostgroup of Hostgroups? In-Reply-To: <40EAE005.2020301@bergeron.com> References: <40EAE005.2020301@bergeron.com> Message-ID: On Tue, 6 Jul 2004, Christopher M Bergeron wrote: > Is it possible to create a hostgroup of hostgroups in nagios? Unfornately, no, this doesn't work in 1.2. 2.0 perhaps? --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ilopez at jalisco.gob.mx Tue Jul 6 23:59:02 2004 From: ilopez at jalisco.gob.mx (ilopez at jalisco.gob.mx) Date: Tue, 6 Jul 2004 15:59:02 -0600 Subject: Capacity In-Reply-To: References: Message-ID: HI I would like to know if nagios has a capacity to check hosts and services . I mean if it has a maximum number of hosts of services. Thanks ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From danslists at conpoint.com Tue Jul 6 22:59:13 2004 From: danslists at conpoint.com (Dan Spray) Date: Tue, 6 Jul 2004 15:59:13 -0500 Subject: Problems with Packet Loss Message-ID: <200407061605562.SM01236@DANXP> Hello, I have been running Nagios 1.1 for some time now. I am currently monitoring 91 hosts. The problem that I have is most of the time I get multiple entries with 20% packet loss. The problem with this is if I continuously ping a host even over night I get 0% not even dropping one packet. Do I have to many hosts? Is there some sort of patch I am missing? Thanks in advance for any info you can give me. Dan -- Dan Spray, Director of Internet Operations dan at conpoint.com Connecting Point Norfolk, NE < http://www.conpoint.com/> Voice - 402.844.2308 Fax - 402.371.4515 "The porcupine with the sharpest quills gets stuck on a tree more often." -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From drhonk at gmail.com Tue Jul 6 23:25:58 2004 From: drhonk at gmail.com (Roy Kartadinata) Date: Tue, 6 Jul 2004 14:25:58 -0700 Subject: From email address Message-ID: <90bc2a03040706142517603e0d@mail.gmail.com> Is it possible to change the from email address to an address that we specified ? -- +----------------------------------------------+ Roy Kartadinata +----------------------------------------------+ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Wed Jul 7 00:12:27 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Tue, 06 Jul 2004 17:12:27 -0500 Subject: creating availability report Message-ID: <20040706221227.81087.qmail@restricted.dyndns.org> Hi everyone, On the nagios interface, we can create an availability report. I would like to know if someone has written a script that we can put in a cronjob and have the report created for a specific host or hostgroups. Or my second option, if you can tell me what file I need to parse, I can write a code. Thanks guys. Neil ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Wed Jul 7 00:20:52 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Tue, 06 Jul 2004 17:20:52 -0500 Subject: thoughts about event handlers Message-ID: <20040706222052.81754.qmail@restricted.dyndns.org> I read the event handler section in the Nagios documentation. It looks cool. Here is what I am thinking on how I want to implement event handlers. Let say I want to check http port 80. Steps: 1. use check_tcp to check port 80 2. If connection is refused, have the event handler get executed which calls check_nrpe to check if httpd is running 3. If httpd is running, it's possible that port 80 was accidentally modified in the firewall(of course, very remote) What I am saying here is that, with event handlers, we can be very sure that a service is really in a RUNNING STATE or in a STOPPED state. Am I correct guys? Thanks. Neil ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tech at gnuconsulting.com Wed Jul 7 01:57:05 2004 From: tech at gnuconsulting.com (David Bishop) Date: Tue, 6 Jul 2004 17:57:05 -0600 Subject: timeouts from one machine and not another Message-ID: <20040706235705.GA85827@server1.gnuconsulting.com> I have two nagios servers checking basically the same machines (we don't need no stinking failover). However, from one machine (A), I get a lot of time-out errors on certain machines (it times out when checking smtp and ftp) and on the other, I don't. If I try it from the command-line (just telnetting to the ports), it hangs for a long time (long being greater than 10 seconds) but finally connects. However, connecting to the same machine from B, it's instantaneous. Normally I'd suspect the network connection between the two machines (client and A), but a reverse connection works very quickly (connecting to A's smtp port), and they are both on underutilized 1.5Mb lines. Ping time between them (either way) averages slightly over 100ms. The only real difference that I can think of between A and B is that A is running FreeBSD 5.2.1 and B is Debian/Sid. The clients are all also running Debian (if that matters). Help, please :-( D.A.Bishop ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Stanley.Hopcroft at IPAustralia.Gov.AU Wed Jul 7 02:02:54 2004 From: Stanley.Hopcroft at IPAustralia.Gov.AU (Stanley Hopcroft) Date: Wed, 7 Jul 2004 10:02:54 +1000 Subject: RFE Can hyperlinks be added to comments (if they can't already). In-Reply-To: ; from nagios-users-request@lists.sourceforge.net on Tue, Jul 06, 2004 at 06:38:05AM -0700 References: Message-ID: <20040707100254.A78118@IPAustralia.Gov.AU> Dear Ladies and Gentlemen, Is it possible to add a hyperlink to a comment with Nag 1.x ? Trying to do so results in the CGI echoing the unrendered HTML eg Wed Jul 07 09:44:19 EXTERNAL COMMAND: ADD_SVC_COMMENT;asterix;COMS ad-hoc check;1;Stanley Hopcroft;foo sez a href='http://foo_host/cgi-bin/coms_graph_deltas?INT=-2h'graph/a and for good reason since the , and tags are stripped. Presumably this is because the '<' and '>' chars are stripped from user input for security reasons. Having a link in a comment may be useful - particuarly an acknowledgement - to take the CGI user directly to an associated . a request/'trouble ticket' (from RT for example) . a change management page Is there any sensible and safe way of doing this ? Removing the '<' and '>' from the list of chars that will stripped from user input doesn't sound a good idea. The only thing that comes to mind is a primitive address tag recogniser in the comment handling code. Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft ------------------------------------------------------------------------ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ari at ish.com.au Wed Jul 7 02:24:26 2004 From: ari at ish.com.au (Aristedes Maniatis) Date: Wed, 7 Jul 2004 10:24:26 +1000 Subject: timeouts from one machine and not another In-Reply-To: <20040706235705.GA85827@server1.gnuconsulting.com> References: <20040706235705.GA85827@server1.gnuconsulting.com> Message-ID: <00F6EE1C-CFAC-11D8-ADCF-003065A9024A@ish.com.au> Many SMPT servers do a reverse DNS lookup on the host which is connecting in order to apply spam filtering rules, HOST checking, etc. Do you have you reverse DNS setup OK? Ari Maniatis On 07/07/2004, at 9:57 AM, David Bishop wrote: > I get a lot of > time-out errors on certain machines (it times out when checking smtp > and > ftp) and on the other, I don't. If I try it from the command-line > (just > telnetting to the ports), it hangs for a long time (long being greater > than 10 seconds) but finally connects. --------------------------> ish group pty ltd http://www.ish.com.au 7 Darghan St Glebe 2037 Australia phone +61 2 9660 1400 fax +61 2 9660 7400 PGP fingerprint 08 57 20 4B 80 69 59 E2 A9 BF 2D 48 C2 20 0C C8 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Wed Jul 7 02:25:32 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Tue, 6 Jul 2004 19:25:32 -0500 (CDT) Subject: timeouts from one machine and not another In-Reply-To: <20040706235705.GA85827@server1.gnuconsulting.com> References: <20040706235705.GA85827@server1.gnuconsulting.com> Message-ID: On Tue, 6 Jul 2004, David Bishop wrote: > I have two nagios servers checking basically the same machines (we don't > need no stinking failover). However, from one machine (A), I get a lot of > time-out errors on certain machines (it times out when checking smtp and > ftp) and on the other, I don't. If I try it from the command-line (just > telnetting to the ports), it hangs for a long time (long being greater > than 10 seconds) but finally connects. However, connecting to the same > machine from B, it's instantaneous. Normally I'd suspect the network > connection between the two machines (client and A), but a reverse > connection works very quickly (connecting to A's smtp port), and they > are both on underutilized 1.5Mb lines. Ping time between them (either > way) averages slightly over 100ms. The only real difference that I can > think of between A and B is that A is running FreeBSD 5.2.1 and B is > Debian/Sid. The clients are all also running Debian (if that matters). > > Help, please :-( > Check to see whether machine A is properly configured in reverse DNS. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Wed Jul 7 03:16:36 2004 From: pla at softflare.com (Paul L. Allen) Date: Wed, 07 Jul 2004 02:16:36 +0100 Subject: timeouts from one machine and not another In-Reply-To: <00F6EE1C-CFAC-11D8-ADCF-003065A9024A@ish.com.au> References: <20040706235705.GA85827@server1.gnuconsulting.com> <00F6EE1C-CFAC-11D8-ADCF-003065A9024A@ish.com.au> Message-ID: <20040707011636.16198.qmail@minnow.softflare.net> OK, this reply is slightly off-topic, but only slightly, because it addresses how likely it is that SMTP servers will cause problems for nagios. Aristedes Maniatis writes: > Many SMPT servers do a reverse DNS lookup on the host which is connecting > in order to apply spam filtering rules, HOST checking, etc. It was sensible of you to tell him to check this, just in case. However, most SMTP servers do NOT do a reverse DNS lookup. The general concensus is that doing a reverse DNS lookup is a bad idea. It adds a (potentially slow) DNS lookup for each item of mail. It blocks good mail from servers that have no control over their reverse DNS (which is surprisingly common). These days spam is increasingly from zombies, home computers on ADSL that have been infected by viruses, and many of them have ISPs that DO have reverse DNS for all their users. As a spam blocking measure it has little positive effect, which is outweighed by the negative effects. AOL's mail servers keep saying that they about to implement reverse DNS lookups, but they don't. Microsoft removed the option to do reverse DNS lookups from Exchange a while ago because it caused more trouble than it's worth. So most SMTP servers don't do reverse DNS lookups. What would be a better idea is to add a DNS RRTYPE of MS (mail sender) meaning server X is a valid mail relay for domain Y. Then you can say that if you get mail from a sender which is not a valid MS for the sender you can drop it on the floor (these days, with forged senders, bouncing just causes more problems). That would do a LOT of good. ISPs could say that only their mail servers are valid senders for their users. Well, you'd probably want an MSPTR RRTYPE to, so you could give an IP address and get a list of valid mail relays. With both RRTYPES you have things covered with minimal effort by the likes of AOL (this is in our dialup block, here are our relays) and companies who provide mail services for people who dial-in through somebody else. The transition period would be a bit of a bitch, but I see between 15,000 and 30,000 spams a day addressed to non-existent users @softflare.com (if our spam filters didn't catch over 99% of them I'd go postal) so I think something like that will eventually have to happen. Note, what is referred to here is technically not reverse DNS lookup, but that is the informal terminology used by most people these days (I mention this only because of Andreas) and I use the term as it is understood by most people. In France, dictionaries define how people MUST use words; in the UK, dictionaries define how people DO use words (which is why "cleave" is its own antonym). In technical writing one should be precise, but when almost everyone misuses "reverse DNS" there's no point fighting it, especially as the real "reverse DNS" of the RFCs was never widely implemented. -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Wed Jul 7 03:33:49 2004 From: pla at softflare.com (Paul L. Allen) Date: Wed, 07 Jul 2004 02:33:49 +0100 Subject: thoughts about event handlers In-Reply-To: <20040706222052.81754.qmail@restricted.dyndns.org> References: <20040706222052.81754.qmail@restricted.dyndns.org> Message-ID: <20040707013356.22366.qmail@minnow.softflare.net> Neil writes: > Steps: > 1. use check_tcp to check port 80 > 2. If connection is refused, have the event handler get executed which > calls check_nrpe to check if httpd is running Yes, you could do that if you are creative enough in the way you abuse nagios. > What I am saying here is that, with event handlers, we can be very sure > that a service is really in a RUNNING STATE or in a STOPPED state. If you want to check if the process is running, use check_by_ssh or NRPE or NCSA or any of the other alternatives to see if that process is running. If you want to check if a machine has a web server that is accessible to the outside world then use check_http. If you want to try to figure out what is wrong, have a HUMAN BEING look at the results of those two checks when one or both reports a problem. What you're asking for is how to make nagios alert you in some bizarre situation when httpd is running but the web server is not accessible from the outside world. Although this is unlikely, the things which could cause the problem are diverse and you need a HUMAN BEING to figure out what is causing it. The problem perceived by end users is that web sites are inaccessible, and they don't care why, they just want it to be fixed. Given that you need a HUMAN BEING to figure out why the web sites are inaccessible even though httpd is running, you might as well have that HUMAN BEING do a ps ax | grep http as the first step in figuring out what is going wrong rather than try to make nagios do something that won't help much anyway. What you're asking for is a lot of work to give you something that any competent admin would do anyway as the very first step (taking seconds) in a problem-solving exercise that could take many, many hours. Been there, done that, bought the T-shirt, had apache spawning children that died within seconds (by your requirements, nagious would report that the web sites are down but that httpd is running so there is no problem; the reality is that things are severely borked). -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Wed Jul 7 03:50:25 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Tue, 06 Jul 2004 18:50:25 -0700 Subject: The Nagios: Reloaded (Rewriting Nagios) Message-ID: <40EB56E1.3030606@gurugeek.com> I'm working on rewriting Nagios in C# and I'm looking for input as to what people would like to see in Nagios if it was rewritten from the ground up. Features I intend to add: * Rewrite in C# for all the reasons one would use a managed language, Linux boxen will use Mono of course! * Design Nagios to be distributed from the get-go. * Use XML files for main configuration to ease the creation of configuration tools. * Use a SQLite database back end for object configuration * Use a SQLite database for user access configuration * Portability through C# and our friends at Mono * Create web services for getting the status of services and allowing services to report in. * Multi-threaded to simplify program code and speed the program up on multi-processor systems. * Integrate RRDtool for performance reporting without need for a plug in. * More well-defined reporting tools. Now I'll end up writing this whether or not people help, and whether or not it gets used because I'm going to use it myself. Obviously I want to get mind share on this project and see what other features people would like to see in this rewrite. I will also be releasing it under a new name which I am working on getting domains and possibly a trademark for. What are other's thoughts and suggestions? Jeff ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From s.shipway at auckland.ac.nz Wed Jul 7 04:38:55 2004 From: s.shipway at auckland.ac.nz (Steve Shipway) Date: Wed, 7 Jul 2004 14:38:55 +1200 Subject: Perl module for log parsing In-Reply-To: <20040706221227.81087.qmail@restricted.dyndns.org> References: <20040706221227.81087.qmail@restricted.dyndns.org> Message-ID: <009e01c463cb$8c02a130$b004d882@itss.auckland.ac.nz> Hi -- I've been searching the Net, and found perl modules for parsing the Nagios configuration files and the status log, but nothing for parsing the activity log (and multiple archives of it). Therefore, I've written one... this should allow some Perl-based history reporting tools. What I'm asking is -- 1) has someone already done this, and I'm reinventing the wheel 2) anyone want a beta copy of the modules to try out? 3) anyone want to make some suggestions about useful extraction formats? Already I have 1) Nagios::ActLog object 2) extract list of record hashes by filter (alerts only) 3) extract XML of records by filter (alerts only) 4) (in progress) extract summary of time up/down/scheduled/etc by filter Thoughts? Steve --- Steve Shipway: ITSS, University of Auckland Email: s.shipway at auckland.ac.nz Web: http://www.steveshipway.org/ ** We can only discover new oceans when we have the ** ** courage to lose sight of the shore. ** -------------- next part -------------- A non-text attachment was scrubbed... Name: Steve Shipway.vcf Type: text/x-vcard Size: 154 bytes Desc: not available URL: From ari at ish.com.au Wed Jul 7 04:55:58 2004 From: ari at ish.com.au (Aristedes Maniatis) Date: Wed, 7 Jul 2004 12:55:58 +1000 Subject: The Nagios: Reloaded (Rewriting Nagios) In-Reply-To: <40EB56E1.3030606@gurugeek.com> References: <40EB56E1.3030606@gurugeek.com> Message-ID: <2C62A73C-CFC1-11D8-ADCF-003065A9024A@ish.com.au> On 07/07/2004, at 11:50 AM, Jeff Rodriguez wrote: > * Rewrite in C# for all the reasons one would use a managed > language, Linux boxen will use Mono of course! I am unclear how it helps to take a solid working tool written in an open language and rewrite it in a language controlled by one company, introduce a whole new set of bugs. Wouldn't you be better directing your energy toward improving the existing product? > * Use XML files for main configuration to ease the creation of > configuration tools. Please no. XML files are a pain to edit by hand and configuration tools are really unnecessary to edit a simple file like nagios.cfg. If you mean files like hosts.cfg, then perhaps you should contribute toward the work to get those back into an SQL database (as I understand that SQL support has been dropped in version 2). Ari Maniatis --------------------------> ish group pty ltd http://www.ish.com.au 7 Darghan St Glebe 2037 Australia phone +61 2 9660 1400 fax +61 2 9660 7400 PGP fingerprint 08 57 20 4B 80 69 59 E2 A9 BF 2D 48 C2 20 0C C8 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Kerry.Milestone at tnzi.com Wed Jul 7 05:07:30 2004 From: Kerry.Milestone at tnzi.com (Kerry Milestone) Date: Wed, 7 Jul 2004 15:07:30 +1200 Subject: The Nagios: Reloaded (Rewriting Nagios) Message-ID: Will you forever mention on your new website with its new trademark that the ideas and inspiration came from Nagios? Will you follow the usual Microsoft standard and claim a patent for the new technology of remotely polling devices through an integrated distributed monitoring system? What do you intend the monitoring box to be doing to require extensive multi-processor computing? Have you come across Nagmin? (its very useful) What exactly is a managed language? Will it be GPL? Just a few thoughts about things. ________________________________ Kerry Milestone, Network Engineer. ________________________________ 1 , 0.... my two bits. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Jeff Rodriguez Sent: Wednesday, 7 July 2004 1:50 p.m. To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] The Nagios: Reloaded (Rewriting Nagios) I'm working on rewriting Nagios in C# and I'm looking for input as to what people would like to see in Nagios if it was rewritten from the ground up. Features I intend to add: * Rewrite in C# for all the reasons one would use a managed language, Linux boxen will use Mono of course! * Design Nagios to be distributed from the get-go. * Use XML files for main configuration to ease the creation of configuration tools. * Use a SQLite database back end for object configuration * Use a SQLite database for user access configuration * Portability through C# and our friends at Mono * Create web services for getting the status of services and allowing services to report in. * Multi-threaded to simplify program code and speed the program up on multi-processor systems. * Integrate RRDtool for performance reporting without need for a plug in. * More well-defined reporting tools. Now I'll end up writing this whether or not people help, and whether or not it gets used because I'm going to use it myself. Obviously I want to get mind share on this project and see what other features people would like to see in this rewrite. I will also be releasing it under a new name which I am working on getting domains and possibly a trademark for. What are other's thoughts and suggestions? Jeff ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Kerry.Milestone at tnzi.com Wed Jul 7 05:23:22 2004 From: Kerry.Milestone at tnzi.com (Kerry Milestone) Date: Wed, 7 Jul 2004 15:23:22 +1200 Subject: The Nagios: Reloaded (Rewriting Nagios) Message-ID: Will you forever mention on your new website with its new trademark that the ideas and inspiration came from Nagios? Will you follow the usual Microsoft standard and claim a patent for the new technology of remotely polling devices through an integrated distributed monitoring system? What do you intend the monitoring box to be doing to require extensive multi-processor computing? Have you come across Nagmin? (its very useful) What exactly is a managed language? Will it be GPL? Just a few thoughts about things. ________________________________ Kerry Milestone, Network Engineer. ________________________________ 1 , 0.... my two bits. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Jeff Rodriguez Sent: Wednesday, 7 July 2004 1:50 p.m. To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] The Nagios: Reloaded (Rewriting Nagios) I'm working on rewriting Nagios in C# and I'm looking for input as to what people would like to see in Nagios if it was rewritten from the ground up. Features I intend to add: * Rewrite in C# for all the reasons one would use a managed language, Linux boxen will use Mono of course! * Design Nagios to be distributed from the get-go. * Use XML files for main configuration to ease the creation of configuration tools. * Use a SQLite database back end for object configuration * Use a SQLite database for user access configuration * Portability through C# and our friends at Mono * Create web services for getting the status of services and allowing services to report in. * Multi-threaded to simplify program code and speed the program up on multi-processor systems. * Integrate RRDtool for performance reporting without need for a plug in. * More well-defined reporting tools. Now I'll end up writing this whether or not people help, and whether or not it gets used because I'm going to use it myself. Obviously I want to get mind share on this project and see what other features people would like to see in this rewrite. I will also be releasing it under a new name which I am working on getting domains and possibly a trademark for. What are other's thoughts and suggestions? Jeff ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 N?HS^????[)?{(??[?ZrA???y?????j)??-???V??v???~)??:??x????U?????n6????????_u???????^r?q?^???????????b??^???j?!y??? +?)???h???????X???0??ZrHZ??&5?"???z?&j)b? b??Z?*,????X???(??~??zw???i?????l???q????z????l?X??)?????*,?????^j????nu?Z?*,????????"????*'???9,!zz?????x?(????z???0??h??.??+?)??w??)e?+$m????????u????e From tech at gnuconsulting.com Wed Jul 7 05:33:23 2004 From: tech at gnuconsulting.com (David Bishop) Date: Tue, 6 Jul 2004 21:33:23 -0600 Subject: timeouts from one machine and not another In-Reply-To: <00F6EE1C-CFAC-11D8-ADCF-003065A9024A@ish.com.au> References: <20040706235705.GA85827@server1.gnuconsulting.com> <00F6EE1C-CFAC-11D8-ADCF-003065A9024A@ish.com.au> Message-ID: <20040707033322.GB85827@server1.gnuconsulting.com> Sorry, I should have made it more clear. I get this hang on all connections that I make, whether it is smtp or ftp. Interestingly enough, I do *not* get the hang when using ssh, http, or domain. Could this be some sort of pam thing? I don't know enough about pam to really say. The ftp daemon, exim, and sshd are all started as seperate services (not via inetd), so that startup isn't an issue. I'm going to start looking at pam, see if that leads me anywhere. *update* Doesn't happen with pop3 or imap, either. So it's just ftp and smtp. *update to my update* Now it isn't happening with ftp either, just smtp. But reverse dns lookup is turned off, I swear it is... And it definetly was happening with ftp before. - Very Confused On Wed, Jul 07, 2004 at 10:24:26AM +1000, Aristedes Maniatis wrote: > Many SMPT servers do a reverse DNS lookup on the host which is > connecting in order to apply spam filtering rules, HOST checking, etc. > Do you have you reverse DNS setup OK? > > Ari Maniatis > > > On 07/07/2004, at 9:57 AM, David Bishop wrote: > > >I get a lot of > >time-out errors on certain machines (it times out when checking smtp > >and > >ftp) and on the other, I don't. If I try it from the command-line > >(just > >telnetting to the ports), it hangs for a long time (long being greater > >than 10 seconds) but finally connects. > > > > --------------------------> > ish group pty ltd > http://www.ish.com.au > 7 Darghan St Glebe 2037 Australia > phone +61 2 9660 1400 fax +61 2 9660 7400 > PGP fingerprint 08 57 20 4B 80 69 59 E2 A9 BF 2D 48 C2 20 0C C8 > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > !DSPAM:40eb4517125072102030733! ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tradergt at smelser.org Wed Jul 7 05:35:57 2004 From: tradergt at smelser.org (Jeff Smelser) Date: Tue, 6 Jul 2004 22:35:57 -0500 Subject: From email address In-Reply-To: <90bc2a03040706142517603e0d@mail.gmail.com> References: <90bc2a03040706142517603e0d@mail.gmail.com> Message-ID: <200407062235.57235.tradergt@smelser.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 06 July 2004 04:25 pm, Roy Kartadinata wrote: > Is it possible to change the from email address to an address that we > specified ? Huh? What are you talking about? - -- ======================================================================= Jabber: tradergt@(smelser.org|jabber.org) Quote: It is better to die on your feet than to live on my income. ======================================================================= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA62+dld4MRA3gEwYRAhQAAKClAZ/qi38QQe8cEcW/RVMe2wW6+wCfUARa 7y+btHJNoBJIN5R+Eh88Qow= =ts0N -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tradergt at smelser.org Wed Jul 7 05:38:58 2004 From: tradergt at smelser.org (Jeff Smelser) Date: Tue, 6 Jul 2004 22:38:58 -0500 Subject: Perl module for log parsing In-Reply-To: <009e01c463cb$8c02a130$b004d882@itss.auckland.ac.nz> References: <009e01c463cb$8c02a130$b004d882@itss.auckland.ac.nz> Message-ID: <200407062238.58509.tradergt@smelser.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 06 July 2004 09:38 pm, Steve Shipway wrote: > Hi -- Don't hi jack threads please, it makes it hard to figure out whats going on when you reading threaded messages. Thanks, Jeff - -- ======================================================================= Jabber: tradergt@(smelser.org|jabber.org) Quote: "Stop quoting me, you blubbering twit!" -- Confucius ======================================================================= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA63BSld4MRA3gEwYRAlUtAJ0Qhcej+/4d12XGd5KTe+EskLkIHwCfR9nB 8uY+RRej7iLHM2l5YPvXx6E= =BPDZ -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tradergt at smelser.org Wed Jul 7 05:34:57 2004 From: tradergt at smelser.org (Jeff Smelser) Date: Tue, 6 Jul 2004 22:34:57 -0500 Subject: Capacity In-Reply-To: References: Message-ID: <200407062234.58006.tradergt@smelser.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 06 July 2004 04:59 pm, ilopez at jalisco.gob.mx wrote: > I would like to know if nagios has a capacity to check hosts and services . > > I mean if it has a maximum number of hosts of services. I think its as much as the monitoring server can handle.. I am not positive though. - -- ======================================================================= Jabber: tradergt@(smelser.org|jabber.org) Quote: Celer manus Dei. ======================================================================= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA629hld4MRA3gEwYRAkTOAJ40XCypfvTfuajP/fWr387qI1niFwCeM/So WqT9LyKKYYgRiD05OR83quY= =RfLq -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tradergt at smelser.org Wed Jul 7 05:38:09 2004 From: tradergt at smelser.org (Jeff Smelser) Date: Tue, 6 Jul 2004 22:38:09 -0500 Subject: creating availability report In-Reply-To: <20040706221227.81087.qmail@restricted.dyndns.org> References: <20040706221227.81087.qmail@restricted.dyndns.org> Message-ID: <200407062238.09910.tradergt@smelser.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 06 July 2004 05:12 pm, Neil wrote: > On the nagios interface, we can create an availability report. I would like > to know if someone has written a script that we can put in a cronjob and > have the report created for a specific host or hostgroups. Or my second > option, if you can tell me what file I need to parse, I can write a code. Look in the cgi directory, you can run those via cron. Your just gonna have to figure out what to supply it. I think it you run it, it tells you what variable you have to set. - -- ======================================================================= Jabber: tradergt@(smelser.org|jabber.org) Quote: +1 Thumping Bible, +3 vs. Jehovah's Witnesses. ======================================================================= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA63Ahld4MRA3gEwYRAo6TAKC0rXq56zo2k5YWh0VJnvVqPsXUDwCfUftW BL0jx4xGwAW1ZDTwqeLx0Lo= =sOX1 -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Kerry.Milestone at tnzi.com Wed Jul 7 05:45:43 2004 From: Kerry.Milestone at tnzi.com (Kerry Milestone) Date: Wed, 7 Jul 2004 15:45:43 +1200 Subject: The Nagios: Reloaded (Rewriting Nagios) Message-ID: Will you forever mention on your new website with its new trademark that the ideas and inspiration came from Nagios? Will you follow the usual Microsoft standard and claim a patent for the new technology of remotely polling devices through an integrated distributed monitoring system? What do you intend the monitoring box to be doing to require extensive multi-processor computing? Have you come across Nagmin? (its very useful) What exactly is a managed language? Will it be GPL? Just a few thoughts about things. ________________________________ Kerry Milestone, Network Engineer. ________________________________ 1 , 0.... my two bits. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Jeff Rodriguez Sent: Wednesday, 7 July 2004 1:50 p.m. To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] The Nagios: Reloaded (Rewriting Nagios) I'm working on rewriting Nagios in C# and I'm looking for input as to what people would like to see in Nagios if it was rewritten from the ground up. Features I intend to add: * Rewrite in C# for all the reasons one would use a managed language, Linux boxen will use Mono of course! * Design Nagios to be distributed from the get-go. * Use XML files for main configuration to ease the creation of configuration tools. * Use a SQLite database back end for object configuration * Use a SQLite database for user access configuration * Portability through C# and our friends at Mono * Create web services for getting the status of services and allowing services to report in. * Multi-threaded to simplify program code and speed the program up on multi-processor systems. * Integrate RRDtool for performance reporting without need for a plug in. * More well-defined reporting tools. Now I'll end up writing this whether or not people help, and whether or not it gets used because I'm going to use it myself. Obviously I want to get mind share on this project and see what other features people would like to see in this rewrite. I will also be releasing it under a new name which I am working on getting domains and possibly a trademark for. What are other's thoughts and suggestions? Jeff ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 N?HS^????[)?{(??[?ZrA???y?????j)??-???V??v???~)??:??x????U?????n6????????_u???????^r?q?^???????????b??^???j?!y??? +?)???h???????X???0??ZrHZ??&5?"???z?&j)b? b??Z?*,????X???(??~??zw???i?????l???q????z????l?X??)?????*,?????^j????nu?Z?*,????????"????*'???9,!zz?????x?(????z???0??h??.??+?)??w??)e?+$m????????u????e From jnichols at pbp.net Wed Jul 7 07:11:30 2004 From: jnichols at pbp.net (Jonathan Nichols) Date: Tue, 06 Jul 2004 22:11:30 -0700 Subject: Monitoring Dell stuff? Message-ID: <40EB8602.7010808@pbp.net> Greetings all.. Are any of you using Linux on the Dell PowerEdge boxes? If yes, what are you using to monitor the RAID status (if you're using RAID) - currently my method consists of checking /proc/megaraid/hba0/ and doing this: jnichols at mailgate hba0 $ sudo cat raiddrives-0-9 Logical drive: 0:, state: optimal Span depth: 1, RAID level: 1, Stripe size: 64, Row size: 2 Read Policy: Adaptive, Write Policy: Write back, Cache Policy: Direct IO jnichols at mailgate hba0 $ That method sucks. I need to find something better. :) The Dell RAID monitoring tools are an absolute joke, and seem to be Red Hat specific (I don't use Red Hat..using Gentoo) Has anybody run into this? Thanks! -Jonathan (ps, yes, I checked Google..didn't find a lot, was hoping for personal experiences) ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From maca02 at atlas.cz Wed Jul 7 07:49:52 2004 From: maca02 at atlas.cz (=?ISO-8859-2?Q?Tom=E1=B9_Macek?=) Date: Wed, 7 Jul 2004 07:49:52 +0200 (CEST) Subject: Problems with history In-Reply-To: <1088785269.1329.15.camel@localhost.localdomain> References: <1088785269.1329.15.camel@localhost.localdomain> Message-ID: Hi Tamas! sorry, for the delay of my answer, we had a 2 days free in Czech Republic... Thank you very much for the script, I will test it as early as possible. Nowaday s I do not have enaught time to do that, but I will test it surely when I finish current project I'm working on. You are writing, that you are not a programmer -> you wrote this script, so you are the programmer! ;-) I looked into the script and I think you always go through the whole directory, it would be better to do move only one file according to the current date and this script would be run at 00:01 every day. I would like to add this to the script. Have a nice day Tom On Fri, 2 Jul 2004, Horvath Tamas wrote: > Hi Tom! > > I couldn't manage to figure out why nagios creates *-23.log files. > > I wrote a little shell script for our problem. I use it via root > crontab. I tested it in every scenario which I can imagine and it seemed > to me that it works. > > Please note that I am not a programmer so the code may be not as > compact, fast, etc. as would be. > > Two important notes: > 1. Please replace MAGYAR_DATUM with DATUM. The first one create > Hungarian date format from the original one. > 2. Sorry for Hungarian textparts. I've no enough time to translate them > to English. > > Congratulations for your football team. I'm a fun of them and I terrible > sorry that they aren't in the final!:( > > Have a nice weekend, Tamas! > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From festivus at gmail.com Wed Jul 7 07:52:16 2004 From: festivus at gmail.com (Andrew Best) Date: Wed, 7 Jul 2004 15:52:16 +1000 Subject: Monitoring Dell stuff? In-Reply-To: <40EB8602.7010808@pbp.net> References: <40EB8602.7010808@pbp.net> Message-ID: On Tue, 06 Jul 2004 22:11:30 -0700, Jonathan Nichols wrote: > Are any of you using Linux on the Dell PowerEdge boxes? If yes, what > are you using to monitor the RAID status (if you're using RAID) - Im not currently but plan to be at some point in the future. Ive already done a little research around the traps on this. Found this: http://linux.dell.com More specifically I saw this article a while ago: http://www.dell.com/downloads/global/power/1q04-sch.pdf > Has anybody run into this? Theres info on linux.dell.com about people successfully getting things going on other distros so maybe start there? -- NARF! 250 OK ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Stanley.Hopcroft at IPAustralia.Gov.AU Wed Jul 7 08:10:01 2004 From: Stanley.Hopcroft at IPAustralia.Gov.AU (Stanley Hopcroft) Date: Wed, 7 Jul 2004 16:10:01 +1000 Subject: thoughts about event handlers In-Reply-To: ; from nagios-users-request@lists.sourceforge.net on Tue, Jul 06, 2004 at 10:13:49PM -0700 References: Message-ID: <20040707161000.D78118@IPAustralia.Gov.AU> On Tue, Jul 06, 2004 at 10:13:49PM -0700, nagios-users-request at lists.sourceforge.net wrote: > > Message: 5 > From: "Neil" > Date: Tue, 06 Jul 2004 17:20:52 -0500 > Subject: [Nagios-users] thoughts about event handlers > > I read the event handler section in the Nagios documentation. It looks cool. > Here is what I am thinking on how I want to implement event handlers. Let > say I want to check http port 80. > .. snip. > Am I correct guys? > Yep. We double check a providers service (to ensure access to it has not failed because of ISP failure) by having a service event handler ssh to another host - in a different administrative domain - and repeat the check from there. exit 0 unless $ARGV[1] eq 'HARD' ; open(OUT, '>> /home/nagios/results_of_traceroute_and_check_qwebprd_on_foo') or die "Cannot open \"/home/nagios/results_of_traceroute_and_check_qwebprd_on_foo\" in append mode: $!" ; select OUT ; $| = 1 ; print scalar localtime, "\n" ; print qx'ssh stanley at foo.bar "perl/check_qwebprd; echo; traceroute -Picmp -q1 qwebprd.questel.fr" 2>&1' Event Handlers are very flexible. You probably want to make sure that event handler self destructs if it hasn't finished in less than some maximum time interval. > Thanks. > > Neil > Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft ------------------------------------------------------------------------ '...No man is an island, entire of itself; every man is a piece of the continent, a part of the main. If a clod be washed away by the sea, Europe is the less, as well as if a promontory were, as well as if a manor of thy friend's or of thine own were. Any man's death diminishes me, because I am involved in mankind; and therefore never send to know for whom the bell tolls; it tolls for thee...' from Meditation 17, J Donne. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Stanley.Hopcroft at IPAustralia.Gov.AU Wed Jul 7 08:17:59 2004 From: Stanley.Hopcroft at IPAustralia.Gov.AU (Stanley Hopcroft) Date: Wed, 7 Jul 2004 16:17:59 +1000 Subject: Perl module for log parsing In-Reply-To: ; from nagios-users-request@lists.sourceforge.net on Tue, Jul 06, 2004 at 10:13:49PM -0700 References: Message-ID: <20040707161759.E78118@IPAustralia.Gov.AU> Dear Sir, I am writing to thank you for your letter and say, On Tue, Jul 06, 2004 at 10:13:49PM -0700, nagios-users-request at lists.sourceforge.net wrote: > > Message: 13 > From: "Steve Shipway" > Date: Wed, 7 Jul 2004 14:38:55 +1200 > Subject: [Nagios-users] Perl module for log parsing > > This is a multi-part message in MIME format. > .. Aargh > ------=_NextPart_000_009F_01C46430.21378130 > Content-Type: text/plain; > charset="us-ascii" > Content-Transfer-Encoding: quoted-printable > > Hi -- > > I've been searching the Net, and found perl modules for parsing the = > Nagios > configuration files and the status log, but nothing for parsing the = > activity > log (and multiple archives of it). Therefore, I've written one... this > should allow some Perl-based history reporting tools. > Fandamnastic. > What I'm asking is -- > 1) has someone already done this, and I'm reinventing the wheel I have been looking for one. > 2) anyone want a beta copy of the modules to try out? Yes please; the 5.005_03 version if possible .... > 3) anyone want to make some suggestions about useful extraction formats? > CSV is pretty good or go the whole hog and use Spreadsheet::WriteExcel ... Distribution options are also worth thinking about: attaching to email is helpful (partic CSV). > Already I have > 1) Nagios::ActLog object > 2) extract list of record hashes by filter (alerts only) > 3) extract XML of records by filter (alerts only) > 4) (in progress) extract summary of time up/down/scheduled/etc by filter > Thank you very much. This sounds a wonderful Nagios addon. > > Steve > > --- > Steve Shipway: ITSS, University of Auckland > Email: s.shipway at auckland.ac.nz Web: http://www.steveshipway.org/ =20 > ** We can only discover new oceans when we have the ** > ** courage to lose sight of the shore. ** > -- ------------------------------------------------------------------------ Stanley Hopcroft ------------------------------------------------------------------------ '...No man is an island, entire of itself; every man is a piece of the continent, a part of the main. If a clod be washed away by the sea, Europe is the less, as well as if a promontory were, as well as if a manor of thy friend's or of thine own were. Any man's death diminishes me, because I am involved in mankind; and therefore never send to know for whom the bell tolls; it tolls for thee...' from Meditation 17, J Donne. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sontt at fcv.fujitsu.com Wed Jul 7 08:51:44 2004 From: sontt at fcv.fujitsu.com (Truong Tan Son) Date: Wed, 7 Jul 2004 13:51:44 +0700 Subject: Nagios unknow all defines on configuration file Message-ID: <001701c463ee$df0353c0$668610ac@pi21> Dear Sir, I renamed all files /usr/local/nagios/etc/.cfg-sample into /usr/local/nagios/etc/.cfg, and run #/usr/local/nagios/bin.nagios -v /usr/local/nagios/etc/.cfg Nagios unknow all defines on configuration file (keywords, directives, ...). ( My server is RedHat 7.3, I configured with default setting without errors ) Please help me to solve. Thanks, ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From bdunn at rdac.com.au Wed Jul 7 09:37:23 2004 From: bdunn at rdac.com.au (Brad Dunn) Date: Wed, 7 Jul 2004 15:37:23 +0800 Subject: Mail not working Message-ID: <47287D7F1C9A1C4B99EB7D407FCEE69604C81D@rdaex01.rdac.com.au> Hello there, I've got Nagios running on a debian system working ok, however my email is not working to the notify_by_email. I was wondering if there was somewhere I could obtain a running command. Similar to the one I've got listed in misccommands. Attached here # 'notify-by-email' command definition define command{ command_name notify-by-email command_line /usr/bin/printf "%b" "***** Nagios 1.0 *****\n\notification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $DATETIME$\n\nAdditional Info:\n\n$OUTPUT$" | -s "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ } That utilizes postfix. Is there also a way of running those above lines manually and seeing where they fail? - Brad ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From r.nagy at nameshield.net Wed Jul 7 09:41:29 2004 From: r.nagy at nameshield.net (Richard NAGY) Date: Wed, 07 Jul 2004 09:41:29 +0200 Subject: Monitoring Dell stuff? In-Reply-To: <40EB8602.7010808@pbp.net> References: <40EB8602.7010808@pbp.net> Message-ID: <40EBA929.7030107@nameshield.net> Hello Jonathan, I'm using DELL machines with RAID. Recently, I was in the same situation as you. I was looking on the net for something and I did find some small things which get me started. So I have done the job myself except for the first script, which I adapted for my personal use with nagios. Well, my problems were that I have 4 different DELL machines with four different hardware RAID! So, it was a bit longer to handle. On 4 machines, I solved 3. The last one, I have called DELL. They told me that it is not possible for that card on that OS (RedHat 6.2 -- too old, so is the card!) So, here is some things that may help you (for monitoring) : Dell PowerEdge 2450 with a DELL PERC 3/Si (driver percraid) : OK with afacli Dell PowerEdge 2650 with a DELL PERC 3/Di (driver aacraid) : OK with afacli Dell PowerEdge 1750 with a DELL PERC 4/Di (driver megaraid) : OK with proc Dell PowerEdge 2450 with a DELL PERC 2/DC (driver megaraid) : NOT OK There is an other solution for monitoring on some cards but I don't have the time to test. It is with DOMSA (Dell Open Manage Server Administrator with an SNMP agent). So, I attached my two personal scripts for nagios. Note : * with afacli, the whole RAID is checked * with proc, each disk of the RAID container is checked comments are welcome! ;-) Regards. Jonathan Nichols wrote : > Greetings all.. > > Are any of you using Linux on the Dell PowerEdge boxes? If yes, > what are you using to monitor the RAID status (if you're using RAID) - > currently my method consists of checking /proc/megaraid/hba0/ and > doing this: > > jnichols at mailgate hba0 $ sudo cat raiddrives-0-9 > Logical drive: 0:, state: optimal > Span depth: 1, RAID level: 1, Stripe size: 64, Row size: 2 > Read Policy: Adaptive, Write Policy: Write back, Cache Policy: Direct IO > > jnichols at mailgate hba0 $ > > That method sucks. I need to find something better. :) The Dell RAID > monitoring tools are an absolute joke, and seem to be Red Hat specific > (I don't use Red Hat..using Gentoo) > > Has anybody run into this? > > Thanks! > -Jonathan > > (ps, yes, I checked Google..didn't find a lot, was hoping for personal > experiences) > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self defense, top technical experts, no vendor pitches, unmatched > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: check_megaraid_with_proc.sh Type: application/x-sh Size: 2358 bytes Desc: not available URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: check_raid_with_afacli URL: From duncan.robertson at vsl.com.au Wed Jul 7 09:46:26 2004 From: duncan.robertson at vsl.com.au (Duncan Robertson) Date: Wed, 07 Jul 2004 17:46:26 +1000 Subject: nagios execution of notify commands, debugging the exact command being run Message-ID: <1089186386.32006.316.camel@scion.vsl.com.au> Hi, We are running nagios and it is all working quite well, except some (but not all) sms notifications are not sent (though the log says they are). We are using sms_client as the sending mechanism, and it works quite well run from command line as nagios user. I suspect it is the generated alert string being fed to it is something it doesn't like for one class of machines - - but is there a way to turn on the logging so I can see the exact command being executed on notify so I can debug it? My usual way of solving this (strace) doesnt want to play, for some reason strace doesnt want to latch onto the nagios process either. This is on redhat 9, nagios 1.2 (from DAG rpm). -- Duncan Robertson System Administrator Vision Systems Limited phone: (+61)392117024 email: duncan.robertson at vsl.com.au ============================================ IMPORTANT - This e.mail and any attachments may be confidential. Any retransmissions, dissemination or other use of these materials by persons or entities other than the intended recipient is prohibited. If received in error, please contact us and delete all copies. Before opening or using attachments, check them for viruses and defects. Our liability is limited to resupplying any affected attachments. [Any representations or opinions expressed in this e.mail are those of the individual sender, and not necessarily those of Vision Systems Limited]. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Wed Jul 7 09:55:23 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Wed, 7 Jul 2004 09:55:23 +0200 Subject: Hostgroup of Hostgroups? Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068DE9@SYGOMAIL.GOE.AD.SYCOR.DE> Even in 2.0 it's not possible. Would be a nice feature to add i think. > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > Of Demetri Mouratis > Sent: Tuesday, July 06, 2004 9:26 PM > To: Christopher M Bergeron > Cc: Nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] Hostgroup of Hostgroups? > > On Tue, 6 Jul 2004, Christopher M Bergeron wrote: > > > Is it possible to create a hostgroup of hostgroups in nagios? > > Unfornately, no, this doesn't work in 1.2. 2.0 perhaps? > > --------------------------------------------------------------------- > Demetri Mouratis > dmourati at linfactory.com > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor > pitches, unmatched networking opportunities. Visit > www.blackhat.com _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From n3tvicious-nagios at yahoo.es Wed Jul 7 10:17:11 2004 From: n3tvicious-nagios at yahoo.es (=?iso-8859-1?q?NetVicious?=) Date: Wed, 7 Jul 2004 10:17:11 +0200 (CEST) Subject: Mail not working In-Reply-To: <47287D7F1C9A1C4B99EB7D407FCEE69604C81D@rdaex01.rdac.com.au> References: <47287D7F1C9A1C4B99EB7D407FCEE69604C81D@rdaex01.rdac.com.au> Message-ID: <20040707081711.48965.qmail@web53303.mail.yahoo.com> --- Brad Dunn escribi?: > Hello there, I think you need to add a /usr/bin/mail -s before the | I'm, using Debian Stable in the nagios box. When I installed nagios I changed this line with this one. define command { command_name notify-by-email command_line /bin/echo -e \*\*\*\*\* Nagios \*\*\*\*\*\\n\\nTipo de Notif icaci?n: $NOTIFICATIONTYPE$\\n\\nServicio: $SERVICEDESC$\\nHost: $HOSTALIAS$\\nI P: $HOSTADDRESS$\\nEstado: $SERVICESTATE$\\n\\nFecha/Hora: $DATETIME$\\n\\nInfor maci?n Adicional:\\n\\n$OUTPUT$ | /usr/bin/mail -s "`echo -e [Nagios] $NOTIFICAT IONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ -`" $CONTACTEMAIL$ } As you could see the labels are in Spanish, sorry. > # 'notify-by-email' command definition > define command{ > command_name notify-by-email > command_line /usr/bin/printf "%b" "***** Nagios 1.0 > *****\n\notification Type: $NOTIFICATIONTYPE$\n\nService: > $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: > $SERVICESTATE$\n\nDate/Time: $DATETIME$\n\nAdditional > Info:\n\n$OUTPUT$" > | -s "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is > $SERVICESTATE$ **" $CONTACTEMAIL$ > } ===== .. //\/ e t . \/ i c i o u s .. ______________________________________________ Renovamos el Correo Yahoo!: ?100 MB GRATIS! Nuevos servicios, m?s seguridad http://correo.yahoo.es ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Ben at clewett.org.uk Wed Jul 7 10:23:43 2004 From: Ben at clewett.org.uk (Ben Clewett) Date: Wed, 07 Jul 2004 09:23:43 +0100 Subject: hostgroup.cfg file In-Reply-To: <4AB63699.6050301@datavis.se> References: <4AB63699.6050301@datavis.se> Message-ID: <40EBB30F.8040906@clewett.org.uk> Dear Nagios, I had an interesting time installing Nagios 1.2 onto a SUSE 9.1 box yesterday. During the installation, configure could not find the libgd.so files. Despite me specifying exactly where they are using the correct configure options. But I ignored this and completed the 'make' with absolutely no error, including the parts which use the libgd. I think there might be an error somewhere in the configure script. I hope this is of interest to somebody, Regards, Ben Clewett. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rms at sibs.pt Wed Jul 7 10:41:18 2004 From: rms at sibs.pt (Rui Miguel Seabra) Date: Wed, 07 Jul 2004 09:41:18 +0100 Subject: The Nagios: Reloaded (Rewriting Nagios) In-Reply-To: <2C62A73C-CFC1-11D8-ADCF-003065A9024A@ish.com.au> References: <40EB56E1.3030606@gurugeek.com> <2C62A73C-CFC1-11D8-ADCF-003065A9024A@ish.com.au> Message-ID: <1089189678.2747.87.camel@roque> On Wed, 2004-07-07 at 12:55 +1000, Aristedes Maniatis wrote: > On 07/07/2004, at 11:50 AM, Jeff Rodriguez wrote: > > > * Rewrite in C# for all the reasons one would use a managed > > language, Linux boxen will use Mono of course! > > I am unclear how it helps to take a solid working tool written in an > open language and rewrite it in a language controlled by one company, > introduce a whole new set of bugs. > > Wouldn't you be better directing your energy toward improving the > existing product? Worse! It will require huge amounts of software installed on the server wich would be otherwise totally uneeded! Rui -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From m.borsani at it.net Wed Jul 7 10:55:25 2004 From: m.borsani at it.net (Marco Borsani) Date: Wed, 7 Jul 2004 10:55:25 +0200 Subject: Define our own macros In-Reply-To: <1089189678.2747.87.camel@roque> References: <1089189678.2747.87.camel@roque> Message-ID: Hi list, I still have the notification problem! I think to solve it define some macro that can give me the information that I want to notify (example: a TCP port). Do you know if is it possbible and how to do? Right now I don't find any information about it. Thanks a lot Marco ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Wed Jul 7 11:08:09 2004 From: verdon at cict.fr (carole verdon) Date: Wed, 07 Jul 2004 11:08:09 +0200 Subject: hostextinfo being ignored In-Reply-To: <40EAD33C.6080302@microlnk.net> References: <40EAA31A.5070107@cict.fr> <40EAD33C.6080302@microlnk.net> Message-ID: <40EBBD79.2020601@cict.fr> I added in my cgi.cfg this line: xedtemplate_config_file=/usr/local/nagios/etc/HostExtInfo.cfg But nagios don't take into account. I think that it's due to the fact that i configured nagios to put extented information in a database. For the path of logos, i modified it the NagMIN Module Config as you tell me. Now, it's ok. For the changes in 'Host Extended Information' table of Nagmin, even after click on 'activate' button, the modifications that i have made don't take into account. For example, i deleted the template that i created in 'Host Extented Template' table. Then, i modified the 'Host Extended Information' table and click on 'activate' button. If i edit the /usr/local/nagios/etc/HostExtInfo.cfg, i see that the template (named 'linux') is always present: $ more HostExtInfo.cfg ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for Host ## Generated Wed Jul 7 10:21:19 2004 ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtInfo ## Generated Wed Jul 7 10:21:19 2004 define hostextinfo { host_name aurore.cict.fr icon_image sun40.gif icon_image_alt Sun Server statusmap_image sun.gd2 } define hostextinfo { host_name gw1-mail.cict.fr icon_image_alt Mail Gateway 2d_coords 110,80 } define hostextinfo { host_name lambi.cict.fr icon_image_alt NIS Server 2d_coords 100.0,50.0 } define hostextinfo { use linux host_name ns2.cict.fr icon_image linux40.gif icon_image_alt ns2 statusmap_image linux40.png 2d_coords 10,15 } define hostextinfo { use linux host_name servmail.univ-tlse2.fr 2d_coords 40,30 } define hostextinfo { host_name telline.cict.fr icon_image hpux.png icon_image_alt HPUX Server statusmap_image hpux.gif 2d_coords 100,60 } define hostextinfo { host_name vae.cict.fr icon_image linux40.jpg icon_image_alt Linux Server statusmap_image linux40.png 2d_coords 50,10 } ## NagMIN Configuration File (/usr/local/nagmin-2.1.0/nagios/HostExtInfo.cfg) for HostExtTemplate ## Generated Wed Jul 7 10:21:19 2004 Jason Byrns wrote: >> I see my hosts in statusmap but when i want to use hostextinfo to add >> an image or coordinates, nothing happens. > > > You must add a line to your cgi.cfg file, to use extended host > information. It looks like this: > > xedtemplate_config_file=/etc/nagios/HostExtInfo.cfg > > The name of my cfg file is capitalized like that, since I also use > NagMIN to configure Nagios. > >> 2. I create a new gd2 image in /usr/local/nagios/share/images/logos : >> pngtogd2 sun40.png sun.gd2 0 1 >> When i wanted to choose this new image in the 'Statusmap Image' field >> of nagmin, i didn't see it. I realized the directory that took into >> account was /opt/webmin/nagmin/images/logos. Why?????? > > > Controlled through the NagMIN Module Config, I believe. (Go to NagMIN > through Webmin, then click "Module Config" in the upper-left corner.) > >> 4. Another problem with nagmin is that if i want to modify >> coordinates of one host for example, that don't works. When i click >> on 'save' button, nothing changes. > > > NagMIN changes must be verified and activated each time. Make changes > to your database, then click the "Verify" button at the top of the > main Database menu. If it verifies without warnings, next click the > "Activate" button to make your changes live. > >> 5. I have a question. Is it possible in status map that one host >> becomes red when a service becomes critical or yellow when it becomes >> in warning? > > > I thought it already did that. > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Wed Jul 7 11:16:48 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 11:16:48 +0200 Subject: timeouts from one machine and not another In-Reply-To: <20040706235705.GA85827@server1.gnuconsulting.com> References: <20040706235705.GA85827@server1.gnuconsulting.com> Message-ID: <40EBBF80.3090703@op5.se> David Bishop wrote: > I have two nagios servers checking basically the same machines (we don't > need no stinking failover). However, from one machine (A), I get a lot of > time-out errors on certain machines (it times out when checking smtp and > ftp) and on the other, I don't. If I try it from the command-line (just > telnetting to the ports), it hangs for a long time (long being greater > than 10 seconds) but finally connects. However, connecting to the same > machine from B, it's instantaneous. Normally I'd suspect the network > connection between the two machines (client and A), but a reverse > connection works very quickly (connecting to A's smtp port), and they > are both on underutilized 1.5Mb lines. A client of ours had this problem because of an overloaded router that was supposed to send a NEXT_HOP but couldn't always manage the load. When the traffic went the other way, the overloaded router was never in the picture and connections worked beautifully every time (that had us scratching our heads for quite some time). Another thing that can cause this is NIC-setting autodetection. Some not-so-nice switches and OS's try to renegotiate ethernet settings (duplex and speed). This normally causes the interface on both switch and server to go dormant until the negotiation is complete. > Ping time between them (either > way) averages slightly over 100ms. The only real difference that I can > think of between A and B is that A is running FreeBSD 5.2.1 and B is > Debian/Sid. The clients are all also running Debian (if that matters). > It shouldn't really. FreeBSD has a legacy of perfectly working IP stack, so the problem is most likely in the network. > Help, please :-( > Things to check for; Are the timeouts happening only during certain hours, and in that case when, and what else is happening during those hours (backups, people at work, lots of web-/ftp-server hits)? Things to try; Switch places and Nagios-configuration on the two machines. If A still fumbles you know the problem resides on the server. If B fumbles, it's in the network. > D.A.Bishop > -- Sourcerrer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Wed Jul 7 11:20:44 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 11:20:44 +0200 Subject: RFE Can hyperlinks be added to comments (if they can't already). In-Reply-To: <20040707100254.A78118@IPAustralia.Gov.AU> References: <20040707100254.A78118@IPAustralia.Gov.AU> Message-ID: <40EBC06C.5060706@op5.se> Stanley Hopcroft wrote: > Dear Ladies and Gentlemen, > > Is it possible to add a hyperlink to a comment with Nag 1.x ? > > Trying to do so results in the CGI echoing the unrendered HTML eg > > Wed Jul 07 09:44:19 EXTERNAL COMMAND: ADD_SVC_COMMENT;asterix;COMS > ad-hoc check;1;Stanley Hopcroft;foo sez a > href='http://foo_host/cgi-bin/coms_graph_deltas?INT=-2h'graph/a > > and for good reason since the , and tags are stripped. > > Presumably this is because the '<' and '>' chars are stripped from user > input for security reasons. > > Having a link in a comment may be useful - particuarly an > acknowledgement - to take the CGI user directly to an associated > > . a request/'trouble ticket' (from RT for example) > > . a change management page > > Is there any sensible and safe way of doing this ? > Yes. Install Mozilla Firefox and download the extension 'plaintext hyperlinks'. Then you can enter your links as such 'http://foo.whatever.com', and Mozilla will recognize it. > Removing the '<' and '>' from the list of chars that will stripped from > user input doesn't sound a good idea. The only thing that comes to mind > is a primitive address tag recogniser in the comment handling code. > Could be a good thing, so long as it's added on the display end of the comment-code. -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Wed Jul 7 12:01:52 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 12:01:52 +0200 Subject: nagios execution of notify commands, debugging the exact command being run In-Reply-To: <1089186386.32006.316.camel@scion.vsl.com.au> References: <1089186386.32006.316.camel@scion.vsl.com.au> Message-ID: <40EBCA10.6010306@op5.se> Duncan Robertson wrote: > Hi, > > We are running nagios and it is all working quite well, except some (but > not all) sms notifications are not sent (though the log says they are). > We are using sms_client as the sending mechanism, and it works quite > well run from command line as nagios user. I suspect it is the generated > alert string being fed to it is something it doesn't like for one class > of machines - > > - but is there a way to turn on the logging so I can see the exact > command being executed on notify so I can debug it? > > My usual way of solving this (strace) doesnt want to play, for some > reason strace doesnt want to latch onto the nagios process either. This > is on redhat 9, nagios 1.2 (from DAG rpm). > For nagios; Run 'strace -f' to have it follow the children spawned by fork() instead of exiting with the parent process. How do you run it with sms_client? -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Wed Jul 7 13:05:17 2004 From: pla at softflare.com (Paul L. Allen) Date: Wed, 07 Jul 2004 12:05:17 +0100 Subject: Perl module for log parsing In-Reply-To: <20040707161759.E78118@IPAustralia.Gov.AU> References: <20040707161759.E78118@IPAustralia.Gov.AU> Message-ID: <20040707110517.13773.qmail@minnow.softflare.net> Stanley Hopcroft writes: > CSV is pretty good TSV is better, because there is a MIME type for it. You may not want to make the output available via a web browser, but using TSV rather than CSV means that you could if you wanted. Note that neither TSV nor CSV have any standardized way of handling embedded carriage returns. In fact, Microsoft Outhouse allows carriage returns in data fields in its address book and includes those carriage returns if you export the address book in TSV or CSV format - the only problem is that Outhouse cannot import [TC]SV files that have embedded carriage returns. Did I say Outhouse? I meant Outlook. Or maybe I was right the first time, and it's a crude repository for excrement... -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mshirley at gmail.com Wed Jul 7 14:16:12 2004 From: mshirley at gmail.com (Mark Shirley) Date: Wed, 7 Jul 2004 08:16:12 -0400 Subject: front end management tool In-Reply-To: <20040706175450.62124.qmail@restricted.dyndns.org> References: <20040630050013.73452.qmail@restricted.dyndns.org> <40E2DAB6.1010005@cict.fr> <20040630174319.30194.qmail@restricted.dyndns.org> <40E3DF8C.4010501@cict.fr> <20040701161937.30474.qmail@restricted.dyndns.org> <20040706175450.62124.qmail@restricted.dyndns.org> Message-ID: you can do anything with nagmin as you can with configs in my experiance. instead of editing a text file to create a custom check you create a database field. On Tue, 06 Jul 2004 12:54:50 -0500, Neil wrote: > Hi Mark, > > Another question. I do a lot of customization to checks and vi allows me to > be very flexible. The limit I have when writing my own custom checks is what > my brain can imagine. So, can I also be very flexible with Nagmin? > > Thanks. :) > > Neil > > > > > Mark Shirley writes: > > > the use of the mysql database is a nagmin requirement not a nagios requirement. > > > > nagmin takes an existing set of config files and creates a database > > based on that. at that point you use the gui interface to make > > changes to the mysql database. when you want the changes to take > > effect you run a "verification" where it dumps the data from the > > database into temporary config files and then tells nagios to do a -v > > startup. if that is sucsessful you then "activate" it where by it > > does the same thing of dumping the mysql database into config files > > and then it starts nagios normally. this particular setup is > > excellent if for some reason you try it and don't like it you can > > always go back to using a simple text configs. > > > > nagmin does NOT require your nagios to be built with mysql since > > nagmin deals directly with nagios's config files. i currently use > > nagmin because of the pure number of hosts and services. not to > > mention the other people that i interact with must be able to > > add/remove/change host and service records without having to edit > > config files manually. the major downside to nagmin is that you can't > > EASILY go back and forth from nagmin to console config. it's one or > > the other because if you make a change to the temp config files the > > changes will not be inserted into the mysql database and will be > > overwritten the next time you do an verification or activation. > > > > in comparison to the other options i found nagmin to be the best and > > most stable for my enviroment. > > > > > > > > > > On Thu, 01 Jul 2004 11:19:37 -0500, Neil > > wrote: > >> Ok, IIRC, support to database is going to be dropped in version 2 of Nagios > >> > >> > >> > >> carole verdon writes: > >> > >> > In first, to use Nagmin, Nagios must built with mysql database support. > >> > > >> > That it was my case. Then, Nagmin use existings config files to build its > >> > own files. > >> > > >> > Neil wrote: > >> > > >> >> Hi Carole, > >> >> What if I already have existing running nagios, how does it take care of > >> >> my existings configs? > >> >> YOu know what, I should try it :) > >> >> carole verdon writes: > >> >> > >> >>> I use Nagmin to manage the configuration of nagios. Nagmin don't create > >> >>> temporary config files. It extract informations of tables of mysql > >> >>> database to put them in flat config files so that nagios can read them. > >> >>> I am satisfied for this product. > >> >>> You can find others answers in mailing list or on > >> >>> http://nagmin.sourceforge.net/ > >> >>> Carole. > >> >>> Neil wrote: > >> >>> > >> >>>> Hey guys, > >> >>>> I know in nagios website, extras, there are links to front end for > >> >>>> managing nagios. Currently, I am a unix console fanatic. :) I'm used to > >> >>>> it and it's no problem to me. I would like to seek your experience on > >> >>>> which front end web based application you really did like and was easy > >> >>>> to use. I am looking into something wherein it will be easy for us to > >> >>>> create hosts, services, contacts and so on. I tried Nagmin, Nagat but > >> >>>> if I remember correctly, it creates a temporary config file which will > >> >>>> be used for test run. It's nice but really messes up my configs :( > >> >>>> Anyways, please reply as to what webbased nagios management tool you > >> >>>> are using and that you're very happy about it. > >> >>>> Thanks. > >> >>>> Neil > >> >>>> > >> >>>> ------------------------------------------------------- > >> >>>> This SF.Net email sponsored by Black Hat Briefings & Training. > >> >>>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >> >>>> self defense, top technical experts, no vendor pitches, unmatched > >> >>>> networking opportunities. Visit www.blackhat.com > >> >>>> _______________________________________________ > >> >>>> Nagios-users mailing list > >> >>>> Nagios-users at 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 > >> >>>> > >> >>> > >> >>> -- > >> >>> ********************************** > >> >>> VERDON Carole > >> >>> Ing?nieur Syst?me > >> >>> CICT - Universit? Paul Sabatier > >> >>> 118, route de Narbonne > >> >>> 31062 Toulouse Cedex > >> >>> T?l.: 05.61.36.60.44 > >> >>> Fax: 05.61.52.14.58 > >> >>> Mail: verdon at cict.fr > >> >>> ********************************** > >> >>> > >> >>> > >> >>> ------------------------------------------------------- > >> >>> This SF.Net email sponsored by Black Hat Briefings & Training. > >> >>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >> >>> self defense, top technical experts, no vendor pitches, unmatched > >> >>> networking opportunities. Visit www.blackhat.com > >> >>> _______________________________________________ > >> >>> Nagios-users mailing list > >> >>> Nagios-users at 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 > >> >> > >> >> > >> >> > >> >> > >> >> ------------------------------------------------------- > >> >> This SF.Net email sponsored by Black Hat Briefings & Training. > >> >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >> >> self defense, top technical experts, no vendor pitches, unmatched > >> >> networking opportunities. Visit www.blackhat.com > >> >> _______________________________________________ > >> >> Nagios-users mailing list > >> >> Nagios-users at 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 > >> >> > >> >> > >> > > >> > -- > >> > ********************************** > >> > VERDON Carole > >> > Ing?nieur Syst?me > >> > CICT - Universit? Paul Sabatier > >> > 118, route de Narbonne > >> > 31062 Toulouse Cedex > >> > T?l.: 05.61.36.60.44 > >> > Fax: 05.61.52.14.58 > >> > Mail: verdon at cict.fr > >> > ********************************** > >> > > >> > > >> > >> ------------------------------------------------------- > >> This SF.Net email sponsored by Black Hat Briefings & Training. > >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > >> digital self defense, top technical experts, no vendor pitches, > >> unmatched networking opportunities. Visit www.blackhat.com > >> _______________________________________________ > >> Nagios-users mailing list > >> Nagios-users at 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 > >> > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Wed Jul 7 14:38:00 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Wed, 07 Jul 2004 05:38:00 -0700 Subject: The Nagios: Reloaded (Rewriting Nagios) In-Reply-To: <2C62A73C-CFC1-11D8-ADCF-003065A9024A@ish.com.au> References: <40EB56E1.3030606@gurugeek.com> <2C62A73C-CFC1-11D8-ADCF-003065A9024A@ish.com.au> Message-ID: <40EBEEA8.5030909@gurugeek.com> Controlled by one company? Perhaps I should point out that C# is an ECMA standard: http://msdn.microsoft.com/net/ecma/ C# is as controlled by one company as C is. As far as bugs go, it's harder to accidentally write bugs into your code with C# vs C. C# is a much more easily maintained language, tracking down bugs when they occur is much easier because of things like exceptions instead of good ol' segfaults. The nagios.cfg as an XML file would be just fine IMHO, there's not that much that you configure and you really hardly ever change it. Hosts.cfg and services, extinfo, etc should definitely be in a DB, which I've planned. Jeff Aristedes Maniatis wrote: > On 07/07/2004, at 11:50 AM, Jeff Rodriguez wrote: > >> * Rewrite in C# for all the reasons one would use a managed >> language, Linux boxen will use Mono of course! > > > I am unclear how it helps to take a solid working tool written in an > open language and rewrite it in a language controlled by one company, > introduce a whole new set of bugs. > > Wouldn't you be better directing your energy toward improving the > existing product? > >> * Use XML files for main configuration to ease the creation of >> configuration tools. > > > Please no. XML files are a pain to edit by hand and configuration > tools are really unnecessary to edit a simple file like nagios.cfg. If > you mean files like hosts.cfg, then perhaps you should contribute > toward the work to get those back into an SQL database (as I > understand that SQL support has been dropped in version 2). > > Ari Maniatis > > > --------------------------> > ish group pty ltd > http://www.ish.com.au > 7 Darghan St Glebe 2037 Australia > phone +61 2 9660 1400 fax +61 2 9660 7400 > PGP fingerprint 08 57 20 4B 80 69 59 E2 A9 BF 2D 48 C2 20 0C C8 > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self defense, top technical experts, no vendor pitches, unmatched > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From matt.burleigh at eiisolutions.net Wed Jul 7 14:38:36 2004 From: matt.burleigh at eiisolutions.net (Matt Burleigh) Date: Wed, 07 Jul 2004 08:38:36 -0400 Subject: PING WARNING - DUPLICATES FOUND! Message-ID: <40EBEECC.3040804@eiisolutions.net> What does this mean? "PING WARNING - DUPLICATES FOUND!" -- Matt Burleigh Senior Systems Engineer Enterprise Integration, Inc. eiisolutions.com 703.236.0790 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Wed Jul 7 14:46:50 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Wed, 07 Jul 2004 05:46:50 -0700 Subject: The Nagios: Reloaded (Rewriting Nagios) In-Reply-To: References: Message-ID: <40EBF0BA.606@gurugeek.com> Of course, it would be rather asinine of me to not do so :) I think I'd have a little problem getting a patent on a "distributed monitoring system" though :) Our current monitoring box runs tests against 400+ hosts, 2700+ services, and runs over 1000 checks/minute. The company I work for is in the top 500 fastest growing companies in the world. At our current pace, we NEED to be distributed. You don't need a multiproc box to run a multithreaded app, it just helps. The threading is mostly for sanity, it's much easier to split up code into threads. It's not a lack of tools to setup the Nagios configuration, the Nagios configuration is inherently lacking in that it's not database driven to begin with. Read http://www.ondotnet.com/pub/a/dotnet/2003/03/03/mcppp2.html for a description of managed code. GPL? No, I prefer BSD. Jeff Kerry Milestone wrote: >Will you forever mention on your new website with its new trademark that the ideas and inspiration came from Nagios? Will you follow the usual Microsoft standard and claim a patent for the new technology of remotely polling devices through an integrated distributed monitoring system? What do you intend the monitoring box to be doing to require extensive multi-processor computing? Have you come across Nagmin? (its very useful) What exactly is a managed language? Will it be GPL? > >Just a few thoughts about things. > > > > >________________________________ > >Kerry Milestone, >Network Engineer. > > > > >________________________________ >1 , 0.... my two bits. > > >-----Original Message----- >From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Jeff Rodriguez >Sent: Wednesday, 7 July 2004 1:50 p.m. >To: nagios-users at lists.sourceforge.net >Subject: [Nagios-users] The Nagios: Reloaded (Rewriting Nagios) > >I'm working on rewriting Nagios in C# and I'm looking for input as to >what people would like to see in Nagios if it was rewritten from the >ground up. > >Features I intend to add: > > * Rewrite in C# for all the reasons one would use a managed > language, Linux boxen will use Mono of course! > * Design Nagios to be distributed from the get-go. > * Use XML files for main configuration to ease the creation of > configuration tools. > * Use a SQLite database back end for object configuration > * Use a SQLite database for user access configuration > * Portability through C# and our friends at Mono > * Create web services for getting the status of services and > allowing services to report in. > * Multi-threaded to simplify program code and speed the program up > on multi-processor systems. > * Integrate RRDtool for performance reporting without need for a > plug in. > * More well-defined reporting tools. > >Now I'll end up writing this whether or not people help, and whether or >not it gets used because I'm going to use it myself. Obviously I want to >get mind share on this project and see what other features people would >like to see in this rewrite. I will also be releasing it under a new >name which I am working on getting domains and possibly a trademark for. > >What are other's thoughts and suggestions? > >Jeff > > >------------------------------------------------------- >This SF.Net email sponsored by Black Hat Briefings & Training. >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >digital self defense, top technical experts, no vendor pitches, >unmatched networking opportunities. Visit www.blackhat.com >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From m.borsani at it.net Wed Jul 7 15:05:06 2004 From: m.borsani at it.net (Marco Borsani) Date: Wed, 7 Jul 2004 15:05:06 +0200 Subject: R: PING WARNING - DUPLICATES FOUND! In-Reply-To: <40EBEECC.3040804@eiisolutions.net> References: <40EBEECC.3040804@eiisolutions.net> Message-ID: Probably that more than one host have same ipaddress....it is no good for your network! -----Messaggio originale----- Da: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Per conto di Matt Burleigh Inviato: mercoledi 7 luglio 2004 14.39 A: nagios-users at lists.sourceforge.net Oggetto: [Nagios-users] PING WARNING - DUPLICATES FOUND! What does this mean? "PING WARNING - DUPLICATES FOUND!" -- Matt Burleigh Senior Systems Engineer Enterprise Integration, Inc. eiisolutions.com 703.236.0790 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ric at nkn.net Wed Jul 7 15:11:49 2004 From: ric at nkn.net (Ric Moseley) Date: Wed, 7 Jul 2004 08:11:49 -0500 Subject: check_snmp on a cisco In-Reply-To: <20040706235705.GA85827@server1.gnuconsulting.com> References: <20040706235705.GA85827@server1.gnuconsulting.com> Message-ID: I have looked around but not really found anything on the forums or mainling lists. Does anyone have an example of using check_snmp to get the CPU readings off of a Cisco device? Thanks. Ric. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Edwin_Zoeller at ama-assn.org Wed Jul 7 15:19:11 2004 From: Edwin_Zoeller at ama-assn.org (Edwin Zoeller) Date: Wed, 07 Jul 2004 08:19:11 -0500 Subject: Informix Message-ID: Does anyone have a script to monitor Informix databases? Or can shed some light on how you are doing DB monitoring. Thanks, Ed Zoeller ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Wed Jul 7 15:28:31 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Wed, 7 Jul 2004 09:28:31 -0400 Subject: PING WARNING - DUPLICATES FOUND! Message-ID: It probably means that your machine received more than one (could be two, three, or even more) ICMP echo reply packets for each echo request. Can happen if two machines are configured on the same IP, if you're pinging a broadcast IP, or if you're using really ancient equipment, pinging the network IP. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 > -----Original Message----- > From: Matt Burleigh [mailto:matt.burleigh at eiisolutions.net] > Sent: Wednesday, July 07, 2004 8:39 AM > To: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] PING WARNING - DUPLICATES FOUND! > > > What does this mean? "PING WARNING - DUPLICATES FOUND!" > > -- > Matt Burleigh > Senior Systems Engineer > Enterprise Integration, Inc. > eiisolutions.com > 703.236.0790 > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & > Training. Attend Black Hat Briefings & Training, Las Vegas > July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From matt.burleigh at eiisolutions.net Wed Jul 7 15:46:48 2004 From: matt.burleigh at eiisolutions.net (Matt Burleigh) Date: Wed, 07 Jul 2004 09:46:48 -0400 Subject: PING WARNING - DUPLICATES FOUND! In-Reply-To: References: Message-ID: <40EBFEC8.1010907@eiisolutions.net> Robert Nelson wrote: >It probably means that your machine received more than one (could be >two, three, or even more) ICMP echo reply packets for each echo request. >Can happen if two machines are configured on the same IP, if you're >pinging a broadcast IP, or if you're using really ancient equipment, >pinging the network IP. > > Thats what I thought but it sure doesn't make sense. The hosts that triggered this are direct-jet printers, three different kinds with static IPs. I've had Nagios running for about a week and this morning was the first time I've seen this alert. Happened for about half hour and I've not seen the alert since... -- Matt Burleigh Senior Systems Engineer Enterprise Integration, Inc. eiisolutions.com 703.236.0790 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Wed Jul 7 15:51:35 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 15:51:35 +0200 Subject: PING WARNING - DUPLICATES FOUND! In-Reply-To: <40EBEECC.3040804@eiisolutions.net> References: <40EBEECC.3040804@eiisolutions.net> Message-ID: <40EBFFE7.2090208@op5.se> Matt Burleigh wrote: > What does this mean? "PING WARNING - DUPLICATES FOUND!" > Essentially that the ping program receives two or more PONG's for a PING. This can happen if any (or in some cases several) of the following requirements are met; There are two nodes with the same IP-address on the network. The IP stack of the target host is broken. The IP stack of the pinging host is broken. The ping program is broken, and fails to add a proper identifier and sequence numbers to its packets (this can happen if it uses /dev/random as source for its entropy, reads it in non-blocking mode and the system is fresh out of chaos). A switch or router has been set to forward all traffic to the interface you've put your nagios-server at, and it's not clever enough (i.e. broken) to not re-send traffic that's already destined for that very interface or if you have several NIC's on the monitoring server and you've separated the IP space logically but not physically (i.e. both cards connect to the same switch but on different subnets so the traffic bound for one interface reaches both through the packet propagation interface on the switch, while ping listens on both for responses). I'm sure there's something I've forgotten, but AFAIR it was really obscure (as opposed to the everyday issues above ;-) ). -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From matt.burleigh at eiisolutions.net Wed Jul 7 15:49:32 2004 From: matt.burleigh at eiisolutions.net (Matt Burleigh) Date: Wed, 07 Jul 2004 09:49:32 -0400 Subject: PING RTA? Message-ID: <40EBFF6C.1060208@eiisolutions.net> What does the RTA mean? Is this return trip average? And is the threshold tuneable somewhere? -- Matt Burleigh Senior Systems Engineer Enterprise Integration, Inc. eiisolutions.com 703.236.0790 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From agrajag at dragaera.net Wed Jul 7 15:50:04 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Wed, 07 Jul 2004 09:50:04 -0400 Subject: The Nagios: Reloaded (Rewriting Nagios) In-Reply-To: <40EB56E1.3030606@gurugeek.com> References: <40EB56E1.3030606@gurugeek.com> Message-ID: <1089208204.4403.6.camel@pel> On Tue, 2004-07-06 at 21:50, Jeff Rodriguez wrote: > I'm working on rewriting Nagios in C# and I'm looking for input as to > what people would like to see in Nagios if it was rewritten from the > ground up. > > Features I intend to add: > > * Rewrite in C# for all the reasons one would use a managed > language, Linux boxen will use Mono of course! I suppose now is a good time to mention that mono is patent-encumbered. MS have given an unwritten promise not to sue. I wouldn't trust them. Read here for more info: http://www.gnome.org/~seth/blog/mono ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From matt.burleigh at eiisolutions.net Wed Jul 7 15:56:48 2004 From: matt.burleigh at eiisolutions.net (Matt Burleigh) Date: Wed, 07 Jul 2004 09:56:48 -0400 Subject: PING WARNING - DUPLICATES FOUND! In-Reply-To: <20040707134950.GB1261@tufnell.lon1.poggs.net> References: <40EBEECC.3040804@eiisolutions.net> <20040707134950.GB1261@tufnell.lon1.poggs.net> Message-ID: <40EC011F.1010404@eiisolutions.net> Peter Hicks wrote: > On Wed, Jul 07, 2004 at 08:38:36AM -0400, Matt Burleigh wrote: > > > >> What does this mean? "PING WARNING - DUPLICATES FOUND!" >> > > > What's this been generated from? fping? Is it possible another IP > address > is responding...? > > It was generated from "check_ping". Its almost impossible for the another host to have been assigned this IP. Its outside the DHCP range on that subnet and the hosts that are being checked are directjet's on three different kinds of HP printers (a LJ9000, CLJ5500, and a DJ800). I'm really scratching my head on this... The check_ping command options are "check_ping!100.0,20%!500.0,60%". -- Matt Burleigh Senior Systems Engineer Enterprise Integration, Inc. eiisolutions.com 703.236.0790 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From matt.burleigh at eiisolutions.net Wed Jul 7 16:21:59 2004 From: matt.burleigh at eiisolutions.net (Matt Burleigh) Date: Wed, 07 Jul 2004 10:21:59 -0400 Subject: Ang: PING WARNING - DUPLICATES FOUND! In-Reply-To: References: Message-ID: <40EC0707.6050807@eiisolutions.net> Stefan Hanssen wrote: >Jeg har for tiden ferie. Er tilbake mandag 2 august. > > Huh? ;-) -- Matt Burleigh Senior Systems Engineer Enterprise Integration, Inc. eiisolutions.com 703.236.0790 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From krcalhoo at mtu.edu Wed Jul 7 16:37:21 2004 From: krcalhoo at mtu.edu (kevin) Date: Wed, 07 Jul 2004 10:37:21 -0400 Subject: check_snmp on a cisco In-Reply-To: References: Message-ID: <40EC0AA1.3070001@mtu.edu> Ric Moseley wrote: > I have looked around but not really found anything on the forums or mainling > lists. Does anyone have an example of using check_snmp to get the CPU > readings off of a Cisco device? Here is a plugin that I wrote based of Adrian Wieczorek check_traffic work. You might need to remove the rrd lib references if you don't have them already installed and don't want it to automatically generate an rrd database. Also, you will want to check the paths in it before running it. Other than that it should be fairly simple to get running. Kevin Calhoon -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: check_cisco_cpu URL: From rms at sibs.pt Wed Jul 7 16:28:16 2004 From: rms at sibs.pt (Rui Miguel Seabra) Date: Wed, 07 Jul 2004 15:28:16 +0100 Subject: The Nagios: Reloaded (Rewriting Nagios) In-Reply-To: <40EBEEA8.5030909@gurugeek.com> References: <40EB56E1.3030606@gurugeek.com> <2C62A73C-CFC1-11D8-ADCF-003065A9024A@ish.com.au> <40EBEEA8.5030909@gurugeek.com> Message-ID: <1089210496.22980.54.camel@roque> On Wed, 2004-07-07 at 05:38 -0700, Jeff Rodriguez wrote: > Controlled by one company? Perhaps I should point out that C# is an ECMA > standard: http://msdn.microsoft.com/net/ecma/ C# is as controlled by one > company as C is. > > As far as bugs go, it's harder to accidentally write bugs into your code > with C# vs C. C# is a much more easily maintained language, tracking > down bugs when they occur is much easier because of things like > exceptions instead of good ol' segfaults. Then by all means, if you think so much of it do write a monitoring clone by yourself. I for one will never touch it. And not exactly because of all the dubious licensing problems (some parts are ECMA, some parts are patented, and we've not even started talking about submarine patents yet... like those that hit GIF, JPEG, etc...) It's overkill for an application that should be very small and simple. > The nagios.cfg as an XML file would be just fine IMHO, there's not that > much that you configure and you really hardly ever change it. Hosts.cfg > and services, extinfo, etc should definitely be in a DB, which I've planned. It would only increase in size by several orders of magnitude, without real advantages other than relying on a library to parse. Rui -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From ae at op5.se Wed Jul 7 16:47:18 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 16:47:18 +0200 Subject: The Nagios: Reloaded (Rewriting Nagios) In-Reply-To: <40EBEEA8.5030909@gurugeek.com> References: <40EB56E1.3030606@gurugeek.com> <2C62A73C-CFC1-11D8-ADCF-003065A9024A@ish.com.au> <40EBEEA8.5030909@gurugeek.com> Message-ID: <40EC0CF6.9020509@op5.se> Jeff Rodriguez wrote: > Controlled by one company? Perhaps I should point out that C# is an ECMA > standard: http://msdn.microsoft.com/net/ecma/ C# is as controlled by one > company as C is. > Yup. Believe the MS website. That's what I would do. The specifications documents for C# were written by Microsoft, HP and Intel. Mainly Mother Theresa kind of companies so they're probably just out to save the world and not a bit interested in making money. > As far as bugs go, it's harder to accidentally write bugs into your code > with C# vs C. "Nothing is foolproof, because fools are so ingenious." Bad code is bad code, independant of the programming language. Besides, the debugging utils for C# doesn't exactly make me cheer. > C# is a much more easily maintained language, tracking > down bugs when they occur is much easier because of things like > exceptions instead of good ol' segfaults. > Actually, the unix sighandling system lets you trap sigsegv (and any other signal with exception of SIGKILL, unless the pid is 1) and do whatever you like with it, so writing your own exception-handling routine won't be a problem at all. The issue with that is that it adds mostly unnecessary code that slows execution down and bloats the program. Since C is the de facto language of choice for a plethora of operating systems, slowdowns in the language itself is simply unacceptable. > The nagios.cfg as an XML file would be just fine IMHO, there's not that > much that you configure and you really hardly ever change it. But why? If you want people to USE your program you should go with the template-based format that exists today, instead of having to design tools to convert the files from the existing, familiar format to XML (which is terribly cumbersome to edit manually). The config-frontend won't be there from the start you know. > Hosts.cfg > and services, extinfo, etc should definitely be in a DB, which I've > planned. > It has been thought of, implemented and discarded. > Jeff > I seriously think you will have minimal to no success with this project because of the following reasons in no particular order; * It requires Unix-users to install Mono. * MS has had nothing to do with Mono (it was Novell's initiative), so they are likely to do with C# what they did to the once source-portable C, namely write their own extensions which are highly platform dependant and most likely necessary to give the language any real value in an attempt to lure opensource-developers to work with MS platforms. * Mono had its first claimed-to-be stable release one week ago (June 30th 2004). * Mono offers little real value to unix-systems (MS-controlled .NET framework), so it's not very likely to catch on in a terrible hurry. * Reinventing the wheel when it's already working is just plain dumb. > Aristedes Maniatis wrote: > >> On 07/07/2004, at 11:50 AM, Jeff Rodriguez wrote: >> >>> * Rewrite in C# for all the reasons one would use a managed >>> language, Linux boxen will use Mono of course! >> >> >> >> I am unclear how it helps to take a solid working tool written in an >> open language and rewrite it in a language controlled by one company, >> introduce a whole new set of bugs. >> >> Wouldn't you be better directing your energy toward improving the >> existing product? >> >>> * Use XML files for main configuration to ease the creation of >>> configuration tools. >> >> >> >> Please no. XML files are a pain to edit by hand and configuration >> tools are really unnecessary to edit a simple file like nagios.cfg. If >> you mean files like hosts.cfg, then perhaps you should contribute >> toward the work to get those back into an SQL database (as I >> understand that SQL support has been dropped in version 2). >> >> Ari Maniatis >> >> -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ph at whatever.nu Wed Jul 7 16:58:31 2004 From: ph at whatever.nu (Per-Henrik Persson) Date: Wed, 7 Jul 2004 16:58:31 +0200 Subject: Adding host commands Message-ID: <20040707145831.GB18940@whatever.nu> Hi! I want to add some admin commands to the host commands list (like reboot server) for certain hosts. Is there an easy way or do I have to modify the source code? I have searched the list achives without success. Thanks in advance, PH -- Per-Henrik Persson epost: ph at whatever.nu telefon: 0703-68 53 86 hemsida: www.whatever.nu ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From agrajag at dragaera.net Wed Jul 7 16:56:06 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Wed, 07 Jul 2004 10:56:06 -0400 Subject: PING WARNING - DUPLICATES FOUND! In-Reply-To: <40EC011F.1010404@eiisolutions.net> References: <40EBEECC.3040804@eiisolutions.net> <20040707134950.GB1261@tufnell.lon1.poggs.net> <40EC011F.1010404@eiisolutions.net> Message-ID: <1089212165.4403.14.camel@pel> On Wed, 2004-07-07 at 09:56, Matt Burleigh wrote: > Peter Hicks wrote: > > > On Wed, Jul 07, 2004 at 08:38:36AM -0400, Matt Burleigh wrote: > > > > > > > >> What does this mean? "PING WARNING - DUPLICATES FOUND!" > >> > > > > > > What's this been generated from? fping? Is it possible another IP > > address > > is responding...? > > > > > It was generated from "check_ping". Its almost impossible for the > another host to have been assigned this IP. Its outside the DHCP range > on that subnet and the hosts that are being checked are directjet's on > three different kinds of HP printers (a LJ9000, CLJ5500, and a DJ800). > I'm really scratching my head on this... There are a dozen reasons two hosts could have the same IP, and most of them don't deal with DHCP. Someone could have brought up and old host that used to have the IP, or someone could have been fooling around with their own IP settings for a minute or two. The DHCP server could have goofed. And even the router (if there is one) between you and the printers could have goofed. And someone could have hooked up a personal laptop and just stolen the printer IP, hoping no one would notice. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Wed Jul 7 16:57:52 2004 From: verdon at cict.fr (carole verdon) Date: Wed, 07 Jul 2004 16:57:52 +0200 Subject: Nagios unknow all defines on configuration file In-Reply-To: <001701c463ee$df0353c0$668610ac@pi21> References: <001701c463ee$df0353c0$668610ac@pi21> Message-ID: <40EC0F70.1080906@cict.fr> Is well this command which you executed? /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Truong Tan Son wrote: >Dear Sir, > >I renamed all files /usr/local/nagios/etc/.cfg-sample into >/usr/local/nagios/etc/.cfg, and run >#/usr/local/nagios/bin.nagios -v /usr/local/nagios/etc/.cfg > >Nagios unknow all defines on configuration file (keywords, directives, ...). > >( My server is RedHat 7.3, I configured with default setting without >errors ) > >Please help me to solve. > >Thanks, > > > > >------------------------------------------------------- >This SF.Net email sponsored by Black Hat Briefings & Training. >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >digital self defense, top technical experts, no vendor pitches, >unmatched networking opportunities. Visit www.blackhat.com >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mgrafing at voyence.com Wed Jul 7 16:58:08 2004 From: mgrafing at voyence.com (Mark Grafing) Date: Wed, 7 Jul 2004 09:58:08 -0500 Subject: check_snmp on a cisco Message-ID: <3AE153EDD5CA7B4CBA26FCDA1CBA64782BAF30@hermes.internal.powerupnetworks.com> This is for checking CPU usage on a Concentrator 3005 so you may need to change OID.... For the Service I created this: define service { host_name VPN_Router service_description CPU Utilization check_command check_vpn_cpu!community_string!50!75 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 check_period 24x7 notification_interval 15 notification_period 24x7 notification_options u,c,r contact_groups router-admins } For the checkcommand.cfg I created this: # 'check_vpn_cpu' command definition define command{ command_name check_vpn_cpu command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o .1.3.6.1.4.1.3076.2.1.2.25.1.2.0 -w $ARG2$ -c $ARG3$ -l "CPU Utilization" -u "%" -m : } Hope this helps! Mark Grafing RHCE #:809003165808980 -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Ric Moseley Sent: Wednesday, July 07, 2004 8:12 AM To: Nagios-users at lists.sourceforge.net Subject: [Nagios-users] check_snmp on a cisco I have looked around but not really found anything on the forums or mainling lists. Does anyone have an example of using check_snmp to get the CPU readings off of a Cisco device? Thanks. Ric. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Wed Jul 7 17:02:36 2004 From: pla at softflare.com (Paul L. Allen) Date: Wed, 07 Jul 2004 16:02:36 +0100 Subject: Ang: PING WARNING - DUPLICATES FOUND! In-Reply-To: <40EC0707.6050807@eiisolutions.net> References: <40EC0707.6050807@eiisolutions.net> Message-ID: <20040707150236.25942.qmail@minnow.softflare.net> Matt Burleigh writes: > Stefan Hanssen wrote: > >> Jeg har for tiden ferie. Er tilbake mandag 2 august. >> >> > Huh? ;-) Translation: "I am on holiday and I'm running a really crappy vacation auto-responder that is so stupid it responds to mailing lists. Please forgive me for being such an annoying idiot. You'll have to put up with this crap until the 2nd of August unless you killfile me, which is a very good idea." I may have taken one or two liberties with that. :) -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From greg_fenton at yahoo.com Wed Jul 7 17:05:51 2004 From: greg_fenton at yahoo.com (Greg Fenton) Date: Wed, 7 Jul 2004 08:05:51 -0700 (PDT) Subject: The Nagios: Reloaded (Rewriting Nagios) In-Reply-To: <40EB56E1.3030606@gurugeek.com> References: <40EB56E1.3030606@gurugeek.com> Message-ID: <20040707150551.31039.qmail@web52901.mail.yahoo.com> --- Jeff Rodriguez wrote: > I'm working on rewriting Nagios in C# and I'm looking for input as to > what people would like to see in Nagios if it was rewritten from the > ground up. First, why would you target C# instead of, say, Java? At least Java has a current production release on all platforms that Nagios targets...and on a number of platforms where C# isn't and likely won't be for quite some time. > Features I intend to add: > > * Rewrite in C# for all the reasons one would use a managed > language, Linux boxen will use Mono of course! I don't completely know what "all the reasons" are. Nagios is a systems-level application. Systems code should be written in a close-to-the-hardware language. I would not want an OS written in .NET nor Java (sorry to all the BlueBerry users out there...) And the fact that it is written in C should only be a concern to you if you are actually making modifications to the product. What changes have you been working on where C has been the "wrong" language to be using? > * Design Nagios to be distributed from the get-go. I'd need to get a better description as to what you mean by this. > * Use XML files for main configuration to ease the creation of > configuration tools. This, to me, is a red-herring. However, why not simply enhance Nagios to recognize both the "legacy" and your "new" formats? > * Use a SQLite database back end for object configuration > * Use a SQLite database for user access configuration I don't get this. You mention using C# for "all the reasons ...", but then you target a particular backend data repository??? Why would you not make it datastore agnostic? > * Portability through C# and our friends at Mono I'd want to see a fairly lengthy list of the classes you are planning on using to ensure that they are available to "all" of the .NET platforms...all 2 of them. > * Create web services for getting the status of services and > allowing services to report in. There is nothing stopping this from being done with the current architecture. In fact, you could even write this enhancement in .NET...or use something that wouldn't involve having to install an entire platform just to support an HTTP/XML request (smells like a Job For Perl to me!) > * Multi-threaded to simplify program code and speed the program > up > on multi-processor systems. Multi-threaded does ABSOLUTELY NOT simplify anything. Regardless of the programming environment. And multi-threaded does not in and of itself make a program more suitable/scalable in an SMP enviroment. > * Integrate RRDtool for performance reporting without need for a > plug in. I'd want more details on this. > * More well-defined reporting tools. Again, I don't see how this can't be accomplished with the current architecture. > I will also be releasing it under a new > name which I am working on getting domains and possibly a trademark > for. You are already thinking non-Free, so good luck to you. greg_fenton. ===== Greg Fenton greg_fenton at yahoo.com __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From james.kingston at gmail.com Wed Jul 7 17:04:38 2004 From: james.kingston at gmail.com (James Kingston) Date: Wed, 7 Jul 2004 08:04:38 -0700 Subject: Define our own macros In-Reply-To: References: Message-ID: <9d27c632040707080471f522e5@mail.gmail.com> To be honest, I don't see why you can't use servicedesc For example, you are using check_tcp to check for amanda on port 10080. You can set your servicedesc as "amanda", "amanda_on_10080", or "tcp_port_10080" If you must go to the source: the service struct is defined in objects.h, IIRC grab_service_macros() is in utils.c, and it is called immediately before every service notification. You can probably fill the information you would like to add into one of the $USERn$ macros, which come from the macro_user[] array originally defined in nagios.c Good luck. On Wed, 7 Jul 2004 16:28:09 +0200, Marco Borsani wrote: > > I did not miss his solution, as you can read in my first e-mail I already > know that possibility. > > As I wrote I can't follow that way so I have to find another one. > > I am tring to modify/add some informations given by nagios (macros?), > looking for source file and .h file...actually I don't find anything yet. > regards > > Marco > > -----Messaggio originale----- > Da: James Kingston [mailto:james.kingston at gmail.com] > Inviato: mercoledi 7 luglio 2004 16.21 > A: Marco Borsani > Oggetto: Re: [Nagios-users] Define our own macros > > I think you missed Andreas Ericsson's solution when you last asked > (pasted below): > > -------------------------------------------------------- > Marco Borsani wrote: > > Hi everybody ! > > > > I have following problem with my technicians. > > > > I have many check_tcp on same host. When CRITICAL messages arrive (via > > epager or via mail) the technicians can't see which ports have problems > > because the only information that they read is: > > "Socket timeout after 10 seconds" > > We have not the same problem when they receive OK messages because in that > > kind of messages NAGIOS write the port number: > > "TCP OK - 0.012 second response time on port 8080" > > > > Actually I can't modify "service name" (that could solve this problem > > putting the port number inside it!), have you got any idea about this > > situation? > > > > Just out of curiousity, why can't you change the service_description > variable? It's there for the sole purpose of identifying the service to > nagios AND the technicians. > > > Regards > > > > Marco > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tom.welsh at bt.com Wed Jul 7 17:12:11 2004 From: tom.welsh at bt.com (tom.welsh at bt.com) Date: Wed, 7 Jul 2004 16:12:11 +0100 Subject: The Nagios: Reloaded (Rewriting Nagios) Message-ID: <418B502A3861E242AFDED453F3D5B89CB667C0@i2km99-ukbr.domain1.systemhost.net> Hi All, I also note that this guy said he would be releasing the NEW Nagios(r) not under the GPL but under a BSD licence because he preferred it! Are you allowed to do that? Change licensing schemes I mean? I thought only the original author of the original work could change the licence model. But I may be wrong And you would obviously be changing the name as one of the reasons for Ethan moving from Netsaint to Nagios(r) was that he could trademark the name. Also on another point. I apologise for the nagios demo being down. I will be paying my hosting company tomorrow ( DOH!!) so hopefully it and the other squareBOX resources should be back up and running over the weekend. Apologies for any probs this may have caused. Cheers Tom Welsh -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Rui Miguel Seabra Sent: 07 July 2004 15:28 To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] The Nagios: Reloaded (Rewriting Nagios) On Wed, 2004-07-07 at 05:38 -0700, Jeff Rodriguez wrote: > Controlled by one company? Perhaps I should point out that C# is an ECMA > standard: http://msdn.microsoft.com/net/ecma/ C# is as controlled by one > company as C is. > > As far as bugs go, it's harder to accidentally write bugs into your code > with C# vs C. C# is a much more easily maintained language, tracking > down bugs when they occur is much easier because of things like > exceptions instead of good ol' segfaults. Then by all means, if you think so much of it do write a monitoring clone by yourself. I for one will never touch it. And not exactly because of all the dubious licensing problems (some parts are ECMA, some parts are patented, and we've not even started talking about submarine patents yet... like those that hit GIF, JPEG, etc...) It's overkill for an application that should be very small and simple. > The nagios.cfg as an XML file would be just fine IMHO, there's not that > much that you configure and you really hardly ever change it. Hosts.cfg > and services, extinfo, etc should definitely be in a DB, which I've planned. It would only increase in size by several orders of magnitude, without real advantages other than relying on a library to parse. Rui ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pdonahue at acmicorp.com Wed Jul 7 17:11:44 2004 From: pdonahue at acmicorp.com (Donahue, Pat) Date: Wed, 7 Jul 2004 11:11:44 -0400 Subject: Compiling With MySQL Support Message-ID: <32871003F0BDC84E99E69EB6E9AE3AB410F93B@HQ-MAIL> Hi, I'm having problems compiling with MySQL support. I've passed the appropriate flags to the compiler (note that the db was installed as a binary distribution): ./configure --with-mysql-xdata --with-mysql-lib=/usr/local/mysql/lib --with-mysql-inc=/usr/local/mysql/include I was getting this error: ../xdata/xrddb.c:41: mysql/mysql.h: No such file or directory so I copied the includes into a subdirectory named mysql within /usr/local/mysql/include. That took care of the missing header files. The next problem was that gcc couldn't seem to find the appropriate library files, even though I had specified them on the config command line. As you can see the library directory is specified with -L and the library itself is specified with -l. I tried removing these LDFLAGS and just simply specifying the path to the library.. still no luck. Here is the current error: # make all ... gcc -g -O2 -I/usr/local/mysql/include -DHAVE_CONFIG_H -DNSCORE -L/usr/local/mysql/lib -lmysqlclient nagios.c checks.o config.o commands.o flapping.o logging.o notifications.o sehandlers.o utils.o sretention.o ../xdata/xrddb.c ../common/comments.c ../xdata/xcddb.c ../common/objects.c ../xdata/xodtemplate.c ../common/statusdata.c ../xdata/xsddb.c perfdata.o ../xdata/xpddefault.c ../common/downtime.c ../xdata/xdddb.c -lm -o nagios /tmp/ccokJN8q.o: In function `xrddb_initialize': /usr/local/src/nagios-1.2/base/../xdata/xrddb.c:224: undefined reference to `mysql_init' /tmp/ccokJN8q.o: In function `xrddb_connect': /usr/local/src/nagios-1.2/base/../xdata/xrddb.c:286: undefined reference to `mysql_real_connect' /usr/local/src/nagios-1.2/base/../xdata/xrddb.c:256: undefined reference to `mysql_close' ... Why can't Nagios find the MySQL library? During config it even claims it can! # ./configure --with-mysql-lib=/usr/local/mysql/lib --with-mysql-inc=/usr/local/mysql/include --with-mysql-xdata ... We'll use MySQL database routines (in xdata/xsddb.*) for status data I/O... We'll use MySQL database routines (in xdata/xcddb.*) for comment data I/O... We'll use MySQL database routines (in xdata/xeddb.*) for extended data I/O... We'll use MySQL database routines (in xdata/xrddb.*) for retention data I/O... We'll use template-based routines (in xdata/xodtemplate.*) for object data I/O... We'll use default routines (in xdata/xpddefault.*) for performance data I/O... We'll use MySQL database routines (in xdata/xdddb.*) for scheduled downtime data I/O... checking for main in -lmysqlclient... yes MySQL library was found! Thanks in advance for the help, Pat -------------- next part -------------- An HTML attachment was scrubbed... URL: From tech at gnuconsulting.com Wed Jul 7 17:14:26 2004 From: tech at gnuconsulting.com (David Bishop) Date: Wed, 7 Jul 2004 09:14:26 -0600 Subject: check_dns on freebsd Message-ID: <20040707151426.GC85827@server1.gnuconsulting.com> I just discovered why check_dns was failing for me (this is unrelated to my other problem). On FreeBSD, /usr/sbin/nslookup needs a dash in front of the name of the dns server to use, otherwise it thinks that you are passing two names to look up instead of just one. For instance, by default check_dns constructs a command-line of /usr/sbin/nslookup . It should be /usr/sbin/nslookup -. Once I added the dash to the asprintf line where command_line is constructed, it worked great. I presume this needs to be wrapped in some sort of IFDEF FREEBSD, but I left that as an exercise for the maintainer :-) D.A.Bishop ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From eduardo.moura at telway.com.br Wed Jul 7 17:30:12 2004 From: eduardo.moura at telway.com.br (Eduardo Moura) Date: Wed, 7 Jul 2004 12:30:12 -0300 Subject: RES: The Nagios: Reloaded (Rewriting Nagios) Message-ID: <4F1A91B978EE87478F2447A768883685F4E6@cbemi-web.cbemi> People, I could not agree more with the opinion of increase nagios performance of existing Nagios source. Rewrite the whole stuff in a new language it's a waste of time and energy. The tool need some improvements like on-line inclusion of hosts, services, contacts and so on without the need to restart service. The database interface, could be incremented to provide the needed perfomance. Notice that i'm just talking about the product core. If we navigate to interface, a lot of other stuff could be done. My advice. C or C++ is a strong language and with a little effort of Quality Assurance we can evolve nagios a lot more. Best Regards Eduardo Moura Telway Tecnologia From verdon at cict.fr Wed Jul 7 17:32:42 2004 From: verdon at cict.fr (carole verdon) Date: Wed, 07 Jul 2004 17:32:42 +0200 Subject: Compiling With MySQL Support In-Reply-To: <32871003F0BDC84E99E69EB6E9AE3AB410F93B@HQ-MAIL> References: <32871003F0BDC84E99E69EB6E9AE3AB410F93B@HQ-MAIL> Message-ID: <40EC179A.6060409@cict.fr> Look at this: http://article.gmane.org/gmane.network.nagios.user/14423 Donahue, Pat wrote: > Hi, > > I'm having problems compiling with MySQL support. I've passed the > appropriate flags to the compiler (note that the db was installed as a > binary distribution): > > ./configure --with-mysql-xdata --with-mysql-lib=/usr/local/mysql/lib > --with-mysql-inc=/usr/local/mysql/include > > I was getting this error: ../xdata/xrddb.c:41: mysql/mysql.h: No such > file or directory > > so I copied the includes into a subdirectory named mysql within > /usr/local/mysql/include. That took care of the missing header files. > The next problem was that gcc couldn't seem to find the appropriate > library files, even though I had specified them on the config command > line. As you can see the library directory is specified with -L and > the library itself is specified with -l. I tried removing these > LDFLAGS and just simply specifying the path to the library.. still no > luck. > > Here is the current error: > > # make all > ... > gcc -g -O2 -I/usr/local/mysql/include -DHAVE_CONFIG_H -DNSCORE > -L/usr/local/mysql/lib -lmysqlclient nagios.c checks.o config.o > commands.o flapping.o logging.o notifications.o sehandlers.o utils.o > sretention.o ../xdata/xrddb.c ../common/comments.c ../xdata/xcddb.c > ../common/objects.c ../xdata/xodtemplate.c ../common/statusdata.c > ../xdata/xsddb.c perfdata.o ../xdata/xpddefault.c ../common/downtime.c > ../xdata/xdddb.c -lm -o nagios > /tmp/ccokJN8q.o: In function `xrddb_initialize': > /usr/local/src/nagios-1.2/base/../xdata/xrddb.c:224: undefined > reference to `mysql_init' > /tmp/ccokJN8q.o: In function `xrddb_connect': > /usr/local/src/nagios-1.2/base/../xdata/xrddb.c:286: undefined > reference to `mysql_real_connect' > /usr/local/src/nagios-1.2/base/../xdata/xrddb.c:256: undefined > reference to `mysql_close' > ... > > Why can't Nagios find the MySQL library? During config it even claims > it can! > > # ./configure --with-mysql-lib=/usr/local/mysql/lib > --with-mysql-inc=/usr/local/mysql/include --with-mysql-xdata > ... > We'll use MySQL database routines (in xdata/xsddb.*) for status data > I/O... > We'll use MySQL database routines (in xdata/xcddb.*) for comment data > I/O... > We'll use MySQL database routines (in xdata/xeddb.*) for extended data > I/O... > We'll use MySQL database routines (in xdata/xrddb.*) for retention > data I/O... > We'll use template-based routines (in xdata/xodtemplate.*) for object > data I/O... > We'll use default routines (in xdata/xpddefault.*) for performance > data I/O... > We'll use MySQL database routines (in xdata/xdddb.*) for scheduled > downtime data I/O... > checking for main in -lmysqlclient... yes > MySQL library was found! > > Thanks in advance for the help, > Pat > -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From ilopez at jalisco.gob.mx Wed Jul 7 18:38:47 2004 From: ilopez at jalisco.gob.mx (ilopez at jalisco.gob.mx) Date: Wed, 7 Jul 2004 10:38:47 -0600 Subject: SNMP Message-ID: Hello everybody I have read a lot a information about nagios but I haven`t understood how use the snmp plug . Can somebody give me a little explaning about it? I`m not sure how much I can do with this option. Thanks ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From benoit at aam-communication.com Wed Jul 7 17:38:39 2004 From: benoit at aam-communication.com (Benoit MIGUEL) Date: Wed, 7 Jul 2004 17:38:39 +0200 Subject: Ang: PING WARNING - DUPLICATES FOUND! References: <40EC0707.6050807@eiisolutions.net> <20040707150236.25942.qmail@minnow.softflare.net> Message-ID: <085601c46438$8cf30720$02960c0a@ben> ???h?h?? excellent word2word translation :)))) Benoit ----- Original Message ----- From: "Paul L. Allen" To: Sent: Wednesday, July 07, 2004 5:02 PM Subject: Re: Ang: [Nagios-users] PING WARNING - DUPLICATES FOUND! > Matt Burleigh writes: > > > Stefan Hanssen wrote: > > > >> Jeg har for tiden ferie. Er tilbake mandag 2 august. > >> > >> > > Huh? ;-) > > Translation: "I am on holiday and I'm running a really crappy vacation > auto-responder that is so stupid it responds to mailing lists. Please > forgive me for being such an annoying idiot. You'll have to put up with > this crap until the 2nd of August unless you killfile me, which is a very > good idea." > > I may have taken one or two liberties with that. :) > > -- > Paul Allen > Softflare Support > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jdoyle at lewisgaleclinic.com Wed Jul 7 17:50:01 2004 From: jdoyle at lewisgaleclinic.com (Jack Doyle) Date: Wed, 7 Jul 2004 11:50:01 -0400 Subject: acknowledging errors Message-ID: Sometimes, no rhyme nor reason... sometimes though I have no option to acknowledge a service problem. Anyone else seen this? Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc at ena.com Wed Jul 7 17:53:33 2004 From: marc at ena.com (Marc Powell) Date: Wed, 7 Jul 2004 10:53:33 -0500 Subject: Adding host commands Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B6710@mismail2.ena.com> Per-Henrik Persson wrote: > Hi! > > I want to add some admin commands to the host commands list (like > reboot server) for certain hosts. Is there an easy way or do I have > to modify the source code? I have searched the list achives without > success. You can either modify the source to include them in the built in list _or_ you can you the Host/Service extended info feature to create a notes_url with any additional information and host/service specific commands you feel are lacking. The latter course of action is probably easier and more flexible in the long run. -- Marc ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mshirley at gmail.com Wed Jul 7 17:36:33 2004 From: mshirley at gmail.com (Mark Shirley) Date: Wed, 7 Jul 2004 11:36:33 -0400 Subject: issues with notifications In-Reply-To: <13828F680182D511893300508BD6831706E582A9@oscex2.osc.uscg.mil> References: <13828F680182D511893300508BD6831706E582A9@oscex2.osc.uscg.mil> Message-ID: fyi for anyone with the same problem, the suggestion on removing the \'s before the "'s solved it. thanks! On Fri, 25 Jun 2004 13:24:47 -0400, Lawrence, Lynne wrote: > It looks like you are having quoting issues. I use a similar notification > command, but my quotes are not escaped. You might want to try removing the > '\'s preceding each of your double quotes. > > Regards, > > Lynne Lawrence > > > > > -----Original Message----- > > From: nagios-users-admin at lists.sourceforge.net > > [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Mark > > Shirley > > Sent: Thursday, June 24, 2004 3:06 PM > > To: pete.dewell at volteurope.com > > Cc: nagios-users at lists.sourceforge.net > > Subject: Re: [Nagios-users] issues with notifications > > > > > > define contact { > > use admins > > contact_name mark > > alias mark > > email myemail at domain > > pager page-me at domain > > service_notification_period 24x7 > > host_notification_period 24x7 > > service_notification_options w,u,c,r > > host_notification_options d,u,r > > service_notification_commands notify-by-email,notify-by-epager > > host_notification_commands > > host-notify-by-email,host-notify-by-epager > > } > > > > my contact template is ... > > > > define contact { > > name admins > > service_notification_period 24x7 > > host_notification_period 24x7 > > service_notification_options w,u,c,r > > host_notification_options d,u,r > > service_notification_commands notify-by-email,notify-by-epager > > host_notification_commands > > host-notify-by-email,host-notify-by-epager > > register 0 > > } > > > > > > > > On Thu, 24 Jun 2004 19:37:50 +0100, Pete Dewell > > wrote: > > > > > > What's the contact definition for this address ? > > > It looks like that has been badly defined in the config file. > > > > > > Pete Dewell > > > > > > > > > Mark Shirley wrote: > > > > > > > host-notify-by-email > > > > /usr/bin/printf \"%b\" \"***** Nagios *****\n\nNotification Type: > > > > $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: > > > > $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $DATETIME$\n\" | > > > > /usr/bin/mail -s \"Host $HOSTSTATE$ alert for $HOSTNAME$!\" > > > > $CONTACTEMAIL$ > > > > > > > > That is my current host-notify-by-email command. When a host DOWN > > > > event occurs it says it sends the notification but I never recieve > > > > one. Upon further investigating I notice in my mail > > queue a returned > > > > email from my local smtp server stating the following > > > > > > > > From MAILER-DAEMON Thu Jun 24 13:32:53 2004 > > > > Return-path: <> > > > > Envelope-to: nagios at helpdesk > > > > Received: from mail by helpdesk-linux with local (Exim > > 3.35 #1 (Debian)) > > > > id 1BdY5l-0002xZ-00 > > > > for ; Thu, 24 Jun 2004 13:32:53 -0400 > > > > From: Mail Delivery System > > > > To: nagios at helpdesk > > > > Subject: Mail failure - malformed recipient address > > > > Message-Id: > > > > Date: Thu, 24 Jun 2004 13:32:53 -0400 > > > > > > > > A message that you sent contained a recipient address > > that was incorrectly > > > > constructed: > > > > > > > > my-host.domain.com!" unmatched doublequote in local > > part (expected > > > > word or "<") > > > > > > > > The message has not been delivered to any recipients. > > > > > > > > ------ This is a copy of your message, including all the > > headers. ------ > > > > > > > > > > > > To: alert, for, my-host.domain.com!", myemail at domain.com, UP > > > > Subject: "Host > > > > > > > > > > ""*****""Nagios""*****nnNotification""Type:""RECOVERYnHost:""m > > y-host.domain.comnState:""UPnAddress:""1.1.1.1nInfo:""$nnDate/ > > Time:""Thu""Jun""24""13:32:53""EDT""2004n"" > > > > > > > > -------- > > > > Notice the To: line! > > > > > > > > It seems as though the line it's sending to `mail` is missing some > > > > information. Could it be that "Host $HOSTSTATE$" is not > > getting send > > > > to it? I don't really understand how this could be happening. Is > > > > there any other information i can provide to make things easier? > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email sponsored by Black Hat Briefings & Training. > > > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > > > digital self defense, top technical experts, no vendor pitches, > > > > unmatched networking opportunities. Visit www.blackhat.com > > > > _______________________________________________ > > > > Nagios-users mailing list > > > > Nagios-users at 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 > > > > > > -- > > > > > > Technical Support/Analyst > > > Volt Europe > > > Tel : (+44) (0) 1737 774100 > > > Fax : (+44) (0) 1737 772949 > > > Mobile : (+44) (0) 777 1513066 > > > E-mail pete.dewell at volteurope.com > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jdoyle at lewisgaleclinic.com Wed Jul 7 17:56:26 2004 From: jdoyle at lewisgaleclinic.com (Jack Doyle) Date: Wed, 7 Jul 2004 11:56:26 -0400 Subject: NEVERMIND ACKNOWLEDGEMENT THING Message-ID: I think I got it... I think it's because it wasn't yet in a hard state. Thanks. Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc at ena.com Wed Jul 7 18:26:59 2004 From: marc at ena.com (Marc Powell) Date: Wed, 7 Jul 2004 11:26:59 -0500 Subject: acknowledging errors Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B6714@mismail2.ena.com> ________________________________ From: Jack Doyle [mailto:jdoyle at lewisgaleclinic.com] Sent: Wednesday, July 07, 2004 10:50 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] acknowledging errors Sometimes, no rhyme nor reason... sometimes though I have no option to acknowledge a service problem. Anyone else seen this? Yes, if the service in question is not in a hard state. P.s. please try to send to the list in plain text. Not only does it make it easier to reply with proper quoting but more people on the list will read it. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From earl at switchmanagement.com Wed Jul 7 19:23:50 2004 From: earl at switchmanagement.com (Earl C. Ruby III) Date: Wed, 7 Jul 2004 10:23:50 -0700 Subject: Monitoring any RAID cards In-Reply-To: <40EB8602.7010808@pbp.net> References: <40EB8602.7010808@pbp.net> Message-ID: <200407071023.50789.earl@switchmanagement.com> I'm monitoring many types of RAID cards: Adaptec, 3ware, Mylex, and softraid. Some hosts have multiple RAID cards. My general approach is to use whatever command line tool you have to monitor the RAID card and dump its "known good/working state" output to a file: my_raid_tool --card 0 --info all > /var/state/diskmon/raid.card0 Then write a script to diff the output of the tool against the file: my_raid_tool --card 0 --info all | diff -u - /var/state/diskmon/raid.card0 If the diff returns nothing, then everything is OK. If the diff returns anything, return a critical error. If you start seeing "known and unimportant errors" popping up (e.g. "Verifying disk"), you can run a second test to eliminate them: my_raid_tool --card 0 --info all | diff -u - /var/state/diskmon/raid.card0 | grep -v 'unimportant error message 1' | grep -v 'unimportant error message 2' If the second test returns something, return a critical error. If only the first test returns something, return a warning. If neither test returns anything, you're OK. Earl On Tuesday 06 July 2004 10:11 pm, Jonathan Nichols wrote: > Greetings all.. > > Are any of you using Linux on the Dell PowerEdge boxes? If yes, what > are you using to monitor the RAID status (if you're using RAID) - > currently my method consists of checking /proc/megaraid/hba0/ and doing > this: > > jnichols at mailgate hba0 $ sudo cat raiddrives-0-9 > Logical drive: 0:, state: optimal > Span depth: 1, RAID level: 1, Stripe size: 64, Row size: 2 > Read Policy: Adaptive, Write Policy: Write back, Cache Policy: Direct IO > > jnichols at mailgate hba0 $ > > That method sucks. I need to find something better. :) The Dell RAID > monitoring tools are an absolute joke, and seem to be Red Hat specific > (I don't use Red Hat..using Gentoo) > > Has anybody run into this? > > Thanks! > -Jonathan > > (ps, yes, I checked Google..didn't find a lot, was hoping for personal > experiences) > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Earl C. Ruby III Senior Systems Engineer / Developer Switch Management ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Darren.Kemp at xerox.com Wed Jul 7 19:34:14 2004 From: Darren.Kemp at xerox.com (Kemp, Darren) Date: Wed, 7 Jul 2004 13:34:14 -0400 Subject: Multiple root processes question Message-ID: <330CE9F92C02064B86090D40B479712F1CF819@usa0300ms04.na.xerox.net> We have recently updated to NAGIOS 2.0a (yes its alphs so I don't expect any support). Anyway, if anyone has run into an issue where multiple NAGIOS processes are starting I'd love to hear from you. Basically it will start up between 3-6 root processes, and end up missing random event handlers are what not. nagios 18889 1 0 13:33:23 ? 0:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 24509 1 0 12:47:32 ? 0:23 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 18894 1 0 13:33:23 ? 0:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg bash-2.03# I have tried a complete shutdown, removing all the var files (except the archive), still starts up several Processes. Thanks to anyone who can provide input -dkk -------------- next part -------------- An HTML attachment was scrubbed... URL: From ilopez at jalisco.gob.mx Wed Jul 7 20:36:23 2004 From: ilopez at jalisco.gob.mx (ilopez at jalisco.gob.mx) Date: Wed, 7 Jul 2004 12:36:23 -0600 Subject: Cisco In-Reply-To: References: Message-ID: Hi I saw ?the Kevin Calhoon`s plug about snmp to check cisco devices I would like to use it . Could you tell me where I can get information about it to install it and use it. Thanks ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From earl at switchmanagement.com Wed Jul 7 19:49:22 2004 From: earl at switchmanagement.com (Earl C. Ruby III) Date: Wed, 7 Jul 2004 10:49:22 -0700 Subject: Using passive-only plug-ins Message-ID: <200407071049.22932.earl@switchmanagement.com> How do you set up a passive-only plug-in without having it show up with a big red warning flag that says "SERVICE CHECKS DISABLED"? According to the docs: "If you only want passive results to be provided for a specific service (i.e. active checks should not be performed), simply set the active_checks_enabled member of the service definition to 0. This will prevent Nagios from ever actively performing a check of the service. Make sure that the passive_checks_enabled member of the service definition is set to 1. If it isn't, Nagios won't process passive checks for the service!" I have active_checks_enabled set to 0 and passive_checks_enabled set to 1. This gives me a passive-only check -- no scheduled checks, status only changes when an event comes in via nsca. However, I also get a big red warning that says "SERVICE CHECKS DISABLED" on this service check. Anyone using Nagios who sees that will automatically think something is wrong and re-enable the check. Since Nagios requires a check_command for every service, the "dummy" check I have in place gets executed and its status value over-writes the valid status. If I had a "dummy" check command that wouldn't alter the current status that would work, or if there was some way of telling Nagios that "This is a passive-only check and you should never ever try to do the active check -- don't warn me about it and don't give me the option to turn the active check back on" -- that would work too. Has anyone done this? -- Earl C. Ruby III Senior Systems Engineer / Developer Switch Management ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Wed Jul 7 20:10:53 2004 From: marc at ena.com (Marc Powell) Date: Wed, 7 Jul 2004 13:10:53 -0500 Subject: Using passive-only plug-ins Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B6715@mismail2.ena.com> Earl C. Ruby III wrote: > How do you set up a passive-only plug-in without having it show up > with a big red warning flag that says "SERVICE CHECKS DISABLED"? > These are the key variables -- active_checks_enabled 1 ; Active service checks are enabled passive_checks_enabled 1 ; Passive service checks are enabled/accepted check_period none And here is the complete service template I use -- define service{ name generic-service active_checks_enabled 1 ; Active service checks are enabled passive_checks_enabled 1 ; Passive service checks are enabled/accepted parallelize_check 1 ; Active service checks should be parallelized obsess_over_service 1 ; We should obsess over this service (if necessary) check_freshness 0 ; Default is to NOT check service 'freshness' notifications_enabled 1 ; Service notifications are enabled event_handler_enabled 1 ; Service event handler is enabled flap_detection_enabled 1 ; Flap detection is enabled process_perf_data 1 ; Process performance data retain_status_information 0 ; Retain status information across program restarts retain_nonstatus_information 1 ; Retain non-status information across program restarts is_volatile 0 check_period none max_check_attempts 5 normal_check_interval 5 retry_check_interval 3 notification_interval 10080 notification_period 24x7 notification_options c,r register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE! } -- Marc ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Wed Jul 7 20:21:09 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Wed, 7 Jul 2004 14:21:09 -0400 Subject: Segregation of networks Message-ID: I've been using Nagios for a while and I know a simple solution to this question, but I'm interested in a different answer: If you have two main classifications of monitored devices and you don't want them to be accessible together, how would you set up one Nagios server to monitor both sections and present both as different web sites? In our case, we have two different internal divisions - we're a wireless company that does Fixed Wireless Broadband in Raleigh, NC and also hotel wi-fi installs. The FWB has an order of magnitude more devices, but there are more hostgroups for hotels. When you use grouplist.cgi, this makes for a HUGE link list on the left hand pane. I know I could put this on two servers, but that would take another monitoring server and require a second host to maintain config files/logins on. I was wondering if there are any custom fields in Nagios, so that we could use some sort of "if custom_field=FWB then display" when visiting nagios.windchannel.com/fwb and "if custom_field=Hotels then display" when visiting nagios.windchannel.com/hotels, to keep them separate. Of course, a real tricky question is, is there a way to present each section as their own web page, AND have an overall summary screen for the guy who's on-call? :) Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From drhonk at gmail.com Wed Jul 7 20:31:32 2004 From: drhonk at gmail.com (Roy Kartadinata) Date: Wed, 7 Jul 2004 11:31:32 -0700 Subject: Notification and check-host-alive problem Message-ID: <90bc2a03040707113114132ccf@mail.gmail.com> Hi guys, I just have nagios installed and configured, so far its been running pretty good. Several things that I notice kinda wierd: 1. When I turned off imap daemon on one of our server, nagios detected that imap is down but it also shows check-host-alive as failed with error, /bin/ping -n -U -c 1 x.x.x.x, so nagios now showing both host and imap service as down. 2. Instead of service notification, I only receive host notification. 3. I turned imap daemon back on, nagios shows that it is up and running .. but no recovery notification like it should and host remained showing as down. Does anyone ever have this problem ? I'm using nagios 1.2 with plugins 1.3.1 -- +----------------------------------------------+ Roy Kartadinata +----------------------------------------------+ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Wed Jul 7 20:41:32 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Wed, 7 Jul 2004 13:41:32 -0500 (CDT) Subject: Segregation of networks In-Reply-To: References: Message-ID: On Wed, 7 Jul 2004, Robert Nelson wrote: > I've been using Nagios for a while and I know a simple solution to this > question, but I'm interested in a different answer: If you have two main > classifications of monitored devices and you don't want them to be > accessible together, how would you set up one Nagios server to monitor > both sections and present both as different web sites? Create two hostgroups and make a seperate contact for each hostgroup. Log in as contact one to see the first group, log in as contact two to see the second group. Log in as nagiosadmin and see everything. Easy. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From krcalhoo at mtu.edu Wed Jul 7 20:37:50 2004 From: krcalhoo at mtu.edu (kevin) Date: Wed, 07 Jul 2004 14:37:50 -0400 Subject: Cisco In-Reply-To: References: Message-ID: <40EC42FE.1050602@mtu.edu> ilopez at jalisco.gob.mx wrote: > > Hi > I saw the Kevin Calhoon`s plug about snmp to check cisco devices I would > like to use it . > Could you tell me where I can get information about it to install it and > use it. It is a perl program so you don't need to install it. Just copy it to you libexe directory and give it the proper execute permissions. However, if you don't have all the library it uses then it will error out. The easiest way to install perl librarys that I have found is using cpan.org. You can install them from the command line by typing #perl -MCPAN -eshell Getopt::Long, Net::SNMP are necessary for the plugin to work. If you don't want RRDs just uncomment it, and set my $WITH_RRD = 0; All the documentation is in the standard plugin format #./check_cisco_cpu -h Other notes are made in the comments of the script. Before I forgot to mention that I wrote it for a Cisco Catalyst 4006. I don't know if it will work on any other devices, but you can always try. All you would need to do is look up the oid on cisco's(or other manufacturers) web site, and replace the one used in the script. Kevin Calhoon ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Wed Jul 7 20:52:44 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 07 Jul 2004 11:52:44 -0700 Subject: Notification and check-host-alive problem In-Reply-To: <90bc2a03040707113114132ccf@mail.gmail.com> References: <90bc2a03040707113114132ccf@mail.gmail.com> Message-ID: <92B5A7981C810E7DA6A52EC8@cadabra.stanford.edu> --On Wednesday, July 07, 2004 11:31 AM -0700 Roy Kartadinata wrote: > Hi guys, > > I just have nagios installed and configured, so far its been running > pretty good. Several things that I notice kinda wierd: > > 1. When I turned off imap daemon on one of our server, nagios detected > that imap is down but it also shows check-host-alive as failed with > error, /bin/ping -n -U -c 1 x.x.x.x, so nagios now showing both host > and imap service as down. > 2. Instead of service notification, I only receive host notification. > 3. I turned imap daemon back on, nagios shows that it is up and > running .. but no recovery notification like it should and host > remained showing as down. > > Does anyone ever have this problem ? I'm using nagios 1.2 with plugins > 1.3.1 It sounds like your check-host-alive check isn't set up properly. I suggest running it from the command line, and verifying that it works correctly. --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From drhonk at gmail.com Wed Jul 7 21:01:15 2004 From: drhonk at gmail.com (Roy Kartadinata) Date: Wed, 7 Jul 2004 12:01:15 -0700 Subject: Notification and check-host-alive problem In-Reply-To: <92B5A7981C810E7DA6A52EC8@cadabra.stanford.edu> References: <90bc2a03040707113114132ccf@mail.gmail.com> <92B5A7981C810E7DA6A52EC8@cadabra.stanford.edu> Message-ID: <90bc2a0304070712015dd32142@mail.gmail.com> It works fine when I tested from command line. Below is the setting from checkcommands.cfg # 'check-host-alive' command definition define command{ command_name check-host-alive command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 1 } This is the result when I ran it from command prompt. PING OK - Packet loss = 0%, RTA = 83.65 ms So that works fine. On Wed, 07 Jul 2004 11:52:44 -0700, Quanah Gibson-Mount wrote: > > > --On Wednesday, July 07, 2004 11:31 AM -0700 Roy Kartadinata > wrote: > > > Hi guys, > > > > I just have nagios installed and configured, so far its been running > > pretty good. Several things that I notice kinda wierd: > > > > 1. When I turned off imap daemon on one of our server, nagios detected > > that imap is down but it also shows check-host-alive as failed with > > error, /bin/ping -n -U -c 1 x.x.x.x, so nagios now showing both host > > and imap service as down. > > 2. Instead of service notification, I only receive host notification. > > 3. I turned imap daemon back on, nagios shows that it is up and > > running .. but no recovery notification like it should and host > > remained showing as down. > > > > Does anyone ever have this problem ? I'm using nagios 1.2 with plugins > > 1.3.1 > > It sounds like your check-host-alive check isn't set up properly. I > suggest running it from the command line, and verifying that it works > correctly. > > --Quanah > > -- > Quanah Gibson-Mount > Principal Software Developer > ITSS/Shared Services > Stanford University > GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html > -- +----------------------------------------------+ Roy Kartadinata +----------------------------------------------+ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Wed Jul 7 21:01:54 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Wed, 7 Jul 2004 15:01:54 -0400 Subject: Segregation of networks Message-ID: > -----Original Message----- > From: Demetri Mouratis [mailto:dmourati at cm.math.uiuc.edu] > Sent: Wednesday, July 07, 2004 2:42 PM > To: Robert Nelson > Cc: nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] Segregation of networks > > > On Wed, 7 Jul 2004, Robert Nelson wrote: > > > I've been using Nagios for a while and I know a simple solution to > > this question, but I'm interested in a different answer: If > you have > > two main classifications of monitored devices and you don't > want them > > to be accessible together, how would you set up one Nagios > server to > > monitor both sections and present both as different web sites? > > Create two hostgroups and make a seperate contact for each > hostgroup. Log in as contact one to see the first group, log > in as contact two to see the second group. Log in as > nagiosadmin and see everything. > > Easy. I have one hostgroup for every hotel, one for every POP in our FWB market, and a few others of special groupings. What I want is a way to view just the hotel stuff, just the FWB stuff, or both together. Grouplist.cgi is great, but if I have 42 hotel groups and 6 POP groups, it's a bit hard to find the POP groups. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Wed Jul 7 21:08:00 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Wed, 7 Jul 2004 14:08:00 -0500 (CDT) Subject: Segregation of networks In-Reply-To: References: Message-ID: On Wed, 7 Jul 2004, Robert Nelson wrote: > > > > On Wed, 7 Jul 2004, Robert Nelson wrote: > > > > > I've been using Nagios for a while and I know a simple solution to > > > this question, but I'm interested in a different answer: If > > you have > > > two main classifications of monitored devices and you don't > > want them > > > to be accessible together, how would you set up one Nagios > > server to > > > monitor both sections and present both as different web sites? > > > > Create two hostgroups and make a seperate contact for each > > hostgroup. Log in as contact one to see the first group, log > > in as contact two to see the second group. Log in as > > nagiosadmin and see everything. > > > > Easy. > > I have one hostgroup for every hotel, one for every POP in our FWB > market, and a few others of special groupings. What I want is a way to > view just the hotel stuff, just the FWB stuff, or both together. > Grouplist.cgi is great, but if I have 42 hotel groups and 6 POP groups, > it's a bit hard to find the POP groups. You need a hostgroup for all the hotel hosts and a hostgroup for all the FWB hosts. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Wed Jul 7 21:17:24 2004 From: marc at ena.com (Marc Powell) Date: Wed, 7 Jul 2004 14:17:24 -0500 Subject: Segregation of networks Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B671B@mismail2.ena.com> Robert Nelson wrote: > In our case, we have two different internal divisions - we're a > wireless company that does Fixed Wireless Broadband in Raleigh, NC > and also hotel wi-fi installs. The FWB has an order of magnitude more > devices, but there are more hostgroups for hotels. When you use > grouplist.cgi, this makes for a HUGE link list on the left hand pane. > I know I could put this on two servers, but that would take another > monitoring server and require a second host to maintain config > files/logins on. > > Of course, a real tricky question is, is there a way to present each > section as their own web page, AND have an overall summary screen for > the guy who's on-call? :) This is exactly what CGI authentication is for. When enabled, contacts can only see hosts, hostgroups, and services that they are contacts for. Create a contactgroup for the FWB people, a contactgroup for the hotel people and make them contacts for their respective hosts and services. The on-call guy should be a member of both contactgroups. -- Marc ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Wed Jul 7 21:27:20 2004 From: marc at ena.com (Marc Powell) Date: Wed, 7 Jul 2004 14:27:20 -0500 Subject: Notification and check-host-alive problem Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B671C@mismail2.ena.com> Roy Kartadinata wrote: > Hi guys, > > I just have nagios installed and configured, so far its been running > pretty good. Several things that I notice kinda wierd: > > 1. When I turned off imap daemon on one of our server, nagios > detected that imap is down but it also shows check-host-alive as > failed with error, /bin/ping -n -U -c 1 x.x.x.x, so nagios now > showing both host and imap service as down. /bin/ping is most likely not exectutable by the nagios user. Make sure that it's sticky (chmod 4755 /bin/ping) and owned by root. > 2. Instead of service notification, I only receive host notification. Correct behavior if nagios thinks the host is down. > 3. I turned imap daemon back on, nagios shows that it is up and > running .. but no recovery notification like it should and host > remained showing as down. Correct behavior if nagios thinks the host is down. See #1. -- Marc ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Wed Jul 7 21:27:19 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 21:27:19 +0200 Subject: Notification and check-host-alive problem In-Reply-To: <90bc2a03040707113114132ccf@mail.gmail.com> References: <90bc2a03040707113114132ccf@mail.gmail.com> Message-ID: <40EC4E97.6080008@op5.se> Roy Kartadinata wrote: > Hi guys, > > I just have nagios installed and configured, so far its been running > pretty good. Several things that I notice kinda wierd: > > 1. When I turned off imap daemon on one of our server, nagios detected > that imap is down but it also shows check-host-alive as failed with > error, /bin/ping -n -U -c 1 x.x.x.x, so nagios now showing both host > and imap service as down. > 2. Instead of service notification, I only receive host notification. You need to set notification_period and notification_options properly in the service object definition, as well as service_notification_period and service_notification_options in the contact definition. In addition to this, you must also be in the contactgroup which receives notifications for the service (it's not enough to be a contact for the host to receive notifications for its services). If all of that is set up properly you should have a look at the service_notification_command and the relevant timeperiods. > 3. I turned imap daemon back on, nagios shows that it is up and > running .. but no recovery notification like it should and host > remained showing as down. > 'r' is for recovery in notification_options for service objects, as well as for service_notification_options for contact objects. > Does anyone ever have this problem ? I'm using nagios 1.2 with plugins 1.3.1 > Not when properly configured, no. Does the imap server normally respond to PING? check-host-alive is (by default) just a check_ping with more lenient values, you know. -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Wed Jul 7 21:29:11 2004 From: marc at ena.com (Marc Powell) Date: Wed, 7 Jul 2004 14:29:11 -0500 Subject: Notification and check-host-alive problem Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B671D@mismail2.ena.com> Roy Kartadinata wrote: > It works fine when I tested from command line. Below is the setting > from checkcommands.cfg > > # 'check-host-alive' command definition > define command{ > command_name check-host-alive > command_line $USER1$/check_ping -H $HOSTADDRESS$ -w > 3000.0,80% -c 5000.0,100% -p 1 > } > > This is the result when I ran it from command prompt. > > PING OK - Packet loss = 0%, RTA = 83.65 ms > > > So that works fine. Did you run it as root or the nagios user? There _is_ a difference. -- Marc ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Wed Jul 7 21:30:28 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 21:30:28 +0200 Subject: Multiple root processes question In-Reply-To: <330CE9F92C02064B86090D40B479712F1CF819@usa0300ms04.na.xerox.net> References: <330CE9F92C02064B86090D40B479712F1CF819@usa0300ms04.na.xerox.net> Message-ID: <40EC4F54.9000705@op5.se> Kemp, Darren wrote: > We have recently updated to NAGIOS 2.0a (yes its alphs so I don't expect > any support). > > Anyway, if anyone has run into an issue where multiple NAGIOS processes > are starting I'd love to hear from you. > > Basically it will start up between 3-6 root processes, and end up > missing random event handlers are what not. > > nagios 18889 1 0 13:33:23 ? 0:00 > /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg > > nagios 24509 1 0 12:47:32 ? 0:23 > /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg > > nagios 18894 1 0 13:33:23 ? 0:00 > /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg > Those three processes are started by the nagios user. Nagios forks once for every check, so it's supposed to run several processes. > bash-2.03# > > I have tried a complete shutdown, removing all the var files (except the > archive), still starts up several > > Processes. > Good. That means it's working. > > > Thanks to anyone who can provide input > You're welcome. > > > -dkk > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Wed Jul 7 21:27:51 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 07 Jul 2004 12:27:51 -0700 Subject: Notification and check-host-alive problem In-Reply-To: <90bc2a0304070712015dd32142@mail.gmail.com> References: <90bc2a03040707113114132ccf@mail.gmail.com> <92B5A7981C810E7DA6A52EC8@cadabra.stanford.edu> <90bc2a0304070712015dd32142@mail.gmail.com> Message-ID: <940D8B42CD897D3DC82FC267@cadabra.stanford.edu> --On Wednesday, July 07, 2004 12:01 PM -0700 Roy Kartadinata wrote: > It works fine when I tested from command line. Below is the setting > from checkcommands.cfg > ># 'check-host-alive' command definition > define command{ > command_name check-host-alive > command_line $USER1$/check_ping -H $HOSTADDRESS$ -w > 3000.0,80% -c 5000.0,100% -p 1 > } > > This is the result when I ran it from command prompt. > > PING OK - Packet loss = 0%, RTA = 83.65 ms > > > So that works fine. Is Ping in the nagios user's path? Did you su to the nagios user to emulate its environment? Also, is ping executable by the nagios user? Is check_ping? Is $USER1$ defined (I assume so, since your service checks work, if they are using $USER1$). --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From earl at switchmanagement.com Wed Jul 7 21:40:29 2004 From: earl at switchmanagement.com (Earl C. Ruby III) Date: Wed, 7 Jul 2004 12:40:29 -0700 Subject: Using passive-only plug-ins In-Reply-To: <370ACCFA5BB3B346A31222E5559BF91F1B6715@mismail2.ena.com> References: <370ACCFA5BB3B346A31222E5559BF91F1B6715@mismail2.ena.com> Message-ID: <200407071240.29719.earl@switchmanagement.com> Thanks very much. That worked. I made one change: I set check_freshness = 1 and freshness_threshold = 3600 for the service, then made a "dummy" script called check_passive_only that always returns a CRITICAL error with the message "No status updates in $ARGV[0] seconds". Now if I don't get a passive check of some sort from the service at least once every hour, I get an alarm. On Wednesday 07 July 2004 11:10 am, Marc Powell wrote: > Earl C. Ruby III wrote: > > How do you set up a passive-only plug-in without having it show up > > with a big red warning flag that says "SERVICE CHECKS DISABLED"? > > These are the key variables -- > > active_checks_enabled 1 ; Active service checks are > enabled > passive_checks_enabled 1 ; Passive service checks are > enabled/accepted > check_period none > > > And here is the complete service template I use -- > > define service{ > name generic-service > active_checks_enabled 1 ; Active service checks > are enabled > passive_checks_enabled 1 ; Passive service checks > are enabled/accepted > parallelize_check 1 ; Active service checks > should be parallelized > obsess_over_service 1 ; We should obsess over > this service (if necessary) > check_freshness 0 ; Default is to NOT > check service 'freshness' > notifications_enabled 1 ; Service notifications > are enabled > event_handler_enabled 1 ; Service event handler > is enabled > flap_detection_enabled 1 ; Flap detection is > enabled > process_perf_data 1 ; Process performance > data > retain_status_information 0 ; Retain status > information across program restarts > retain_nonstatus_information 1 ; Retain non-status > information across program restarts > is_volatile 0 > check_period none > max_check_attempts 5 > normal_check_interval 5 > retry_check_interval 3 > notification_interval 10080 > notification_period 24x7 > notification_options c,r > > register 0 ; DONT REGISTER THIS > DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE! > } > -- > Marc > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Earl C. Ruby III Senior Systems Engineer / Developer Switch Management ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Wed Jul 7 21:42:14 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 21:42:14 +0200 Subject: Adding host commands In-Reply-To: <370ACCFA5BB3B346A31222E5559BF91F1B6710@mismail2.ena.com> References: <370ACCFA5BB3B346A31222E5559BF91F1B6710@mismail2.ena.com> Message-ID: <40EC5216.1000107@op5.se> Marc Powell wrote: > Per-Henrik Persson wrote: > >>Hi! >> >>I want to add some admin commands to the host commands list (like >>reboot server) for certain hosts. Is there an easy way or do I have >>to modify the source code? I have searched the list achives without >>success. > > > You can either modify the source to include them in the built in list > _or_ you can you the Host/Service extended info feature to create a > notes_url with any additional information and host/service specific > commands you feel are lacking. The latter course of action is probably > easier and more flexible in the long run. > Definitely so, since the first really won't work at all without turning Nagios into a network management (as opposed to monitoring) system. The best way to create a management add-on to Nagios would most likely be to host it on a separate site and have the other app hold keys and whatever commands you need to issue for maintenance. In Nagios, you would put something like this in the notes_url field for the (host|service)extinfo object; notes_url https://mgmt.com/mgmt.(cgi|php)?host=$HOSTNAME$ and then have the other script present the list of actions. That way you'd have a separate module that seems (on important levels) to integrate with nagios. > -- > Marc > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Wed Jul 7 21:45:30 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Wed, 7 Jul 2004 15:45:30 -0400 Subject: Segregation of networks Message-ID: > -----Original Message----- > From: Marc Powell [mailto:marc at ena.com] > Sent: Wednesday, July 07, 2004 3:17 PM > To: Robert Nelson; nagios-users at lists.sourceforge.net > Subject: RE: [Nagios-users] Segregation of networks > > > Robert Nelson wrote: > > > In our case, we have two different internal divisions - we're a > > wireless company that does Fixed Wireless Broadband in > Raleigh, NC and > > also hotel wi-fi installs. The FWB has an order of magnitude more > > devices, but there are more hostgroups for hotels. When you use > > grouplist.cgi, this makes for a HUGE link list on the left > hand pane. > > I know I could put this on two servers, but that would take another > > monitoring server and require a second host to maintain config > > files/logins on. > > > > Of course, a real tricky question is, is there a way to > present each > > section as their own web page, AND have an overall summary > screen for > > the guy who's on-call? :) > > This is exactly what CGI authentication is for. When enabled, > contacts can only see hosts, hostgroups, and services that > they are contacts for. Create a contactgroup for the FWB > people, a contactgroup for the hotel people and make them > contacts for their respective hosts and services. The on-call > guy should be a member of both contactgroups. Yes, except most add-ons like grouplist.cgi ignore authentication and create the same left-hand menu for every user. Now, not only are all the groups still listed there, but the majority of them appear blank to the user. I've got the authentication in place, I've even hacked a few HTML pages together so that a specific user can only see their authorized hosts, but I do that by taking away the menu. I'd basically like to make two versions of the Nagios Web UI but still maintained by one set of config files on the backend. Does that make any sense? Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Wed Jul 7 21:57:41 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 21:57:41 +0200 Subject: The Nagios: Reloaded (Rewriting Nagios) In-Reply-To: <418B502A3861E242AFDED453F3D5B89CB667C0@i2km99-ukbr.domain1.systemhost.net> References: <418B502A3861E242AFDED453F3D5B89CB667C0@i2km99-ukbr.domain1.systemhost.net> Message-ID: <40EC55B5.5000601@op5.se> tom.welsh at bt.com wrote: > Hi All, > > I also note that this guy said he would be releasing the NEW Nagios(r) not > under the GPL but under a BSD licence because he preferred it! > No, he said he would rewrite it from the ground up in a different language, thus creating a competing product which he will hold copyright to and therefore can do whatever he wants with. > Are you allowed to do that? Change licensing schemes I mean? I thought only > the original author of the original work could change the licence model. But > I may be wrong > The original author has nothing to do with it. It's the copyright holders call to decide what license he wants. In opensource-projects the original author is usually the copyright-holder, but not always. In the corporate world it's the company you work for that holds copyright to the code you write during business hours, unless you're willing to take a quite serious paycut or you're the leader of a very large opensource-project (like Linus Thorvalds) and can get paid a nice round sum for just doing what you've always done with no strings attached. > > Cheers > > Tom Welsh > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Wed Jul 7 22:00:22 2004 From: marc at ena.com (Marc Powell) Date: Wed, 7 Jul 2004 15:00:22 -0500 Subject: Segregation of networks Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B671F@mismail2.ena.com> Robert Nelson wrote: > > -----Original Message----- > > From: Marc Powell [mailto:marc at ena.com] > > This is exactly what CGI authentication is for. When enabled, > > contacts can only see hosts, hostgroups, and services that they are > > contacts for. Create a contactgroup for the FWB people, a > > contactgroup for the hotel people and make them contacts for their > > respective hosts and services. The on-call guy should be a member > > of both contactgroups. > > Yes, except most add-ons like grouplist.cgi ignore authentication and > create the same left-hand menu for every user. Now, not only are all > the groups still listed there, but the majority of them appear blank > to the user. Sounds like bad or incomplete design on the part of whoever wrote grouplist.cgi ;) > > I've got the authentication in place, I've even hacked a few HTML > pages together so that a specific user can only see their authorized > hosts, but I do that by taking away the menu. I'd basically like to > make two versions of the Nagios Web UI but still maintained by one > set of config files on the backend. Does that make any sense? Yes, it makes sense but you'll probably have better luck fixing grouplist.cgi to follow the nagios contacts paradigm than munging nagios to fix a borked addon. It sounds like grouplist.cgi looks at the cfg files directly so as long as you maintain one set of config files you're still going to have the problem no matter how many different front ends you create. For the record, I've never used grouplist.cgi so I don't know if the behavior you're seeing is a design decision, a bug or a configuration issue. I would hope that any addon to nagios would respect the most basic behaviors of the program. -- Marc ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Wed Jul 7 22:03:31 2004 From: ae at op5.se (Andreas Ericsson) Date: Wed, 07 Jul 2004 22:03:31 +0200 Subject: Hostgroup of Hostgroups? In-Reply-To: <6943DE9E9934CD42BBE4A20E0E28E10E068DE9@SYGOMAIL.GOE.AD.SYCOR.DE> References: <6943DE9E9934CD42BBE4A20E0E28E10E068DE9@SYGOMAIL.GOE.AD.SYCOR.DE> Message-ID: <40EC5713.20806@op5.se> Sand Philipp wrote: > Even in 2.0 it's not possible. Would be a nice feature to add i think. > There's really no need for that, since the any host can be in any number of hostgroups. In Nagios 2.0 you can also specify hostgroups in the host object. In combination with moving the contactgroups variable from the hostgroup definition to the host definition, this makes the hostgroups more or less redundant. > >>-----Original Message----- >>From: nagios-users-admin at lists.sourceforge.net >>[mailto:nagios-users-admin at lists.sourceforge.net] On Behalf >>Of Demetri Mouratis >>Sent: Tuesday, July 06, 2004 9:26 PM >>To: Christopher M Bergeron >>Cc: Nagios-users at lists.sourceforge.net >>Subject: Re: [Nagios-users] Hostgroup of Hostgroups? >> >>On Tue, 6 Jul 2004, Christopher M Bergeron wrote: >> >> >>>Is it possible to create a hostgroup of hostgroups in nagios? >> >>Unfornately, no, this doesn't work in 1.2. 2.0 perhaps? >> >>--------------------------------------------------------------------- >>Demetri Mouratis >>dmourati at linfactory.com >> -- Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jared at wordzoo.com Wed Jul 7 22:19:04 2004 From: jared at wordzoo.com (Jared Rhine) Date: Wed, 07 Jul 2004 13:19:04 -0700 Subject: Using passive-only plug-ins In-Reply-To: <200407071049.22932.earl@switchmanagement.com> References: <200407071049.22932.earl@switchmanagement.com> Message-ID: <87fz83muyv.wl@badger.wordzoo.com> [Earl == earl at switchmanagement.com on Wed, 7 Jul 2004 10:49:22 -0700] Earl> How do you set up a passive-only plug-in without having it Earl> show up with a big red warning flag that says "SERVICE CHECKS Earl> DISABLED"? I personally leave active checks enabled, but set the check time to 'none'. No warning, but no active checks either. -- jared at wordzoo.com "Better to be of a rare breed than a long line." -- TDK ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Wed Jul 7 22:49:02 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Wed, 7 Jul 2004 16:49:02 -0400 Subject: Segregation of networks Message-ID: > > Yes, except most add-ons like grouplist.cgi ignore > authentication and > > create the same left-hand menu for every user. Now, not > only are all > > the groups still listed there, but the majority of them appear blank > > to the user. > > Sounds like bad or incomplete design on the part of whoever > wrote grouplist.cgi ;) > > > > > I've got the authentication in place, I've even hacked a few HTML > > pages together so that a specific user can only see their > authorized > > hosts, but I do that by taking away the menu. I'd basically like to > > make two versions of the Nagios Web UI but still maintained by one > > set of config files on the backend. Does that make any sense? > > Yes, it makes sense but you'll probably have better luck > fixing grouplist.cgi to follow the nagios contacts paradigm > than munging nagios to fix a borked addon. It sounds like > grouplist.cgi looks at the cfg files directly so as long as > you maintain one set of config files you're still going to > have the problem no matter how many different front ends you create. > > For the record, I've never used grouplist.cgi so I don't know > if the behavior you're seeing is a design decision, a bug or > a configuration issue. I would hope that any addon to nagios > would respect the most basic behaviors of the program. If I knew how to hack grouplist.cgi to check what groups the user is authorized for, I would. As a user, IMO, this is one place where session info instead of .htaccess would make things a LOT easier. I'm sure that would make something else plenty more difficult though ;) Since I'm going to have to hack the HTML anyway, if someone has a pointer to where I can look to make this work, I'd appreciate it. The snippet of code that grouplist currently uses to determine the groups is pretty basic: ========== #Get files and dirs CFGFILES=`egrep -e "^cfg_file=" $NAGIOSDIR/etc/nagios.cfg|cut -d "=" -f 2` CFGDIRS=`egrep -e "^cfg_dir=" $NAGIOSDIR/etc/nagios.cfg|cut -d "=" -f 2` #add files in cfg_dir's to filelist for CFGDIR in $CFGDIRS; do CFGFILES="$CFGFILES `ls $CFGDIR/*.cfg` " done GROUPLIST="" # Get groupnames from files for CFGFILE in `echo $CFGFILES`; do if [ -f $CFGFILE ]; then HOSTGROUPS=`egrep -e "hostgroup_name" $CFGFILE|awk '{print $2}'| tr "," " "` GROUPLIST="$GROUPLIST $HOSTGROUPS" fi Done #Sort and remove duplicated names GROUPLIST=`echo $GROUPLIST|tr " " "\n"|sort|uniq` ========== Once it does that, then it builds an appropriate set of links, with the text for each link being the name of the hostgroup. To my not-very-good programmer's eye, the code does not appear to have been built to do anything with htpasswd, since it doesn't do much other than look at the "hostgroup_name" statements. Am I wrong? Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gmeisenheimer at itgroundwork.com Wed Jul 7 23:31:44 2004 From: gmeisenheimer at itgroundwork.com (Glenn A. Meisenheimer) Date: Wed, 07 Jul 2004 14:31:44 -0700 Subject: Event handler OK from command line, not from nagios Message-ID: <40EC6BC0.4@itgroundwork.com> Friends, My problem is this. The print spooler on a Win 2k machine keeps hanging up. Remedial action typically requires a sysadmin to stop and restart the print spooler on the windows box (There are multiple boxes, btw). So I generated this .BAT file on the windows host: ECHO. >> c:\nrpe-nt\rspooler.log ECHO |DATE |find "current" >> c:\nrpe-nt\rspooler.log ECHO |TIME |find "current" >> c:\nrpe-nt\rspooler.log ECHO Resetting the Print Spooler >> c:\nrpe-nt\rspooler.log NET STOP SPOOLER >> c:\nrpe-nt\rspooler.log NET START SPOOLER >> c:\nrpe-nt\rspooler.log If the logfile rspooler.log already exists this script appends a date/time stamp, echos that it is resetting the spooler, then redirects the output from the NET STOP and NET START command into that log file as well. This gives us a record of restarts. I have installed nrpe-nt on the windows box, configured nrpe.cfg thusly: command[check_rspooler]=C:\nrpe-nt\rspooler.bat So if check_nrpe on the Nagios server calls check_rspooler on the win 2k box, it should run the rspooler.bat script listed above. On the Nagios server check_nrpe is configured like this: # # NRPE Command define command{ command_name check_nrpe command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ } And indeed if , from the command line I type: /usr/local/nagios/libexec/check_nrpe -H 192.168.1.31 -c check_rspooler The rspooler.bat file on the win 2k Box does run, and does log the event. So what I need to do is write an event handler which calls rspooler.bat using the check_nrpe command above. That event handler is located in /usr/local/nagios/eventhandler and is named reset_spooler_04. It is owned by nagios/nagios. The reset_spooler_04 event handler script follows: cut here **************************************************************** #!/bin/bash # # Event handler script for executing nrpe recovery scripts on a remote machine # # Note: This script will only execute a recovery script if the service is # retried 3 times (in a "soft" state) or if the associated monitor somehow # manages to fall into a "hard" error state. # # What state is the service in? case "$1" in OK) # The service just came back up, so don't do anything... ;; WARNING) # We don't really care about warning states, since the service is probably still running... ;; UNKNOWN) # We don't know what might be causing an unknown error, so don't do anything... ;; CRITICAL) # Aha! The service appears to have a problem - perhaps we should run the recovery script... # Is this a "soft" or a "hard" state? case "$2" in # We're in a "soft" state, meaning that Nagios is in the middle of retrying the # check before it turns into a "hard" state and contacts get notified... SOFT) # What check attempt are we on? We don't want to restart the web server on the first # check, because it may just be a fluke! case "$3" in # Wait until the check has been tried 4 times before running the recovery script. # If the check fails on the 4th time (after recovery), the state type will turn to # "hard" and contacts will be notified of the problem. Hopefully this will restart # things successfully, so the 4th check will result in a "soft" recovery. If that # happens no one gets notified because we # fixed the problem! 4) echo -n "Restarting print spooler service (4th soft critical state)..." # Call the check_nrpe plugin to execute the recovery script. /usr/local/nagios/libexec/check_nrpe -H 192.168.1.31 -c check_rspooler ;; esac ;; # The monitor somehow managed to turn into a hard error without getting fixed. # It should have been restarted by the code above, but for some reason it didn't. # Let's give it one last try, shall we? # Note: Contacts have already been notified of a problem with the service at this # point (unless you disabled notifications for this service) HARD) echo -n "Restarting service..." /usr/local/nagios/libexec/check_nrpe -H 192.168.1.31 -c check_rspooler ;; esac ;; esac exit 0 **************************************************************** cut here Now if I cd to /usr/local/nagios/eventhandler and enter this command: ./reset_spooler_04 CRITICAL HARD 4 The rspooler.bat file on the Win 2k box actually runs and logs the reset. So far so good. Now I need to set up a service definition for the event handler: # # reset_spooler_04 Command define command{ command_name reset_spooler_04 command_line /usr/local/nagios/eventhandler/reset_spooler_04 } And I need to include the event handler in the service definition: define service{ host_name fc-ctx-04 use rs-windows-service service_description printq_service max_check_attempts 5 event_handler reset_spooler_04 normal_check_interval 10 retry_check_interval 1 check_command check_nt_perf!"\\Print Queue(_Total)\\Jobs"!4!5 } So now the big picture. We have a working monitor on the Nagios server which monitors the number of print jobs in the Win 2k print queue. We generate an alarm when the number of jobs in the queue exceeds 5. I can test this by pulling the paper tray on the printer and queueing up print jobs. The montor works fine.. It goes into alarm when the print queue gets up to 5 jobs. But the event handler doesn't work properly. Here's the log: [07-02-2004 13:51:41] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;HARD;5;reset_spooler_04 [07-02-2004 13:51:41] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;HARD;5;6 [07-02-2004 13:50:41] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;SOFT;4;reset_spooler_04 [07-02-2004 13:50:41] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;SOFT;4;6 [07-02-2004 13:49:42] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;SOFT;3;reset_spooler_04 [07-02-2004 13:49:42] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;SOFT;3;6 [07-02-2004 13:48:36] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;SOFT;2;reset_spooler_04 [07-02-2004 13:48:36] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;SOFT;2;7 [07-02-2004 13:47:37] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;SOFT;1;reset_spooler_04 [07-02-2004 13:47:37] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;SOFT;1;7 So, it seems to me that Nagios is calling the event handler, and is calling it n a CRITICAL HARD state. Why, oh why, I wonder, isn't the rest of the system working? The above event did NOT result in an entry in the rspooler.log on the Win 2k machine. As I said earlier, if I call the event handler as user nagios from the command line, it does run rspooler and makes the log entries on the Win 2k machine. Any help would be appreciated... Glenn Meisenheimer ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From drhonk at gmail.com Thu Jul 8 00:06:25 2004 From: drhonk at gmail.com (Roy Kartadinata) Date: Wed, 7 Jul 2004 15:06:25 -0700 Subject: SendEmail Message-ID: <90bc2a03040707150649af71c7@mail.gmail.com> Hi guys, Just curious if anyone here uses sendEmail ? Care to share your misccommand.cfg ? -- +----------------------------------------------+ Roy Kartadinata +----------------------------------------------+ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Thu Jul 8 00:55:30 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Wed, 07 Jul 2004 17:55:30 -0500 Subject: file existence check Message-ID: <20040707225531.93002.qmail@restricted.dyndns.org> Hey guys, I would like to monitor if a file gets uploaded successfully by our customer every night at 10pm. Filename syntax is Upload_Daily_20040707.txt. Programatically, I can extract the current date in my nagios system and have the date get appended to the syntax. So if file exists after 10pm check, it becomes OK. If not, it will remain RED. My concern is that after 12midnight, it won't be checked anymore because date will change. But I can create 2 checks, one for today and the other one for yesterday. I would like to know guys how you would implement it and what you think about my approach. Thanks. Neil ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From wp.junior at terra.com.br Thu Jul 8 02:06:00 2004 From: wp.junior at terra.com.br (Wilson Pires Jr) Date: Wed, 7 Jul 2004 21:06:00 -0300 Subject: front end management tool In-Reply-To: References: Message-ID: <20040708000211.6057E3C02F@paramonga.terra.com.br> Does nagmin make consistency among the cfg configuration files? I mean, for example, if I delete a host, are their services deleted automatically? Regards, Wilson -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Mark Shirley Sent: quarta-feira, 7 de julho de 2004 09:16 To: Neil Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Re: front end management tool you can do anything with nagmin as you can with configs in my experiance. instead of editing a text file to create a custom check you create a database field. On Tue, 06 Jul 2004 12:54:50 -0500, Neil wrote: > Hi Mark, > > Another question. I do a lot of customization to checks and vi allows me to > be very flexible. The limit I have when writing my own custom checks is what > my brain can imagine. So, can I also be very flexible with Nagmin? > > Thanks. :) > > Neil > > > > > Mark Shirley writes: > > > the use of the mysql database is a nagmin requirement not a nagios requirement. > > > > nagmin takes an existing set of config files and creates a database > > based on that. at that point you use the gui interface to make > > changes to the mysql database. when you want the changes to take > > effect you run a "verification" where it dumps the data from the > > database into temporary config files and then tells nagios to do a -v > > startup. if that is sucsessful you then "activate" it where by it > > does the same thing of dumping the mysql database into config files > > and then it starts nagios normally. this particular setup is > > excellent if for some reason you try it and don't like it you can > > always go back to using a simple text configs. > > > > nagmin does NOT require your nagios to be built with mysql since > > nagmin deals directly with nagios's config files. i currently use > > nagmin because of the pure number of hosts and services. not to > > mention the other people that i interact with must be able to > > add/remove/change host and service records without having to edit > > config files manually. the major downside to nagmin is that you can't > > EASILY go back and forth from nagmin to console config. it's one or > > the other because if you make a change to the temp config files the > > changes will not be inserted into the mysql database and will be > > overwritten the next time you do an verification or activation. > > > > in comparison to the other options i found nagmin to be the best and > > most stable for my enviroment. > > > > > > > > > > On Thu, 01 Jul 2004 11:19:37 -0500, Neil > > wrote: > >> Ok, IIRC, support to database is going to be dropped in version 2 of Nagios > >> > >> > >> > >> carole verdon writes: > >> > >> > In first, to use Nagmin, Nagios must built with mysql database support. > >> > > >> > That it was my case. Then, Nagmin use existings config files to build its > >> > own files. > >> > > >> > Neil wrote: > >> > > >> >> Hi Carole, > >> >> What if I already have existing running nagios, how does it take care of > >> >> my existings configs? > >> >> YOu know what, I should try it :) > >> >> carole verdon writes: > >> >> > >> >>> I use Nagmin to manage the configuration of nagios. Nagmin don't create > >> >>> temporary config files. It extract informations of tables of mysql > >> >>> database to put them in flat config files so that nagios can read them. > >> >>> I am satisfied for this product. > >> >>> You can find others answers in mailing list or on > >> >>> http://nagmin.sourceforge.net/ > >> >>> Carole. > >> >>> Neil wrote: > >> >>> > >> >>>> Hey guys, > >> >>>> I know in nagios website, extras, there are links to front end for > >> >>>> managing nagios. Currently, I am a unix console fanatic. :) I'm used to > >> >>>> it and it's no problem to me. I would like to seek your experience on > >> >>>> which front end web based application you really did like and was easy > >> >>>> to use. I am looking into something wherein it will be easy for us to > >> >>>> create hosts, services, contacts and so on. I tried Nagmin, Nagat but > >> >>>> if I remember correctly, it creates a temporary config file which will > >> >>>> be used for test run. It's nice but really messes up my configs :( > >> >>>> Anyways, please reply as to what webbased nagios management tool you > >> >>>> are using and that you're very happy about it. > >> >>>> Thanks. > >> >>>> Neil > >> >>>> > >> >>>> ------------------------------------------------------- > >> >>>> This SF.Net email sponsored by Black Hat Briefings & Training. > >> >>>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >> >>>> self defense, top technical experts, no vendor pitches, unmatched > >> >>>> networking opportunities. Visit www.blackhat.com > >> >>>> _______________________________________________ > >> >>>> Nagios-users mailing list > >> >>>> Nagios-users at 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 > >> >>>> > >> >>> > >> >>> -- > >> >>> ********************************** > >> >>> VERDON Carole > >> >>> Ing?nieur Syst?me > >> >>> CICT - Universit? Paul Sabatier > >> >>> 118, route de Narbonne > >> >>> 31062 Toulouse Cedex > >> >>> T?l.: 05.61.36.60.44 > >> >>> Fax: 05.61.52.14.58 > >> >>> Mail: verdon at cict.fr > >> >>> ********************************** > >> >>> > >> >>> > >> >>> ------------------------------------------------------- > >> >>> This SF.Net email sponsored by Black Hat Briefings & Training. > >> >>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >> >>> self defense, top technical experts, no vendor pitches, unmatched > >> >>> networking opportunities. Visit www.blackhat.com > >> >>> _______________________________________________ > >> >>> Nagios-users mailing list > >> >>> Nagios-users at 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 > >> >> > >> >> > >> >> > >> >> > >> >> ------------------------------------------------------- > >> >> This SF.Net email sponsored by Black Hat Briefings & Training. > >> >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > >> >> self defense, top technical experts, no vendor pitches, unmatched > >> >> networking opportunities. Visit www.blackhat.com > >> >> _______________________________________________ > >> >> Nagios-users mailing list > >> >> Nagios-users at 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 > >> >> > >> >> > >> > > >> > -- > >> > ********************************** > >> > VERDON Carole > >> > Ing?nieur Syst?me > >> > CICT - Universit? Paul Sabatier > >> > 118, route de Narbonne > >> > 31062 Toulouse Cedex > >> > T?l.: 05.61.36.60.44 > >> > Fax: 05.61.52.14.58 > >> > Mail: verdon at cict.fr > >> > ********************************** > >> > > >> > > >> > >> ------------------------------------------------------- > >> This SF.Net email sponsored by Black Hat Briefings & Training. > >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > >> digital self defense, top technical experts, no vendor pitches, > >> unmatched networking opportunities. Visit www.blackhat.com > >> _______________________________________________ > >> Nagios-users mailing list > >> Nagios-users at 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 > >> > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Thu Jul 8 02:06:49 2004 From: ae at op5.se (Andreas Ericsson) Date: Thu, 08 Jul 2004 02:06:49 +0200 Subject: Event handler OK from command line, not from nagios In-Reply-To: <40EC6BC0.4@itgroundwork.com> References: <40EC6BC0.4@itgroundwork.com> Message-ID: <40EC9019.3050100@op5.se> Glenn A. Meisenheimer wrote: > Friends, > > My problem is this. The print spooler on a Win 2k machine keeps hanging > up. > Remedial action typically requires a sysadmin to stop and restart the > print spooler > [....] > Any help would be appreciated... > Add the following lines close to the top of your eventhandler script; [ -d /tmp/events ] || mkdir /tmp/events echo "$@" > /tmp/events/${0##/*}.$$ exec 1>& /tmp/events/${0##/*}.$$ exec 2>& /tmp/events/${0##/*}.$$ Then rip the paper tray and watch the eventhandler execute. /tmp/events/* will be logfiles with complete output of every argument passed and every action taken (be aware that stderr usually isn't buffered, while stdout normally is, so output may come in whacky order if things go amiss a whole lot). > Glenn Meisenheimer > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Thu Jul 8 02:31:16 2004 From: ae at op5.se (Andreas Ericsson) Date: Thu, 08 Jul 2004 02:31:16 +0200 Subject: file existence check In-Reply-To: <20040707225531.93002.qmail@restricted.dyndns.org> References: <20040707225531.93002.qmail@restricted.dyndns.org> Message-ID: <40EC95D4.8000409@op5.se> Neil wrote: > Hey guys, > I would like to monitor if a file gets uploaded successfully by our > customer every night at 10pm. Filename syntax is > Upload_Daily_20040707.txt. Programatically, I can extract the current > date in my nagios system and have the date get appended to the syntax. > So if file exists after 10pm check, it becomes OK. If not, it will > remain RED. My concern is that after 12midnight, it won't be checked > anymore because date will change. But I can create 2 checks, one for > today and the other one for yesterday. > I would like to know guys how you would implement it and what you think > about my approach. Do something like this, and pass the exact filename as the first argument. It's a quick-hack (written in the mailer window), but it should be enough to get you started, and it probably compiles on any posix-compliant system. If you want to specify threshold values and such you'll have to add it yourself. --[ cut here ]--- #include #include #include #include #include #include int main(int argc, char **argv) { time_t now; int fd; struct stat fs; int status = 0; if(argc != 2) { printf("usage: %s \n", argv[0]); exit(3); } now = time(NULL); fd = open(argv[0], O_RDONLY); if(fd == -1) { printf("Unable to open %s for reading.\n", argv[1]); exit(1); } fstat(fd, &fs); if(now > fs.st_mtime + (24 * 3600)) status = 1; printf("%s was last modified %u seconds ago.\n", now - fs.st_mtime); return(status); } --[ and here ]--- In case anyone's lawyer is wondering, that code up there is in the public domain with no restrictions what so ever, so abuse it any way you want. > Thanks. You're welcome. > Neil > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From earl at switchmanagement.com Thu Jul 8 02:42:43 2004 From: earl at switchmanagement.com (Earl C. Ruby III) Date: Wed, 7 Jul 2004 17:42:43 -0700 Subject: file existence check In-Reply-To: <20040707225531.93002.qmail@restricted.dyndns.org> References: <20040707225531.93002.qmail@restricted.dyndns.org> Message-ID: <200407071742.43211.earl@switchmanagement.com> I would construct your YYYYMMDD timestamp as current time - 21:59:59 hours. That way, at 10pm you're checking for today's file, and you keep checking for today's file until 9:59:59pm the next day. On Wednesday 07 July 2004 03:55 pm, Neil wrote: > Hey guys, > > I would like to monitor if a file gets uploaded successfully by our > customer every night at 10pm. Filename syntax is Upload_Daily_20040707.txt. > Programatically, I can extract the current date in my nagios system and > have the date get appended to the syntax. So if file exists after 10pm > check, it becomes OK. If not, it will remain RED. My concern is that after > 12midnight, it won't be checked anymore because date will change. But I can > create 2 checks, one for today and the other one for yesterday. > > I would like to know guys how you would implement it and what you think > about my approach. -- Earl C. Ruby III Senior Systems Engineer / Developer Switch Management ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Thu Jul 8 02:57:09 2004 From: pla at softflare.com (Paul L. Allen) Date: Thu, 08 Jul 2004 01:57:09 +0100 Subject: file existence check In-Reply-To: <20040707225531.93002.qmail@restricted.dyndns.org> References: <20040707225531.93002.qmail@restricted.dyndns.org> Message-ID: <20040708005710.3514.qmail@minnow.softflare.net> Neil writes: > I would like to know guys how you would implement it I'd check the modification time was not greater than 1 day. > and what you think about my approach. Borked. Hey, it's late here and I've had a lot of wine, so deep thought is beyond me. But your explanation of how you were going to do it was a hell of a lot more complex than checking the mtime of the file. A bit of perl that uses -M will fix your problem for you. -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From smalhotra at dataarmor.net Thu Jul 8 05:12:00 2004 From: smalhotra at dataarmor.net (Sumit Malhotra) Date: Thu, 8 Jul 2004 08:42:00 +0530 Subject: PING WARNING - DUPLICATES FOUND! References: <40EBFEC8.1010907@eiisolutions.net> Message-ID: <005501c46499$57e50fe0$0301a8c0@sumit> hi , Try using DHIS Server This make sure by the client running on the each box being monitored is authentic It works great but only problew is that it works on UDP :-) Regards, Sumit ----- Original Message ----- From: "Matt Burleigh" To: Sent: Wednesday, July 07, 2004 7:16 PM Subject: Re: [Nagios-users] PING WARNING - DUPLICATES FOUND! > Robert Nelson wrote: > > >It probably means that your machine received more than one (could be > >two, three, or even more) ICMP echo reply packets for each echo request. > >Can happen if two machines are configured on the same IP, if you're > >pinging a broadcast IP, or if you're using really ancient equipment, > >pinging the network IP. > > > > > Thats what I thought but it sure doesn't make sense. The hosts that > triggered this are direct-jet printers, three different kinds with > static IPs. I've had Nagios running for about a week and this morning > was the first time I've seen this alert. Happened for about half hour > and I've not seen the alert since... > > -- > Matt Burleigh > Senior Systems Engineer > Enterprise Integration, Inc. > eiisolutions.com > 703.236.0790 > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Thu Jul 8 07:06:48 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Thu, 08 Jul 2004 00:06:48 -0500 Subject: file existence check In-Reply-To: <20040708005710.3514.qmail@minnow.softflare.net> References: <20040707225531.93002.qmail@restricted.dyndns.org> <20040708005710.3514.qmail@minnow.softflare.net> Message-ID: <20040708050648.20608.qmail@restricted.dyndns.org> I forgot guys that I should have mentioned NRPE here too. The file that I was checking resides on a windows machine. I just finished writing a WMI program that checks the uploaded file from the vendor. The format of the filename is Daily_Interface_Omni_20040707.txt. I then created 2 checks which will check the file with the most current date and the other check which will check yesterday's file. This file gets uploaded to us at around 8PM PST. I have put it in production and is now working. I have to play around with the notification period so that it won't send any emails during saturday nights. But, all your inputs are also welcome since I will also be creating a check for other Unix machines. Paul L. Allen writes: > Neil writes: > >> I would like to know guys how you would implement it > > I'd check the modification time was not greater than 1 day. > >> and what you think about my approach. > > Borked. Hey, it's late here and I've had a lot of wine, so deep thought > is beyond me. But your explanation of how you were going to do it was > a hell of a lot more complex than checking the mtime of the file. A bit > of perl that uses -M will fix your problem for you. > > -- > Paul Allen > Softflare Support > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Thu Jul 8 07:19:09 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Wed, 07 Jul 2004 22:19:09 -0700 Subject: Monitoring Dell stuff? In-Reply-To: <40EB8602.7010808@pbp.net> References: <40EB8602.7010808@pbp.net> Message-ID: <40ECD94D.4090007@gurugeek.com> You should check out Dell OpenManage and Dell IT Assistant. The server runs on windows but will tell you much more about the status of your systems than Nagios ever could. I believe it's free too... Jeff Jonathan Nichols wrote: > Greetings all.. > > Are any of you using Linux on the Dell PowerEdge boxes? If yes, > what are you using to monitor the RAID status (if you're using RAID) - > currently my method consists of checking /proc/megaraid/hba0/ and > doing this: > > jnichols at mailgate hba0 $ sudo cat raiddrives-0-9 > Logical drive: 0:, state: optimal > Span depth: 1, RAID level: 1, Stripe size: 64, Row size: 2 > Read Policy: Adaptive, Write Policy: Write back, Cache Policy: Direct IO > > jnichols at mailgate hba0 $ > > That method sucks. I need to find something better. :) The Dell RAID > monitoring tools are an absolute joke, and seem to be Red Hat specific > (I don't use Red Hat..using Gentoo) > > Has anybody run into this? > > Thanks! > -Jonathan > > (ps, yes, I checked Google..didn't find a lot, was hoping for personal > experiences) > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self defense, top technical experts, no vendor pitches, unmatched > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From karl at debisschop.net Thu Jul 8 07:25:15 2004 From: karl at debisschop.net (Karl DeBisschop) Date: Thu, 08 Jul 2004 01:25:15 -0400 Subject: Monitoring Dell stuff? In-Reply-To: <40EB8602.7010808@pbp.net> References: <40EB8602.7010808@pbp.net> Message-ID: <40ECDABB.4000608@debisschop.net> Jonathan Nichols wrote: > Greetings all.. > > Are any of you using Linux on the Dell PowerEdge boxes? If yes, what > are you using to monitor the RAID status (if you're using RAID) - > currently my method consists of checking /proc/megaraid/hba0/ and doing > this: > > jnichols at mailgate hba0 $ sudo cat raiddrives-0-9 > Logical drive: 0:, state: optimal > Span depth: 1, RAID level: 1, Stripe size: 64, Row size: 2 > Read Policy: Adaptive, Write Policy: Write back, Cache Policy: Direct IO > > jnichols at mailgate hba0 $ > > That method sucks. I need to find something better. :) The Dell RAID > monitoring tools are an absolute joke, and seem to be Red Hat specific > (I don't use Red Hat..using Gentoo) > > Has anybody run into this? I have the adaptec RAID systems (runnign RedHat). I use the afasnmp driver from dell which feeds the PERC data into net-snmp. Just use check_snmp from there. Solution has worked well for me. You may need to unpack the RPM manually for gentoo, and yes source code would be a nice thing, but is does work. I googled a bit and found this for the megaraid cards: http://www.ibiblio.org/john/megaraid/ No matter which raid subsytems you have, I suggest looking here if you have not already: http://linux.dell.com/storage.shtml All in all, lack of code is a PITA, but if you can get around that the SNMP solution works welll for me. -- Karl ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Thu Jul 8 07:27:12 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Thu, 8 Jul 2004 07:27:12 +0200 Subject: Hostgroup of Hostgroups? Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068DF6@SYGOMAIL.GOE.AD.SYCOR.DE> > Sand Philipp wrote: > > Even in 2.0 it's not possible. Would be a nice feature to > add i think. > > > > There's really no need for that, since the any host can be in > any number of hostgroups. In Nagios 2.0 you can also specify > hostgroups in the host object. > In combination with moving the contactgroups variable from > the hostgroup definition to the host definition, this makes > the hostgroups more or less redundant. Great to hear, missed that one. I'm pretty new to 2.0, haven't seen this feature, yet. I think i have to rewrite my cfgs now *g* ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From maca02 at atlas.cz Thu Jul 8 07:33:20 2004 From: maca02 at atlas.cz (=?ISO-8859-2?Q?Tom=E1=B9_Macek?=) Date: Thu, 8 Jul 2004 07:33:20 +0200 (CEST) Subject: Problems with history In-Reply-To: <1089228015.1375.5.camel@localhost.localdomain> References: <1088785269.1329.15.camel@localhost.localdomain> <1089228015.1375.5.camel@localhost.localdomain> Message-ID: Hi, I asked our administrator about the FAQ 0093 and he told me, that the time synchronization is sheduled on 00:00 in cron, so maybe this could cause the problem. We scheduled the synchronization at the every hour and 50 minutes (1:50, 3:50, ...) and I'm very curious what will happen... Thank you very much for the tip! Tom On Wed, 7 Jul 2004, Horvath Tamas wrote: > Hi Tom! > > I've thought it already, but I wanted a working solution as soon as > possible. If I have enough time I'll be ad this capability to the script > too. > > I found the cause also: see FAQ 0093: > http://www.nagios.org/faqs/viewfaq.php?faq_id=93 > > I use ntpdate which was run by root crontab in every 3 hours. Now I run > it just once a day, when my nagios is not running. It seems that the > problem gone! (I use it from 3 July, so its not a big time period to be > anbsolutely secure.) > > Have a nice day, Tamas! > > > 2004-07-07, sze keltez?ssel Tom?? Macek ezt ?rta: >> Hi Tamas! >> sorry, for the delay of my answer, we had a 2 days free in Czech Republic... >> >> Thank you very much for the script, I will test it as early as possible. Nowaday >> s I do not have enaught time to do that, but I will test it surely when I finish current project I'm working on. >> You are writing, that you are not a programmer -> you wrote this script, so you >> are the programmer! ;-) >> >> I looked into the script and I think you always go through the whole directory, it would be better to do move only one file according to the current date and this script would be run at 00:01 every day. I would like to add this to the script. >> >> Have a nice day >> >> Tom >> >> >> On Fri, 2 Jul 2004, Horvath Tamas wrote: >> >>> Hi Tom! >>> >>> I couldn't manage to figure out why nagios creates *-23.log files. >>> >>> I wrote a little shell script for our problem. I use it via root >>> crontab. I tested it in every scenario which I can imagine and it seemed >>> to me that it works. >>> >>> Please note that I am not a programmer so the code may be not as >>> compact, fast, etc. as would be. >>> >>> Two important notes: >>> 1. Please replace MAGYAR_DATUM with DATUM. The first one create >>> Hungarian date format from the original one. >>> 2. Sorry for Hungarian textparts. I've no enough time to translate them >>> to English. >>> >>> Congratulations for your football team. I'm a fun of them and I terrible >>> sorry that they aren't in the final!:( >>> >>> Have a nice weekend, Tamas! >>> >> > > > > > > From Philipp.Sand at sycor.de Thu Jul 8 07:34:42 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Thu, 8 Jul 2004 07:34:42 +0200 Subject: Monitoring Dell stuff? Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068DF7@SYGOMAIL.GOE.AD.SYCOR.DE> Dell Open Mange is really great. Doesn't work with every Kernel, but ok *g* BTW, has anyone kind of integrated Dell Open Mange into Nagios yet? I think about a plugin, which just checks the DOM if the whole server is ok (just this one status data, not all) And if tehre appears any Problem it returns the warning message from DOM and you can directly connect to DOM via hyperlink to look further. Same thing I need for Compaq/HP Insight Manager and IBM Director... I tried the check_insight plugin, but couldn't get it to run :-/ Any suggestions? Philipp > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > Of Jeff Rodriguez > Sent: Thursday, July 08, 2004 7:19 AM > To: jnichols at pbp.net > Cc: nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] Monitoring Dell stuff? > > You should check out Dell OpenManage and Dell IT Assistant. > The server runs on windows but will tell you much more about > the status of your systems than Nagios ever could. I believe > it's free too... > > Jeff > > Jonathan Nichols wrote: > > > Greetings all.. > > > > Are any of you using Linux on the Dell PowerEdge boxes? If yes, > > what are you using to monitor the RAID status (if you're > using RAID) - > > currently my method consists of checking /proc/megaraid/hba0/ and > > doing this: > > > > jnichols at mailgate hba0 $ sudo cat raiddrives-0-9 Logical drive: 0:, > > state: optimal Span depth: 1, RAID level: 1, Stripe size: 64, Row > > size: 2 Read Policy: Adaptive, Write Policy: Write back, Cache > > Policy: Direct IO > > > > jnichols at mailgate hba0 $ > > > > That method sucks. I need to find something better. :) The > Dell RAID > > monitoring tools are an absolute joke, and seem to be Red > Hat specific > > (I don't use Red Hat..using Gentoo) > > > > Has anybody run into this? > > > > Thanks! > > -Jonathan > > > > (ps, yes, I checked Google..didn't find a lot, was hoping > for personal > > experiences) > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 > - digital > > self defense, top technical experts, no vendor pitches, unmatched > > networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor > pitches, unmatched networking opportunities. Visit > www.blackhat.com _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From bdunn at rdac.com.au Thu Jul 8 08:35:45 2004 From: bdunn at rdac.com.au (Brad Dunn) Date: Thu, 8 Jul 2004 14:35:45 +0800 Subject: Mail not working Message-ID: <47287D7F1C9A1C4B99EB7D407FCEE69604C82D@rdaex01.rdac.com.au> In regards to this, I've managed to get emails working but only from the CLI If I run this (which is now my new defined command) /usr/bin/printf "***** Nagios 1.0 *****\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $DATETIME$\n\nAdditional Info:\n\n$OUTPUT$" | /usr/bin/mail -s "$NOTIFICATIONTYPE$: $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$" alerts at rdac.com.au >From the command line, I get the following email. ***** Nagios 1.0 ***** Notification Type: $ Service: $ Host: $ Address: $ State: $ Date/Time: $ Additional Info: $ Now the actual content of the email is ok, I can trouble shoot that as it is, however Nagios isn't sending notifications on its own. Now I've defined it as # ;notify-by-email' command definition define command{ command_name notify-by-email Here is an example of a service that is always down # Service definition define service{ use generic-service ; Name of service template to use host_name megatron service_description pop is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 1 retry_check_interval 1 contact_groups linux-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_pop } And here is my alerts # 'nagios' contact definition define contact{ contact_name nagios alias Nagios Admin service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options d,u,r service_notification_commands notify-by-email host_notification_commands host-notify-by-email email alerts at rdac.com.au } Any reason why I don't get the alerts from nagios, but I can run the top command manually and I get a response. - Brad ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nicole.haehnel at epost.de Thu Jul 8 08:38:41 2004 From: nicole.haehnel at epost.de (=?ISO-8859-1?Q?Nicole_H=E4hnel?=) Date: Thu, 08 Jul 2004 08:38:41 +0200 Subject: Multiple output lines in plugins? Message-ID: <40ECEBF1.70404@epost.de> Hi, I've written my own plugin to get more information from a server. I use nrpe to check the other servers with my plugin. The plugin is not only to get "status ok". It gives out more lines, something like this: Temperatures OK CPU Planar 38.0 Celsius Ambient 26.0 Celsius BP Bottom Temp 23.0 Celsius The problem is check_nrpe gets only the first line. All I see is "Temperatures OK", the other lines are ignored. Is there any possibility to get more than one line? Or is the only thing I can do, write all output in one line? Thanks! Nicole ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From n3tvicious-nagios at yahoo.es Thu Jul 8 09:21:01 2004 From: n3tvicious-nagios at yahoo.es (=?iso-8859-1?q?NetVicious?=) Date: Thu, 8 Jul 2004 09:21:01 +0200 (CEST) Subject: file existence check In-Reply-To: <20040707225531.93002.qmail@restricted.dyndns.org> References: <20040707225531.93002.qmail@restricted.dyndns.org> Message-ID: <20040708072101.45543.qmail@web53307.mail.yahoo.com> I have an script that it's executed only at one time. If the script don't works correctly due to an problem it creates a cron job using at command for execute him with some parameters in 2 minutes. You could use the same idea passing as a parameter the date of the file you wants to check. --- Neil escribi?: > Hey guys, > > I would like to monitor if a file gets uploaded successfully by our > customer > every night at 10pm. Filename syntax is Upload_Daily_20040707.txt. > Programatically, I can extract the current date in my nagios system > and have > the date get appended to the syntax. So if file exists after 10pm > check, it > becomes OK. If not, it will remain RED. My concern is that after > 12midnight, > it won't be checked anymore because date will change. But I can > create 2 > checks, one for today and the other one for yesterday. > > I would like to know guys how you would implement it and what you > think > about my approach. > > Thanks. > > Neil > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ===== .. //\/ e t . \/ i c i o u s .. ______________________________________________ Yahoo! lanza su nueva tecnolog?a de b?squedas ?te atreves a comparar? http://busquedas.yahoo.es ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From n3tvicious-nagios at yahoo.es Thu Jul 8 09:20:40 2004 From: n3tvicious-nagios at yahoo.es (=?iso-8859-1?q?NetVicious?=) Date: Thu, 8 Jul 2004 09:20:40 +0200 (CEST) Subject: file existence check In-Reply-To: <20040707225531.93002.qmail@restricted.dyndns.org> References: <20040707225531.93002.qmail@restricted.dyndns.org> Message-ID: <20040708072040.52375.qmail@web53309.mail.yahoo.com> I have an script that it's executed only at one time. If the scripts dont's works OK due to an problem it creates a cron job using at command for execute him with some parameters in 2 minutes. You could use the same idea passing as a parameter the date of the file you wants to check. --- Neil escribi?: > Hey guys, > > I would like to monitor if a file gets uploaded successfully by our > customer > every night at 10pm. Filename syntax is Upload_Daily_20040707.txt. > Programatically, I can extract the current date in my nagios system > and have > the date get appended to the syntax. So if file exists after 10pm > check, it > becomes OK. If not, it will remain RED. My concern is that after > 12midnight, > it won't be checked anymore because date will change. But I can > create 2 > checks, one for today and the other one for yesterday. > > I would like to know guys how you would implement it and what you > think > about my approach. > > Thanks. > > Neil > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ===== .. //\/ e t . \/ i c i o u s .. ______________________________________________ Renovamos el Correo Yahoo!: ?100 MB GRATIS! Nuevos servicios, m?s seguridad http://correo.yahoo.es ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From unixdocs72 at yahoo.co.uk Thu Jul 8 10:01:18 2004 From: unixdocs72 at yahoo.co.uk (=?iso-8859-1?q?Tis=20Unix?=) Date: Thu, 8 Jul 2004 09:01:18 +0100 (BST) Subject: /usr/local/nagios/etc not present after compiling .... Message-ID: <20040708080118.66463.qmail@web25110.mail.ukl.yahoo.com> Hi, First post to this list after just compiling nagios ... I am having a few problems but will tackle one at a time. First thing ... After compiling Nagios successfully (well that's what it tells me), this is what I get in /usr/local/nagios - [root at richemontdev]> cd /usr/local/nagios/ [root at richemontdev]> ls -al total 12 drwxr-xr-x 6 root other 512 Jul 7 12:30 . drwxr-xr-x 30 root other 1024 Jul 7 09:43 .. drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 bin drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 sbin drwxrwxr-x 8 nagios nagios 512 Jul 7 12:29 share drwxrwxr-x 3 nagios nagios 512 Jul 7 12:30 var Why is there no etc directory ?? In the documentation, it said I should have the following - Directory Structure And File Locations Change to the root of your Nagios installation directory with the following command... cd /usr/local/nagios You should see five different subdirectories. A brief description of what each directory contains is given in the table below. Sub-DirectoryContentsbin/Nagios core programetc/Main, resource, object, and CGI configuration files should be put heresbin/CGIsshare/HTML files (for web interface and online documentation)var/Empty directory for the log file Why is this ?? Thanks in advance Trev --------------------------------- ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself -------------- next part -------------- An HTML attachment was scrubbed... URL: From h.baecker at ecofis.de Thu Jul 8 10:16:15 2004 From: h.baecker at ecofis.de (h.baecker at ecofis.de) Date: Thu, 8 Jul 2004 10:16:15 +0200 Subject: /usr/local/nagios/etc not present after compiling .... In-Reply-To: <20040708080118.66463.qmail@web25110.mail.ukl.yahoo.com> References: <20040708080118.66463.qmail@web25110.mail.ukl.yahoo.com> Message-ID: Hi, did you try to: make install-config ? Tis Unix Sent by: nagios-users-admin at lists.sourceforge.net 08.07.2004 10:01 To nagios-users at lists.sourceforge.net cc Subject [Nagios-users] /usr/local/nagios/etc not present after compiling .... Hi, First post to this list after just compiling nagios ... I am having a few problems but will tackle one at a time. First thing ... After compiling Nagios successfully (well that's what it tells me), this is what I get in /usr/local/nagios - [root at richemontdev]> cd /usr/local/nagios/ [root at richemontdev]> ls -al total 12 drwxr-xr-x 6 root other 512 Jul 7 12:30 . drwxr-xr-x 30 root other 1024 Jul 7 09:43 .. drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 bin drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 sbin drwxrwxr-x 8 nagios nagios 512 Jul 7 12:29 share drwxrwxr-x 3 nagios nagios 512 Jul 7 12:30 var Why is there no etc directory ?? In the documentation, it said I should have the following - Directory Structure And File Locations Change to the root of your Nagios installation directory with the following command... cd /usr/local/nagios You should see five different subdirectories. A brief description of what each directory contains is given in the table below. Sub-Directory Contents bin/ Nagios core program etc/ Main, resource, object, and CGI configuration files should be put here sbin/ CGIs share/ HTML files (for web interface and online documentation) var/ Empty directory for the log file Why is this ?? Thanks in advance Trev ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself -------------- next part -------------- An HTML attachment was scrubbed... URL: From ae at op5.se Thu Jul 8 10:15:22 2004 From: ae at op5.se (Andreas Ericsson) Date: Thu, 08 Jul 2004 10:15:22 +0200 Subject: /usr/local/nagios/etc not present after compiling .... In-Reply-To: <20040708080118.66463.qmail@web25110.mail.ukl.yahoo.com> References: <20040708080118.66463.qmail@web25110.mail.ukl.yahoo.com> Message-ID: <40ED029A.1090709@op5.se> Tis Unix wrote: > > Hi, > > First post to this list after just compiling nagios ... I am having a few > problems but will tackle one at a time. > > First thing ... After compiling Nagios successfully (well that's what it > tells me), this is what I get in /usr/local/nagios - > > [root at richemontdev]> cd /usr/local/nagios/ > [root at richemontdev]> ls -al > total 12 > drwxr-xr-x 6 root other 512 Jul 7 12:30 . > drwxr-xr-x 30 root other 1024 Jul 7 09:43 .. > drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 bin > drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 sbin > drwxrwxr-x 8 nagios nagios 512 Jul 7 12:29 share > drwxrwxr-x 3 nagios nagios 512 Jul 7 12:30 var > > Why is there no etc directory ?? In the documentation, it said I should > have the following - > > > Directory Structure And File Locations > > Change to the root of your Nagios installation directory with the following > command... > > cd /usr/local/nagios > > You should see five different subdirectories. A brief description of what > each directory contains is given in the table below. > > Sub-DirectoryContentsbin/Nagios core programetc/Main, resource, object, > and CGI configuration files should be put heresbin/CGIsshare/HTML files > (for web interface and online documentation)var/Empty directory for the > log file > > > Why is this ?? > You didn't do make install_config (or something) which the makefile quite clearly state that you must do after compilation is complete. > Thanks in advance > You're welcome. Next time, try to be more observant. > Trev > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From matt.burleigh at eiisolutions.net Thu Jul 8 11:22:27 2004 From: matt.burleigh at eiisolutions.net (Matt Burleigh) Date: Thu, 08 Jul 2004 05:22:27 -0400 Subject: Changing IP on a host Message-ID: <40ED1253.7040205@eiisolutions.net> I corrected the IP of a couple of hosts and now every two hours they're still reporting as a problem with the old IP. How do I clear this? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From swati220781 at hotmail.com Thu Jul 8 11:54:00 2004 From: swati220781 at hotmail.com (Swati Srivastava) Date: Thu, 08 Jul 2004 15:24:00 +0530 Subject: check_procs query Message-ID: Hi!! I want to monitor one particular process named PushGateway. As you can see in the ps output, there are multiple processes running with the command name java. If i want to monitor one particular process out of that, how do i do that? Kindly help. Swati Here are some of the results i get: [swati at localhost libexec]$ ./check_procs -w 3 -c 5 -C java PushGateway OK - 3 processes running with command name java [swati at localhost libexec]$ ./check_procs -w 3 -c 5 -C "java PushGateway" OK - 0 processes running with command name java PushGateway [swati at localhost libexec]$ ./check_procs -w 3 -c 5 -C PushGateway OK - 0 processes running with command name PushGateway [swati at localhost libexec]$ ./check_procs ./check_procs -w 3 -c 5 -C "PushGateway" OK - 0 processes running with command name PushGateway [swati at localhost libexec]$ ps -ef|grep PushGateway root 29139 1 0 Mar24 ? 00:10:21 java PushGateway1 root 24907 1 1 Jul01 ? 02:15:50 java PushGateway swati 24864 22471 0 11:48 pts/4 00:00:00 grep PushGateway [swati at localhost libexec]$ ps -ef|grep java root 29139 1 0 Mar24 ? 00:10:21 java PushGateway1 root 24907 1 1 Jul01 ? 02:15:50 java PushGateway root 24752 24608 0 11:46 pts/10 00:00:00 java MTVCdrGenerator swati 24996 22471 0 11:48 pts/4 00:00:00 grep java [swati at localhost libexec]$ ps -aux|grep PushGateway root 29139 0.0 0.6 215232 13904 ? S Mar24 10:22 java PushGateway1 root 31179 1.1 2.3 256048 48140 ? S 12:57 3:20 java PushGateway swati 13950 0.0 0.0 3696 544 pts/4 S 15:53 0:00 grep PushGateway [swati at localhost libexec]$ ps -ef|grep java PushGateway grep: PushGateway: No such file or directory [swati at localhost libexec]$ ps -ax|grep java PushGateway grep: PushGateway: No such file or directory [swati at localhost libexec]$ ps -au|grep java PushGateway grep: PushGateway: No such file or directory _________________________________________________________________ Reach out to millions of buyers. http://go.msnserver.com/IN/52047.asp With zero investment. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From martin.mielke at thales-is.com Thu Jul 8 13:05:41 2004 From: martin.mielke at thales-is.com (Martin Mielke) Date: Thu, 08 Jul 2004 13:05:41 +0200 Subject: nrpe to a Windows box through event_handlers ... Message-ID: <40ED2A85.7010007@thales-is.com> Hi all, I need to monitor a Windoze from Nagios and restart a service when it fails. I read the NRPE and event_handlers docs http://nagios.sourceforge.net/docs/1_0/eventhandlers.html looking for a solution but couldn't find such a solution... the restart command for the Windows service is already coded (just a simple .bat file). Ideas much appreciated! Best regards, Martin ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From matt.burleigh at eiisolutions.net Thu Jul 8 13:18:31 2004 From: matt.burleigh at eiisolutions.net (Matt Burleigh) Date: Thu, 08 Jul 2004 07:18:31 -0400 Subject: Changing IP on a host In-Reply-To: <6943DE9E9934CD42BBE4A20E0E28E10E068E00@SYGOMAIL.GOE.AD.SYCOR.DE> References: <6943DE9E9934CD42BBE4A20E0E28E10E068E00@SYGOMAIL.GOE.AD.SYCOR.DE> Message-ID: <40ED2D87.2070604@eiisolutions.net> Sand Philipp wrote: >Did you reload / restart nagios after applying the changes? > > Yes, I've even deleted the status.log and status.sav files but they still reappear. I'm not sure where its getting the old IP from... -- Matt Burleigh Senior Systems Engineer Enterprise Integration, Inc. eiisolutions.com 703.236.0790 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From stevelml1 at scee.sony.co.uk Thu Jul 8 14:01:48 2004 From: stevelml1 at scee.sony.co.uk (Steve Loughran) Date: Thu, 8 Jul 2004 13:01:48 +0100 Subject: /usr/local/nagios/etc not present after compiling .... References: <20040708080118.66463.qmail@web25110.mail.ukl.yahoo.com> <40ED029A.1090709@op5.se> Message-ID: <027f01c464e3$593a18f0$f5cec22b@niltxp2> ./configure make all make install I think you missed these: make install-config make install-init then go grab the plugins and install them too.. Seve ----- Original Message ----- From: "Andreas Ericsson" To: Sent: Thursday, July 08, 2004 9:15 AM Subject: Re: [Nagios-users] /usr/local/nagios/etc not present after compiling .... > Tis Unix wrote: > > > > Hi, > > > > First post to this list after just compiling nagios ... I am having a few > > problems but will tackle one at a time. > > > > First thing ... After compiling Nagios successfully (well that's what it > > tells me), this is what I get in /usr/local/nagios - > > > > [root at richemontdev]> cd /usr/local/nagios/ > > [root at richemontdev]> ls -al > > total 12 > > drwxr-xr-x 6 root other 512 Jul 7 12:30 . > > drwxr-xr-x 30 root other 1024 Jul 7 09:43 .. > > drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 bin > > drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 sbin > > drwxrwxr-x 8 nagios nagios 512 Jul 7 12:29 share > > drwxrwxr-x 3 nagios nagios 512 Jul 7 12:30 var > > > > Why is there no etc directory ?? In the documentation, it said I should > > have the following - > > > > > > Directory Structure And File Locations > > > > Change to the root of your Nagios installation directory with the following > > command... > > > > cd /usr/local/nagios > > > > You should see five different subdirectories. A brief description of what > > each directory contains is given in the table below. > > > > Sub-DirectoryContentsbin/Nagios core programetc/Main, resource, object, > > and CGI configuration files should be put heresbin/CGIsshare/HTML files > > (for web interface and online documentation)var/Empty directory for the > > log file > > > > > > Why is this ?? > > > > You didn't do make install_config (or something) which the makefile > quite clearly state that you must do after compilation is complete. > > > > Thanks in advance > > > > You're welcome. Next time, try to be more observant. > > > Trev > > > > -- > Sourcerer / Andreas Ericsson > OP5 AB > +46 (0)733 709032 > andreas.ericsson at op5.se > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jdoyle at lewisgaleclinic.com Thu Jul 8 14:15:22 2004 From: jdoyle at lewisgaleclinic.com (Jack Doyle) Date: Thu, 8 Jul 2004 08:15:22 -0400 Subject: Question about templates Message-ID: If I set an option in a template, and then use that template to create say, a service, host, or whatever... can I override a setting in the host. i.e. I have in my template: notification_interval 30 and then I use that template on a host. If in that host, I set notification_interval to 20... will the one defined in the actual host take precedence? Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jens at kruse-kiel.de Thu Jul 8 14:22:04 2004 From: jens at kruse-kiel.de (Jens Kruse) Date: Thu, 08 Jul 2004 14:22:04 +0200 Subject: Problems with Availability Report Message-ID: <40ED3C6C.6020603@kruse-kiel.de> Hi there, creating an availability report from Nagios 1.1 we found the following point: Log period: June 1 - 30 (Last Month) Host state: Current State/Up Everything looks fine so far, but: Host Log Entries never shows the full period which was checked! Depending on host state, assume initial state, assume state retention we never get the whole period covered here. Depending on the check switches mentioned above, the host log entries just stops, whenever a number of Nagios (Re)start occur. Does anybody know how to avoid this? Is it a known bug which may have been fixed with 1.2? Regards, Jens ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From richard.luys at vanderlet.nl Thu Jul 8 14:46:02 2004 From: richard.luys at vanderlet.nl (Richard Luys) Date: Thu, 08 Jul 2004 14:46:02 +0200 Subject: Question about templates In-Reply-To: References: Message-ID: Hi Jack, On Thu, 8 Jul 2004 08:15:22 -0400, Jack Doyle wrote: > If I set an option in a template, and then use that template to create > say, a service, host, or whatever... can I override a setting in the > host. > > i.e. I have in my template: notification_interval 30 and then I use that > template on a host. If in that host, I set notification_interval to > 20... will the one defined in the actual host take precedence? > That's how it is supposed to work, yes. > Jack Doyle, LGC Information Systems > Systems Operations Specialist > 540.776.2025 -- R. Luys Vanderlet BV The Netherlands ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tom.welsh at bt.com Thu Jul 8 14:56:16 2004 From: tom.welsh at bt.com (tom.welsh at bt.com) Date: Thu, 8 Jul 2004 13:56:16 +0100 Subject: Question about templates Message-ID: <418B502A3861E242AFDED453F3D5B89C025C157D@i2km99-ukbr.domain1.systemhost.net> yep -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Jack Doyle Sent: 08 July 2004 13:15 To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] Question about templates If I set an option in a template, and then use that template to create say, a service, host, or whatever... can I override a setting in the host. i.e. I have in my template: notification_interval 30 and then I use that template on a host. If in that host, I set notification_interval to 20... will the one defined in the actual host take precedence? Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason-sourceforge at microlnk.net Thu Jul 8 14:51:29 2004 From: jason-sourceforge at microlnk.net (Jason Byrns) Date: Thu, 08 Jul 2004 07:51:29 -0500 Subject: Nagmin setup help In-Reply-To: References: Message-ID: <40ED4351.9010108@microlnk.net> I like NagMIN and use it for my Nagios system. But that being said, the current 2.2 version is not only undocumented but also seems to lack the "setup" installer script that 2.1 had. Which created subdirectories and such. So from what I can tell, you may not even be able to set up NagMIN unless you start by installing 2.1 and then upgrade to 2.2. Even then, some of the extras like the RRD graphing are apparently too difficult to figure out, for myself and others on the NagMIN email list. I like the tool, but I think it's too bad the author doesn't at least take a little time to make a quick-start guide or something. And I think that means far less people will make use of the author's efforts, which is too bad. (I know he says it's a modified version of the MySQL Webmin module, but still...) I'm not sure if you can find NagMIN 2.1 online, but I still have a copy, so let me know if you'd like me to send it to you. Perhaps us NagMIN users could work together, and create a simple install guide? It seems like it could be pretty damn short... I, for one, would love to know how to get the RRD stuff to work right. Guillermo Padilla wrote: > Does anyone know of a good link of how to properly install and > configure Nagmin? I?ve installed it but I?m unable to view the nagmin > page when I click on it. -- Jason Byrns System Administrator, MicroLnk ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From martin.mielke at thales-is.com Thu Jul 8 15:38:11 2004 From: martin.mielke at thales-is.com (Martin Mielke) Date: Thu, 08 Jul 2004 15:38:11 +0200 Subject: nrpe to a Windows box through event_handlers ... In-Reply-To: <20040708133516.225EE11A565@gw-in.thalesgroup.com> References: <20040708133516.225EE11A565@gw-in.thalesgroup.com> Message-ID: <40ED4E43.9060406@thales-is.com> Hi Arthur, could you please explain to the list how to do that? Because this is what I'm looking for... :-) Martin Artur Pinheiro wrote: >I don't know if this is the correct way, but I run a script like that using >nrpe. > >-----Original Message----- >From: nagios-users-admin at lists.sourceforge.net >[mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Martin Mielke >Sent: quinta-feira, 8 de Julho de 2004 12:06 >To: nagios-users at lists.sourceforge.net >Subject: [Nagios-users] nrpe to a Windows box through event_handlers ... > >Hi all, > >I need to monitor a Windoze from Nagios and restart a service when it fails. >I read the NRPE and event_handlers docs >http://nagios.sourceforge.net/docs/1_0/eventhandlers.html looking for a >solution but couldn't find such a solution... the restart command for the >Windows service is already coded (just a simple .bat file). > >Ideas much appreciated! > >Best regards, >Martin > > > >------------------------------------------------------- >This SF.Net email sponsored by Black Hat Briefings & Training. >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self >defense, top technical experts, no vendor pitches, unmatched networking >opportunities. Visit www.blackhat.com >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Darren.Kemp at xerox.com Thu Jul 8 15:34:16 2004 From: Darren.Kemp at xerox.com (Kemp, Darren) Date: Thu, 8 Jul 2004 09:34:16 -0400 Subject: APAN + NRPE? Message-ID: <330CE9F92C02064B86090D40B479712F1CF848@usa0300ms04.na.xerox.net> I'm curious if anyone has experimented with using APAN over NRPE? Basically I want to collect performance data from remote hosts and view the graphs on a central server. I have been through the APAN and NRPE documentation and haven't seen anything like this yet. If anyone is running a similar setup I'd love to hear from you. Thanks -dkk -------------- next part -------------- An HTML attachment was scrubbed... URL: From Darren.Kemp at xerox.com Thu Jul 8 15:46:58 2004 From: Darren.Kemp at xerox.com (Kemp, Darren) Date: Thu, 8 Jul 2004 09:46:58 -0400 Subject: Changing IP on a host Message-ID: <330CE9F92C02064B86090D40B479712F1CF84B@usa0300ms04.na.xerox.net> Check to make sure an old NAGIOS process isn't running. Sometimes it doesn't shut down right. -dkk -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Matt Burleigh Sent: Thursday, July 08, 2004 7:19 AM To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Changing IP on a host Sand Philipp wrote: >Did you reload / restart nagios after applying the changes? > > Yes, I've even deleted the status.log and status.sav files but they still reappear. I'm not sure where its getting the old IP from... -- Matt Burleigh Senior Systems Engineer Enterprise Integration, Inc. eiisolutions.com 703.236.0790 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Darren.Kemp at xerox.com Thu Jul 8 15:40:27 2004 From: Darren.Kemp at xerox.com (Kemp, Darren) Date: Thu, 8 Jul 2004 09:40:27 -0400 Subject: Event handler OK from command line, not from nagios Message-ID: <330CE9F92C02064B86090D40B479712F1CF849@usa0300ms04.na.xerox.net> It looks to me like your command syntax for your eventhandler isn't passing any arguments to the script. It should be something like this: command_line /usr/local/nagios/libexec/eventhandler/reset_spooler_04 $SERVICESTATE$ $STATETYPE$ $SERVICEATTEMPT$ (for 2.0 $STATETYPE is SERVICESTATETYPE) Hope this helps. -dkk ============================================ Now if I cd to /usr/local/nagios/eventhandler and enter this command: ./reset_spooler_04 CRITICAL HARD 4 The rspooler.bat file on the Win 2k box actually runs and logs the reset. So far so good. Now I need to set up a service definition for the event handler: # # reset_spooler_04 Command define command{ command_name reset_spooler_04 command_line /usr/local/nagios/eventhandler/reset_spooler_04 } And I need to include the event handler in the service definition: define service{ host_name fc-ctx-04 use rs-windows-service service_description printq_service max_check_attempts 5 event_handler reset_spooler_04 normal_check_interval 10 retry_check_interval 1 check_command check_nt_perf!"\\Print Queue(_Total)\\Jobs"!4!5 } So now the big picture. We have a working monitor on the Nagios server which monitors the number of print jobs in the Win 2k print queue. We generate an alarm when the number of jobs in the queue exceeds 5. I can test this by pulling the paper tray on the printer and queueing up print jobs. The montor works fine.. It goes into alarm when the print queue gets up to 5 jobs. But the event handler doesn't work properly. Here's the log: [07-02-2004 13:51:41] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;HARD;5;reset_spooler_04 [07-02-2004 13:51:41] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;HARD;5;6 [07-02-2004 13:50:41] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;SOFT;4;reset_spooler_04 [07-02-2004 13:50:41] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;SOFT;4;6 [07-02-2004 13:49:42] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;SOFT;3;reset_spooler_04 [07-02-2004 13:49:42] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;SOFT;3;6 [07-02-2004 13:48:36] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;SOFT;2;reset_spooler_04 [07-02-2004 13:48:36] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;SOFT;2;7 [07-02-2004 13:47:37] SERVICE EVENT HANDLER: fc-ctx-04;printq_service;CRITICAL;SOFT;1;reset_spooler_04 [07-02-2004 13:47:37] SERVICE ALERT: fc-ctx-04;printq_service;CRITICAL;SOFT;1;7 So, it seems to me that Nagios is calling the event handler, and is calling it n a CRITICAL HARD state. Why, oh why, I wonder, isn't the rest of the system working? The above event did NOT result in an entry in the rspooler.log on the Win 2k machine. As I said earlier, if I call the event handler as user nagios from the command line, it does run rspooler and makes the log entries on the Win 2k machine. Any help would be appreciated... Glenn Meisenheimer ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From matt.burleigh at eiisolutions.net Thu Jul 8 15:57:46 2004 From: matt.burleigh at eiisolutions.net (Matt Burleigh) Date: Thu, 08 Jul 2004 09:57:46 -0400 Subject: Changing IP on a host In-Reply-To: <330CE9F92C02064B86090D40B479712F1CF84B@usa0300ms04.na.xerox.net> References: <330CE9F92C02064B86090D40B479712F1CF84B@usa0300ms04.na.xerox.net> Message-ID: <40ED52DA.4070200@eiisolutions.net> Kemp, Darren wrote: >Check to make sure an old NAGIOS process isn't running. Sometimes it >doesn't shut down right. > > Thanks, that was it. I was assuming it was shutting down correctly but it was not. I'm now recieving recovery alerts. -- Matt Burleigh Senior Systems Engineer Enterprise Integration, Inc. eiisolutions.com 703.236.0790 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From SELundgr at email.uncc.edu Thu Jul 8 16:22:15 2004 From: SELundgr at email.uncc.edu (Lundgren, Scott) Date: Thu, 8 Jul 2004 10:22:15 -0400 Subject: check_ping segmentation fault at command line Message-ID: I'm setting up nagios 1.2 and using nagios plugins 1.3.1. In trying to figure out why nagios shows 1 and only 1 of my hosts status as down though all the services are up, I'm trying to run the check_ping command from command line and it is seg faulting. So I have two questions, configuration info is below: What adjustments should I be making for the host status to work properly? What causes check_ping from command line as user nagios to segmentation fault? danke, SL nagios at samplebox $ whoami nagios nagios at samplebox $ pwd /usr/local/nagios/libexec nagios at samplebox $ ./check_ping -H wwwX -w 3000.0,80% -c 5000.0,100% -p 1 Segmentation Fault # 'check-host-alive' command definition define command{ command_name check-host-alive command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 1 } # 'wwwX' host definition define host{ use generic-host host_name wwwX alias WWW Server #X address XXX.XX.XX.XX check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r } # Generic host definition template define host{ name generic-host ; The name of this host template notifications_enabled 1 ; Host notifications are enabled event_handler_enabled 1 ; Host event handler is enabled flap_detection_enabled 1 ; Flap detection is enabled process_perf_data 1 ; Process performance data retain_status_information 1 ; Retain status information across program restarts retain_nonstatus_information 1 ; Retain non-status information across program restarts register 0 ; DONT REGISTER THIS DEFINITION } ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From agrajag at dragaera.net Thu Jul 8 16:26:52 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Thu, 08 Jul 2004 10:26:52 -0400 Subject: Monitoring Dell stuff? In-Reply-To: <6943DE9E9934CD42BBE4A20E0E28E10E068DF7@SYGOMAIL.GOE.AD.SYCOR.DE> References: <6943DE9E9934CD42BBE4A20E0E28E10E068DF7@SYGOMAIL.GOE.AD.SYCOR.DE> Message-ID: <1089296812.6113.29.camel@pel> On Thu, 2004-07-08 at 01:34, Sand Philipp wrote: > Dell Open Mange is really great. Doesn't work with every Kernel, but ok > *g* > BTW, has anyone kind of integrated Dell Open Mange into Nagios yet? > I think about a plugin, which just checks the DOM if the whole server is > ok (just this one status data, not all) > And if tehre appears any Problem it returns the warning message from DOM > and you can directly connect to DOM via hyperlink to look further. > Same thing I need for Compaq/HP Insight Manager and IBM Director... I > tried the check_insight plugin, but couldn't get it to run :-/ > Any suggestions? Go to http://www.duke.edu/~sean/nagios/ and download my check_om plugin. Its written in python and uses snmpget to check OM through snmp. If everything's ok, it reports that. If somehting is not ok, it'll report the status (Non-critical -> warning ; critical -> critical) and the component that's having problems. If you want to know the exact error, you have to check that yourself. One known bug is that hardware log errors show up as an error in an unknown component as I haven't found the right OID to query for that. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From agrajag at dragaera.net Thu Jul 8 16:33:04 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Thu, 08 Jul 2004 10:33:04 -0400 Subject: Multiple output lines in plugins? In-Reply-To: <40ECEBF1.70404@epost.de> References: <40ECEBF1.70404@epost.de> Message-ID: <1089297184.6113.34.camel@pel> On Thu, 2004-07-08 at 02:38, Nicole H??hnel wrote: > Hi, > > I've written my own plugin to get more information from a server. > I use nrpe to check the other servers with my plugin. > The plugin is not only to get "status ok". It gives out more lines, > something like this: > > Temperatures OK > CPU Planar 38.0 Celsius > Ambient 26.0 Celsius > BP Bottom Temp 23.0 Celsius > > The problem is check_nrpe gets only the first line. > All I see is "Temperatures OK", the other lines are ignored. > > Is there any possibility to get more than one line? > Or is the only thing I can do, write all output in one line? If you read the nagios plugin guidelines: http://nagiosplug.sourceforge.net/developer-guidelines.html you'll see that a nagios plugin is only supposed to print one line of text, and the rest is ignored. So even if npre passed on more, nagios itself would ignore everything but the first line. You really need to put everything on one line. When I write a plugin to check multiple things, I have a simple Ok message if things are good. If something's wrong, then I'll show the value that caused the problem. That way its easier to keep the line short. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From alex at fragit.net Thu Jul 8 17:14:26 2004 From: alex at fragit.net (Alex Burger) Date: Thu, 08 Jul 2004 11:14:26 -0400 Subject: Monitoring Dell stuff? In-Reply-To: <40ECD94D.4090007@gurugeek.com> References: <40EB8602.7010808@pbp.net> <40ECD94D.4090007@gurugeek.com> Message-ID: <40ED64D2.6070506@fragit.net> How about configuring your Dell servers to send SNMP traps to your management server, which could then feed the traps in to Nagios? I have not done it with Dell, but on my Compaq serves I configured them with the Insight Agents and have them send all alerts to my management station running Net-SNMP. Net-SNMP passes it on to SNMPTT (to translate the traps into something readable) which then passes it on to Nagios for alerting. The Compaq agents (Linux, Windows etc) have over 300 different traps from network link up/down, hard drive failures, power supply failures etc. Instead of polling for all the services, have the sever tell you when something is wrong. You can do the same with UPSs, SAN devices etc. You would still need Nagios to tell you if the server is up, and could also poll to make sure the management agents are running. The document 'Integrating_PowerEdge_Servers_into_HPSIM40.pdf' says there are 36 traps in 10982.mib for motherboard alerts, and 80 traps in arymgr.mib. I found the document at: http://www.dell.com/downloads/global/solutions/Integrating_PowerEdge_Servers_into_HPSIM40.pdf Check out sections 3 and 7. An example of an alert I could get from a Compaq server is: "Compaq Drive Array Spare Drive on controller 3, bus 0, bay 3 status is Failed." Alex Jeff Rodriguez wrote: > You should check out Dell OpenManage and Dell IT Assistant. The server > runs on windows but will tell you much more about the status of your > systems than Nagios ever could. I believe it's free too... > > Jeff > > Jonathan Nichols wrote: > >> Greetings all.. >> >> Are any of you using Linux on the Dell PowerEdge boxes? If yes, >> what are you using to monitor the RAID status (if you're using RAID) - >> currently my method consists of checking /proc/megaraid/hba0/ and >> doing this: >> >> jnichols at mailgate hba0 $ sudo cat raiddrives-0-9 >> Logical drive: 0:, state: optimal >> Span depth: 1, RAID level: 1, Stripe size: 64, Row size: 2 >> Read Policy: Adaptive, Write Policy: Write back, Cache Policy: Direct IO >> >> jnichols at mailgate hba0 $ >> >> That method sucks. I need to find something better. :) The Dell RAID >> monitoring tools are an absolute joke, and seem to be Red Hat specific >> (I don't use Red Hat..using Gentoo) >> >> Has anybody run into this? >> >> Thanks! >> -Jonathan >> >> (ps, yes, I checked Google..didn't find a lot, was hoping for personal >> experiences) ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From chris.stankaitis at datawire.net Thu Jul 8 17:32:59 2004 From: chris.stankaitis at datawire.net (Chris Stankaitis) Date: Thu, 8 Jul 2004 15:32:59 +0000 (GMT) Subject: Migrating old archived Nagios Message-ID: Hey All; Any issue with taking old Nagios logs and putting them on a new Nagios server to save the statistical data? Basically we gave our Nagios Box a HW Upgrade and I have been asked to move over all the old /var/log/nagios/archive/* stuff so that stats and such can be checked back over the last couple years. If there are any pitfalls to look out for I would appreciate the heads up. --Chris ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Thu Jul 8 18:18:56 2004 From: marc at ena.com (Marc Powell) Date: Thu, 8 Jul 2004 11:18:56 -0500 Subject: Migrating old archived Nagios Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B673B@mismail2.ena.com> Chris Stankaitis wrote: > Hey All; > > Any issue with taking old Nagios logs and putting them on a new > Nagios server to save the statistical data? > > Basically we gave our Nagios Box a HW Upgrade and I have been asked > to move over all the old /var/log/nagios/archive/* stuff so that > stats and such can be checked back over the last couple years. > > If there are any pitfalls to look out for I would appreciate the > heads up. >From my experience the only thing you really need to watch out for is that your log rotation method is the same on both (i.e. daily, weekly, etc). This presumes that the host and service names are the same of course. If you're using the same config files then you're good to go. -- Marc ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From JimiT at mail.cox.smu.edu Thu Jul 8 18:24:22 2004 From: JimiT at mail.cox.smu.edu (Thompson, Jimi) Date: Thu, 8 Jul 2004 11:24:22 -0500 Subject: /usr/local/nagios/etc not present after compiling .... Message-ID: <4B3F673172B98D449EBCC3BE8316F5240415F82D@exch4.elcsb.net> If this helps anyone - I'm currently in the process of installing Nagios on FreeBSD 4.9 and I've been seeing something similar. I know that the tail end of the Nagios install script said to run make install-init and make install-config but I got the following error messages from both. myhost# make install-init make: don't know how to make install-init. Stop myhost# make install-config make: don't know how to make install-config. Stop The description for the "nagios" package said that it included the plug-ins as a dependency but I'm suspicious because I don't see them anywhere. I checked the files and the package was downloaded as a dependency but they don't seem to have actually been installed and I'm not sure they were built with the right options. I'm planning on using database, LDAP, and SNMP support. I'm going to try running the plug in package install manually and see if that doesn't give me what I'm looking for. I'll post again and let you know how it goes. Jimi -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Steve Loughran Sent: Thursday, July 08, 2004 7:02 AM To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] /usr/local/nagios/etc not present after compiling .... ./configure make all make install I think you missed these: make install-config make install-init then go grab the plugins and install them too.. Seve ----- Original Message ----- From: "Andreas Ericsson" To: Sent: Thursday, July 08, 2004 9:15 AM Subject: Re: [Nagios-users] /usr/local/nagios/etc not present after compiling .... > Tis Unix wrote: > > > > Hi, > > > > First post to this list after just compiling nagios ... I am having a few > > problems but will tackle one at a time. > > > > First thing ... After compiling Nagios successfully (well that's what it > > tells me), this is what I get in /usr/local/nagios - > > > > [root at richemontdev]> cd /usr/local/nagios/ > > [root at richemontdev]> ls -al > > total 12 > > drwxr-xr-x 6 root other 512 Jul 7 12:30 . > > drwxr-xr-x 30 root other 1024 Jul 7 09:43 .. > > drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 bin > > drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 sbin > > drwxrwxr-x 8 nagios nagios 512 Jul 7 12:29 share > > drwxrwxr-x 3 nagios nagios 512 Jul 7 12:30 var > > > > Why is there no etc directory ?? In the documentation, it said I should > > have the following - > > > > > > Directory Structure And File Locations > > > > Change to the root of your Nagios installation directory with the following > > command... > > > > cd /usr/local/nagios > > > > You should see five different subdirectories. A brief description of what > > each directory contains is given in the table below. > > > > Sub-DirectoryContentsbin/Nagios core programetc/Main, resource, object, > > and CGI configuration files should be put heresbin/CGIsshare/HTML files > > (for web interface and online documentation)var/Empty directory for the > > log file > > > > > > Why is this ?? > > > > You didn't do make install_config (or something) which the makefile > quite clearly state that you must do after compilation is complete. > > > > Thanks in advance > > > > You're welcome. Next time, try to be more observant. > > > Trev > > > > -- > Sourcerer / Andreas Ericsson > OP5 AB > +46 (0)733 709032 > andreas.ericsson at op5.se > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From JimiT at mail.cox.smu.edu Thu Jul 8 18:30:41 2004 From: JimiT at mail.cox.smu.edu (Thompson, Jimi) Date: Thu, 8 Jul 2004 11:30:41 -0500 Subject: /usr/local/nagios/etc not present after compiling .... Message-ID: <4B3F673172B98D449EBCC3BE8316F5240415F83C@exch4.elcsb.net> ./configure make all make install I think you missed these: make install-config make install-init then go grab the plugins and install them too.. This is the tail end of the Nagios FreeBSD package script. The only problem is that it LOOKS like it works but in fact none of the "extra" goodies are really there. Jimi *** Compile finished *** If the main program and CGIs compiled without any errors, you can continue with installing Nagios as follows (type 'make' without any arguments for a list of all possible options): make install - This installs the main program, CGIs, and HTML files make install-init - This installs the init script in /usr/local/etc/rc.d make install-commandmode - This installs and configures permissions on the directory for holding the external command file make install-config - This installs *SAMPLE* config files in /usr/local/etc/nagios You'll have to modify these sample files before you can use Nagios. Read the HTML documentation for more info on doing this. Pay particular attention to the docs on object configuration files, as they determine what/how things get monitored! *** Support Notes ******************************************* ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Thu Jul 8 18:39:57 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Thu, 08 Jul 2004 09:39:57 -0700 Subject: Monitoring Dell stuff? In-Reply-To: <40ED64D2.6070506@fragit.net> References: <40EB8602.7010808@pbp.net> <40ECD94D.4090007@gurugeek.com> <40ED64D2.6070506@fragit.net> Message-ID: <40ED78DD.2010809@gurugeek.com> I personally would not, and the company I work for is not trying to integrate OpenManage with Nagios. I think you're better off just having them separate, the only thing I might check in nagios is a global system status. However, if you're interested, Dell has a document about integrating Nagios and Dell OpenManage. Note that this has been mentioned on the Nagios propaganda page: http://www.dell.com/downloads/global/power/1q04-sch.pdf Jeff Alex Burger wrote: > > How about configuring your Dell servers to send SNMP traps to your > management server, which could then feed the traps in to Nagios? > > I have not done it with Dell, but on my Compaq serves I configured them > with the Insight Agents and have them send all alerts to my management > station running Net-SNMP. Net-SNMP passes it on to SNMPTT (to translate > the traps into something readable) which then passes it on to Nagios for > alerting. > > The Compaq agents (Linux, Windows etc) have over 300 different traps > from network link up/down, hard drive failures, power supply failures > etc. Instead of polling for all the services, have the sever tell you > when something is wrong. You can do the same with UPSs, SAN devices > etc. You would still need Nagios to tell you if the server is up, and > could also poll to make sure the management agents are running. > > The document 'Integrating_PowerEdge_Servers_into_HPSIM40.pdf' says there > are 36 traps in 10982.mib for motherboard alerts, and 80 traps in > arymgr.mib. I found the document at: > > http://www.dell.com/downloads/global/solutions/Integrating_PowerEdge_Servers_into_HPSIM40.pdf > > > Check out sections 3 and 7. > > An example of an alert I could get from a Compaq server is: > > "Compaq Drive Array Spare Drive on controller 3, bus 0, bay 3 status is > Failed." > > Alex > > > Jeff Rodriguez wrote: > >> You should check out Dell OpenManage and Dell IT Assistant. The server >> runs on windows but will tell you much more about the status of your >> systems than Nagios ever could. I believe it's free too... >> >> Jeff >> >> Jonathan Nichols wrote: >> >>> Greetings all.. >>> >>> Are any of you using Linux on the Dell PowerEdge boxes? If yes, >>> what are you using to monitor the RAID status (if you're using RAID) >>> - currently my method consists of checking /proc/megaraid/hba0/ and >>> doing this: >>> >>> jnichols at mailgate hba0 $ sudo cat raiddrives-0-9 >>> Logical drive: 0:, state: optimal >>> Span depth: 1, RAID level: 1, Stripe size: 64, Row size: 2 >>> Read Policy: Adaptive, Write Policy: Write back, Cache Policy: Direct IO >>> >>> jnichols at mailgate hba0 $ >>> >>> That method sucks. I need to find something better. :) The Dell RAID >>> monitoring tools are an absolute joke, and seem to be Red Hat >>> specific (I don't use Red Hat..using Gentoo) >>> >>> Has anybody run into this? >>> >>> Thanks! >>> -Jonathan >>> >>> (ps, yes, I checked Google..didn't find a lot, was hoping for >>> personal experiences) > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self defense, top technical experts, no vendor pitches, unmatched > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mshirley at gmail.com Thu Jul 8 18:58:48 2004 From: mshirley at gmail.com (Mark Shirley) Date: Thu, 8 Jul 2004 12:58:48 -0400 Subject: front end management tool In-Reply-To: <20040708000211.6057E3C02F@paramonga.terra.com.br> References: <20040708000211.6057E3C02F@paramonga.terra.com.br> Message-ID: it can indeed. if you delete a user it will delete the user from the hostgroup and if you delete a host it will remove that host from the services etc... i don't really understand why you would delete a service if a host was deleted since a service can be used by many different hosts. On Wed, 7 Jul 2004 21:06:00 -0300, Wilson Pires Jr wrote: > Does nagmin make consistency among the cfg configuration files? I mean, for > example, if I delete a host, are their services deleted automatically? > > Regards, > > Wilson > > > > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Mark Shirley > Sent: quarta-feira, 7 de julho de 2004 09:16 > To: Neil > Cc: nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] Re: front end management tool > > you can do anything with nagmin as you can with configs in my > experiance. instead of editing a text file to create a custom check > you create a database field. > > On Tue, 06 Jul 2004 12:54:50 -0500, Neil > wrote: > > Hi Mark, > > > > Another question. I do a lot of customization to checks and vi allows me > to > > be very flexible. The limit I have when writing my own custom checks is > what > > my brain can imagine. So, can I also be very flexible with Nagmin? > > > > Thanks. :) > > > > Neil > > > > > > > > > > Mark Shirley writes: > > > > > the use of the mysql database is a nagmin requirement not a nagios > requirement. > > > > > > nagmin takes an existing set of config files and creates a database > > > based on that. at that point you use the gui interface to make > > > changes to the mysql database. when you want the changes to take > > > effect you run a "verification" where it dumps the data from the > > > database into temporary config files and then tells nagios to do a -v > > > startup. if that is sucsessful you then "activate" it where by it > > > does the same thing of dumping the mysql database into config files > > > and then it starts nagios normally. this particular setup is > > > excellent if for some reason you try it and don't like it you can > > > always go back to using a simple text configs. > > > > > > nagmin does NOT require your nagios to be built with mysql since > > > nagmin deals directly with nagios's config files. i currently use > > > nagmin because of the pure number of hosts and services. not to > > > mention the other people that i interact with must be able to > > > add/remove/change host and service records without having to edit > > > config files manually. the major downside to nagmin is that you can't > > > EASILY go back and forth from nagmin to console config. it's one or > > > the other because if you make a change to the temp config files the > > > changes will not be inserted into the mysql database and will be > > > overwritten the next time you do an verification or activation. > > > > > > in comparison to the other options i found nagmin to be the best and > > > most stable for my enviroment. > > > > > > > > > > > > > > > On Thu, 01 Jul 2004 11:19:37 -0500, Neil > > > wrote: > > >> Ok, IIRC, support to database is going to be dropped in version 2 of > Nagios > > >> > > >> > > >> > > >> carole verdon writes: > > >> > > >> > In first, to use Nagmin, Nagios must built with mysql database > support. > > >> > > > >> > That it was my case. Then, Nagmin use existings config files to build > its > > >> > own files. > > >> > > > >> > Neil wrote: > > >> > > > >> >> Hi Carole, > > >> >> What if I already have existing running nagios, how does it take > care of > > >> >> my existings configs? > > >> >> YOu know what, I should try it :) > > >> >> carole verdon writes: > > >> >> > > >> >>> I use Nagmin to manage the configuration of nagios. Nagmin don't > create > > >> >>> temporary config files. It extract informations of tables of mysql > > >> >>> database to put them in flat config files so that nagios can read > them. > > >> >>> I am satisfied for this product. > > >> >>> You can find others answers in mailing list or on > > >> >>> http://nagmin.sourceforge.net/ > > >> >>> Carole. > > >> >>> Neil wrote: > > >> >>> > > >> >>>> Hey guys, > > >> >>>> I know in nagios website, extras, there are links to front end for > > >> >>>> managing nagios. Currently, I am a unix console fanatic. :) I'm > used to > > >> >>>> it and it's no problem to me. I would like to seek your experience > on > > >> >>>> which front end web based application you really did like and was > easy > > >> >>>> to use. I am looking into something wherein it will be easy for us > to > > >> >>>> create hosts, services, contacts and so on. I tried Nagmin, Nagat > but > > >> >>>> if I remember correctly, it creates a temporary config file which > will > > >> >>>> be used for test run. It's nice but really messes up my configs :( > > >> >>>> Anyways, please reply as to what webbased nagios management tool > you > > >> >>>> are using and that you're very happy about it. > > >> >>>> Thanks. > > >> >>>> Neil > > >> >>>> > > >> >>>> ------------------------------------------------------- > > >> >>>> This SF.Net email sponsored by Black Hat Briefings & Training. > > >> >>>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital > > >> >>>> self defense, top technical experts, no vendor pitches, unmatched > > >> >>>> networking opportunities. Visit www.blackhat.com > > >> >>>> _______________________________________________ > > >> >>>> Nagios-users mailing list > > >> >>>> Nagios-users at 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 > > >> >>>> > > >> >>> > > >> >>> -- > > >> >>> ********************************** > > >> >>> VERDON Carole > > >> >>> Ing?nieur Syst?me > > >> >>> CICT - Universit? Paul Sabatier > > >> >>> 118, route de Narbonne > > >> >>> 31062 Toulouse Cedex > > >> >>> T?l.: 05.61.36.60.44 > > >> >>> Fax: 05.61.52.14.58 > > >> >>> Mail: verdon at cict.fr > > >> >>> ********************************** > > >> >>> > > >> >>> > > >> >>> ------------------------------------------------------- > > >> >>> This SF.Net email sponsored by Black Hat Briefings & Training. > > >> >>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital > > >> >>> self defense, top technical experts, no vendor pitches, unmatched > > >> >>> networking opportunities. Visit www.blackhat.com > > >> >>> _______________________________________________ > > >> >>> Nagios-users mailing list > > >> >>> Nagios-users at 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 > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> ------------------------------------------------------- > > >> >> This SF.Net email sponsored by Black Hat Briefings & Training. > > >> >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital > > >> >> self defense, top technical experts, no vendor pitches, unmatched > > >> >> networking opportunities. Visit www.blackhat.com > > >> >> _______________________________________________ > > >> >> Nagios-users mailing list > > >> >> Nagios-users at 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 > > >> >> > > >> >> > > >> > > > >> > -- > > >> > ********************************** > > >> > VERDON Carole > > >> > Ing?nieur Syst?me > > >> > CICT - Universit? Paul Sabatier > > >> > 118, route de Narbonne > > >> > 31062 Toulouse Cedex > > >> > T?l.: 05.61.36.60.44 > > >> > Fax: 05.61.52.14.58 > > >> > Mail: verdon at cict.fr > > >> > ********************************** > > >> > > > >> > > > >> > > >> ------------------------------------------------------- > > >> This SF.Net email sponsored by Black Hat Briefings & Training. > > >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > >> digital self defense, top technical experts, no vendor pitches, > > >> unmatched networking opportunities. Visit www.blackhat.com > > >> _______________________________________________ > > >> Nagios-users mailing list > > >> Nagios-users at 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 > > >> > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by Black Hat Briefings & Training. > > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > > digital self defense, top technical experts, no vendor pitches, > > > unmatched networking opportunities. Visit www.blackhat.com > > > _______________________________________________ > > > Nagios-users mailing list > > > Nagios-users at 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 > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From misaochankun at speakeasy.net Thu Jul 8 20:13:09 2004 From: misaochankun at speakeasy.net (Misao) Date: Thu, 8 Jul 2004 13:13:09 -0500 Subject: Nagmin setup help In-Reply-To: <40ED4351.9010108@microlnk.net> References: <40ED4351.9010108@microlnk.net> Message-ID: RRD is my only quest in Nagios right now. I installed Nagmin in hopes of being able to use RRD, but found it not worth the time to figure it out. Not to mention, the install didn't seem to even try to make use of my existing Nagios standard install. It would take quite a while to manually transfer all my hosts/servers from flat file into the Nagmin/MySQL setup. For now, I may have to pursue another method to get RRD going. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Jason Byrns Sent: Thursday, July 08, 2004 7:51 AM To: nagios-users at lists.sourceforge.net; nagmin-users at lists.sourceforge.net Subject: Re: [Nagios-users] Nagmin setup help I like NagMIN and use it for my Nagios system. But that being said, the current 2.2 version is not only undocumented but also seems to lack the "setup" installer script that 2.1 had. Which created subdirectories and such. So from what I can tell, you may not even be able to set up NagMIN unless you start by installing 2.1 and then upgrade to 2.2. Even then, some of the extras like the RRD graphing are apparently too difficult to figure out, for myself and others on the NagMIN email list. I like the tool, but I think it's too bad the author doesn't at least take a little time to make a quick-start guide or something. And I think that means far less people will make use of the author's efforts, which is too bad. (I know he says it's a modified version of the MySQL Webmin module, but still...) I'm not sure if you can find NagMIN 2.1 online, but I still have a copy, so let me know if you'd like me to send it to you. Perhaps us NagMIN users could work together, and create a simple install guide? It seems like it could be pretty damn short... I, for one, would love to know how to get the RRD stuff to work right. Guillermo Padilla wrote: > Does anyone know of a good link of how to properly install and > configure Nagmin? I've installed it but I'm unable to view the nagmin > page when I click on it. -- Jason Byrns System Administrator, MicroLnk ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From giliardo at ufv.br Thu Jul 8 21:57:09 2004 From: giliardo at ufv.br (Giliardo Carlos Freitas) Date: Thu, 08 Jul 2004 16:57:09 -0300 Subject: Sound Alert Message-ID: <20040708195709.25478.qmail@calipso.cpd.ufv.br> Someone knows how to play a sound alert when a host or service is down? Giliardo ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Thu Jul 8 22:37:45 2004 From: marc at ena.com (Marc Powell) Date: Thu, 8 Jul 2004 15:37:45 -0500 Subject: Sound Alert Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B6759@mismail2.ena.com> Giliardo Carlos Freitas wrote: > Someone knows how to play a sound alert when a host or service is > down? http://nagios.sourceforge.net/docs/1_0/configcgi.html#audio_alerts -- Marc ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Thu Jul 8 22:46:03 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Thu, 8 Jul 2004 15:46:03 -0500 (CDT) Subject: Cfg_dir Contact Bug? Message-ID: Greetings, I have a Distributed Nagios configuration setup that's causing a mixup in my notifications. On each Distributed Nagios, I have some global configuration then some specific configuration files in a cfg_dir. On the Central Nagios, I'm using cfg_dirs to keep per Distributed Nagios configuration files like such: cfg_dir=/etc/nagios/dev cfg_dir=/etc/nagios/se Each cfg_dir contains the following files: contactgroups.cfg contacts.cfg hostgroups.cfg hosts.cfg services.cfg This allows me to use rsync to push the config files from Distributed to Central. (I do have to make one change to remove the check_command lines and instead let them inherit the default from the service template). My problem is that that Central Nagios incorrectly assigns services inside the dev services file to the se hostgroup, and therefore se contact. As a result, the se contact gets notified when a dev service goes down as seen here (taken from the Notifications output): Host Service Contact sj-devnode2-app01 PING se I am fairly conviced this is a bug in parsing various cfg_dirs because the GUI provides the correct hostgroups, contactgroups and hosts when I use the View Config->Hostgroups in the front end: Group Name Description Default Contact Groups Host Members dev dev dev-contactgroup , sj-devnode1-app01, se se se-contactgroup However, the View Configs->Service shows the incorrect assignment: Host Description Default Contact Groups sj-devnode2-app01 PING se-contactgroup Any help or other verification greatly appreciated and please let me know if any of this is unclear. Thanks. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nemir at mindless.com Thu Jul 8 22:56:18 2004 From: nemir at mindless.com (nemir nemiria) Date: Fri, 09 Jul 2004 06:56:18 +1000 Subject: Some questions about functionality. check_by_ssh. Message-ID: <20040708205619.14AA51F4FA1@ws1-2.us4.outblaze.com> Hiya. Fiurst thing I'd like to know is whether it is possible to nest check_by_ssh in another check_by_ssh command to check something on a third box? I run a database server. It is important enough to the business that I have created a second machine of identical hardware and software configuration and run rsync through cron to regularly update the data on it as a standby system. I have set this up in a separate, dedicated network, and run my backups from standby server. All hosts that connect to this network are therefore multihomed. This backup network is not routed so there is no way any host that isn't on this backup network can communicate with this host. The nagios server is not in a position to connect to this directly (it has to sit in a less secure DMZ). To make sure that the backup daemon is running on the box, I'd like to run check_procs on that host. From the live server, I can run the following command: ./check_by_ssh -H 192.168.16.2 -C "/usr/local/nagios/libexec/check_procs -c 1:3 -C backup" and I get the response: OK - 2 processes running with command name backup >From the nagios server I try running the command ./check_by_ssh -H 172.16.16.12 -C "/usr/local/nagios/libexec/check_by_ssh -H 192.168.16.2 -C "/usr/local/nagios/libexec/check_procs -c 1:3 -C backup"" but I get an error that says ./check_by_ssh: invalid option -- c Obviously it isn't passing through the command to the remote server.... I have confirmed that the nagios account on the server has keys set up correctly.... Is this not possible? Also, is it possible to set up a notification system where it notifies one person immediately, and then a second person after 15 minutes or so if there is no acknowledgment and no recovery? Finally, there is one windows host that requires a reboot once per evening. This happens at different times each night depending on other circumstances. Is there a way that I could do something like: o) Configure a regular downtime period that would immediately be ended once a downtime had been detected? o) send some sort of signal to the nagios box as part of a reboot script to set up a 10 minute downtime? o) do something else that guys on this list that are cleverer than I might suggest? In other news, I have solved many many of my issues by trawling through the archives, re-reading the documentation and diligently checking the FAQs before I ask questions. I've just written up an "idiot's guide to setting up and configuring check_by_ssh" going into a fair amount of detail. Is anyone interested in having me posting it or publishing it on a website? It isn't quite finished, because I wanted the answer to my first question first, but it includes deatil on how to set up the ssh keys, and talks about the methods I used to make sure it was going to work. It is really basic, cause I can be pretty dumb, I am thinking a quick summary for guys more advanced might be a good idea too. I figure this sort of thing is one thing I can contribute, not being a programmer or anything. Regards, Nemir -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From giliardo at ufv.br Thu Jul 8 22:54:44 2004 From: giliardo at ufv.br (Giliardo Carlos Freitas) Date: Thu, 08 Jul 2004 17:54:44 -0300 Subject: Sound Alert In-Reply-To: <370ACCFA5BB3B346A31222E5559BF91F1B6759@mismail2.ena.com> References: <370ACCFA5BB3B346A31222E5559BF91F1B6759@mismail2.ena.com> Message-ID: <20040708205444.4061.qmail@calipso.cpd.ufv.br> The configuration work fine. Thank you! Giliardo Marc Powell writes: > Giliardo Carlos Freitas wrote: >> Someone knows how to play a sound alert when a host or service is >> down? > > > http://nagios.sourceforge.net/docs/1_0/configcgi.html#audio_alerts > > -- > Marc ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Keith.Weinberg at tudor.com Thu Jul 8 22:58:12 2004 From: Keith.Weinberg at tudor.com (Keith Weinberg) Date: Thu, 8 Jul 2004 16:58:12 -0400 Subject: Nagios-users digest, Vol 1 #2070 - 38 msgs Message-ID: -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of nagios-users-request at lists.sourceforge.net Sent: Wednesday, June 09, 2004 11:43 AM To: nagios-users at lists.sourceforge.net Subject: Nagios-users digest, Vol 1 #2070 - 38 msgs Send Nagios-users mailing list submissions to nagios-users at lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/nagios-users or, via email, send a message with subject or body 'help' to nagios-users-request at lists.sourceforge.net You can reach the person managing the list at nagios-users-admin at lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Nagios-users digest..." Today's Topics: 1. Re: 512 byte limit on PROCESS STATUS output? (Demetri Mouratis) 2. re: problems with history (=?ISO-8859-2?Q?Tom=E1=B9_Macek?=) 3. Re: Modify Nagios menu on left side (BOLLENGIER Eric) 4. Re: Modify Nagios menu on left side (Michael Huettig) 5. re: problems with history (=?ISO-8859-2?Q?Tom=E1=B9_Macek?=) 6. Re: Question about perfdata (Ben Clewett) 7. RE: Modify Nagios menu on left side (Sand Philipp) 8. cpu usage (serwah sabet ghadam) 9. R: [Nagios-users] cpu usage (Marco Borsani) 10. Re: cpu usage (Tom DE BLENDE (GCC)) 11. Re: cpu usage (Andreas Ericsson) 12. Re: cpu usage (Andreas Ericsson) 13. Re: cpu usage (Tom DE BLENDE (GCC)) 14. R: [Nagios-users] Nagios with MySql (Andreoni Antonella) 15. Re: Modify Nagios menu on left side (Michael Huettig) 16. RE: Modify Nagios menu on left side (Elmar van Mourik) 17. R: [Nagios-users] cpu usage (Marco Borsani) 18. Re: R: [Nagios-users] cpu usage (Tom DE BLENDE (GCC)) 19. Re: R: [Nagios-users] cpu usage (Andreas Ericsson) 20. Blank Notifications (Reutzel, Shane) 21. Nagios as logserver (Wengrzik, Andreas) 22. Re: Nagios as logserver (Andreas Ericsson) 23. Modify Nagios menu on left side (Frank Pikelner) (Johnston Michael J Contr AFRL/DES) 24. RE: Blank Notifications (tom.welsh at bt.com) 25. Re: R: [Nagios-users] cpu usage (Michael Huettig) 26. RE: Blank Notifications (Reutzel, Shane) 27. Extended Service Information (Jeramy Eling) 28. EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT = 512 byte limitation ? (Christopher M Bergeron) 29. Notification Timing (Wheeler, MG) 30. RESOLVED Re: PB with NRPE: No output returned from plugin (carole verdon) 31. Re: Notification Timing (Jason Martin) 32. Extended Service Information (Jeramy Eling) 33. RE: Using NAGIOS to read data gathered by MRTG? (Cook, Garry) 34. RE: Notification Timing (Wheeler, MG) 35. Re: EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT = 512 byte limitation ? (Marc Powell) 36. RE: Notification Timing (Jason Martin) --__--__-- Message: 1 Date: Tue, 8 Jun 2004 22:51:16 -0500 (CDT) From: Demetri Mouratis To: Christopher Bergeron Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] 512 byte limit on PROCESS STATUS output? On Tue, 8 Jun 2004, Christopher Bergeron wrote: > Is there a configuration option for changing the 512 byte limit that > nsca returns to nagios? I'm not sure if the limitation is on the > nsca_send command or the nagios receiver. The actual limitation is 4k at the named pipe. This is a hard limit for a FIFO configured in the Linux kernel. See: https://sourceforge.net/mailarchive/message.php?msg_id=4569409 --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com --__--__-- Message: 2 Date: Wed, 9 Jun 2004 08:26:20 +0200 (CEST) From: =?ISO-8859-2?Q?Tom=E1=B9_Macek?= To: nagios-users at lists.sourceforge.net Cc: zsitfa at axelero.hu Subject: [Nagios-users] re: problems with history This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---86691136-618231735-1086762380=:17540 Content-Type: TEXT/PLAIN; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable Hi, I've got the patch for you.=20 But this patch is "hard", I've commented out the "LOG ROTATION" text and = hardly defined, that the 't->tm_hour =3D 0' when the log rotation =3D=3D = DAILY, just see the patched file base/loggin.c. Without the commenting out the LOG ROTATION text, the patch did not worke= d for me properly, I was not able to find out why, so this patch is not t= he best thing to do, but works. I would like to know, where is the proble= m really, I spent 2 days with it, but did not find the reason. Some idea = was the computer load, but rotation is pending at 00:00, when the compute= r load is very low, but together with this I thaught, that nagios has too= much to work - I have 196 machines, 276 services. I would not be in doub= t, if the result of nagios check_ping would not be "Host seems to be up" = (only sometimes) - why?? Did nagios do the check or not?? Do you have an idea? Tomas On Tue, 8 Jun 2004, [ISO-8859-1] Horv=E1th Tam=E1s wrote: > Hi! > > I have the same problem than Tom! Does anyone know the solution? > > Tom: what kind of patch dou you have? Can cou send it to me? > > Thanks, Tamas! > > > > > > ---86691136-618231735-1086762380=:17540 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="nagios.diff" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="nagios.diff" ZGlmZiAtciBuYWdpb3MuMS4yLm9sZC9iYXNlL2xvZ2dpbmcuYyBuYWdpb3Mt MS4yL2Jhc2UvbG9nZ2luZy5jDQoyOTFjMjkxLDI5NA0KPCANCi0tLQ0KPiAJ DQo+IAlpZihsb2dfcm90YXRpb25fbWV0aG9kPT1MT0dfUk9UQVRJT05fREFJ TFkpDQo+IAkJdC0+dG1faG91ciA9IDA7DQo+IAkJDQozMDhhMzEyDQo+IAkv KiANCjMxMmMzMTYNCjwgDQotLS0NCj4gCSovDQo= ---86691136-618231735-1086762380=:17540-- --__--__-- Message: 3 Subject: Re: [Nagios-users] Modify Nagios menu on left side From: BOLLENGIER Eric To: Frank Pikelner Cc: nagios-users at lists.sourceforge.net Date: Wed, 09 Jun 2004 08:55:05 +0200 --=-QKAFeiYyow5kZEHnebi5 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, You have to edit side.html. You can also edit index.html to use another start page (service problem for example) You can find them on /usr/share/nagios/htdocs (with debian)=20 Regads Eric On Wed, 2004-06-09 at 04:07, Frank Pikelner wrote: > I've noticed from Nagios screen shots on several sites (e.g. > http://apan.sourceforge.net/) that users have been able to modify the > = menu > (on left side) to for example make sub categories below SERVICE > DETAILS= such > as unix-boxes, Windows-server, Mail, printers, etc. I was wondering > how= this > can be done and items placed into these sub categories below SERVICE >DETAILS? =20 > Thank you, >=20 > Frank > Pikelner at rogers.com >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: GNOME Foundation > Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. > GNOME Users and Developers European Conference, 28-30th June in Norway > http://2004/guadec.org > _______________________________________________ > Nagios-users mailing list > Nagios-users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when repo= rting any issue.=20 > ::: Messages without supporting info will risk being sent to /dev/null --=20 Eric BOLLENGIER, Administrateur Syst=E8me - Poste 1325 SIGMA Informatique http://www.sigma.fr 3 rue Newton, BP 4127, 44241 La Chapelle sur Erdre Cedex tel : 02.40.37.14.00 --=-QKAFeiYyow5kZEHnebi5 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi,

You have to edit side.html. You can also edit index.html to use another
start page (service problem for example)

You can find them on /usr/share/nagios/htdocs (with debian)

Regads

Eric

On Wed, 2004-06-09 at 04:07, Frank Pikelner wrote:

I've noticed from Nagios screen
shots on several sites (e.g. http://apan.sourceforge.net/<
FONT COLOR="#7f7f7f">)  that users have been able to modify the menu (on
left side) to for example make sub categories below SERVICE DETAILS such as
unix-boxes, Windows-server, Mail, printers, etc. I was wondering how this
can be done and items placed into these sub categories below SERVICE
DETAILS?

Thank you,

Frank
Pikelner at rogers.com



-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event. GNOME
Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org _______________________________________________
Nagios-users mailing list Nagios-users at 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
-- 
Eric BOLLENGIER, Administrateur Système - Poste 1325
SIGMA Informatique http://www.sigma.fr
3 rue Newton, BP 4127, 44241 La Chapelle sur Erdre Cedex
tel : 02.40.37.14.00
--=-QKAFeiYyow5kZEHnebi5-- --__--__-- Message: 4 From: Michael Huettig Organization: Medien Systempartner GmbH To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Modify Nagios menu on left side Date: Wed, 9 Jun 2004 08:57:03 +0200 Cc: "Frank Pikelner" Am Mittwoch, 9. Juni 2004 04:07 schrieb Frank Pikelner: > I've noticed from Nagios screen shots on several sites (e.g. > http://apan.sourceforge.net/) that users have been able to modify the > menu (on left side) to for example make sub categories below SERVICE > DETAILS such as unix-boxes, Windows-server, Mail, printers, etc. I was > wondering how this can be done and items placed into these sub > categories below SERVICE DETAILS? Look for grouplist.cgi on apan.sourceforge.net-Download-section > > Thank you, > > Frank > Pikelner at rogers.com ********************************************************************** Diese E-Mail wurde auf Viren ueberprueft. www.mimesweeper.com ********************************************************************** --__--__-- Message: 5 Date: Wed, 9 Jun 2004 09:09:50 +0200 (CEST) From: =?ISO-8859-2?Q?Tom=E1=B9_Macek?= To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] re: problems with history This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---86691136-537981411-1086764990=:17540 Content-Type: TEXT/PLAIN; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable Sorry, I did not write, that this patch is for nagios 1.2 On Tue, 8 Jun 2004, [ISO-8859-1] Horv=E1th Tam=E1s wrote: > Hi! > > I have the same problem than Tom! Does anyone know the solution? > > Tom: what kind of patch dou you have? Can cou send it to me? > > Thanks, Tamas! > > > > > > ---86691136-537981411-1086764990=:17540-- --__--__-- Message: 6 Date: Wed, 09 Jun 2004 09:03:09 +0100 From: Ben Clewett To: Pedro Fernandes Macedo CC: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Question about perfdata Pedro Fernandes Macedo wrote: > But I'm doing more tests here and it doesnt seem to work anyway... > I've= =20 > made a small plugin that checks if xmms is running and then prints >the=20 user that is running it... Here's the output: >gargamel:/opt/nagios/var# /opt/nagios/libexec/check_nrpe -H=20 >150.164.254.25 -c check_xmms_192.168.1.4 1 usando xmms|user =3D >someuser, numero =3D 1 - Usu=E1rio: someuser gargamel:/opt/nagios/var# >=20 > This service is configured in nagios , but it never shows up in the=20 > serviceperf.log file... In the interface , it shows up ok... > Any ideas on what could be wrong? >=20 > I've put my nagios.cfg below .... Just to be safe , I've enabled=20 > perfdata both in nagios.cfg and in the template definitions for all=20 > services... First, would you mind if I comment on your performance syntax? The=20 official syntax is: 'label'=3Dvalue[UOM];[warn];[crit];[min];[max] Eg: | metric1=3D1.0sec;2.0;3.0;0;4.0 metric2=3D1.0sec;2.0;3.0;0.0;4.0 Or a simpler version is also used by many plugins: | metric1=3D1.0 metric2=3D2.0 See: http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN185 If you use that, parsing programs like PerfParse will be able to=20 intemperate your output successfully. Second, a check list of possible problems of why Nagios is not giving=20 you the performance data. Regards, Ben. 1. You are using the latest Nagios, 1.2. 2. You are using the latest nagios plugins. Only these produce=20 performance data. You can check this by running one, like 'check_disk'.=20 If you have performance data, this should reply: DISK OK - free space: / 8089 MB (22%); /boot 35 MB (76%) |=20 /=3D8089MB;33312;35163;0;37014 /boot=3D34MB;40;42;0;45 You can see the performance data beyond the '|'. Download from: http://nagiosplug.sourceforge.net/snapshot http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD-2004060805= 14.tar.gz 3. You have compiled nagios with the option to produce performance data.=20 Using the '--with-file-perfdata'. Ie: ./configure --with-file-perfdata 4. Set the permissions on the servicelog file as: -rw-rw-r-- nagios nagios ie: $ chmod 664 serviceperf.log $ chown nagios.nagios serviceperf.log 5. Check 'nagios.cfg', ensure you have these lines somewhere: process_performance_data=3D1 xpdfile_host_perfdata_file=3D/usr/local/nagios/var/hostperf.log xpdfile_host_perfdata_template=3D$TIMET$\t$HOSTNAME$\t$OUTPUT$\t$PERFDATA= $ xpdfile_service_perfdata_file=3D/usr/local/nagios/var/serviceperf.log xpdfile_service_perfdata_template=3D$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$= OUTPUT$\t$PERFDATA$ 6. In services.cfg, ensure this line is in all services you want to=20 monitor: (Or the generic parent table.) process_perf_data 1 7. In Nagios 'Process Info' page. At the bottom of the Process=20 Information box, ensure you have: "Performance Data Being Processed? Yes" --__--__-- Message: 7 Subject: RE: [Nagios-users] Modify Nagios menu on left side Date: Wed, 9 Jun 2004 10:29:34 +0200 From: "Sand Philipp" To: "Michael Huettig" , Cc: "Frank Pikelner" Hi, Thanks for the grouplist hint. I just wanted to implement this into my nagios, but it didn't worked quite well :-/ I did everything the way it's explained in the README, but when i finish, i don't get this treeview on the left, but only a (in my optinion totaly absurd) Link named "Service Detail 2" ??!! Do I have to edit something else there? Maybe you can mail me your html files or something? Thank you, Philipp > -----Original Message----- > From: Michael Huettig=20 >[mailto:Michael.Huettig at Medien-Systempartner.de]=20 > Sent: Wednesday, June 09, 2004 8:57 AM > To: nagios-users at lists.sourceforge.net > Cc: Frank Pikelner > Subject: Re: [Nagios-users] Modify Nagios menu on left side =20 > Am Mittwoch, 9. Juni 2004 04:07 schrieb Frank Pikelner: > > I've noticed from Nagios screen shots on several sites (e.g. > > http://apan.sourceforge.net/) that users have been able to=20 > modify the=20 > > menu (on left side) to for example make sub categories=20 > below SERVICE=20 > > DETAILS such as unix-boxes, Windows-server, Mail, printers,=20 > etc. I was=20 > > wondering how this can be done and items placed into these sub=20 > > categories below SERVICE DETAILS? >=20 > Look for grouplist.cgi on apan.sourceforge.net-Download-section > > > > Thank you, > > > > Frank > > Pikelner at rogers.com >=20 >=20 > ********************************************************************** > Diese E-Mail wurde auf Viren ueberprueft. > www.mimesweeper.com > ********************************************************************** >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: GNOME Foundation Hackers=20 Unite! >GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and >Developers European Conference, 28-30th June=20 in Norway >http://2004/guadec.org=20 >_______________________________________________ > Nagios-users mailing list > Nagios-users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS=20 when >reporting any issue.=20 > ::: Messages without supporting info will risk being sent to /dev/null >=20 =20 --__--__-- Message: 8 Date: Wed, 9 Jun 2004 02:41:29 -0700 (PDT) From: serwah sabet ghadam To: nagios-users at lists.sourceforge.net Cc: serwah_S_gh at yahoo.com Subject: [Nagios-users] cpu usage --0-260458845-1086774089=:94189 Content-Type: text/plain; charset=us-ascii Hi guys, It's my first time to use Nagios, How can I find cpu usage, memory usage and disk usage of a computer in a network??? Regards Sirwah --------------------------------- Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger --0-260458845-1086774089=:94189 Content-Type: text/html; charset=us-ascii
Hi guys,
It's my first time to use Nagios,
How can I find cpu usage, memory usage and disk usage
of a computer in a network???
 
Regards
Sirwah


Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger --0-260458845-1086774089=:94189-- --__--__-- Message: 9 From: "Marco Borsani" To: Subject: R: [Nagios-users] cpu usage Date: Wed, 9 Jun 2004 11:54:02 +0200 This is a multi-part message in MIME format. ------=_NextPart_000_00A5_01C44E18.75046360 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi ! You have to use a client on that computer. NRPE or NSClient. It is easy to do, give a look to www.nagios.org in the document section. bye -----Messaggio originale----- Da: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Per conto di serwah sabet ghadam Inviato: mercoledi 9 giugno 2004 11.41 A: nagios-users at lists.sourceforge.net Cc: serwah_S_gh at yahoo.com Oggetto: [Nagios-users] cpu usage Hi guys, It's my first time to use Nagios, How can I find cpu usage, memory usage and disk usage of a computer in a network??? Regards Sirwah ---------------------------------------------------------------------------- -- Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger ------=_NextPart_000_00A5_01C44E18.75046360 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Hi=20 !
 
You=20 have to use a client on that computer. NRPE or = NSClient.
It is=20 easy to do, give a look to www.nagios.org in=20 the document section.
 
bye
-----Messaggio originale-----
Da:=20 nagios-users-admin at lists.sourceforge.net=20 [mailto:nagios-users-admin at lists.sourceforge.net]Per conto di = serwah=20 sabet ghadam
Inviato: mercoledì 9 giugno 2004 = 11.41
A:=20 nagios-users at lists.sourceforge.net
Cc:=20 serwah_S_gh at yahoo.com
Oggetto: [Nagios-users] cpu=20 usage

Hi guys,
It's my first time to use Nagios,
How can I find cpu usage, memory usage and disk usage
of a computer in a network???
 
Regards
Sirwah


Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo!=20 Messenger
------=_NextPart_000_00A5_01C44E18.75046360-- --__--__-- Message: 10 Date: Wed, 09 Jun 2004 11:54:04 +0200 From: "Tom DE BLENDE (GCC)" To: serwah sabet ghadam CC: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] cpu usage The real question you should ask is: how can I find information on Nagios without having to resort to the mailing list for all my questions... serwah sabet ghadam wrote: > Hi guys, > It's my first time to use Nagios, > How can I find cpu usage, memory usage and disk usage > of a computer in a network??? > > Regards > Sirwah > > ---------------------------------------------------------------------- > -- > Do you Yahoo!? > Friends. Fun. Try the all-new Yahoo! Messenger > --__--__-- Message: 11 Date: Wed, 09 Jun 2004 12:11:46 +0200 From: Andreas Ericsson To: Nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] cpu usage serwah sabet ghadam wrote: > Hi guys, > It's my first time to use Nagios, > How can I find cpu usage, memory usage and disk usage > of a computer in a network??? > For unix-servers, you can use either nrpe, ssh or nsca. Each of them have their own pros and cons, so you'll have to choose which one you like. I favor NRPE, but I'm a bit biased. For windows-servers, you can use either nrpe_nt or nsclient. For netware servers, you have to use the mrtgext module. For VMS systems, there is nrpe_vms (one separate project and one quick hack I wrote some while back, which is nrpe protocol 2 compliant). Ofcourse, if any of the servers support snmp, you cat get a lot of information from that. The plugins you'll be wanting to have a look at are; check_nrpe check_nt check_by_ssh check_nwstat check_snmp A word of caution though; NSClient and MRTGEXT allows practically anyone to run the commands you have configured at the monitored host and receive the information back, thus gaining information about it. NRPE allows practically anyone (with small coding skills) to run the commands you have configured, but he/she won't be able to get any data back without owning at least one of the routers on the way from your monitoring server to the monitored server. SSH requires passphraseless keys to be present, meaning that if anybody unlawfully gains access to your monitoring server, he'll have no trouble what so ever gaining access to the servers you monitor. NSCA uses the best encryption methods, but with weak authentication methods, possibly allowing remote and malice users to corrupt the data of your monitoring environment. It also requires that you understand how passive checks work, and you have to configure the nsca daemon and the send_nsca client as well. SNMP has it's pros, ofcourse, and it's a widespread standard written in stone. The check_snmp plugin is however a bit limited, so you might want to write your own plugins if you use it. SNMPv3 is the safest option available here. All this is ofcourse just theory. How your network is designed will probably determine what's best for you. > Regards > Sirwah > -- Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se --__--__-- Message: 12 Date: Wed, 09 Jun 2004 12:19:47 +0200 From: Andreas Ericsson To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] cpu usage Tom DE BLENDE (GCC) wrote: > The real question you should ask is: how can I find information on > Nagios without having to resort to the mailing list for all my questions... > If you don't want to answer the question, then don't hit the reply button. What does GCC stand for, btw? > serwah sabet ghadam wrote: > >> Hi guys, >> It's my first time to use Nagios, >> How can I find cpu usage, memory usage and disk usage >> of a computer in a network??? >> >> Regards >> Sirwah >> >> ------------------------------------------------------------------------ >> Do you Yahoo!? >> Friends. Fun. Try the all-new Yahoo! Messenger >> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: GNOME Foundation > Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. > GNOME Users and Developers European Conference, 28-30th June in Norway > http://2004/guadec.org > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > -- Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se --__--__-- Message: 13 Date: Wed, 09 Jun 2004 12:31:55 +0200 From: "Tom DE BLENDE (GCC)" To: Andreas Ericsson CC: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] cpu usage Andreas Ericsson wrote: > Tom DE BLENDE (GCC) wrote: > >> The real question you should ask is: how can I find information on >> Nagios without having to resort to the mailing list for all my >> questions... > > If you don't want to answer the question, then don't hit the reply > button. If you want to keep answering the same questions over and over again, that is your problem. I guess you have a lot of time to spare. I don't. I would like to have the noise on this list down so we can actually see who has REALLY got a problem. --__--__-- Message: 14 Subject: R: [Nagios-users] Nagios with MySql Date: Wed, 9 Jun 2004 12:41:53 +0200 From: "Andreoni Antonella" To: "Ben Clewett" Cc: "Nagios-Users (E-mail)" Hi, I set up nagios with mysql, now NO problem with CGIs the DB is up&running the schema has been made by using the script in the distrib I compiled and istalled nagios with db support using the following = configure string: ./configure --prefix=3D/usr/local/nagios = --with-cgiurl=3D/nagios/cgi-bin --with-htmurl=3D/nagios = --with-nagios-user=3Dnagios --with-nagios-grp=3Dnagios = --with-msyql-xdata --with-mysql-lib=3D/usr/local/mysql/lib = --with-mysql-inc=3D/usr/local/mysql/include = --with-gd-lib=3D/usr/local/lib --with-gd-inc=3D/usr/local/include I configured cgi.cfg and resource.cfg as suggested in docs with all parameters such as db name, db user, db port and so on I have a doubt: what about log file in the configuration files? I left setting for status.log and so on in nagios.cfg nagios.cfg:log_file=3D/usr/local/nagios/var/nagios.log nagios.cfg:status_file=3D/usr/local/nagios/var/status.log nagios.cfg:comment_file=3D/usr/local/nagios/var/comment.log nagios.cfg:downtime_file=3D/usr/local/nagios/var/downtime.log I think I had to comment these lines in nagios.cfg.... but if I compile nagios with db support I expected to find those lines = commented what do you think about? thanks Antonella > -----Messaggio originale----- > Da: Ben Clewett [mailto:Ben at clewett.org.uk] > Inviato: marted=EC 25 maggio 2004 17.31 > A: Andreoni Antonella > Cc: Nagios-Users (E-mail) > Oggetto: Re: [Nagios-users] Nagios with MySql >=20 >=20 > Andreoni Antonella wrote: > > Hi all > >=20 > > I've just started Nagios with database support but it doesn't work > >=20 > > on the web interface I got the following error: > >=20 > > Whoops! > > Error: Could not read host and service status information! > >=20 > > And in the log file nagios.log there is the following error message > > [1085497246] Error: Could not lock status data tables in=20 > database 'nagios' >=20 > Just a pre-check: Did you run the provided script to create=20 > the database? >=20 > Something like: >=20 > $ cd contrib/database > $ cat create_myqsl | mysql -u $USER -p$PASS -D $DATABASE -h $HOST >=20 > Where $USER $PASS $DATABASE and $HOST have been correctly=20 > setup, and are=20 > (probably) the same as those used in nagios.cfg? >=20 > Ben >=20 --__--__-- Message: 15 From: Michael Huettig Organization: Medien Systempartner GmbH To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Modify Nagios menu on left side Date: Wed, 9 Jun 2004 13:08:43 +0200 Cc: "Sand Philipp" , "Frank Pikelner" Am Mittwoch, 9. Juni 2004 10:29 schrieb Sand Philipp: > Hi, > > Thanks for the grouplist hint. I just wanted to implement this into my > nagios, but it didn't worked quite well :-/ > I did everything the way it's explained in the README, but when i > finish, i don't get this treeview on the left, but only a (in my > optinion totaly absurd) Link named "Service Detail 2" ??!! > Do I have to edit something else there? Maybe you can mail me your html > files or something? > restart Apache for further information look to apan-userlist HTH Michael > Thank you, > Philipp > ********************************************************************** Diese E-Mail wurde auf Viren ueberprueft. www.mimesweeper.com ********************************************************************** --__--__-- Message: 16 Subject: RE: [Nagios-users] Modify Nagios menu on left side Date: Wed, 9 Jun 2004 13:29:38 +0200 From: "Elmar van Mourik" To: Cc: "Sand Philipp" Hi Philipp, I had the same promlem. Check the grouplist.cgi: line 10/11: CFGFILES=3D`egrep -e "cfg_file=3D" $NAGIOSDIR/etc/nagios.cfg|cut -d "=3D"= -f 2` CFGDIRS=3D`egrep -e "cfg_dir=3D" $NAGIOSDIR/etc/nagios.cfg|cut -d "=3D" -= f 2` and line 23: HOSTGROUPS=3D`egrep -e "hostgroup_name" $CFGFILE|awk '{pr= int $2}'| tr "," " "` I had to remove the ^ after egrep -e " and everything works fine! Elmar van Mourik -----Oorspronkelijk bericht----- Van: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Namens Sand Philipp Verzonden: woensdag 9 juni 2004 10:30 Aan: Michael Huettig; nagios-users at lists.sourceforge.net CC: Frank Pikelner Onderwerp: RE: [Nagios-users] Modify Nagios menu on left side Hi, Thanks for the grouplist hint. I just wanted to implement this into my nagios, but it didn't worked quite well :-/ I did everything the way it's explained in the README, but when i finish, i don't get this treeview on the left, but only a (in my optinion totaly absurd) Link named "Service Detail 2" ??!! Do I have to edit something else there? Maybe you can mail me your html files or something? Thank you, Philipp > -----Original Message----- > From: Michael Huettig=20 > [mailto:Michael.Huettig at Medien-Systempartner.de]=20 > Sent: Wednesday, June 09, 2004 8:57 AM > To: nagios-users at lists.sourceforge.net > Cc: Frank Pikelner > Subject: Re: [Nagios-users] Modify Nagios menu on left side >=20 > Am Mittwoch, 9. Juni 2004 04:07 schrieb Frank Pikelner: > > I've noticed from Nagios screen shots on several sites (e.g. > > http://apan.sourceforge.net/) that users have been able to=20 > modify the=20 > > menu (on left side) to for example make sub categories=20 > below SERVICE=20 > > DETAILS such as unix-boxes, Windows-server, Mail, printers,=20 > etc. I was=20 > > wondering how this can be done and items placed into these sub=20 > > categories below SERVICE DETAILS? >=20 > Look for grouplist.cgi on apan.sourceforge.net-Download-section > > > > Thank you, > > > > Frank > > Pikelner at rogers.com >=20 >=20 > ********************************************************************** > Diese E-Mail wurde auf Viren ueberprueft. > www.mimesweeper.com > ********************************************************************** >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: GNOME Foundation Hackers=20 > Unite! GUADEC: The world's #1 Open Source Desktop Event. > GNOME Users and Developers European Conference, 28-30th June=20 > in Norway http://2004/guadec.org=20 > _______________________________________________ > Nagios-users mailing list > Nagios-users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS=20 > when reporting any issue.=20 > ::: Messages without supporting info will risk being sent to /dev/null >=20 >=20 ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Nagios-users mailing list Nagios-users at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when report= ing any issue.=20 ::: Messages without supporting info will risk being sent to /dev/null Door de electronische verzending van het bericht kunnen er geen rechten=0A= ontleend worden aan de informatie. Als u deze e-mail onterecht heeft=0Aon= tvangen, waarschuwt u dan de afzender via postmaster at zhew.nl en verwijder= =0Ade gegevens van de computer. =0A=0AZHEW wordt opgeheven. Vanaf 1 janua= ri 2005 zijn de watertaken van het zuiveringsschap=0Aondergebracht bij dr= ie =E2=80=98all-in=E2=80=99 waterschappen. Meer informatie:=0A=0AZuiverin= gsschap Hollandse Eilanden en Waarden, Dordrecht =0Atel: +31 (0)78 639710= 0 =0Afax: +31 (0)78 6311871 =0Aweb: http://www.zhew.nl --__--__-- Message: 17 From: "Marco Borsani" To: "Tom DE BLENDE \(GCC\)" Cc: Subject: R: [Nagios-users] cpu usage Date: Wed, 9 Jun 2004 14:14:54 +0200 Please, a little bit of fair play! Everyone may ask everything. If you are so busy (!), don't read (and don't answer to) all the mails. Regards Marco -----Messaggio originale----- Da: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Per conto di Tom DE BLENDE (GCC) Inviato: mercoledi 9 giugno 2004 12.32 A: Andreas Ericsson Cc: nagios-users at lists.sourceforge.net Oggetto: Re: [Nagios-users] cpu usage Andreas Ericsson wrote: > Tom DE BLENDE (GCC) wrote: > >> The real question you should ask is: how can I find information on >> Nagios without having to resort to the mailing list for all my >> questions... > > If you don't want to answer the question, then don't hit the reply > button. If you want to keep answering the same questions over and over again, that is your problem. I guess you have a lot of time to spare. I don't. I would like to have the noise on this list down so we can actually see who has REALLY got a problem. ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Nagios-users mailing list Nagios-users at 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 --__--__-- Message: 18 Date: Wed, 09 Jun 2004 14:22:12 +0200 From: "Tom DE BLENDE (GCC)" To: Marco Borsani CC: nagios-users at lists.sourceforge.net Subject: Re: R: [Nagios-users] cpu usage Marco Borsani wrote: >Please, a little bit of fair play! > >Everyone may ask everything. >If you are so busy (!), don't read (and don't answer to) all the mails. > Sadly enough, that is exactly what I have been doing the last half year or so. As some can confirm, my level of interaction on this mailing list was quite a bit higher a while ago. But when so many people keep on asking the same questions over and over again, while they are SUPERBLY documented by Ethan and co both it the HTML docs and the FAQ's; and when apparently people find it normal not to use this documentation, you get to a situation that some active members can't see the forest for the trees and have to let go. --__--__-- Message: 19 Date: Wed, 09 Jun 2004 14:42:25 +0200 From: Andreas Ericsson To: nagios-users at lists.sourceforge.net Subject: Re: R: [Nagios-users] cpu usage Tom DE BLENDE (GCC) wrote: > > > Marco Borsani wrote: > >> Please, a little bit of fair play! >> >> Everyone may ask everything. >> If you are so busy (!), don't read (and don't answer to) all the mails. >> > Sadly enough, that is exactly what I have been doing the last half year > or so. As some can confirm, my level of interaction on this mailing list > was quite a bit higher a while ago. But when so many people keep on > asking the same questions over and over again, while they are SUPERBLY > documented by Ethan and co both it the HTML docs and the FAQ's; and when > apparently people find it normal not to use this documentation, you get > to a situation that some active members can't see the forest for the > trees and have to let go. > http://nagios.sourceforge.net/docs/1_0/toc.html Posting the above link would have sufficed and gotten the message through while at the same time being a minimum of helpful. Some of the users who are new to nagios today will be its major contributors tomorrow (figuratively speaking), so a little courtesy should be considered prudent. Btw. You still haven't told me what GCC means in your mail name. -- Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se --__--__-- Message: 20 From: "Reutzel, Shane" To: "'nagios-users at lists.sourceforge.net'" Date: Wed, 9 Jun 2004 07:58:11 -0500 Subject: [Nagios-users] Blank Notifications This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C44E21.6B5FE330 Content-Type: text/plain; charset="iso-8859-1" I am using Nagios 1.0 on RedHat Enterprise 3.0. I have been monitoring for several months now and recently turned on the notifications. Most of the time I received the notifications as normal with all the content, but for some reason I start receiving notifications with no content or blank. This may go on for a day before I start getting normal notifications again. Does anybody know the solution to this problem or anyway to help troubleshoot this? Any response will be appreciated. -Shane ------_=_NextPart_001_01C44E21.6B5FE330 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Blank Notifications

I am using Nagios 1.0 on RedHat Enterprise 3.0.  = I have been monitoring for several months now and recently turned on = the notifications.  Most of the time I received the notifications = as normal with all the content, but for some reason I start receiving = notifications with no content or blank.  This may go on for a day = before I start getting normal notifications again.  Does anybody = know the solution to this problem or anyway to help troubleshoot = this?  Any response will be appreciated.

-Shane

------_=_NextPart_001_01C44E21.6B5FE330-- --__--__-- Message: 21 Date: Wed, 9 Jun 2004 15:12:42 +0200 From: "Wengrzik, Andreas" To: Subject: [Nagios-users] Nagios as logserver Hi! Is there a plug in to run nagios also as an Logserver for *nix systems = and with a windows client?? Anyone done something yet?? Thanks a lot! --__--__-- Message: 22 Date: Wed, 09 Jun 2004 15:22:43 +0200 From: Andreas Ericsson To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Nagios as logserver Wengrzik, Andreas wrote: > Hi! > > Is there a plug in to run nagios also as an Logserver for *nix systems and with a > windows client?? > man syslogd google for ntsyslog syslogd does a far better job than nagios would at logging everyday stuff. Nagios can be set to log every state-change, but i wouldn't want to think about the disk-space required to do so... > > Anyone done something yet?? > > Thanks a lot! > > > ------------------------------------------------------- > This SF.Net email is sponsored by: GNOME Foundation > Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. > GNOME Users and Developers European Conference, 28-30th June in Norway > http://2004/guadec.org > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > -- Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se --__--__-- Message: 23 From: Johnston Michael J Contr AFRL/DES To: nagios-users at lists.sourceforge.net Date: Wed, 9 Jun 2004 14:36:08 +0100 Subject: [Nagios-users] Modify Nagios menu on left side (Frank Pikelner) Frank, The side menu is just and html document called side.html. It's located under /nagios/shared and is as easy to modify as any html document. Just open it up in vi and you should see the format and be able to change it as you wish... Mike From: "Frank Pikelner" To: Date: Tue, 8 Jun 2004 22:07:15 -0400 Subject: [Nagios-users] Modify Nagios menu on left side I've noticed from Nagios screen shots on several sites (e.g. http://apan.sourceforge.net/) that users have been able to modify the = menu (on left side) to for example make sub categories below SERVICE DETAILS = such as unix-boxes, Windows-server, Mail, printers, etc. I was wondering how = this can be done and items placed into these sub categories below SERVICE DETAILS? Thank you, Frank Pikelner at rogers.com --__--__-- Message: 24 Subject: RE: [Nagios-users] Blank Notifications Date: Wed, 9 Jun 2004 14:47:25 +0100 From: To: , This is a multi-part message in MIME format. ------_=_NextPart_001_01C44E28.4BE043FA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Take a look in the faq page on www.nagios.org I'm sure there is a faq = for this -----Original Message----- From: nagios-users-admin at lists.sourceforge.net = [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Reutzel, = Shane Sent: 09 June 2004 13:58 To: 'nagios-users at lists.sourceforge.net' Subject: [Nagios-users] Blank Notifications I am using Nagios 1.0 on RedHat Enterprise 3.0. I have been monitoring = for several months now and recently turned on the notifications. Most = of the time I received the notifications as normal with all the content, = but for some reason I start receiving notifications with no content or = blank. This may go on for a day before I start getting normal = notifications again. Does anybody know the solution to this problem or = anyway to help troubleshoot this? Any response will be appreciated. -Shane=20 ------_=_NextPart_001_01C44E28.4BE043FA Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Blank Notifications
Take a=20 look in the faq page on www.nagios.org I'm=20 sure there is a faq for this
-----Original Message-----
From:=20 nagios-users-admin at lists.sourceforge.net=20 [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of = Reutzel,=20 Shane
Sent: 09 June 2004 13:58
To:=20 'nagios-users at lists.sourceforge.net'
Subject: [Nagios-users] = Blank=20 Notifications

I am using Nagios 1.0 on RedHat Enterprise = 3.0.  I have=20 been monitoring for several months now and recently turned on the=20 notifications.  Most of the time I received the notifications as = normal=20 with all the content, but for some reason I start receiving = notifications with=20 no content or blank.  This may go on for a day before I start = getting=20 normal notifications again.  Does anybody know the solution to = this=20 problem or anyway to help troubleshoot this?  Any response will = be=20 appreciated.

-Shane

------_=_NextPart_001_01C44E28.4BE043FA-- --__--__-- Message: 25 From: Michael Huettig Organization: Medien Systempartner GmbH To: nagios-users at lists.sourceforge.net Subject: Re: R: [Nagios-users] cpu usage Date: Wed, 9 Jun 2004 15:49:30 +0200 Am Mittwoch, 9. Juni 2004 14:22 schrieb Tom DE BLENDE (GCC): > Marco Borsani wrote: > >Please, a little bit of fair play! > > > >Everyone may ask everything. > >If you are so busy (!), don't read (and don't answer to) all the mails. > > Sadly enough, that is exactly what I have been doing the last half year > or so. As some can confirm, my level of interaction on this mailing list > was quite a bit higher a while ago. But when so many people keep on > asking the same questions over and over again, while they are SUPERBLY > documented by Ethan and co both it the HTML docs and the FAQ's; and when > apparently people find it normal not to use this documentation, you get > to a situation that some active members can't see the forest for the > trees and have to let go. Tom, you're right! problem of this userlist is efficiency, if anyone would RTFM a lot of time wouldn't be spent on reading silly questions. I've posted more times about nagios-notifications with sms, i'm not able to find any suggestion to my problems in FAQ and DOC and no one reads my posting, so i have to live with the problem. If there is really a notification bug, it would be very helpfull for nagios, that someone shares my problem. I'm not a programmer, so i don't have a chance to fix it ... Regards Michael ********************************************************************** Diese E-Mail wurde auf Viren ueberprueft. www.mimesweeper.com ********************************************************************** --__--__-- Message: 26 From: "Reutzel, Shane" To: "'tom.welsh at bt.com'" , nagios-users at lists.sourceforge.net Subject: RE: [Nagios-users] Blank Notifications Date: Wed, 9 Jun 2004 09:01:26 -0500 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C44E2A.410B0250 Content-Type: text/plain; charset="iso-8859-1" I have already looked through the faq page and the mailing list archives and I was not able to find anything that would help. -----Original Message----- From: tom.welsh at bt.com [mailto:tom.welsh at bt.com] Sent: Wednesday, June 09, 2004 8:47 AM To: Shane.Reutzel at MemberWorks.com; nagios-users at lists.sourceforge.net Subject: RE: [Nagios-users] Blank Notifications Take a look in the faq page on www.nagios.org I'm sure there is a faq for this -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Reutzel, Shane Sent: 09 June 2004 13:58 To: 'nagios-users at lists.sourceforge.net' Subject: [Nagios-users] Blank Notifications I am using Nagios 1.0 on RedHat Enterprise 3.0. I have been monitoring for several months now and recently turned on the notifications. Most of the time I received the notifications as normal with all the content, but for some reason I start receiving notifications with no content or blank. This may go on for a day before I start getting normal notifications again. Does anybody know the solution to this problem or anyway to help troubleshoot this? Any response will be appreciated. -Shane ------_=_NextPart_001_01C44E2A.410B0250 Content-Type: text/html; charset="iso-8859-1" Blank Notifications
I have already looked through the faq page and the mailing list archives and I was not able to find anything that would help.
-----Original Message-----
From: tom.welsh at bt.com [mailto:tom.welsh at bt.com]
Sent: Wednesday, June 09, 2004 8:47 AM
To: Shane.Reutzel at MemberWorks.com; nagios-users at lists.sourceforge.net
Subject: RE: [Nagios-users] Blank Notifications

Take a look in the faq page on www.nagios.org I'm sure there is a faq for this
-----Original Message-----
From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Reutzel, Shane
Sent: 09 June 2004 13:58
To: 'nagios-users at lists.sourceforge.net'
Subject: [Nagios-users] Blank Notifications

I am using Nagios 1.0 on RedHat Enterprise 3.0.  I have been monitoring for several months now and recently turned on the notifications.  Most of the time I received the notifications as normal with all the content, but for some reason I start receiving notifications with no content or blank.  This may go on for a day before I start getting normal notifications again.  Does anybody know the solution to this problem or anyway to help troubleshoot this?  Any response will be appreciated.

-Shane

------_=_NextPart_001_01C44E2A.410B0250-- --__--__-- Message: 27 Date: Wed, 9 Jun 2004 15:05:18 +0100 From: "Jeramy Eling" To: Subject: [Nagios-users] Extended Service Information Hi All, I am trying, with very little success to get the extended service = information to work in Nagios. I have spent the last few days trying to = add the details to just one service, and no matter what I seem to do I = just cannot get it to display. I have put my sample file below that I am = working with:- define serviceextinfo{ host_name adslfirewall service_description PING notes_url http://nagios/test2.html icon_image win40.gif icon_image_alt ADSL PING } Can anyone give me any hints/tips on how I can get this working, I have = read the documentation over and over and checked out the mailing-list = but to no avail, I am using Nagios 1.2 on RedHat 9.0. Thanks in advance Jez --__--__-- Message: 28 Date: Wed, 09 Jun 2004 10:30:37 -0400 From: Christopher M Bergeron To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT = 512 byte limitation ? I've noticed that there is a limitation of 512 bytes for SERVICE_CHECK_RESULTs. Where can I modify this? I didn't see any configuration entries for it, so I grepped the code for 512 and can't seem to find the limitation. Can anyone clue me in on how I can increase this? I'm trying to send HTML back to nagios from nsca_send, and it quickly saturates the 512 bytes. Thanks in advance..! Chris Bergeron --__--__-- Message: 29 Date: Wed, 9 Jun 2004 09:49:08 -0500 From: "Wheeler, MG" To: Subject: [Nagios-users] Notification Timing I=20have=20a=20service=20that=20is=20paging=20me=20every=2015=20minutes=20= (Its=20only=20a=20test=20and=20it=20is=20"Down.")=20=20Here's=20the=20thin= g=20though,=20the=20service=20itself=20has=20this=20defined: Nagios.cfg Status=20Update=20Interval=20=20=20=2015 Retention=20Update=20Interval=2060 Service=20Reaper=20Frequency=20=20=2060 Interval=20Length=20=20=20=20=20=20=20=20=20=20=2060 Services.cfg Max=20Check=20Attempts=20=20=20=20=202 Normal=20Check=20Interval=20=205 Retry=20Check=20Interval=20=20=201 So=20shouldn't=20I=20get=20paged=20every=202=20minutes=20since=20the=20Max= =20Checks=20Attempts=20=3D=202?=20=20If=20it=20was=20because=20of=20the=20= Normal=20Check=20Interval=20being=205=20minutes,=20then=20the=20one=20minu= te=20retries=20I=20would=20think=20it=20to=20be=206=20minutes.=20Where=20d= oes=20the=2015=20minutes=20come=20from???? _____________________________________________________________________ This=20message=20has=20been=20checked=20for=20all=20known=20viruses --__--__-- Message: 30 Date: Wed, 09 Jun 2004 17:14:08 +0200 From: carole verdon Organization: CICT To: nagiosplug-help at lists.sourceforge.net, nagios-users at lists.sourceforge.net, nagiosplug-devel at lists.sourceforge.net Subject: [Nagios-users] RESOLVED Re: PB with NRPE: No output returned from plugin --------------000206010301030309050409 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by gw3-mail.cict.fr id i59FF0Ee003847 Hi all, I finally find a solution of my problem. In fact the check_command "check_nrpe_nossl" was defined in Commands=20 table of NagMin to accept arguments: $USER1$/check_nrpe_nossl -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$ $ARG3$=20 $ARG4$ $ARG5$ $ARG6$ $ARG7$ $ARG8$ $ARG9$ $ARG10$ $ARG11$ $ARG12$ $ARG13$ However, my script doesn't call upon the arguments. So I create a new=20 command, that i called "check_nrpe_nossl_noarg", defined as this: $USER1$/check_nrpe_nossl -H $HOSTADDRESS$ -c $ARG1$ Now, it works fine. Carole. carole verdon wrote: >Hi, > >In web interface of nagios (v 1.2), i obtain a status UNKNOWN with this = message: (No output returned from plugin) > >If i execute the check_nrpe (v 2.0) in line command on server nagios, it= works well: >$ ./check_nrpe_nossl -H telline.cict.fr -c check_oracle >all databases OK > >check_oracle is defined in nrpe.cfg as: >command[check_oracle]=3D/usr/local/nagios/libexec/check_oracle_databases= .sh > >the check_oracle_databases.sh is a script i wrote to take dynamically in= to account the file /etc/oratab to verify all databases=20 >that it contains. It calls the check_oracle scripts of core distribution= of nagios-plugins-1.4.0alpha1 that i modified a little. > >I use NagMin 2.1.0 to configure nagios. So i define a service called "Or= acle" with the check command : check_nrpe_nossl!check_oracle =20 > >In service.cfg: >define service { > use generic-service > host_name telline.cict.fr > service_description Oracle > contact_groups nagios-admins > check_period 24x7 > notification_interval 2880 > notification_options w,u,c,r > notification_period 24x7 > check_command check_nrpe_nossl!check_oracle > max_check_attempts 3 > normal_check_interval 10 > retry_check_interval 1 >} > > >I don't understand why it works in line commands on nagios server and th= at it don't work if i define this service in nagios.=20 > >Can you tell me where is the error? What am i doing?=20 > >Please, help me.... > >Thanks. > >Carole. > > =20 > --=20 ********************************** VERDON Carole Ing=E9nieur Syst=E8me CICT - Universit=E9 Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T=E9l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr **********************************=09 --------------000206010301030309050409 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all,

I finally find a solution of my problem.

In fact the check_command "check_nrpe_nossl" was defined in Commands table of NagMin to accept arguments:
 $USER1$/check_nrpe_nossl -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ $ARG7$ $ARG8$ $ARG9$ $ARG10$ $ARG11$ $ARG12$ $ARG13$

However, my script doesn't call upon the arguments. So I create a new command, that i called "check_nrpe_nossl_noarg", defined as this:
$USER1$/check_nrpe_nossl -H $HOSTADDRESS$ -c $ARG1$

Now, it works fine.

Carole.

carole verdon wrote:
Hi,

In web interface of nagios (v 1.2), i obtain a status UNKNOWN with this
message: (No output returned from plugin)

If i execute the check_nrpe (v 2.0) in line command on server nagios, it
works well:
$ ./check_nrpe_nossl -H telline.cict.fr -c check_oracle
all databases OK

check_oracle is defined in nrpe.cfg as:
command[check_oracle]=/usr/local/nagios/libexec/check_oracle_databases.sh

the check_oracle_databases.sh is a script i wrote to take dynamically into
account the file /etc/oratab to verify all databases 
that it contains. It calls the check_oracle scripts of core distribution of
nagios-plugins-1.4.0alpha1 that i modified a little.

I use NagMin 2.1.0 to configure nagios. So i define a service called
"Oracle" with the check command : check_nrpe_nossl!check_oracle 

In service.cfg:
define service {
    use    generic-service
    host_name    telline.cict.fr
    service_description    Oracle
    contact_groups    nagios-admins
    check_period    24x7
    notification_interval    2880
    notification_options    w,u,c,r
    notification_period    24x7
    check_command    check_nrpe_nossl!check_oracle
    max_check_attempts    3
    normal_check_interval    10
    retry_check_interval    1
}


I don't understand why it works in line commands on nagios server and that
it don't work if i define this service in nagios. 

Can you tell me where is the error? What am i doing? 

Please, help me....

Thanks.

Carole.

  

-- 
**********************************
VERDON Carole
Ingénieur Système
CICT - Université Paul Sabatier
118, route de Narbonne
31062 Toulouse Cedex
Tél.: 05.61.36.60.44
Fax: 05.61.52.14.58
Mail: verdon at cict.fr
**********************************	
--------------000206010301030309050409-- --__--__-- Message: 31 Date: Wed, 9 Jun 2004 08:15:29 -0700 (PDT) To: "Wheeler, MG" Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Notification Timing From: Jason Martin -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 You didn't include the notification interval. A service will only re-notify every notification_interval. - -Jason Martin On Wed, 9 Jun 2004, Wheeler, MG wrote: > I have a service that is paging me every 15 minutes (Its only a test and it is "Down.") Here's the thing though, the service itself has this defined: > > Nagios.cfg > Status Update Interval 15 > Retention Update Interval 60 > Service Reaper Frequency 60 > Interval Length 60 > > Services.cfg > Max Check Attempts 2 > Normal Check Interval 5 > Retry Check Interval 1 > > So shouldn't I get paged every 2 minutes since the Max Checks Attempts = 2? If it was because of the Normal Check Interval being 5 minutes, then the one minute retries I would think it to be 6 minutes. Where does the 15 minutes come from???? > > > _____________________________________________________________________ > This message has been checked for all known viruses > > > ------------------------------------------------------- > This SF.Net email is sponsored by: GNOME Foundation > Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. > GNOME Users and Developers European Conference, 28-30th June in Norway > http://2004/guadec.org > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/ iD8DBQFAxymZl2ODWuqVSBMRAnwxAJ9MPO1jWS6LOsbQhCw/87NyMx/7QQCfWMWu Cpv8PHFTu46ojK5gFW2MKxc= =Z9rt -----END PGP SIGNATURE----- --__--__-- Message: 32 Date: Wed, 9 Jun 2004 16:18:56 +0100 From: "Jeramy Eling" To: Subject: [Nagios-users] Extended Service Information Hi All, I am trying, with very little success to get the extended service = information to work in Nagios. I have spent the last few days trying to = add the details to just one service, and no matter what I seem to do I = just cannot get it to display. I have put my sample file below that I am = working with:- define serviceextinfo{ host_name adslfirewall service_description PING notes_url http://nagios/test2.html icon_image win40.gif icon_image_alt ADSL PING } Can anyone give me any hints/tips on how I can get this working, I have = read the documentation over and over and checked out the mailing-list = but to no avail, I am using Nagios 1.2 on RedHat 9.0. Thanks in advance Jez --__--__-- Message: 33 Subject: RE: [Nagios-users] Using NAGIOS to read data gathered by MRTG? Date: Wed, 9 Jun 2004 09:37:08 -0600 From: "Cook, Garry" To: , nagios-users-admin at lists.sourceforge.net wrote: >>> I have a router which is monitored by MRTG to gather traffic stats - >>> useage/load/data volume, and I want to have Nagios sent an >>> alert email if >>> the utilisation percentage on a given data link exceeds a threshold >>>=20 >>> Will one of the standard plugins do this? If so, which one, >>> and how do I make this work? >>=20 >> It depends... Are you using MRTG with log files or an .rrd backend? >> There are plugins available to check both. Look in the plugin source >> contrib directory, if you don't find them in nagios/libexec. >=20 > It's just running log files. >=20 > There are a couple of mrtg pluging in nagios/libexec, but I > can't figure > out how to use them, and the docs aren't very helpful. >=20 > DaZZa >=20 I would suggest upgrading MRTG to use rrd files instead of the logs. I can't offer much assistance in the way of Nagios checking MRTG log files, but for MRTG .rrd checking you should be able to use the contributed plugins. I've also written my own check_rrdbw plugin that will do something similar to what you are looking for. I'm sure that the contributed ones work well, but they just didn't work the way I wanted them to. Upgrading MRTG to use RRDTool is not very hard at all. In a nutshell, install RRDTool, and then add 'LogFormat: rrdtool' to your MRTG config files. Your existing log files will be created as rrds automagically the next time you start MRTG, so you shouldn't lose any historical data. I believe that log files will be replaced by rrds in MRTG v3.0 anyway, so you may want to look into them now. They also offer a lot more features than log files. If you should decide to go this route, I would suggest posting further questions to the MRTG mailing list if necessary, then come back to Nagios-Users if you still need help checking rrds once you've got RRDTool up and running. Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) --__--__-- Message: 34 Subject: RE: [Nagios-users] Notification Timing Date: Wed, 9 Jun 2004 10:39:48 -0500 From: "Wheeler, MG" To: "Jason Martin" Cc: Notification_Interval=20=20=20=3D=2012 -----Original=20Message----- From:=20Jason=20Martin=20[mailto:jhmartin at toger.us] Sent:=20Wednesday,=20June=2009,=202004=2010:15=20AM To:=20Wheeler,=20MG Cc:=20nagios-users at lists.sourceforge.net Subject:=20Re:=20[Nagios-users]=20Notification=20Timing -----BEGIN=20PGP=20SIGNED=20MESSAGE----- Hash:=20SHA1 You=20didn't=20include=20the=20notification=20interval.=20A=20service=20wi= ll=20only=20 re-notify=20every=20notification_interval. -=20-Jason=20Martin On=20Wed,=209=20Jun=202004,=20 Wheeler,=20MG=20wrote: >=20I=20have=20a=20service=20that=20is=20paging=20me=20every=2015=20minute= s=20(Its=20only=20a=20test=20and=20it=20is=20"Down.")=20=20Here's=20the=20= thing=20though,=20the=20service=20itself=20has=20this=20defined: >=20 >=20Nagios.cfg >=20Status=20Update=20Interval=20=20=20=2015 >=20Retention=20Update=20Interval=2060 >=20Service=20Reaper=20Frequency=20=20=2060 >=20Interval=20Length=20=20=20=20=20=20=20=20=20=20=2060 >=20 >=20Services.cfg >=20Max=20Check=20Attempts=20=20=20=20=202 >=20Normal=20Check=20Interval=20=205 >=20Retry=20Check=20Interval=20=20=201 >=20 >=20So=20shouldn't=20I=20get=20paged=20every=202=20minutes=20since=20the=20= Max=20Checks=20Attempts=20=3D=202?=20=20If=20it=20was=20because=20of=20the= =20Normal=20Check=20Interval=20being=205=20minutes,=20then=20the=20one=20m= inute=20retries=20I=20would=20think=20it=20to=20be=206=20minutes.=20Where=20 = does=20the=2015=20minutes=20come=20from???? >=20 >=20 >=20_____________________________________________________________________ >=20This=20message=20has=20been=20checked=20for=20all=20known=20viruses >=20 >=20 >=20------------------------------------------------------- >=20This=20SF.Net=20email=20is=20sponsored=20by:=20GNOME=20Foundation >=20Hackers=20Unite!=20=20GUADEC:=20The=20world's=20#1=20Open=20Source=20D= esktop=20Event. >=20GNOME=20Users=20and=20Developers=20European=20Conference,=2028-30th=20= June=20in=20Norway >=20http://2004/guadec.org >=20_______________________________________________ >=20Nagios-users=20mailing=20list >=20Nagios-users at lists.sourceforge.net >=20https://lists.sourceforge.net/lists/listinfo/nagios-users >=20:::=20Please=20include=20Nagios=20version,=20plugin=20version=20(-v)=20= and=20OS=20when=20reporting=20any=20issue. >=20:::=20Messages=20without=20supporting=20info=20will=20risk=20being=20s= ent=20to=20/dev/null >=20 -----BEGIN=20PGP=20SIGNATURE----- Version:=20GnuPG=20v1.2.4=20(GNU/Linux) Comment:=20pgpenvelope=202.10.2=20-=20http://pgpenvelope.sourceforge.net/ iD8DBQFAxymZl2ODWuqVSBMRAnwxAJ9MPO1jWS6LOsbQhCw/87NyMx/7QQCfWMWu Cpv8PHFTu46ojK5gFW2MKxc=3D =3DZ9rt -----END=20PGP=20SIGNATURE----- _____________________________________________________________________ Message=20scanned=20for=20viruses _____________________________________________________________________ This=20message=20has=20been=20checked=20for=20all=20known=20viruses --__--__-- Message: 35 Subject: Re: [Nagios-users] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT = 512 byte limitation ? From: Marc Powell To: Christopher M Bergeron Cc: nagios-users at lists.sourceforge.net Organization: ENA Systems Engineering Date: Wed, 09 Jun 2004 10:45:02 -0500 On Wed, 2004-06-09 at 09:30, Christopher M Bergeron wrote: > I've noticed that there is a limitation of 512 bytes for > SERVICE_CHECK_RESULTs. Where can I modify this? I didn't see any > configuration entries for it, so I grepped the code for 512 and can't > seem to find the limitation. > > Can anyone clue me in on how I can increase this? I'm trying to send > HTML back to nagios from nsca_send, and it quickly saturates the 512 > bytes. The external command file is implemented as a named PIPE. The amount of data that this pipe can hold at any given time is defined by the kernel of whatever OS you are running. Most flavors of linux implement a 512 byte pipe size I believe. If you want to adjust that you would need to recompile your kernel after locating and changing that value. Be aware that the change is global and would affect any program that uses a named pipe so Your Mileage May Definitely Vary and the change may cause unforeseen consequences. I believe there is further discussion of this issue in the mailing list archives if you're interested (and it's always a good idea to search there before posting). -- Marc --__--__-- Message: 36 Date: Wed, 9 Jun 2004 08:42:41 -0700 (PDT) To: "Wheeler, MG" Cc: nagios-users at lists.sourceforge.net Subject: RE: [Nagios-users] Notification Timing From: Jason Martin -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Notification_Interval = 12 There you go then; you'll get paged every 12 minutes while the service stays in a non-OK status. - -Jason Martin On Wed, 9 Jun 2004, Wheeler, MG wrote: > > -----Original Message----- > From: Jason Martin [mailto:jhmartin at toger.us] > Sent: Wednesday, June 09, 2004 10:15 AM > To: Wheeler, MG > Cc: nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] Notification Timing > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > You didn't include the notification interval. A service will only > re-notify every notification_interval. > > - -Jason Martin > > On Wed, 9 Jun 2004, > Wheeler, MG wrote: > > > I have a service that is paging me every 15 minutes (Its only a test and it is "Down.") Here's the thing though, the service itself has this defined: > > > > Nagios.cfg > > Status Update Interval 15 > > Retention Update Interval 60 > > Service Reaper Frequency 60 > > Interval Length 60 > > > > Services.cfg > > Max Check Attempts 2 > > Normal Check Interval 5 > > Retry Check Interval 1 > > > > So shouldn't I get paged every 2 minutes since the Max Checks Attempts = 2? If it was because of the Normal Check Interval being 5 minutes, then the one minute retries I would think it to be 6 minutes. Where does the 15 minutes come from???? > > > > > > _____________________________________________________________________ > > This message has been checked for all known viruses > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: GNOME Foundation > > Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. > > GNOME Users and Developers European Conference, 28-30th June in Norway > > http://2004/guadec.org > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/ > > iD8DBQFAxymZl2ODWuqVSBMRAnwxAJ9MPO1jWS6LOsbQhCw/87NyMx/7QQCfWMWu > Cpv8PHFTu46ojK5gFW2MKxc= > =Z9rt > -----END PGP SIGNATURE----- > > _____________________________________________________________________ > Message scanned for viruses > > _____________________________________________________________________ > This message has been checked for all known viruses > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/ iD8DBQFAxy/3l2ODWuqVSBMRAmhEAJ41iVKw02ubcwHx/BXKscnwsPd4hQCcC4fc aB424KpGF6OV6CDoUZqLlGk= =fWOX -----END PGP SIGNATURE----- --__--__-- _______________________________________________ Nagios-users mailing list Nagios-users at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users End of Nagios-users Digest ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From TWEdwards at cimplify.net Thu Jul 8 23:00:58 2004 From: TWEdwards at cimplify.net (Edwards, Thomas W.) Date: Thu, 8 Jul 2004 16:00:58 -0500 Subject: verifying incoming ncsa info Message-ID: Is there a place to see incoming messages via ncsa? If it is even reaching the central server? -------------- next part -------------- An HTML attachment was scrubbed... URL: From glaw at storbase.com Thu Jul 8 23:10:07 2004 From: glaw at storbase.com (Gabriel Law) Date: Thu, 8 Jul 2004 17:10:07 -0400 Subject: docs for plug ins Message-ID: <2337482E01EF0245A81E9F2EEA1E9A00049C8B@mail.storbase.com> This is probably a stupid question but... where are the docs for the nagios plugins? I can't seem to find them... Thanks! -Gabe -------------- next part -------------- An HTML attachment was scrubbed... URL: From JimiT at mail.cox.smu.edu Fri Jul 9 00:16:00 2004 From: JimiT at mail.cox.smu.edu (Thompson, Jimi) Date: Thu, 8 Jul 2004 17:16:00 -0500 Subject: /usr/local/nagios/etc not present after compiling .... Message-ID: <4B3F673172B98D449EBCC3BE8316F5240415FCAE@exch4.elcsb.net> Well, After considerable experimentation and attempting to install the plug-ins manually, it seems that the plug ins require a newer version of Perl than the system installs by default. FreeBSD installs 5.005 and it wants 5.6.X or better. This seems be causing the plug-in install to fail silently when attempting to it as a Nagios dependency. I'm in the process of upgrading the system Perl now and will let post again with any thing else interesting that I uncover. HTH Jimi ________________________________ From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of h.baecker at ecofis.de Sent: Thursday, July 08, 2004 3:16 AM To: unixdocs72 at yahoo.co.uk Cc: nagios-users at lists.sourceforge.net; nagios-users-admin at lists.sourceforge.net Subject: Re: [Nagios-users] /usr/local/nagios/etc not present after compiling .... Hi, did you try to: make install-config ? Tis Unix Sent by: nagios-users-admin at lists.sourceforge.net 08.07.2004 10:01 To nagios-users at lists.sourceforge.net cc Subject [Nagios-users] /usr/local/nagios/etc not present after compiling .... Hi, First post to this list after just compiling nagios ... I am having a few problems but will tackle one at a time. First thing ... After compiling Nagios successfully (well that's what it tells me), this is what I get in /usr/local/nagios - [root at richemontdev]> cd /usr/local/nagios/ [root at richemontdev]> ls -al total 12 drwxr-xr-x 6 root other 512 Jul 7 12:30 . drwxr-xr-x 30 root other 1024 Jul 7 09:43 .. drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 bin drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 sbin drwxrwxr-x 8 nagios nagios 512 Jul 7 12:29 share drwxrwxr-x 3 nagios nagios 512 Jul 7 12:30 var Why is there no etc directory ?? In the documentation, it said I should have the following - Directory Structure And File Locations Change to the root of your Nagios installation directory with the following command... cd /usr/local/nagios You should see five different subdirectories. A brief description of what each directory contains is given in the table below. Sub-Directory Contents bin/ Nagios core program etc/ Main , resource , object , and CGI configuration files should be put here sbin/ CGIs share/ HTML files (for web interface and online documentation) var/ Empty directory for the log file Why is this ?? Thanks in advance Trev ________________________________ ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself -------------- next part -------------- An HTML attachment was scrubbed... URL: From nagios at gmail.com Fri Jul 9 00:28:33 2004 From: nagios at gmail.com (Tomas Morales) Date: Thu, 8 Jul 2004 16:28:33 -0600 Subject: Unexpected check_period behavior Message-ID: <9ec4112a04070815281912ff2@mail.gmail.com> I have a very unexpected behavior for the check_period (or perhaps I'm misinterpreting it) option on a service check. We have a need for NOT showing red alerts on the nagios screen nor sending notifications off for this service(Ping) outside the timeperiod defined and used. My time period is defined to be between 1am to 12 noon: define timeperiod{ timeperiod_name bl-100-2100-daily alias daily onlycheck 1am-12noon sunday 01:00-12:00 monday 01:00-12:00 tuesday 01:00-12:00 wednesday 01:00-12:00 thursday 01:00-12:00 friday 01:00-12:00 saturday 01:00-12:00 } the service is defined as: define service{ host_name host75 name Ping service_description Ping use generic-unix-ping check_command check_ping!500.0,50%|1000.0,80% check_period bl-100-2100-daily } generic-unix-ping template has 24x7 timeperiod set for check_period, but it's supposed to be overriden by defining check_period in the service definition itself as shown above. I have verified that checks still get performed and yet the "service state information" says that the next check will be at 1:00am tomorrow(July 9), AND that the last check was done OUTSIDE the timeperiod defined (i.e. Last Check Time: 07-08-2004 15:46:08 ) Here is the entire service state information showing for the service: Service State Information Current Status: OK Status Information: PING OK - Packet loss = 0%, RTA = 0.22 ms Current Attempt: 1/3 State Type: HARD Last Check Type: ACTIVE Last Check Time: 07-08-2004 15:46:08 Status Data Age: 0d 0h 4m 11s Next Scheduled Active Check: 07-09-2004 01:00:00 Latency: < 1 second Check Duration: 4 seconds Last State Change: 07-08-2004 09:28:59 Current State Duration: 0d 6h 21m 20s Last Service Notification: N/A Current Notification Number: 0 Is This Service Flapping? N/A Percent State Change: N/A In Scheduled Downtime? NO Last Update: 07-08-2004 15:50:17 Did I miss anything or misinterpreted the documentation about how check_period works? or is this a bug? did I make a mistake on my configs? Any explanations/help/insigths/enlightening/etc will be appreciated. Tomas ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From JimiT at mail.cox.smu.edu Fri Jul 9 00:48:30 2004 From: JimiT at mail.cox.smu.edu (Thompson, Jimi) Date: Thu, 8 Jul 2004 17:48:30 -0500 Subject: /usr/local/nagios/etc not present after compiling .... Message-ID: <4B3F673172B98D449EBCC3BE8316F5240415FCB8@exch4.elcsb.net> After much hair pulling, we have a winner! Upgrading perl and recompiling the plug-ins worked. Here's what to do - Go to /usr/ports/lang/perl5.8 Make && make test && make install Type in "use.perl port" to upgrade the system perl Type in "find /usr/local/lib/perl5/{site_perl/5.005,5.00503} -type f -print0 | \ xargs -0 -n 1 pkg_which | sort -u > /tmp/perl-ports" This will create a list of any previously installed Perl modules Go look in the file and remove anything that looks odd - ?'s and such Then type this in "portupgrade -f `cat /tmp/perl-ports`" Assuming you have portupgrade installed, this will also upgrade all your other perl modules. Now go to /usr/ports/nagois-plugins and install that. This SHOULD solve your problem. You should be able to run the install- commands now. HTH, Jimi ________________________________ From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Tis Unix Sent: Thursday, July 08, 2004 3:01 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] /usr/local/nagios/etc not present after compiling .... Hi, First post to this list after just compiling nagios ... I am having a few problems but will tackle one at a time. First thing ... After compiling Nagios successfully (well that's what it tells me), this is what I get in /usr/local/nagios - [root at richemontdev]> cd /usr/local/nagios/ [root at richemontdev]> ls -al total 12 drwxr-xr-x 6 root other 512 Jul 7 12:30 . drwxr-xr-x 30 root other 1024 Jul 7 09:43 .. drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 bin drwxrwxr-x 2 nagios nagios 512 Jul 7 12:29 sbin drwxrwxr-x 8 nagios nagios 512 Jul 7 12:29 share drwxrwxr-x 3 nagios nagios 512 Jul 7 12:30 var Why is there no etc directory ?? In the documentation, it said I should have the following - Directory Structure And File Locations Change to the root of your Nagios installation directory with the following command... cd /usr/local/nagios You should see five different subdirectories. A brief description of what each directory contains is given in the table below. Sub-Directory Contents bin/ Nagios core program etc/ Main , resource , object , and CGI configuration files should be put here sbin/ CGIs share/ HTML files (for web interface and online documentation) var/ Empty directory for the log file Why is this ?? Thanks in advance Trev ________________________________ ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself -------------- next part -------------- An HTML attachment was scrubbed... URL: From benny at bennyvision.com Fri Jul 9 01:54:33 2004 From: benny at bennyvision.com (C. Bensend) Date: Thu, 8 Jul 2004 18:54:33 -0500 (CDT) Subject: docs for plug ins In-Reply-To: <2337482E01EF0245A81E9F2EEA1E9A00049C8B@mail.storbase.com> References: <2337482E01EF0245A81E9F2EEA1E9A00049C8B@mail.storbase.com> Message-ID: <59235.63.227.74.41.1089330895.squirrel@webmail.stinkweasel.net> > This is probably a stupid question but... where are the docs for the > nagios plugins? I can't seem to find them... Typically: ./check_whatever --help Benny -- "You were doing well until everyone died." -- "God", Futurama ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From al_smyth at yahoo.com Fri Jul 9 05:22:47 2004 From: al_smyth at yahoo.com (Al Smith) Date: Thu, 8 Jul 2004 20:22:47 -0700 (PDT) Subject: Nagios Truncated return string In-Reply-To: References: Message-ID: <20040709032247.38881.qmail@web53505.mail.yahoo.com> Using Nagios 1.2 with MySQL for data storage. I've written my own check_snmp to get a value from a power strip that returns Amps * 10, so a 0.8 amp reading is sent back by snmpget as 8. In order to watch the actual amps, and history, I set Value = Value / 10, and return the string OK: 0.8 The problem is with the value stored in the MySQL database, and displayed on the web page, is 0. So, when amp usage on the unit is low, I get an alarm telling me it is zero! Has anyone else seen the trucated value like this? --------------------------------- Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.mielke at thales-is.com Fri Jul 9 09:21:56 2004 From: martin.mielke at thales-is.com (Martin Mielke) Date: Fri, 09 Jul 2004 09:21:56 +0200 Subject: nrpe to a Windows box through event_handlers ... In-Reply-To: <02769B432700E649B14C0847840DC83B042A4F@becompanysrv020.consulting.becompany> References: <02769B432700E649B14C0847840DC83B042A4F@becompanysrv020.consulting.becompany> Message-ID: <40EE4794.1060901@thales-is.com> Hi Ludo, I'll post to the list, so everybody can get your answer as well... Ludo Bosmans wrote: >Martin, > >Sorry to answer not via the Nagios-users list. Currently i'm unable to reply with my registered e-mail address. So my message will be refused. > > OK. Thanks for the reply. >Use the check_nt plugin to see if a service is running or stopped. >( this requires nsclient service running on the windows server ) > > > Well, the service is just an ASP server. To check for its availability we use check_http with the -e switch... >Create an eventhandler that restart the specific service on the windows. >You need nrpe_nt on the windows server. > > Yep, that was already know. My problem is that I don't know how to combine the event_handlers to launch a .bat file through the nrpe_nt to restart the service on the Windoze side... >So the idea is to check regulary if a certain service is up or down, with lets say max 3 retries. In case the service is down, you start an event-handler that request via check_nrpr to execute a command on the windows. This could be a .bat file with f.e. net start SPOOLER > > Yes, that's my initial thought... Thanks in advance! Best regards, Martin ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Fri Jul 9 10:29:31 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Fri, 9 Jul 2004 10:29:31 +0200 Subject: APAN + NRPE? Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068E0A@SYGOMAIL.GOE.AD.SYCOR.DE> Should be possible I think. Problem with APAN is, that it's a hole lot of administrative work, so I quit using it. Maybe you should take a look at perfparse. It's pretty simple in configuring and creates graphs out of performance data, whic nagios is processing. So you have very little administrative overhead. ________________________________ From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Kemp, Darren Sent: Thursday, July 08, 2004 3:34 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] APAN + NRPE? I'm curious if anyone has experimented with using APAN over NRPE? Basically I want to collect performance data from remote hosts and view the graphs on a central server. I have been through the APAN and NRPE documentation and haven't seen anything like this yet. If anyone is running a similar setup I'd love to hear from you. Thanks -dkk ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ben at clewett.org.uk Fri Jul 9 10:54:36 2004 From: Ben at clewett.org.uk (Ben Clewett) Date: Fri, 09 Jul 2004 09:54:36 +0100 Subject: APAN + NRPE? In-Reply-To: <6943DE9E9934CD42BBE4A20E0E28E10E068E0A@SYGOMAIL.GOE.AD.SYCOR.DE> References: <6943DE9E9934CD42BBE4A20E0E28E10E068E0A@SYGOMAIL.GOE.AD.SYCOR.DE> Message-ID: <40EE5D4C.1070804@clewett.org.uk> If you are interested in PerfParse, it can be found here: http://perfparse.sourceforge.net/ We are in need of developers to process the performance data to their own specific needs. If you know some CGI, a little C and some SQL, and have a need for a specific analysis tool, please drop me a line :) Regards, Ben. Sand Philipp wrote: > Should be possible I think. Problem with APAN is, that it's a hole lot > of administrative work, so I quit using it. > Maybe you should take a look at perfparse. It's pretty simple in > configuring and creates graphs out of performance data, whic nagios is > processing. So you have very little administrative overhead. > > ------------------------------------------------------------------------ > *From:* nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] *On Behalf Of > *Kemp, Darren > *Sent:* Thursday, July 08, 2004 3:34 PM > *To:* nagios-users at lists.sourceforge.net > *Subject:* [Nagios-users] APAN + NRPE? > > I?m curious if anyone has experimented with using APAN over NRPE? > > > > Basically I want to collect performance data from remote hosts and > view the graphs on a central server. > > I have been through the APAN and NRPE documentation and haven?t seen > anything like this yet. If anyone is running a similar setup I?d > love to hear from you. > > > > Thanks > > > > -dkk > > > > > > > > ************************************************ > > sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie > > www.sycor-plastics.de > > ************************************************ > > > > > Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche > Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger > sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und > benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine > Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt > rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, > sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den > Parteien vereinbart wurde. > > This e-mail is confidential and may contain personal and/or privileged > information. If you are not the intended recipient please delete this > e-mail and all attachments immediately and inform us. The company sycor > does not agree with contracts or contract obligations sent by e-mail, > neither do we transmit legally binding offers by e-mail, unless this is > not expressly agreed upon between the parties and documented in written > form. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mike.scott at policyadmin.co.uk Fri Jul 9 11:08:51 2004 From: mike.scott at policyadmin.co.uk (mike.scott) Date: Fri, 9 Jul 2004 10:08:51 +0100 Subject: Recurring Downtime Message-ID: Before acting on this e-mail or opening any attachments you are advised to read The Caudwell Holdings group of companies' disclaimer at the end of this e-mail. -------------------------------------------------------- I have a set of servers that are rebooted every night they are in a hostgroup of their own, at the moment everyday I schedule downtime for that group of servers and was wondering if there was a way to make it a recurring event ? - has anyone else experienced this and come up with a solution at all ? In the FAQ it says to create a cron job that writes the appropriate downtime commands to the external command file but my knowledge of linux is pretty basic can maybe someone can point me in the right direction. Cheers Mike -------------------------------------------------------- Confidentiality Notice This e-mail is confidential and intended for the use of the named recipient only. If you are not the intended recipient please notify us by telephone immediately on +44(0)1782 600600 or return it to us by e-mail. Please then delete it from your system and note that any use, dissemination, forwarding, printing or copying is strictly prohibited. Any views or opinions are solely those of the author and do not necessarily represent those of The Caudwell Holdings group of companies. Encryptions and Viruses Please note that this e-mail and any attachments have not been encrypted. They may therefore be liable to be compromised. Please also note that it is your responsibility to scan this e-mail and any attachments for viruses. We do not, to the extent permitted by law, accept any liability (whether in contract, negligence or otherwise) for any virus infection and/or external compromise of security and/or confidentiality in relation to transmissions sent by e-mail. Monitoring Activity and use of The Caudwell Holdings group of companies' systems is monitored to secure its effective use and operation and for other lawful business purposes. Communications using these systems will also be monitored and may be recorded to secure effective use and operation and for other lawful business purposes. -------------- next part -------------- An HTML attachment was scrubbed... URL: From verdon at cict.fr Fri Jul 9 11:25:59 2004 From: verdon at cict.fr (carole verdon) Date: Fri, 09 Jul 2004 11:25:59 +0200 Subject: SendEmail In-Reply-To: <90bc2a03040707150649af71c7@mail.gmail.com> References: <90bc2a03040707150649af71c7@mail.gmail.com> Message-ID: <40EE64A7.6050908@cict.fr> Yes, i use it. My definiton of 'host-notify-by-email' and 'notify-by-email' commands look at this: define command { command_name host-notify-by-email command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $OUTPUT$\n\nDate/Time: $DATETIME$\n" | /usr/bin/mailx -s "Host $HOSTSTATE$ alert for $HOSTNAME$!" $CONTACTEMAIL$ } define command { command_name notify-by-email command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $DATETIME$\n\nAdditional Info:\n\n$OUTPUT$" | /usr/bin/mailx -s "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ } I hope that help you. Carole. Roy Kartadinata wrote: >Hi guys, > >Just curious if anyone here uses sendEmail ? Care to share your >misccommand.cfg ? > > > > -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gebhardt at hrz.uni-marburg.de Fri Jul 9 11:39:17 2004 From: gebhardt at hrz.uni-marburg.de (Gebhardt Thomas) Date: Fri, 9 Jul 2004 11:39:17 +0200 Subject: performance data too long -> truncated Message-ID: <200407091139.19464.gebhardt@hrz.uni-marburg.de> Hi, I'm trying to collect a bunch of performance data on a remote host, sending it to the nagios server by nsca. I noticed that the data get's truncated when the message exceeds a certain length (about 256 bytes?). Don't know whether this is done by nsca or by the nagios server (it is not easy to sniff on the wire since nsca encrypts the data.) Before spending too much time on that, I'd like to figure out if this is a known issue with a documented workaround. Any hint? Thanks, Thomas ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From martin.mielke at thales-is.com Fri Jul 9 12:03:00 2004 From: martin.mielke at thales-is.com (Martin Mielke) Date: Fri, 09 Jul 2004 12:03:00 +0200 Subject: nrpe to a Windows box through event_handlers ... Message-ID: <40EE6D54.6060601@thales-is.com> Hi list, here's another email from Ludo, who's having problems to post but still being so nice to reply. I have to read it through again but I just post it for you to have it and, maybe, think about it... Regards, Martin -------- Original Message -------- Subject: RE: [Nagios-users] nrpe to a Windows box through event_handlers ... Date: Fri, 9 Jul 2004 10:25:51 +0200 From: Ludo Bosmans To: Martin Mielke Martin, I'm still unable to reply with my normal e-mail address, so i thank you to forward this to the mailinglist. Some additional info: -------------------- # services.cfg -------------------- # Service definition define service{ use generic-service ; Name of service template to use use generic-windows-services host_name rataplan service_description Windows Services is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups nt-admins notification_interval 0 notification_period 24x7 notification_options w,u,c,r check_command check_nt_services_parse event_handler event_nrpe_nt_parse } --------------------- #checkcommands.cfg --------------------- # 'check_nt_services_parse' command definition define command{ command_name check_nt_services_parse command_line $USER1$/check_nt_services_parse.sh $HOSTNAME$ $HOSTADDRESS$ "$SERVICEDESC$" $USER1$ } # 'event_nrpe_nt_parse' command definition define command{ command_name event_nrpe_nt_parse command_line $USER1$/event_nrpe_nt_parse.sh $HOSTNAME$ $HOSTADDRESS$ "$SERVICEDESC$" "$OUTPUT$" "$SERVICESTATE$" } In my case, i check several "windows services" in one sequence on host rataplan. This check is is based on check_nt. I pass some arguments from the nagios environment to a shell script "check_nt_services_parse.sh" that finally is using check_nt to get info and status of the "windows" service. In fact it doen't matter how you obtain status info, it could also something else. In case a certain "window service" is stopped, the check returns "CRITICAL" ($SERVICESTATE$ ). So following the specs the eventhandler is executed. Again this is a shell script that obtain the necessary variables from the nagios environment and finally execute check_nrpe_nt with a request to execute a command on host rataplan. f.e. to try to restart SPOOLER or something else. So the max_check_attempts is put to 3, and retry_check_interval to 1 ( min ). This means the eventhandler is runned only when there is a state change ( ok to bad, warning to critical or critical to warning, on recovery ). That's why i pass the $SERVICESTATE$ and check inside the event_nrpe_nt_parse.sh script to see if i need to try to restart ( CRITICAL ) or not ( OK or RECOVERY ). Finally if after a restart attempt the servicestate is still critical ( in my case i have only ok or critical ), the evethandler is not executed anymore and the service status becomes a hard critical state. Again i mentioned that the eventhandler is not executed anymore on the next regulary check in case next check return the same bad state. I hope this info will give you a better view how i have handled this. kind regards, ludo -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Martin Mielke Sent: vrijdag 9 juli 2004 09:22 To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] nrpe to a Windows box through event_handlers ... Hi Ludo, I'll post to the list, so everybody can get your answer as well... Ludo Bosmans wrote: >Martin, > >Sorry to answer not via the Nagios-users list. Currently i'm unable to reply with my registered e-mail address. So my message will be refused. > > OK. Thanks for the reply. >Use the check_nt plugin to see if a service is running or stopped. >( this requires nsclient service running on the windows server ) > > > Well, the service is just an ASP server. To check for its availability we use check_http with the -e switch... >Create an eventhandler that restart the specific service on the windows. >You need nrpe_nt on the windows server. > > Yep, that was already know. My problem is that I don't know how to combine the event_handlers to launch a .bat file through the nrpe_nt to restart the service on the Windoze side... >So the idea is to check regulary if a certain service is up or down, with lets say max 3 retries. In case the service is down, you start an event-handler that request via check_nrpr to execute a command on the windows. This could be a .bat file with f.e. net start SPOOLER > > Yes, that's my initial thought... Thanks in advance! Best regards, Martin ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Roberto.Balestra at getronics.com Fri Jul 9 12:40:41 2004 From: Roberto.Balestra at getronics.com (Balestra, Roberto) Date: Fri, 9 Jul 2004 12:40:41 +0200 Subject: verifying incoming ncsa info Message-ID: Yes. In my RH7.3 I see incoming connection for nsca in /var/log/secure. Bye Roberto -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Edwards, Thomas W. Sent: gioved? 8 luglio 2004 23.01 To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] verifying incoming ncsa info Is there a place to see incoming messages via ncsa? If it is even reaching the central server? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From RKlisowski at era.pl Fri Jul 9 13:47:47 2004 From: RKlisowski at era.pl (=?iso-8859-2?Q?Klisowski_Rafa=B3?=) Date: Fri, 9 Jul 2004 13:47:47 +0200 Subject: Check_ntp arguments Message-ID: Hi! Check_ntp sends warnings like this: NTP WARNING: Jitter error and jitter 0.136 msec > +/- 0 msec In services arguments are set on: check_ntp!0.9!1.5 How should I set arguments for check_ntp? Rafal -------------------------------------------------------------------------------- Wiadomo?? ta jest przeznaczona jedynie dla osoby lub podmiotu, kt?ry jest jej adresatem i mo?e zawiera? poufne i/lub uprzywilejowane informacje. Zakazane jest jakiekolwiek przegl?danie, przesy?anie, rozpowszechnianie lub inne wykorzystanie tych informacji lub podj?cie jakichkolwiek dzia?a? odno?nie tych informacji przez osoby lub podmioty inne ni? zamierzony adresat. Je?eli Pa?stwo otrzymali przez pomy?k? t? informacj? prosimy o poinformowanie o tym nadawcy i usuni?cie tej wiadomo?ci z wszelkich komputer?w. -------------------------------------------------------------------------------- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. -------------------------------------------------------------------------------- ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mailli1 at online-skating.de Fri Jul 9 14:37:19 2004 From: mailli1 at online-skating.de (Alexander Puff) Date: Fri, 9 Jul 2004 14:37:19 +0200 Subject: NRPE-Checks on some commands result in CRC32-Errors Message-ID: <20040709123420.14AA5CBAB0@argon.online-skating.de> Hello, I have got a problem with a Nagios 1.2 installation - I check different remote hosts via nrpe. All works fine with check_load, check_disk, check_swap. But if I try check_mailq, I get CRC32 errors from check_nrpe. check_nrpe definition: define command{ command_name check_nrpe command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ } service definition on monitoring host: define service{ use tpl_service_local-linux-server host_name xyz service_description MAILQ contact_groups admins check_command check_nrpe!check_mailq } nrpe configuration on remote host: command[check_mailq]=/usr/local/nagios/libexec/check_mailq -w 10 -c 20 -M exim On the monitoring host, both nagios and commandline result in crc32 error. A local commandline execution of check_mailq on the remote host works fine 8( Anybody an idea, how to debug those crc32 errors ? Thanx in advance, Alex. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From xavier at rootshell.be Fri Jul 9 14:54:34 2004 From: xavier at rootshell.be (Xavier) Date: Fri, 9 Jul 2004 14:54:34 +0200 (CEST) Subject: Host Ext information Message-ID: Hi *, Simple question: instead of an url (http://, file://), is it possible to specify a fixed information or a text file in HostExtInfo? I would like to send the info attached to a notification. Ex: a phone number or an email address. Tx, Xavier -- This space is for rent ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Fri Jul 9 15:05:09 2004 From: verdon at cict.fr (carole verdon) Date: Fri, 09 Jul 2004 15:05:09 +0200 Subject: Recurring Downtime In-Reply-To: References: Message-ID: <40EE9805.2010505@cict.fr> You can create a time period in timeperiod.cfg file which excluded the period during which the servers are rebooted. Then you set the check_period value for each definition of service of those servers to this time period. Carole. mike.scott wrote: > *Before acting on this e-mail or opening any attachments you are > advised to read The Caudwell Holdings group of companies' disclaimer > at the end of this e-mail.* > ------------------------------------------------------------------------ > > > I have a set of servers that are rebooted every night they are in a > hostgroup of their own, at the moment everyday I schedule downtime for > that group of servers and was wondering if there was a way to make it > a recurring event ? - has anyone else experienced this and come up > with a solution at all ? In the FAQ it says to create a cron job that > writes the appropriate downtime commands to the external command file > but my knowledge of linux is pretty basic can maybe someone can point > me in the right direction. > > Cheers > > Mike > > ------------------------------------------------------------------------ > *Confidentiality Notice* > This e-mail is confidential and intended for the use of the named > recipient only. If you are not the intended recipient please notify us > by telephone immediately on +44(0)1782 600600 or return it to us by > e-mail. Please then delete it from your system and note that any use, > dissemination, forwarding, printing or copying is strictly prohibited. > Any views or opinions are solely those of the author and do not > necessarily represent those of The Caudwell Holdings group of companies. > *Encryptions and Viruses* > Please note that this e-mail and any attachments have not been > encrypted. They may therefore be liable to be compromised. Please also > note that it is your responsibility to scan this e-mail and any > attachments for viruses. We do not, to the extent permitted by law, > accept any liability (whether in contract, negligence or otherwise) > for any virus infection and/or external compromise of security and/or > confidentiality in relation to transmissions sent by e-mail. > *Monitoring* > Activity and use of The Caudwell Holdings group of companies' systems > is monitored to secure its effective use and operation and for other > lawful business purposes. Communications using these systems will also > be monitored and may be recorded to secure effective use and operation > and for other lawful business purposes. -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From Darren.Kemp at xerox.com Fri Jul 9 16:01:03 2004 From: Darren.Kemp at xerox.com (Kemp, Darren) Date: Fri, 9 Jul 2004 10:01:03 -0400 Subject: NRPE-Checks on some commands result in CRC32-Errors Message-ID: <330CE9F92C02064B86090D40B479712F1CF881@usa0300ms04.na.xerox.net> I'd start by turning on debug in nrpe.cfg and seeing what kind of messages it dumps. -dkk -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Alexander Puff Sent: Friday, July 09, 2004 8:37 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] NRPE-Checks on some commands result in CRC32-Errors Hello, I have got a problem with a Nagios 1.2 installation - I check different remote hosts via nrpe. All works fine with check_load, check_disk, check_swap. But if I try check_mailq, I get CRC32 errors from check_nrpe. check_nrpe definition: define command{ command_name check_nrpe command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ } service definition on monitoring host: define service{ use tpl_service_local-linux-server host_name xyz service_description MAILQ contact_groups admins check_command check_nrpe!check_mailq } nrpe configuration on remote host: command[check_mailq]=/usr/local/nagios/libexec/check_mailq -w 10 -c 20 -M exim On the monitoring host, both nagios and commandline result in crc32 error. A local commandline execution of check_mailq on the remote host works fine 8( Anybody an idea, how to debug those crc32 errors ? Thanx in advance, Alex. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jeff.vier at tradingtechnologies.com Fri Jul 9 16:29:49 2004 From: jeff.vier at tradingtechnologies.com (jeff vier) Date: Fri, 09 Jul 2004 09:29:49 -0500 Subject: Nagios Truncated return string In-Reply-To: <20040709032247.38881.qmail@web53505.mail.yahoo.com> References: <20040709032247.38881.qmail@web53505.mail.yahoo.com> Message-ID: <1089383389.9557.13.camel@localhost> On Thu, 2004-07-08 at 20:22 -0700, Al Smith wrote: > Using Nagios 1.2 with MySQL for data storage. I've written my > own check_snmp to get a value from a power strip that returns > Amps * 10, so a 0.8 amp reading is sent back by snmpget as 8. > In order to watch the actual amps, and history, I set Value = > Value / 10, and return the string > > OK: 0.8 > > The problem is with the value stored in the MySQL database, > and displayed on the web page, is 0. So, when amp usage on the > unit is low, I get an alarm telling me it is zero! > > Has anyone else seen the trucated value like this? Sounds like you've set your column to INT (or SMALLINT, BIGINT, etc). read http://dev.mysql.com/doc/mysql/en/Numeric_types.html carefully. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From j.e.vanbaal at uvt.nl Fri Jul 9 16:29:02 2004 From: j.e.vanbaal at uvt.nl (Joost van Baal) Date: Fri, 9 Jul 2004 16:29:02 +0200 Subject: quick and dirty hack to get nrpe to compile on Tru64 / Dec OSF1 Message-ID: <20040709142902.GV6426@banach.uvt.nl> Hi, I've successfully compiled and ran nrpe 1.9 on a OSF1 V4.0 878 alpha machine. However, I've had to do some evil tricks: since OSF1 seems to lack snprintf in it's stdio.h, I've changed these to sprintf calls: 460c460 < snprintf(connecting_host,sizeof(connecting_host),"%s",inet_ntoa(nptr->sin_addr)); --- > sprintf(connecting_host,"%s",inet_ntoa(nptr->sin_addr)); 568c568 < snprintf(buffer,sizeof(buffer),"NRPE v%s",PROGRAM_VERSION); --- > sprintf(buffer,"NRPE v%s",PROGRAM_VERSION); 583c583 < snprintf(buffer,sizeof(buffer),"NRPE: Command '%s' not defined",receive_packet.buffer); --- > sprintf(buffer,"NRPE: Command '%s' not defined",receive_packet.buffer); 605c605 < snprintf(buffer,sizeof(buffer)-1,"NRPE: Command timed out after %d seconds\n",command_timeout); --- > sprintf(buffer,"NRPE: Command timed out after %d seconds\n",command_timeout); 607c607 < snprintf(buffer,sizeof(buffer)-1,"NRPE: Unable to read output\n"); --- > sprintf(buffer,"NRPE: Unable to read output\n"); 739c739 < snprintf(buffer,sizeof(buffer)-1,"NRPE: Call to fork() failed\n"); --- > sprintf(buffer,"NRPE: Call to fork() failed\n"); Of course, this makes one much more vulnerable to buffer overflows: only run such a binary in a trusted network. Very likely this hack could be done in a more portable way; I didn't have the time for this. Still this might be helpful to other OSF admins. Bye, Joost -- Joost van Baal http://abramowitz.uvt.nl/ Tilburg University j.e.vanbaal at uvt.nl The Netherlands -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From nagios-user at sandiego420.com Fri Jul 9 16:38:39 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Fri, 09 Jul 2004 07:38:39 -0700 Subject: Fedore Core 2? Stable to run nagios on? Message-ID: <40EEADEF.6060200@sandiego420.com> I have been testing FC2 in our data center, mainly on our 2 Linux clusters, but I want to build a new network management system using nagios. Is nagios pretty stable on FC2 or should I stay with Red Hat 9? (or Solaris 9) I ask because FC2 seemed stable at first, from a workstation perspective, but once we moved it to some of our high-load systems we stated seeing various oddities and etc... Thx, CC ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jjnp4m102 at sneakemail.com Fri Jul 9 16:50:20 2004 From: jjnp4m102 at sneakemail.com (Matt Millard) Date: 9 Jul 2004 14:50:20 -0000 Subject: Memory leak? Message-ID: <26134-79301@sneakemail.com> I've got a new Nagios setup that's been acting up on me now that I've got most of my hosts being monitored. I have 170 hosts, and about 700 services being monitored. We are currently monitoring ping, sshd, ntpd and ftpd on all servers. We also have a few dns, httpd, paging space(using check_by_ssh) monitors in place. Basically what I'm seeing is that when I start up Nagios it utilizes about 4MB of memory. If I don't restart the process for 24-48 hours then it will utilize all 1.25GB of memory on our system. I've tried turning off a couple of the service checks, but it doesn't seem to make any difference. Anyone have any suggestions or similar experiences? Any more information needed? Here are the versions we're running: RHEL 3.0 nagios-1.2-0.rhel3.dag nagios-plugins-1.3.1-11 Matt -------------------------------------- Protect yourself from spam, use http://sneakemail.com -------------------------------------- Protect yourself from spam, use http://sneakemail.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ilopez at jalisco.gob.mx Fri Jul 9 17:45:26 2004 From: ilopez at jalisco.gob.mx (ilopez at jalisco.gob.mx) Date: Fri, 9 Jul 2004 09:45:26 -0600 Subject: SNMP In-Reply-To: References: Message-ID: Hi I`ve read all information about snmp but I haven`t understood ,I saw that I need an extra software like netsnmp but I don`t understand how nagios uses it or when I`m going to use it . Netsnmp is already installed but I don`t Know what else I have to do. Thanks I hope someone can helps me. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mailli1 at online-skating.de Fri Jul 9 17:01:45 2004 From: mailli1 at online-skating.de (Alexander Puff) Date: Fri, 9 Jul 2004 17:01:45 +0200 Subject: AW: NRPE-Checks on some commands result in CRC32-Errors In-Reply-To: <330CE9F92C02064B86090D40B479712F1CF881@usa0300ms04.na.xerox.net> References: <330CE9F92C02064B86090D40B479712F1CF881@usa0300ms04.na.xerox.net> Message-ID: <20040709150418.283F9CBAB6@argon.online-skating.de> I tried this already: nrpe[10197]: Handling the connection... nrpe[10197]: Host is asking for command 'check_mailq' to be run... nrpe[10197]: Running command: /usr/local/nagios/libexec/check_mailq -w 10 -c 20 -M exim nrpe[10197]: Command completed with return code 0 and output: MAILQ OK - mailq 0 is below threshold |unsent=0;10;20;0 nrpe[10197]: Return Code: 0, Output: MAILQ OK - mailq 0 is below threshold |unsent=0;10;20;0 There are no error reports in the logs... Alex. > -----Urspr?ngliche Nachricht----- > Von: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] Im Auftrag > von Kemp, Darren > Gesendet: Freitag, 9. Juli 2004 16:01 > An: nagios-users at lists.sourceforge.net > Betreff: RE: [Nagios-users] NRPE-Checks on some commands > result in CRC32-Errors > > I'd start by turning on debug in nrpe.cfg and seeing what kind of > messages it dumps. > > -dkk > > > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > Of Alexander > Puff > Sent: Friday, July 09, 2004 8:37 AM > To: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] NRPE-Checks on some commands result in > CRC32-Errors > > Hello, > > I have got a problem with a Nagios 1.2 installation - I check > different > remote > hosts via nrpe. All works fine with check_load, check_disk, > check_swap. > But if I try check_mailq, I get CRC32 errors from check_nrpe. > > check_nrpe definition: > define command{ > command_name check_nrpe > command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ > } > > service definition on monitoring host: > define service{ > use tpl_service_local-linux-server > > host_name xyz > service_description MAILQ > contact_groups admins > check_command check_nrpe!check_mailq > } > > nrpe configuration on remote host: > command[check_mailq]=/usr/local/nagios/libexec/check_mailq > -w 10 -c 20 > -M > exim > > On the monitoring host, both nagios and commandline result in crc32 > error. A > local > commandline execution of check_mailq on the remote host works fine 8( > > Anybody an idea, how to debug those crc32 errors ? > > Thanx in advance, > Alex. > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jdoyle at lewisgaleclinic.com Fri Jul 9 17:51:49 2004 From: jdoyle at lewisgaleclinic.com (Jack Doyle) Date: Fri, 9 Jul 2004 11:51:49 -0400 Subject: Posting to mssql Message-ID: I'm going to use a host/service event handler to post data to Microsoft SQL 2000 Server database. I've created a web page that reads the contents of a form posted to it and puts that data into the SQL database. Then my eventhandler uses wget with the --post-data= option to post the data from the nagios macros to that web page. I'm new, sue me. Anways, I need my macros to be url-encoded. Anyone know of a simple linux command, etc, that can url-encode this data? Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcioqueiroz at vicom.com.br Fri Jul 9 18:05:33 2004 From: marcioqueiroz at vicom.com.br (Marcio Queiroz) Date: Fri, 9 Jul 2004 13:05:33 -0300 Subject: RES: Fedore Core 2? Stable to run nagios on? Message-ID: I have been running nagios on a FC1 and so i had no problems (250 hosts and 800 services + mrtg to all hosts). I haven?t tried FC 2 but i wiil on the next week. I will let you know. Marcio Q. Dall Agnol phone : 55-21-3873-5826 Fax : 55-21-3873-5845 marcioqueiroz at vicom.com.br VICOM Net Servi?os de Comunica??o S/A Visite nossas p?ginas: Redes Corporativas: Internet Banda Larga: TV por Assinatura : Institucional: http://www.netservicos.com > ----- Mensagem original ----- > De: Rhugga [SMTP:nagios-user at sandiego420.com] > Enviada em: sexta-feira, 9 de julho de 2004 11:39 > Para: Nagios-Users List > Assunto: [Nagios-users] Fedore Core 2? Stable to run nagios > on? > > > I have been testing FC2 in our data center, mainly on our 2 Linux > clusters, but I want to build a new network management system using > nagios. Is nagios pretty stable on FC2 or should I stay with Red Hat 9? > (or Solaris 9) I ask because FC2 seemed stable at first, from a > workstation perspective, but once we moved it to some of our high-load > systems we stated seeing various oddities and etc... > > Thx, > CC > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jason-sourceforge at microlnk.net Fri Jul 9 18:05:27 2004 From: jason-sourceforge at microlnk.net (Jason Byrns) Date: Fri, 09 Jul 2004 11:05:27 -0500 Subject: Fedore Core 2? Stable to run nagios on? In-Reply-To: <40EEADEF.6060200@sandiego420.com> References: <40EEADEF.6060200@sandiego420.com> Message-ID: <40EEC247.8030909@microlnk.net> If you are worried about really serious stability, Core 1 is probably a safer bet than Core 2. Once you remove all unnecessary daemons from a Core 1 system, it can be *very* stable. (In my experience.) In fact, I've had a Nagios monitor checking several hundred services/hosts, every minute, for 4-5 months now. On Fedora Core 1. Never had even a minor problem. I've heard it said before that Fedora Core 1 could be considered as Redhat 9.1. Since they switched to kernel 2.6, and Xorg, and whatever else, with Core 2, that's more like a new Redhat 10.0. And, you know, avoid .0 releases at first. That being said, since Core 2 was released, there have been a number of updates to the kernel and other packages, and it seems much more stable now than originally. (Like, hey, the menubar up2date feature WORKS again in Core 2! Heheh.) Rhugga wrote: > > I have been testing FC2 in our data center, mainly on our 2 Linux > clusters, but I want to build a new network management system using > nagios. Is nagios pretty stable on FC2 or should I stay with Red Hat 9? > (or Solaris 9) I ask because FC2 seemed stable at first, from a > workstation perspective, but once we moved it to some of our high-load > systems we stated seeing various oddities and etc... -- Jason Byrns System Administrator, MicroLnk ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From christopher at bergeron.com Fri Jul 9 18:09:06 2004 From: christopher at bergeron.com (Christopher M Bergeron) Date: Fri, 09 Jul 2004 12:09:06 -0400 Subject: Multiple output lines in plugins? In-Reply-To: <40ECEBF1.70404@epost.de> References: <40ECEBF1.70404@epost.de> Message-ID: <40EEC322.6050308@bergeron.com> Nicole, you can "trick" nagios by putting in "
" where you want each line to break. Like this: Temperatures OK
CPU Planar 38.0 Celsius
Ambient 26.0 Celsius
BP Bottom Temp 23.0 Celsius nsca will see it as one line, and when it renders it in the browser, the
will be a new line. (
is html markup for a line break). Hope this helps! Best regards, Chris Bergeron Nicole H?hnel wrote: > Hi, > > I've written my own plugin to get more information from a server. > I use nrpe to check the other servers with my plugin. > The plugin is not only to get "status ok". It gives out more lines, > something like this: > > Temperatures OK > CPU Planar 38.0 Celsius > Ambient 26.0 Celsius > BP Bottom Temp 23.0 Celsius > > The problem is check_nrpe gets only the first line. > All I see is "Temperatures OK", the other lines are ignored. > > Is there any possibility to get more than one line? > Or is the only thing I can do, write all output in one line? > > > Thanks! > > Nicole > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self defense, top technical experts, no vendor pitches, unmatched > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From adrian.moir at e-s.co.uk Fri Jul 9 18:32:17 2004 From: adrian.moir at e-s.co.uk (Adrian Moir) Date: Fri, 9 Jul 2004 17:32:17 +0100 Subject: Fedore Core 2? Stable to run nagios on? Message-ID: Rhugga, I have just installed Nagios & Nagmin on FC2 all seems to be working so far. Adrian Moir IT Project Analyst Electronic Solutions Minerva House 1-4 North Crescent Chenies Street London WC1E 7ER Tel: +44 (0)207 631 2882 E-mail: adrian.moir at e-s.co.uk www.e-s.co.uk Rhugga Sent by: nagios-users-admin at lists.sourceforge.net 09/07/2004 15:38 To: Nagios-Users List cc: Subject: [Nagios-users] Fedore Core 2? Stable to run nagios on? I have been testing FC2 in our data center, mainly on our 2 Linux clusters, but I want to build a new network management system using nagios. Is nagios pretty stable on FC2 or should I stay with Red Hat 9? (or Solaris 9) I ask because FC2 seemed stable at first, from a workstation perspective, but once we moved it to some of our high-load systems we stated seeing various oddities and etc... Thx, CC ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From christopher at bergeron.com Fri Jul 9 18:33:48 2004 From: christopher at bergeron.com (Christopher M Bergeron) Date: Fri, 09 Jul 2004 12:33:48 -0400 Subject: How to debug nrpe host not allowed to connect ... ? In-Reply-To: References: Message-ID: <40EEC8EC.5070301@bergeron.com> Can anyone shed any light on this for me? My /etc/nagios/nrpe.cfg file has the following line in it: allowed_hosts=127.0.0.1, 139.131.204.56 I've restarted nrpe (I'm running it from the command line, "nrpe -c /etc/nagios/nrpe.cfg -d" and I have it in debug mode. There is only one instance of it running and I've restarted it. However, I'm getting this in my logs: Jul 9 12:20:17 lb2 nrpe[15753]: Host 139.131.204.56 is not allowed to talk to us! I only have port 5666 open on that machine and all other traffic is getting dropped. I can telnet to port 5666, and when I do it just closes the connection immediately: Trying 66.179.22.207... Connected to lb2.b. Escape character is '^]'. Connection closed by foreign host. Does anyone have any ideas? Much thanks in advance! Chris B ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From CHRJ002 at motorola.com Fri Jul 9 18:53:31 2004 From: CHRJ002 at motorola.com (Chris Jackson-CHRJ002) Date: Fri, 9 Jul 2004 17:53:31 +0100 Subject: check_disk exclusions Message-ID: <21A8A2085689D8118A63000E7F206F7B15856D@049701-RACdd7a01d940.baseng.comm.mot.com> Hi all, I'm having trouble configuring the check_disk tool on nagios 1.2. The systems being monitored all have the same automounts for our network storage device, however this has a tendency to fill up above the warning levels. It then bombards me with mails from all the clients with that mount with disk warnings. I don't want to change the warning threshold and have searched the archives to try and find a way of excluding the mounts, I have tried the following: - ./check_disk -w 20 -c 10 -x /mount_folder - ./check_disk -w 20 -c 10 -x lofs -x nfs (found in the archives!) I also tried it the other way round including the paths to the local disks, however due to differing machine types the /dev paths are different and I don't want to have to write a command for each kind of system. Can anyone shed some light on how to exclude nfs mounts from the check_disk plugin please, I would be eternally grateful!! Thanks in advance Chris Jackson -------------- next part -------------- An HTML attachment was scrubbed... URL: From nagios-user at sandiego420.com Fri Jul 9 18:56:16 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Fri, 09 Jul 2004 09:56:16 -0700 Subject: RES: Fedore Core 2? Stable to run nagios on? In-Reply-To: References: Message-ID: <40EECE30.9040303@sandiego420.com> Marcio Queiroz wrote: >I have been running nagios on a FC1 and so i had no problems (250 hosts and >800 services + mrtg to all hosts). I haven?t tried FC 2 but i wiil on the >next week. I will let you know. > > > > Marcio Q. Dall Agnol > phone : 55-21-3873-5826 > Fax : 55-21-3873-5845 > marcioqueiroz at vicom.com.br > VICOM > Net Servi?os de Comunica??o S/A > Visite nossas p?ginas: > Redes Corporativas: > Internet Banda Larga: > TV por Assinatura : > Institucional: http://www.netservicos.com > > > > > >>----- Mensagem original ----- >>De: Rhugga [SMTP:nagios-user at sandiego420.com] >>Enviada em: sexta-feira, 9 de julho de 2004 11:39 >>Para: Nagios-Users List >>Assunto: [Nagios-users] Fedore Core 2? Stable to run nagios >>on? >> >> >>I have been testing FC2 in our data center, mainly on our 2 Linux >>clusters, but I want to build a new network management system using >>nagios. Is nagios pretty stable on FC2 or should I stay with Red Hat 9? >>(or Solaris 9) I ask because FC2 seemed stable at first, from a >>workstation perspective, but once we moved it to some of our high-load >>systems we stated seeing various oddities and etc... >> >>Thx, >>CC >> >> >> >> >>------------------------------------------------------- >>This SF.Net email sponsored by Black Hat Briefings & Training. >>Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >>digital self defense, top technical experts, no vendor pitches, >>unmatched networking opportunities. Visit www.blackhat.com >>_______________________________________________ >>Nagios-users mailing list >>Nagios-users at 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 >> >> > > > Yea, that was what I was looking for. Anyone that had used it on systerms with true enterprise loads. That is where Linux issues tend to surface.... I use it to manage two 250-node linux clusters and all our Sun/Cisco/Extreme gear. Thx, CC ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From throck at duke.edu Fri Jul 9 19:02:18 2004 From: throck at duke.edu (Tom Throckmorton) Date: Fri, 09 Jul 2004 13:02:18 -0400 Subject: Memory leak? In-Reply-To: <26134-79301@sneakemail.com> References: <26134-79301@sneakemail.com> Message-ID: <40EECF9A.6000704@duke.edu> On 07/09/2004 10:50 AM, Matt Millard wrote: >Basically what I'm seeing is that when I start up Nagios it utilizes about 4MB of memory. If I don't restart the process for 24-48 hours then it will utilize all 1.25GB of memory on our system. I've tried turning off a couple of the service checks, but it doesn't seem to make any difference. Anyone have any suggestions or similar experiences? Any more information needed? >... >nagios-1.2-0.rhel3.dag > > Matt, Dag seems to be building all his packages with --enable-embedded-perl (see http://dag.wieers.com/packages/nagios/_buildlogs/nagios-1.2-0.rhel3.dag.i386.log.bz2, e.g.) which causes the nagios process to be larger, and may in fact have a leak (though i've not verified this). Your best bet is to rebuild without this option enabled, unless of course you need it ;-) I found that rebuilding without the embedded-perl option resulted in nagios processess about 1.5MB in size, w/out any memory consumption problems. Hope this helps, -tt -- Tom Throckmorton Systems and Core Services Duke University - OIT ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ThomasH.Wood at zcsterling.com Fri Jul 9 19:22:48 2004 From: ThomasH.Wood at zcsterling.com (Wood, Thomas H. (UNIX)) Date: Fri, 9 Jul 2004 13:22:48 -0400 Subject: Setting status of returned plugin output Message-ID: <583E01FC7F0C994EAA2CC39253B4CDF0022C714A@atlexc01.zcs.corp> I've been looking through the nagios and nagios plugin doc trying to determine how to configure nagios such that output returned by a plugin is good. Here's the rub: I'm trying to determine whether a process on a remote Solaris box is running. I haven't messed around with nrpe on that system yet and have access already in place via key exchange. So I use check_by_ssh to connect and run bssp -a | grep bprd (it's a netbackup thing). If I get back something like "root 2676 1 0 Jul 07 ? 0:03 /usr/openv/netbackup/bin/bprd" then I know the process is running and my backups won't fail. Right now Nagios flags that as unknown status and clutters up my pristine tactical view with a flag. So how do I get Nagios to recognize this an OK state? Thanks Thomas Wood -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdoyle at lewisgaleclinic.com Fri Jul 9 19:24:04 2004 From: jdoyle at lewisgaleclinic.com (Jack Doyle) Date: Fri, 9 Jul 2004 13:24:04 -0400 Subject: Fedore Core 2? Stable to run nagios on? Message-ID: I'm running on FC2. Seems fine. Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 -----Original Message----- From: Adrian Moir [mailto:adrian.moir at e-s.co.uk] Sent: Friday, July 09, 2004 12:32 PM To: Rhugga Cc: Nagios-Users List Subject: Re: [Nagios-users] Fedore Core 2? Stable to run nagios on? Rhugga, I have just installed Nagios & Nagmin on FC2 all seems to be working so far. Adrian Moir IT Project Analyst Electronic Solutions Minerva House 1-4 North Crescent Chenies Street London WC1E 7ER Tel: +44 (0)207 631 2882 E-mail: adrian.moir at e-s.co.uk www.e-s.co.uk Rhugga Sent by: nagios-users-admin at lists.sourceforge.net 09/07/2004 15:38 To: Nagios-Users List cc: Subject: [Nagios-users] Fedore Core 2? Stable to run nagios on? I have been testing FC2 in our data center, mainly on our 2 Linux clusters, but I want to build a new network management system using nagios. Is nagios pretty stable on FC2 or should I stay with Red Hat 9? (or Solaris 9) I ask because FC2 seemed stable at first, from a workstation perspective, but once we moved it to some of our high-load systems we stated seeing various oddities and etc... Thx, CC ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From agrajag at dragaera.net Fri Jul 9 19:52:38 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Fri, 09 Jul 2004 13:52:38 -0400 Subject: Multiple output lines in plugins? In-Reply-To: <40EEC322.6050308@bergeron.com> References: <40ECEBF1.70404@epost.de> <40EEC322.6050308@bergeron.com> Message-ID: <1089395558.4359.61.camel@pel> On Fri, 2004-07-09 at 12:09, Christopher M Bergeron wrote: > Nicole, you can "trick" nagios by putting in "
" where you want each > line to break. Like this: > Temperatures OK
CPU Planar 38.0 Celsius
Ambient 26.0 > Celsius
BP Bottom Temp 23.0 Celsius > > nsca will see it as one line, and when it renders it in the browser, the >
will be a new line. (
is html markup for a line break). If you're doing this, you'll want to make pass all your notifications through a filter to clean that up. Otherwise you'll get ugly emails/pages. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Fri Jul 9 20:04:03 2004 From: marc at ena.com (Marc Powell) Date: Fri, 9 Jul 2004 13:04:03 -0500 Subject: Setting status of returned plugin output Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B6785@mismail2.ena.com> You'll need to create a wrapper for bssp. http://nagiosplug.sourceforge.net/developer-guidelines.html -- Marc ________________________________ From: Wood, Thomas H. (UNIX) [mailto:ThomasH.Wood at zcsterling.com] Sent: Friday, July 09, 2004 12:23 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] Setting status of returned plugin output I've been looking through the nagios and nagios plugin doc trying to determine how to configure nagios such that output returned by a plugin is good. Here's the rub: I'm trying to determine whether a process on a remote Solaris box is running. I haven't messed around with nrpe on that system yet and have access already in place via key exchange. So I use check_by_ssh to connect and run bssp -a | grep bprd (it's a netbackup thing). If I get back something like "root 2676 1 0 Jul 07 ? 0:03 /usr/openv/netbackup/bin/bprd" then I know the process is running and my backups won't fail. Right now Nagios flags that as unknown status and clutters up my pristine tactical view with a flag. So how do I get Nagios to recognize this an OK state? Thanks Thomas Wood ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jeff.vier at tradingtechnologies.com Fri Jul 9 20:36:33 2004 From: jeff.vier at tradingtechnologies.com (jeff vier) Date: Fri, 09 Jul 2004 13:36:33 -0500 Subject: Multiple output lines in plugins? In-Reply-To: <40EEC322.6050308@bergeron.com> References: <40ECEBF1.70404@epost.de> <40EEC322.6050308@bergeron.com> Message-ID: <1089398193.9557.29.camel@localhost> If you don't accept HTML code in your email, or you're sending to a pager, this won't work right. Use '\n' (newline character). On Fri, 2004-07-09 at 12:09 -0400, Christopher M Bergeron wrote: > Nicole, you can "trick" nagios by putting in "
" where you want each > line to break. Like this: > Temperatures OK
CPU Planar 38.0 Celsius
Ambient 26.0 > Celsius
BP Bottom Temp 23.0 Celsius > > nsca will see it as one line, and when it renders it in the browser, the >
will be a new line. (
is html markup for a line break). > > Hope this helps! > > Best regards, > Chris Bergeron > > > > Nicole H?hnel wrote: > > > Hi, > > > > I've written my own plugin to get more information from a server. > > I use nrpe to check the other servers with my plugin. > > The plugin is not only to get "status ok". It gives out more lines, > > something like this: > > > > Temperatures OK > > CPU Planar 38.0 Celsius > > Ambient 26.0 Celsius > > BP Bottom Temp 23.0 Celsius > > > > The problem is check_nrpe gets only the first line. > > All I see is "Temperatures OK", the other lines are ignored. > > > > Is there any possibility to get more than one line? > > Or is the only thing I can do, write all output in one line? > > > > > > Thanks! > > > > Nicole > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > > self defense, top technical experts, no vendor pitches, unmatched > > networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jeff.vier at tradingtechnologies.com Fri Jul 9 21:06:37 2004 From: jeff.vier at tradingtechnologies.com (jeff vier) Date: Fri, 09 Jul 2004 14:06:37 -0500 Subject: How to debug nrpe host not allowed to connect ... ? In-Reply-To: <40EEC8EC.5070301@bergeron.com> References: <40EEC8EC.5070301@bergeron.com> Message-ID: <1089399997.9557.31.camel@localhost> Have you tried it without a space after the , ? On Fri, 2004-07-09 at 12:33 -0400, Christopher M Bergeron wrote: > Can anyone shed any light on this for me? > > My /etc/nagios/nrpe.cfg file has the following line in it: > allowed_hosts=127.0.0.1, 139.131.204.56 > > I've restarted nrpe (I'm running it from the command line, "nrpe -c > /etc/nagios/nrpe.cfg -d" and I have it in debug mode. There is only one > instance of it running and I've restarted it. > > However, I'm getting this in my logs: > Jul 9 12:20:17 lb2 nrpe[15753]: Host 139.131.204.56 is not allowed to > talk to us! > > I only have port 5666 open on that machine and all other traffic is > getting dropped. I can telnet to port 5666, and when I do it just > closes the connection immediately: > Trying 66.179.22.207... > Connected to lb2.b. > Escape character is '^]'. > Connection closed by foreign host. > > Does anyone have any ideas? > > Much thanks in advance! > Chris B > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jdoyle at lewisgaleclinic.com Fri Jul 9 21:29:01 2004 From: jdoyle at lewisgaleclinic.com (Jack Doyle) Date: Fri, 9 Jul 2004 15:29:01 -0400 Subject: Logs in MS SQL Message-ID: Has anyone successfully gotten their Nagios implementation to log to MS SQL? Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mberkeland at edgewaternetworks.com Fri Jul 9 21:27:42 2004 From: mberkeland at edgewaternetworks.com (Mark Berkeland) Date: Fri, 9 Jul 2004 12:27:42 -0700 Subject: Fedore Core 2? Stable to run nagios on? In-Reply-To: References: Message-ID: <006201c465ea$d11edd30$6502a8c0@MarkBerkeland> I installed Nagios 1.2 on FC2, about 2 weeks ago. I am monitoring about 2 dozen devices, no problems so far! -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Adrian Moir Sent: Friday, July 09, 2004 9:32 AM To: Rhugga Cc: Nagios-Users List Subject: Re: [Nagios-users] Fedore Core 2? Stable to run nagios on? Rhugga, I have just installed Nagios & Nagmin on FC2 all seems to be working so far. Adrian Moir IT Project Analyst Electronic Solutions Minerva House 1-4 North Crescent Chenies Street London WC1E 7ER Tel: +44 (0)207 631 2882 E-mail: adrian.moir at e-s.co.uk www.e-s.co.uk Rhugga Sent by: nagios-users-admin at lists.sourceforge.net 09/07/2004 15:38 To: Nagios-Users List cc: Subject: [Nagios-users] Fedore Core 2? Stable to run nagios on? I have been testing FC2 in our data center, mainly on our 2 Linux clusters, but I want to build a new network management system using nagios. Is nagios pretty stable on FC2 or should I stay with Red Hat 9? (or Solaris 9) I ask because FC2 seemed stable at first, from a workstation perspective, but once we moved it to some of our high-load systems we stated seeing various oddities and etc... Thx, CC ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From zsitfa at axelero.hu Fri Jul 9 21:35:55 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 09 Jul 2004 21:35:55 +0200 Subject: Problems with history In-Reply-To: References: <1088785269.1329.15.camel@localhost.localdomain> <1089228015.1375.5.camel@localhost.localdomain> Message-ID: <1089401755.1340.4.camel@localhost.localdomain> Hello! I think this won't help you. As I mentioned I ran ntpdate 01:00, 04:00, ... 22:00. About every two or three days the "-23.log" files appear. I saw Nagios info about time change. Did you see this too? The FAQ says that too many time change confuses Nagios. If I'm wrong please write it to me. Bye, Tamas! 2004-07-08, cs keltez?ssel Tom?? Macek ezt ?rta: > Hi, > I asked our administrator about the FAQ 0093 and he told me, that the time synchronization is sheduled on 00:00 in cron, so maybe this could cause the problem. We scheduled the synchronization at the every hour and 50 minutes (1:50, 3:50, ...) and I'm very curious what will happen... > > Thank you very much for the tip! > > Tom > > > On Wed, 7 Jul 2004, Horvath Tamas wrote: > > > Hi Tom! > > > > I've thought it already, but I wanted a working solution as soon as > > possible. If I have enough time I'll be ad this capability to the script > > too. > > > > I found the cause also: see FAQ 0093: > > http://www.nagios.org/faqs/viewfaq.php?faq_id=93 > > > > I use ntpdate which was run by root crontab in every 3 hours. Now I run > > it just once a day, when my nagios is not running. It seems that the > > problem gone! (I use it from 3 July, so its not a big time period to be > > anbsolutely secure.) > > > > Have a nice day, Tamas! > > > > > > 2004-07-07, sze keltez?ssel Tom?? Macek ezt ?rta: > >> Hi Tamas! > >> sorry, for the delay of my answer, we had a 2 days free in Czech Republic... > >> > >> Thank you very much for the script, I will test it as early as possible. Nowaday > >> s I do not have enaught time to do that, but I will test it surely when I finish current project I'm working on. > >> You are writing, that you are not a programmer -> you wrote this script, so you > >> are the programmer! ;-) > >> > >> I looked into the script and I think you always go through the whole directory, it would be better to do move only one file according to the current date and this script would be run at 00:01 every day. I would like to add this to the script. > >> > >> Have a nice day > >> > >> Tom > >> > >> > >> On Fri, 2 Jul 2004, Horvath Tamas wrote: > >> > >>> Hi Tom! > >>> > >>> I couldn't manage to figure out why nagios creates *-23.log files. > >>> > >>> I wrote a little shell script for our problem. I use it via root > >>> crontab. I tested it in every scenario which I can imagine and it seemed > >>> to me that it works. > >>> > >>> Please note that I am not a programmer so the code may be not as > >>> compact, fast, etc. as would be. > >>> > >>> Two important notes: > >>> 1. Please replace MAGYAR_DATUM with DATUM. The first one create > >>> Hungarian date format from the original one. > >>> 2. Sorry for Hungarian textparts. I've no enough time to translate them > >>> to English. > >>> > >>> Congratulations for your football team. I'm a fun of them and I terrible > >>> sorry that they aren't in the final!:( > >>> > >>> Have a nice weekend, Tamas! > >>> > >> > > > > > > > > > > > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Fri Jul 9 21:50:46 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Fri, 09 Jul 2004 14:50:46 -0500 Subject: categorizing objects Message-ID: <20040709195046.16917.qmail@restricted.dyndns.org> Hey guys, Here is what I want to do: We have 3 categories(PRODUCTION, DEVELOPMENT and TEST) We have different application servers for PRODUCTION We have different application servers for DEV We have different application servers for TEST I want to see a more cleaner view of the nagios website when looking at them. Like for example, in the STATUS OVERVIEW, we all see the hostgroups we have created. Mine shows assorted PROD, DEV and TEST servers on different tables. Is there a way so that all different hostgroups for production is under header, then when we scroll, we will see another header for DEVELOPMENT and it will contain all the hostgroups for DEVELOPMENT and so for TEST. Thanks. Neil ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Millard.Matt at principal.com Fri Jul 9 22:35:58 2004 From: Millard.Matt at principal.com (Millard, Matt) Date: Fri, 9 Jul 2004 15:35:58 -0500 Subject: Memory leak? Message-ID: <6201DF063335254BA0D6AA7053D101170A629CF8@pfgdsmmbx006.principalusa.corp.principal.com> Recompiled and working fine now. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Tom Throckmorton Sent: Friday, July 09, 2004 12:02 PM To: Matt Millard Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Memory leak? On 07/09/2004 10:50 AM, Matt Millard wrote: >Basically what I'm seeing is that when I start up Nagios it utilizes about 4MB of memory. If I don't restart the process for 24-48 hours then it will utilize all 1.25GB of memory on our system. I've tried turning off a couple of the service checks, but it doesn't seem to make any difference. Anyone have any suggestions or similar experiences? Any more information needed? >... >nagios-1.2-0.rhel3.dag > > Matt, Dag seems to be building all his packages with --enable-embedded-perl (see http://dag.wieers.com/packages/nagios/_buildlogs/nagios-1.2-0.rhel3.dag.i386.log.bz2, e.g.) which causes the nagios process to be larger, and may in fact have a leak (though i've not verified this). Your best bet is to rebuild without this option enabled, unless of course you need it ;-) I found that rebuilding without the embedded-perl option resulted in nagios processess about 1.5MB in size, w/out any memory consumption problems. Hope this helps, -tt -- Tom Throckmorton Systems and Core Services Duke University - OIT ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From wp.junior at terra.com.br Sat Jul 10 00:10:00 2004 From: wp.junior at terra.com.br (Wilson Pires Jr) Date: Fri, 9 Jul 2004 19:10:00 -0300 Subject: front end management tool In-Reply-To: References: Message-ID: <20040709220625.D7FC237019A@potosi.terra.com.br> sorry, i meant delete the host from services :) -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Mark Shirley Sent: quinta-feira, 8 de julho de 2004 13:59 To: Wilson Pires Jr Cc: Neil; nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Re: front end management tool it can indeed. if you delete a user it will delete the user from the hostgroup and if you delete a host it will remove that host from the services etc... i don't really understand why you would delete a service if a host was deleted since a service can be used by many different hosts. On Wed, 7 Jul 2004 21:06:00 -0300, Wilson Pires Jr wrote: > Does nagmin make consistency among the cfg configuration files? I mean, for > example, if I delete a host, are their services deleted automatically? > > Regards, > > Wilson > > > > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Mark Shirley > Sent: quarta-feira, 7 de julho de 2004 09:16 > To: Neil > Cc: nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] Re: front end management tool > > you can do anything with nagmin as you can with configs in my > experiance. instead of editing a text file to create a custom check > you create a database field. > > On Tue, 06 Jul 2004 12:54:50 -0500, Neil > wrote: > > Hi Mark, > > > > Another question. I do a lot of customization to checks and vi allows me > to > > be very flexible. The limit I have when writing my own custom checks is > what > > my brain can imagine. So, can I also be very flexible with Nagmin? > > > > Thanks. :) > > > > Neil > > > > > > > > > > Mark Shirley writes: > > > > > the use of the mysql database is a nagmin requirement not a nagios > requirement. > > > > > > nagmin takes an existing set of config files and creates a database > > > based on that. at that point you use the gui interface to make > > > changes to the mysql database. when you want the changes to take > > > effect you run a "verification" where it dumps the data from the > > > database into temporary config files and then tells nagios to do a -v > > > startup. if that is sucsessful you then "activate" it where by it > > > does the same thing of dumping the mysql database into config files > > > and then it starts nagios normally. this particular setup is > > > excellent if for some reason you try it and don't like it you can > > > always go back to using a simple text configs. > > > > > > nagmin does NOT require your nagios to be built with mysql since > > > nagmin deals directly with nagios's config files. i currently use > > > nagmin because of the pure number of hosts and services. not to > > > mention the other people that i interact with must be able to > > > add/remove/change host and service records without having to edit > > > config files manually. the major downside to nagmin is that you can't > > > EASILY go back and forth from nagmin to console config. it's one or > > > the other because if you make a change to the temp config files the > > > changes will not be inserted into the mysql database and will be > > > overwritten the next time you do an verification or activation. > > > > > > in comparison to the other options i found nagmin to be the best and > > > most stable for my enviroment. > > > > > > > > > > > > > > > On Thu, 01 Jul 2004 11:19:37 -0500, Neil > > > wrote: > > >> Ok, IIRC, support to database is going to be dropped in version 2 of > Nagios > > >> > > >> > > >> > > >> carole verdon writes: > > >> > > >> > In first, to use Nagmin, Nagios must built with mysql database > support. > > >> > > > >> > That it was my case. Then, Nagmin use existings config files to build > its > > >> > own files. > > >> > > > >> > Neil wrote: > > >> > > > >> >> Hi Carole, > > >> >> What if I already have existing running nagios, how does it take > care of > > >> >> my existings configs? > > >> >> YOu know what, I should try it :) > > >> >> carole verdon writes: > > >> >> > > >> >>> I use Nagmin to manage the configuration of nagios. Nagmin don't > create > > >> >>> temporary config files. It extract informations of tables of mysql > > >> >>> database to put them in flat config files so that nagios can read > them. > > >> >>> I am satisfied for this product. > > >> >>> You can find others answers in mailing list or on > > >> >>> http://nagmin.sourceforge.net/ > > >> >>> Carole. > > >> >>> Neil wrote: > > >> >>> > > >> >>>> Hey guys, > > >> >>>> I know in nagios website, extras, there are links to front end for > > >> >>>> managing nagios. Currently, I am a unix console fanatic. :) I'm > used to > > >> >>>> it and it's no problem to me. I would like to seek your experience > on > > >> >>>> which front end web based application you really did like and was > easy > > >> >>>> to use. I am looking into something wherein it will be easy for us > to > > >> >>>> create hosts, services, contacts and so on. I tried Nagmin, Nagat > but > > >> >>>> if I remember correctly, it creates a temporary config file which > will > > >> >>>> be used for test run. It's nice but really messes up my configs :( > > >> >>>> Anyways, please reply as to what webbased nagios management tool > you > > >> >>>> are using and that you're very happy about it. > > >> >>>> Thanks. > > >> >>>> Neil > > >> >>>> > > >> >>>> ------------------------------------------------------- > > >> >>>> This SF.Net email sponsored by Black Hat Briefings & Training. > > >> >>>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital > > >> >>>> self defense, top technical experts, no vendor pitches, unmatched > > >> >>>> networking opportunities. Visit www.blackhat.com > > >> >>>> _______________________________________________ > > >> >>>> Nagios-users mailing list > > >> >>>> Nagios-users at 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 > > >> >>>> > > >> >>> > > >> >>> -- > > >> >>> ********************************** > > >> >>> VERDON Carole > > >> >>> Ing?nieur Syst?me > > >> >>> CICT - Universit? Paul Sabatier > > >> >>> 118, route de Narbonne > > >> >>> 31062 Toulouse Cedex > > >> >>> T?l.: 05.61.36.60.44 > > >> >>> Fax: 05.61.52.14.58 > > >> >>> Mail: verdon at cict.fr > > >> >>> ********************************** > > >> >>> > > >> >>> > > >> >>> ------------------------------------------------------- > > >> >>> This SF.Net email sponsored by Black Hat Briefings & Training. > > >> >>> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital > > >> >>> self defense, top technical experts, no vendor pitches, unmatched > > >> >>> networking opportunities. Visit www.blackhat.com > > >> >>> _______________________________________________ > > >> >>> Nagios-users mailing list > > >> >>> Nagios-users at 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 > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> ------------------------------------------------------- > > >> >> This SF.Net email sponsored by Black Hat Briefings & Training. > > >> >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital > > >> >> self defense, top technical experts, no vendor pitches, unmatched > > >> >> networking opportunities. Visit www.blackhat.com > > >> >> _______________________________________________ > > >> >> Nagios-users mailing list > > >> >> Nagios-users at 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 > > >> >> > > >> >> > > >> > > > >> > -- > > >> > ********************************** > > >> > VERDON Carole > > >> > Ing?nieur Syst?me > > >> > CICT - Universit? Paul Sabatier > > >> > 118, route de Narbonne > > >> > 31062 Toulouse Cedex > > >> > T?l.: 05.61.36.60.44 > > >> > Fax: 05.61.52.14.58 > > >> > Mail: verdon at cict.fr > > >> > ********************************** > > >> > > > >> > > > >> > > >> ------------------------------------------------------- > > >> This SF.Net email sponsored by Black Hat Briefings & Training. > > >> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > >> digital self defense, top technical experts, no vendor pitches, > > >> unmatched networking opportunities. Visit www.blackhat.com > > >> _______________________________________________ > > >> Nagios-users mailing list > > >> Nagios-users at 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 > > >> > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by Black Hat Briefings & Training. > > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > > digital self defense, top technical experts, no vendor pitches, > > > unmatched networking opportunities. Visit www.blackhat.com > > > _______________________________________________ > > > Nagios-users mailing list > > > Nagios-users at 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 > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tech at gnuconsulting.com Sat Jul 10 00:16:08 2004 From: tech at gnuconsulting.com (David Bishop) Date: Fri, 9 Jul 2004 16:16:08 -0600 Subject: check_nagios on FreeBSD Message-ID: <20040709221608.GA42520@server1.gnuconsulting.com> check_nagios fails to work on FreeBSD bacause PS_RAW_COMMAND is defined as "/bin/ps -weo 'stat user ppid args'", which will *not* show all process ids on the machine (only the processes owned by the webserver). To make it work properly, I needed to add 'ax' in front of 'o' and recompile. I realize that config.h is a generated file, and will be overwritten next time I run ./configure, but I don't know enough about auto* to figure out how to fix the test. To summarize, the correct definition of PS_RAW_COMMAND on FreeBSD is: "/bin/ps -weaxo 'stat user ppid args'" Thanks, and have a great day. D.A.Bishop ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jeremy at hq.newdream.net Sat Jul 10 01:13:23 2004 From: jeremy at hq.newdream.net (Jeremy Hanmer) Date: Fri, 9 Jul 2004 16:13:23 -0700 Subject: strange behaviour Message-ID: <937C6990-D1FD-11D8-8454-000A95BA1D3C@hq.newdream.net> Over the last couple of days, I've noticed that active/passive service checks and notifications will be turned off mysteriously on all of our Nagios boxes. External command logging is turned on, but the logs don't have any commands logged except for the one that I submit to re-enable whatever was shut off. nagios.cfg has the correct default values as well, and the uptime is always greater than the time since I last verified that the status was correct, so it isn't happening during a restart. Has anybody else seen this or have any suggestions? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From al_smyth at yahoo.com Sat Jul 10 02:18:57 2004 From: al_smyth at yahoo.com (Al Smith) Date: Fri, 9 Jul 2004 17:18:57 -0700 (PDT) Subject: Nagios Truncated return string In-Reply-To: <1089383389.9557.13.camel@localhost> References: <1089383389.9557.13.camel@localhost> Message-ID: <20040710001857.37327.qmail@web53508.mail.yahoo.com> Except... this is the nagios database, not my own database, and the column for return strings is of type BLOB, and all the other return strings are saved fully... BTW - the string saved inclludes the 'OK: ' as well as the '0' -Al jeff vier wrote: On Thu, 2004-07-08 at 20:22 -0700, Al Smith wrote: > return the string > > OK: 0.8 > > The problem is with the value stored in the MySQL database, > and displayed on the web page, is 0. So, when amp usage on the > unit is low, I get an alarm telling me it is zero! > > Has anyone else seen the trucated value like this? Sounds like you've set your column to INT (or SMALLINT, BIGINT, etc). read http://dev.mysql.com/doc/mysql/en/Numeric_types.html carefully. --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmiller at duskglow.com Sat Jul 10 03:53:53 2004 From: rmiller at duskglow.com (Russell Miller) Date: Fri, 9 Jul 2004 20:53:53 -0500 Subject: monitoring process times Message-ID: <200407092053.57745.rmiller@duskglow.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I want to monitor the time that a certain process has existed, and if it's above a certain amount of time send a warning. Is there any way to do this with the stock release, or do I need to hack check_procs? Thanks. - --Russell - -- Russell Miller - rmiller at duskglow.com - Le Mars, IA Duskglow Consulting - Helping companies just like you to succeed for ~ 10 yrs. http://www.duskglow.com - 712-546-5886 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA70wzURTA4VCI9OARAt9RAJ9OKkAG9m8hzTn6r9SS2A4ZgyoKjQCfdwy3 T7+hHgDgASHLGQndQIzaCfI= =sjyR -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From wp.junior at terra.com.br Sat Jul 10 16:03:38 2004 From: wp.junior at terra.com.br (Wilson Pires Jr) Date: Sat, 10 Jul 2004 11:03:38 -0300 Subject: weird value in availability report In-Reply-To: <937C6990-D1FD-11D8-8454-000A95BA1D3C@hq.newdream.net> References: <937C6990-D1FD-11D8-8454-000A95BA1D3C@hq.newdream.net> Message-ID: <20040710140003.23DC03C013@paramonga.terra.com.br> hi all. i use redhat 7.2, nagios 1.2, plugins 1.4a my monthly availability reports always show strange values as "Time". look at this: (single host availability report using): Report period: last month Assume Initial States: yes Assume State Retention: yes First Assumed State: Host Up Backtracked Archives: 4 DOWN Unscheduled 49707d 13h 48m 45s 1.316% 1.317% the last line: All Total 30d 0h 0m 0s 100.000% 100.000% from where does nagios bring the '49707d 13h 48m 45s' since the period has only 30 days? another aspect i cannot understand is the following: Down Unscheduled 49707d 13h 48m 45s 1.316% 1.317% Scheduled 3d 2h 7m 58s 10.296% 10.304% Total 0d 9h 28m 27s 1.316% 1.317% unscheduled downtime has the weird value and even the scheduled downtime is greater than the total !!!??? could anybody solve my doubts? best regards, wilson ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Sat Jul 10 16:12:01 2004 From: nagios-user at sandiego420.com (Rhugga) Date: 10 Jul 2004 07:12:01 -0700 Subject: Dev List Still Used? Message-ID: <1089468721.10852.5.camel@billabong> Is the nagios-dev list still used? I subscribed a few days ago and have not received any postings. I was interested in cnotributing to the project... Thx, CC ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ilopez at jalisco.gob.mx Sat Jul 10 20:46:39 2004 From: ilopez at jalisco.gob.mx (ilopez at jalisco.gob.mx) Date: Sat, 10 Jul 2004 12:46:39 -0600 Subject: Cisco Catalyst 2950 In-Reply-To: References: Message-ID: I want to check my Cisco Catalyst 2950 my snmp plug but I haven`t been able to do it. Has somebody done it? Thanks ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Sun Jul 11 02:00:07 2004 From: ae at op5.se (Andreas Ericsson) Date: Sun, 11 Jul 2004 02:00:07 +0200 Subject: Some questions about functionality. check_by_ssh. In-Reply-To: <20040708205619.14AA51F4FA1@ws1-2.us4.outblaze.com> References: <20040708205619.14AA51F4FA1@ws1-2.us4.outblaze.com> Message-ID: <40F08307.8060104@op5.se> nemir nemiria wrote: > Hiya. > > Fiurst thing I'd like to know is whether it is possible to nest check_by_ssh in > another check_by_ssh command to check something on a third box? Yes. >>From the nagios server I try running the command > > ./check_by_ssh -H 172.16.16.12 -C "/usr/local/nagios/libexec/check_by_ssh > -H 192.168.16.2 -C "/usr/local/nagios/libexec/check_procs -c 1:3 -C backup"" > > but I get an error that says > > ./check_by_ssh: invalid option -- c > You aren't escaping the quotes. This is basic command line knowledge. Try replaceing the outer quotation marks with single quotes, and if that doesn't work, try "man sh" on the Nagios server... > > Also, is it possible to set up a notification system where it notifies one > person immediately, and then a second person after 15 minutes or so if there > is no acknowledgment and no recovery? > Yes. Read up on escalations in the nagios documentation. > Finally, there is one windows host that requires a reboot once per evening. > This happens at different times each night depending on other circumstances. > Is there a way that I could do something like: > > o) Configure a regular downtime period that would immediately be ended once a > downtime had been detected? > > o) send some sort of signal to the nagios box as part of a reboot script to > set up a 10 minute downtime? Yes. Read up on passing commands to nagios through "the command pipe". It's all very well documented. > > o) do something else that guys on this list that are cleverer than I might > suggest? > Yes. Since it's obviously not important when this host goes down during the night, so long as it is up again in the morning, you can simply turn of checks (by creating a special timeperiod) for the host and everything on it from the time where downtime may first start to whenever you need it to be up again in the morning. > > Regards, > > Nemir > > > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Sun Jul 11 02:20:39 2004 From: ae at op5.se (Andreas Ericsson) Date: Sun, 11 Jul 2004 02:20:39 +0200 Subject: Posting to mssql In-Reply-To: References: Message-ID: <40F087D7.7010203@op5.se> Jack Doyle wrote: > I'm going to use a host/service event handler to post data to Microsoft > SQL 2000 Server database. > > I've created a web page that reads the contents of a form posted to it > and puts that data into the SQL database. Then my eventhandler uses > wget with the --post-data= option to post the data from the nagios > macros to that web page. I'm new, sue me. > There's also sqsh, freely available from www.sqsh.org. > Anways, I need my macros to be url-encoded. Anyone know of a simple > linux command, etc, that can url-encode this data? > Isn't wget capable of doing that for you? If not, use perl. It's the kind of quick'n dirty hack it was designed for, after all. > Jack Doyle, LGC Information Systems > Systems Operations Specialist > 540.776.2025 > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Sun Jul 11 02:28:13 2004 From: ae at op5.se (Andreas Ericsson) Date: Sun, 11 Jul 2004 02:28:13 +0200 Subject: Logs in MS SQL In-Reply-To: References: Message-ID: <40F0899D.1090802@op5.se> Jack Doyle wrote: > Has anyone successfully gotten their Nagios implementation to log to MS > SQL? > Considering that Nagios only runs on Posix-compliant operating systems, and MS SQL only runs on MS OS'es (which is about as far from posix-compliant as you can get), I very much doubt so. A simpler solution would be to make it log to a local MySQL database and have logs transferred every hour or so. If you're really desperate for the functionality, I suggest you look into the freetds code and read up on the Tabular Data Stream (or something) protocol, and write an eventbroker for Nagios. > Jack Doyle, LGC Information Systems > Systems Operations Specialist > 540.776.2025 > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Sun Jul 11 02:31:48 2004 From: ae at op5.se (Andreas Ericsson) Date: Sun, 11 Jul 2004 02:31:48 +0200 Subject: monitoring process times In-Reply-To: <200407092053.57745.rmiller@duskglow.com> References: <200407092053.57745.rmiller@duskglow.com> Message-ID: <40F08A74.1030205@op5.se> Russell Miller wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I want to monitor the time that a certain process has existed, and if it's > above a certain amount of time send a warning. Is there any way to do this > with the stock release, or do I need to hack check_procs? > You need to hack check_procs. > Thanks. > > - --Russell > - -- > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Sun Jul 11 02:38:15 2004 From: ae at op5.se (Andreas Ericsson) Date: Sun, 11 Jul 2004 02:38:15 +0200 Subject: Dev List Still Used? In-Reply-To: <1089468721.10852.5.camel@billabong> References: <1089468721.10852.5.camel@billabong> Message-ID: <40F08BF7.6070101@op5.se> Rhugga wrote: > Is the nagios-dev list still used? Yes. > I subscribed a few days ago and have not received any postings. It's a very low-traffic list, used mainly for spreading and discussing patches and very core-specific things. GUI-, plugin- and configuration-issues pretty much all go to nagios-users. > I was interested in cnotributing to the project... > Please do. Send patches to nagios-devel, and if they're good they wind up in the next release. Ethan is the supreme ruler of the Nagios core though, so he'll review it before it's included. > Thx, > CC -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pmetzger at bellsouth.net Sun Jul 11 10:17:52 2004 From: pmetzger at bellsouth.net (Paul Metzger) Date: Sun, 11 Jul 2004 03:17:52 -0500 Subject: Memory leak? In-Reply-To: <26134-79301@sneakemail.com> References: <26134-79301@sneakemail.com> Message-ID: <000601c4671f$900e2630$f888a8c0@serendipity> > I've got a new Nagios setup that's been acting up on me now that I've got > most of my hosts being monitored. I have 170 hosts, and about 700 > services being monitored. We are currently monitoring ping, sshd, ntpd > and ftpd on all servers. We also have a few dns, httpd, paging > space(using check_by_ssh) monitors in place. Did you have any trouble with the paths for the check commands? When I set up ours, it would not goto where the plugins were, which according to the docs it should have knows, as they were it said they should be. Went into the config and gave it a specific path and all was well with the world. I'm just curious if that is a bug or if I'm the only person(which due to what my google searching told me I am) that has had that issue. > > Basically what I'm seeing is that when I start up Nagios it utilizes about > 4MB of memory. If I don't restart the process for 24-48 hours then it > will utilize all 1.25GB of memory on our system. I've tried turning off a > couple of the service checks, but it doesn't seem to make any difference. > Anyone have any suggestions or similar experiences? Any more information > needed? I'm not sure on this, but I have a suggestion or two. And a question or two to boot. The thing that sticks out in my mind first is the check timing. I recall seeing something buried in the documentation about it chewing memory if you have it checking too much stuff too fast. I forget right off hand which file you set that in, but you might try slowing down the frequency of the checks. On to the question, did you compile it or did you find a package for it. I found a mandrake package for it, but after installing it, it just didn't work. If you did compile which make options did you use? I know there are several depending on what you are trying to do. I am by no means an expert on it, but I'll try to help you all I can with my limited knowledge on it. Paul ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From CHRJ002 at motorola.com Mon Jul 12 18:27:20 2004 From: CHRJ002 at motorola.com (Chris Jackson-CHRJ002) Date: Mon, 12 Jul 2004 17:27:20 +0100 Subject: NRPE Problems Message-ID: <21A8A2085689D8118A63000E7F206F7B15857A@049701-RACdd7a01d940.baseng.comm.mot.com> Hi, I'm having some difficulty setting up nrpe on my network. I have downloaded and compiled the client on the remote host in question with ./configure --enable-ssl I have followed all the instructions to make the nrpe daemon run with xinetd and netstat -pta shows nrpe listening. I set nagios host to use check_nrpe to execute some plugins I copied to the remote box but I'm getting the error Could not complete SSL handshake. I'm sure its something to do with me missing out some SSL configuration somewhere but I can't see where I've gone wrong. I'm not really clued up on SSL and found the instructions for installing with SSL support a bit confusing. Can anyone help me troubleshoot and work out why the handshake keeps failing? Thanks in advance, Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdoyle at lewisgaleclinic.com Mon Jul 12 18:49:35 2004 From: jdoyle at lewisgaleclinic.com (Jack Doyle) Date: Mon, 12 Jul 2004 12:49:35 -0400 Subject: Logs in MS SQL Message-ID: Happy to explain... What I mean is I would like to have log information stored in a MS SQL 2000 server. I've tried eventhandlers, but the script I wrote for some reason will not run wget. Here's why I'm running wget... Since I didn't know a better way to get data from Nagios to MS SQL, I created a web page on my SQL server. It's just like a form processing page on a website, except there's no form. The data submitted to that page goes into a database that I created to keep nagios info. My event handler, sql_AddRecord, gets the Nagios Macros passed to it. I'm using it as a global event handler for services and hosts. It looks like this: ----- #!/bin/sh # # Write Record to SQL server. # recordtype=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "$1") timet=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "$2") hostname=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "$3") hostalias=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "$4") hostaddress=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "$5") hoststate=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "$6") statetype=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "$7") attempt=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "$8") plugout=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "$9") executiontime=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "${10}") latency=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "${11}") lastcheck=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "${12}") laststatechange=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "${13}") # Remove file created last time rm -rfv /usr/lib/nagios/plugins/eventhandlers/addrecord.asp # What type of record are we creating? case "$1" in HOST) #echo timet $timet hostname $hostname hostalias $hostalias hostaddress $hostaddress hoststate $hoststate statetype $statetype attempt $attempt plugout $plugout executiontime $executiontime latency $latency lastcheck $lastcheck laststatechange $laststatechange | mail jdoyle at lewisgaleclinic.com wget --background --no-clobber --append-output=/tmp/wget.log --post-data="timet=$timet&recordtype=$recordtype&hostname=$hostname&host alias=$hostalias&hostaddress=$hostaddress&hoststate=$hoststate&statetype =$statetype&attempt=$attempt&plugout=$plugout&executiontime=$executionti me&latency=$latency&lastcheck=$lastcheck&laststatechange=$laststatechang e" http://sql/nagios/addrecord.asp ;; SERVICE) servicedesc=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "${14}") servicestate=$(/usr/lib/nagios/plugins/eventhandlers/encode.pl "${15}") #echo timet $timet hostname $hostname hostalias $hostalias hostaddress $hostaddress hoststate $hoststate statetype $statetype attempt $attempt plugout $plugout executiontime $executiontime latency $latency lastcheck $lastcheck laststatechange $laststatechange servicedesc $servicedesc servicestate $servicestate | mail jdoyle at lewisgaleclinic.com wget --background --no-clobber --append-output=/tmp/wget.log --post-data="timet=$timet&recordtype=$recordtype&hostname=$hostname&host alias=$hostalias&hostaddress=$hostaddress&hoststate=$hoststate&statetype =$statetype&attempt=$attempt&plugout=$plugout&executiontime=$executionti me&latency=$latency&lastcheck=$lastcheck&laststatechange=$laststatechang e&servicedesc=$servicedesc&servicestate=$servicestate" http://sql/nagios/addrecord.asp ;; esac exit 0 ----- encode.pl is a file that will take the string and return a url-encoded version of the string. That way it will post properly to my page. Here are my command definitions for my global event handlers: ----- define command{ command_name log_host_change command_line /usr/lib/nagios/plugins/eventhandlers/sql_AddRecord "HOST" "$TIMET$" "$HOSTNAME$" "$HOSTALIAS$" "$HOSTADDRESS$" "$HOSTSTATE$" "$STATETYPE$" "$HOSTATTEMPT$" "$OUTPUT$" "$EXECUTIONTIME$" "$LATENCY$" "$LASTCHECK$" "$LASTSTATECHANGE$" } define command{ command_name log_service_change command_line /usr/lib/nagios/plugins/eventhandlers/sql_AddRecord "SERVICE" "$TIMET$" "$HOSTNAME$" "$HOSTALIAS$" "$HOSTADDRESS$" "$HOSTSTATE$" "$STATETYPE$" "$SERVICEATTEMPT$" "$OUTPUT$" "$EXECUTIONTIME$" "$LATENCY$" "$LASTCHECK$" "$LASTSTATECHANGE$" "$SERVICEDESC$" "$SERVICESTATE$" ----- In the main script, you can see where I have commented a line that I used for testing. It tested fine, it echoed all of the url-encoded macros and piped them to my email. If, after the wget line, I add "| mail jdoyle at lewisgaleclinic.com" I get a blank email when the event handler runs. wget just doesn't seem to work. If I run the main script from the command line with some made up data to fill the variables, it works fine, and adds the data to the sql server. I'm so close, but can't figure out why wget does nothing when run from the eventhandler. Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdoyle at lewisgaleclinic.com Mon Jul 12 20:21:02 2004 From: jdoyle at lewisgaleclinic.com (Jack Doyle) Date: Mon, 12 Jul 2004 14:21:02 -0400 Subject: Logs in MS SQL Message-ID: Wish that would work for me... Unfortunately, I'm not that great of a programmer. :) Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 ----Original Message----- From: Andreas Ericsson [mailto:ae at op5.se] Sent: Saturday, July 10, 2004 8:28 PM To: Nagios-Users List Subject: Re: [Nagios-users] Logs in MS SQL Jack Doyle wrote: > Has anyone successfully gotten their Nagios implementation to log to > MS SQL? > Considering that Nagios only runs on Posix-compliant operating systems, and MS SQL only runs on MS OS'es (which is about as far from posix-compliant as you can get), I very much doubt so. A simpler solution would be to make it log to a local MySQL database and have logs transferred every hour or so. If you're really desperate for the functionality, I suggest you look into the freetds code and read up on the Tabular Data Stream (or something) protocol, and write an eventbroker for Nagios. > Jack Doyle, LGC Information Systems > Systems Operations Specialist > 540.776.2025 > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From lzhang at lbl.gov Mon Jul 12 21:21:33 2004 From: lzhang at lbl.gov (Ling Zhang) Date: Mon, 12 Jul 2004 12:21:33 -0700 Subject: why the Ping service is still being checked? Message-ID: <000401c46845$716568c0$b5030380@gigattcp> Hi, there, I have configured Nagios to monitor the HTTP service on a server that does not respond to Pings. To avoid letting nagios assuming the server host is down, I specified nagios to check host status with a check-dummy command, which will always return with an "UP" status. However, although never defined anywhere in my configuration files, nagios kept checking the "PING" service on that server and reported "ping service" down, even the host status is "UP" and the HTTP service on that server is "OK". Here is the host definition and service definition of that specific server: ################ host definition###################### define host { use some-host-tmpl host_name server.abcd.com alias server.abcd.com address 1.2.3.4 check_command check-dummy ;always return "up" parents parent.abcd.com } ################ service Definition ################## define service { use default-service host_name server.abcd.com service_description HTTP check_command check_HTTP } So, any idea why is that? Thanks. Ling ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ThomasH.Wood at zcsterling.com Mon Jul 12 22:11:54 2004 From: ThomasH.Wood at zcsterling.com (Wood, Thomas H. (UNIX)) Date: Mon, 12 Jul 2004 16:11:54 -0400 Subject: Setting status of returned plugin output Message-ID: <583E01FC7F0C994EAA2CC39253B4CDF0022F7AC8@atlexc01.zcs.corp> Ok, so I wrote myself a little wrapper for the process I was trying to check just to see how it would work. I've been calling this via check_by_ssh and it works about half the time. The rest of the time Nagios reads it as unknown (even though it's returning exit 0) and trips status unknown. Here's the code. Please no flaming; this isn't production quality. The only difference I've seen between when Nagios reads the status code and doesn't is that it picks up the status ok first time. Whenever it reports status unknown the service reports 3/3 tries. Also, I've been watching the actual process all day in another window. It really is running :) Any comments or thoughts on this interesting problem would be appreciated. Thomas Wood process_to_check="/usr/openv/netbackup/bin/bprd" output=`/usr/bin/ps -ef | /usr/bin/grep $process_to_check | /usr/bin/grep -v grep | /usr/bin/cut -f28 -d ' '` if [ $output == $process_to_check ]; then echo "Ok: BPRD found." exit 0; else echo "BPRD NOT FOUND!" exit 3; fi -----Original Message----- From: Marc Powell [mailto:marc at ena.com] Sent: Friday, July 09, 2004 2:04 PM To: Wood, Thomas H. (UNIX); nagios-users at lists.sourceforge.net Subject: RE: [Nagios-users] Setting status of returned plugin output You'll need to create a wrapper for bssp. http://nagiosplug.sourceforge.net/developer-guidelines.html -- Marc ________________________________ From: Wood, Thomas H. (UNIX) [mailto:ThomasH.Wood at zcsterling.com] Sent: Friday, July 09, 2004 12:23 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] Setting status of returned plugin output I've been looking through the nagios and nagios plugin doc trying to determine how to configure nagios such that output returned by a plugin is good. Here's the rub: I'm trying to determine whether a process on a remote Solaris box is running. I haven't messed around with nrpe on that system yet and have access already in place via key exchange. So I use check_by_ssh to connect and run bssp -a | grep bprd (it's a netbackup thing). If I get back something like "root 2676 1 0 Jul 07 ? 0:03 /usr/openv/netbackup/bin/bprd" then I know the process is running and my backups won't fail. Right now Nagios flags that as unknown status and clutters up my pristine tactical view with a flag. So how do I get Nagios to recognize this an OK state? Thanks Thomas Wood ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Rob.Gallegly at usfsi.com Mon Jul 12 23:51:05 2004 From: Rob.Gallegly at usfsi.com (Gallegly, Rob) Date: Mon, 12 Jul 2004 17:51:05 -0400 Subject: ./configure step in Nagios setup Message-ID: I am having some difficulty setting up Nagios in Fedora. When I try to run the configure script using the directories suggested in the install instructions, I am receiving two warnings and one error. The warnings I receive are for the prefix and the cgi-bin paths I set (which are the exact one suggested in the Nagios documentation, not "prefix" and the sort). I receive the error "Invalid Host Type". I have confirmed that both directories exist (along with the group and user, etc). Then, I receive an error saying that I can only configure for one host and one target at a time. I am not sure why this is happening, but if anyone can provide any suggestions, I would greatly appreciate it. Thanks in advance. Rob Gallegly Hotel Technology Group U.S. Franchise Systems 888-215-9044 hotel.support at usfsi.com rob.gallegly at usfsi.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Tue Jul 13 00:04:43 2004 From: jhmartin at toger.us (Jason Martin) Date: Mon, 12 Jul 2004 15:04:43 -0700 Subject: ./configure step in Nagios setup In-Reply-To: References: Message-ID: <20040712220443.GI4331@zippy.members.linode.com> Those errors sound unrelated to the prefix and cgi-bin paths options of configure; can you please send the full configure line you are using and the exact text of the output? Thanks, -Jason Martin On Mon, Jul 12, 2004 at 05:51:05PM -0400, Gallegly, Rob wrote: > I am having some difficulty setting up Nagios in Fedora. > > When I try to run the configure script using the directories suggested in > the install instructions, I am receiving two warnings and one error. > > The warnings I receive are for the prefix and the cgi-bin paths I set (which > are the exact one suggested in the Nagios documentation, not "prefix" and > the sort). I receive the error "Invalid Host Type". I have confirmed that > both directories exist (along with the group and user, etc). > > Then, I receive an error saying that I can only configure for one host and > one target at a time. > > I am not sure why this is happening, but if anyone can provide any > suggestions, I would greatly appreciate it. > > Thanks in advance. > > Rob Gallegly > Hotel Technology Group > U.S. Franchise Systems > 888-215-9044 > hotel.support at usfsi.com > rob.gallegly at usfsi.com > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Excited, Spock opens a box full of pointy ear tips. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From JStork at providencehealth.bc.ca Tue Jul 13 00:29:29 2004 From: JStork at providencehealth.bc.ca (Stork, Johnny [PH]) Date: Mon, 12 Jul 2004 15:29:29 -0700 Subject: Problem with the check_nagios_db.pl plugin Message-ID: <9BA1D6F859B535448073EF58517BC97C09A42758@phcexch.phc.bc.ca> Recently the check_nagios_db.pl command seems to have stopped working and I have only made minor changes to the cgi.cfg (added new users to authentication). When I try to run the command from the shell I get the following output # perl /usr/local/nagios/libexec/check_nagios_db.pl ' (2) at /usr/local/nagios/libexec/check_nagios_db.pl line 54 Any suggestions? ----------------------------------------------------------- Johnny Stork Database Developer & Statistical Analyst Provincial Blood Coordinating Office ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From lzhang at lbl.gov Tue Jul 13 00:50:02 2004 From: lzhang at lbl.gov (Ling Zhang) Date: Mon, 12 Jul 2004 15:50:02 -0700 Subject: why the Ping service is still being checked? In-Reply-To: <40F305EA.3000707@gurugeek.com> References: <40F305EA.3000707@gurugeek.com> Message-ID: <02ab01c46862$92696180$b5030380@gigattcp> No "ping" service was defined for that server. I am very sure about that. It almost looks like the Ping service is checked by default, unless I turned it off some where. Ling -----Original Message----- From: Jeff Rodriguez [mailto:nagios-users at gurugeek.com] Sent: Monday, July 12, 2004 2:43 PM To: Ling Zhang Subject: Re: [Nagios-users] why the Ping service is still being checked? You've probably created a "ping" service. Search your services.cfg for a service named "ping" Jeff Ling Zhang wrote: > Hi, there, > > I have configured Nagios to monitor the HTTP service on a server that > does not respond to Pings. To avoid letting nagios assuming the server > host is down, I specified nagios to check host status with a check-dummy > command, which will always return with an "UP" status. However, although > never defined anywhere in my configuration files, nagios kept checking > the "PING" service on that server and reported "ping service" down, even > the host status is "UP" and the HTTP service on that server is "OK". > > Here is the host definition and service definition of that specific > server: > > ################ host definition###################### > > define host { > use some-host-tmpl > host_name server.abcd.com > alias server.abcd.com > address 1.2.3.4 > check_command check-dummy ;always return > "up" > parents parent.abcd.com > } > > ################ service Definition ################## > > define service { > use default-service > host_name server.abcd.com > service_description HTTP > check_command check_HTTP > } > > So, any idea why is that? > > Thanks. > > Ling > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From lzhang at lbl.gov Tue Jul 13 01:13:01 2004 From: lzhang at lbl.gov (Ling Zhang) Date: Mon, 12 Jul 2004 16:13:01 -0700 Subject: why the Ping service is still being checked? In-Reply-To: <40F316F3.9070009@gurugeek.com> References: <40F316F3.9070009@gurugeek.com> Message-ID: <02ac01c46865$c74c79c0$b5030380@gigattcp> Nope. I did not define a universal ping service and the grep didn't return with any surprises. Ling -----Original Message----- From: Jeff Rodriguez [mailto:nagios-users at gurugeek.com] Sent: Monday, July 12, 2004 3:56 PM To: Ling Zhang Subject: Re: [Nagios-users] why the Ping service is still being checked? A ping /service/ does not exist by default. I'm guessing you created one with a host_name of * which will ping everything. grep -i ping services.cfg Any output? Jeff Ling Zhang wrote: >No "ping" service was defined for that server. I am very sure about >that. It almost looks like the Ping service is checked by default, >unless I turned it off some where. > >Ling > > >-----Original Message----- >From: Jeff Rodriguez [mailto:nagios-users at gurugeek.com] >Sent: Monday, July 12, 2004 2:43 PM >To: Ling Zhang >Subject: Re: [Nagios-users] why the Ping service is still being checked? > >You've probably created a "ping" service. Search your services.cfg for a >service >named "ping" > >Jeff > >Ling Zhang wrote: > > >>Hi, there, >> >>I have configured Nagios to monitor the HTTP service on a server that >>does not respond to Pings. To avoid letting nagios assuming the server >>host is down, I specified nagios to check host status with a >> >> >check-dummy > > >>command, which will always return with an "UP" status. However, >> >> >although > > >>never defined anywhere in my configuration files, nagios kept checking >>the "PING" service on that server and reported "ping service" down, >> >> >even > > >>the host status is "UP" and the HTTP service on that server is "OK". >> >>Here is the host definition and service definition of that specific >>server: >> >>################ host definition###################### >> >>define host { >> use some-host-tmpl >> host_name server.abcd.com >> alias server.abcd.com >> address 1.2.3.4 >> check_command check-dummy ;always return >>"up" >> parents parent.abcd.com >>} >> >>################ service Definition ################## >> >>define service { >> use default-service >> host_name server.abcd.com >> service_description HTTP >> check_command check_HTTP >>} >> >>So, any idea why is that? >> >>Thanks. >> >>Ling >> >> >> >> >>------------------------------------------------------- >>This SF.Net email sponsored by Black Hat Briefings & Training. >>Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >>digital self defense, top technical experts, no vendor pitches, >>unmatched networking opportunities. Visit www.blackhat.com >>_______________________________________________ >>Nagios-users mailing list >>Nagios-users at 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 >> >> > > > > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From bench at silentmedia.com Tue Jul 13 01:21:14 2004 From: bench at silentmedia.com (Ben) Date: Mon, 12 Jul 2004 16:21:14 -0700 (PDT) Subject: Database stores and distributed monitoring Message-ID: I'm fairly new to Nagios, but I installed it for my home network a week or two ago and I liked it a lot. So much so that I jumped at the chance to use it for monitoring 2500 of my servers at work. Needless to say, I quickly found out that monitoring 2500 servers is a little more demanding of resources than monitoring 6. :) So, to try to keep the CGI performance from sucking so badly, I thought moving the data store into postgres and out of flat files would help. And it did, but not enough. So now, even though I'm using a quad xeon with 4GB of ram for the nagios machine (the database lives elsewhere), now I'm thinking that maybe I should set up a distributed monitoring scheme too. But I'm a bit confused. If the distributed monitoring software can write data into a database, and the CGIs read data out of the database.... do I need to use the nsca tool to do passive service checks? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From listbox at azsupersport.com Tue Jul 13 01:28:06 2004 From: listbox at azsupersport.com (Mike B) Date: Mon, 12 Jul 2004 16:28:06 -0700 Subject: Notification after host down 10 minutes once only Message-ID: <3E234F6CB3F7450BB6B7A49D5111CD.MAI@CCU-MWV.com> I want to only send an email notification once a host has been down for 10 minutes and then to only send one email for that host unless it comes back up again. In reading the documentation I can't see a way to make this happen. Anybody know of the way to set this up? Thanks, Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: From ae at op5.se Tue Jul 13 01:58:12 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 13 Jul 2004 01:58:12 +0200 Subject: Notification after host down 10 minutes once only In-Reply-To: <3E234F6CB3F7450BB6B7A49D5111CD.MAI@CCU-MWV.com> References: <3E234F6CB3F7450BB6B7A49D5111CD.MAI@CCU-MWV.com> Message-ID: <40F32594.7060201@op5.se> Mike B wrote: > I want to only send an email notification once a host has been down for 10 > minutes and then to only send one email for that host unless it comes back > up again. In reading the documentation I can't see a way to make this > happen. > > Anybody know of the way to set this up? > Work some magic with escalations. It's a bit of a hack, but will do what you want. Read about it in the documentation. > > > Thanks, > > Mike > > -- Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Tue Jul 13 02:10:40 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 13 Jul 2004 02:10:40 +0200 Subject: Database stores and distributed monitoring In-Reply-To: References: Message-ID: <40F32880.5060502@op5.se> Ben wrote: > I'm fairly new to Nagios, but I installed it for my home network a week or > two ago and I liked it a lot. So much so that I jumped at the chance to > use it for monitoring 2500 of my servers at work. Needless to say, I > quickly found out that monitoring 2500 servers is a little more demanding > of resources than monitoring 6. :) > > So, to try to keep the CGI performance from sucking so badly, I thought > moving the data store into postgres and out of flat files would help. You could try applying the chained hash patch. It makes a great speedup. It's in by default in 2.0, which is stable enough for us to run in production. > And > it did, but not enough. So now, even though I'm using a quad xeon with 4GB > of ram for the nagios machine (the database lives elsewhere), now I'm > thinking that maybe I should set up a distributed monitoring scheme too. > Move the database to reside on the same server as Nagios runs on. Unless you're using embedded perl (which is really buggy) it shouldn't be a problem at all. > But I'm a bit confused. If the distributed monitoring software can write > data into a database, and the CGIs read data out of the database.... do I > need to use the nsca tool to do passive service checks? > Not necessarily, but it's the only way to make configuration sit on only one host. That won't do any good with regards to the CGI's though, since it still has to parse the same amount of information. On the other hand; I can't imagine any one person being responsible for all those 2500 servers, so it might be prudent to have several separate installations of Nagios. Large networks will always be a bit sluggish to display in the webinterface because of the sheer amount of data it needs to read every time. The price large companies pay for success, I guess. -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From benny at bennyvision.com Tue Jul 13 02:46:15 2004 From: benny at bennyvision.com (C. Bensend) Date: Mon, 12 Jul 2004 19:46:15 -0500 (CDT) Subject: Notification after host down 10 minutes once only In-Reply-To: <40F32594.7060201@op5.se> References: <3E234F6CB3F7450BB6B7A49D5111CD.MAI@CCU-MWV.com> <40F32594.7060201@op5.se> Message-ID: <57657.63.227.74.41.1089679597.squirrel@webmail.stinkweasel.net> >> I want to only send an email notification once a host has been down for >> 10 >> minutes and then to only send one email for that host unless it comes >> back >> up again. In reading the documentation I can't see a way to make this >> happen. >> >> Anybody know of the way to set this up? >> > > Work some magic with escalations. It's a bit of a hack, but will do what > you want. Read about it in the documentation. Ummmmmm... Am I missing something? In the host definition: max_check_attempts 60 notification_interval 0 The max_check_attempts should be about 10 minutes, and a notification_interval of 0 will make it alert once only. Isn't that's what's desired? If so, why mess with escalations (honest question)? Benny -- "You were doing well until everyone died." -- "God", Futurama ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Tue Jul 13 07:21:06 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Tue, 13 Jul 2004 07:21:06 +0200 Subject: Checking MSSQL Server via ODBC Connection Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068E2C@SYGOMAIL.GOE.AD.SYCOR.DE> Hello list, I got some ODBC Clients for Linux, and want to do some checks on an MSSQL Server via these ODBC Connections. These checks are basically some selects on the databse to look for deadlocks etc... I want to run those checks from the Nagios Server, so I don't have to install a client or so on the MSSQL Server. Has anyone done this before, or does anyone have a plugin or a solution already prepared? Thanks in advance, Philipp _____________________________ Philipp Sand OC-CC-TEC-SYS SYCOR GmbH Heinrich-von-Stephan-Stra?e 1-5 D - 37073 G?ttingen Telefon +49 (0) 551 / 490 - 0 Telefax +49 (0) 551 / 490 - 2000 philipp.sand at sycor.de www.sycor.de ------------------------------------------------ ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. -------------- next part -------------- An HTML attachment was scrubbed... URL: From verdon at cict.fr Tue Jul 13 09:41:56 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 13 Jul 2004 09:41:56 +0200 Subject: NRPE Problems In-Reply-To: <21A8A2085689D8118A63000E7F206F7B15857A@049701-RACdd7a01d940.baseng.comm.mot.com> References: <21A8A2085689D8118A63000E7F206F7B15857A@049701-RACdd7a01d940.baseng.comm.mot.com> Message-ID: <40F39244.50701@cict.fr> It seems to me that your nrpe on nagios server is compiled with ssl. Is right? If it's the case, you can use, i believe, the '-n' option of check_nrpe to disable ssl. Otherwise, you must compile again nrpe on nagios server with '--enable-ssl' option. Then, you can call the new check_nrpe as check_nrpe_nossl to not confuse with the check_nrpe compiling with ssl support. I see also that you copied some plugins on remote host. Is it the same version of OS? Normally, you must compile plugins directly on remote host. Perhaps, the error comes from there. I hope that help you. Carole. Chris Jackson-CHRJ002 wrote: > Hi, > > I'm having some difficulty setting up nrpe on my network. > > I have downloaded and compiled the client on the remote host in > question with ./configure --enable-ssl > > I have followed all the instructions to make the nrpe daemon run with > xinetd and netstat -pta shows nrpe listening. I set nagios host to > use check_nrpe to execute some plugins I copied to the remote box but > I'm getting the error Could not complete SSL handshake. I'm sure its > something to do with me missing out some SSL configuration somewhere > but I can't see where I've gone wrong. > > I'm not really clued up on SSL and found the instructions for > installing with SSL support a bit confusing. Can anyone help me > troubleshoot and work out why the handshake keeps failing? > > Thanks in advance, > > Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: From fabio at link.it Tue Jul 13 09:48:44 2004 From: fabio at link.it (Fabio Lo Votrico) Date: Tue, 13 Jul 2004 09:48:44 +0200 Subject: Multiple output lines in plugins? In-Reply-To: <1089395558.4359.61.camel@pel> References: <40ECEBF1.70404@epost.de> <40EEC322.6050308@bergeron.com> <1089395558.4359.61.camel@pel> Message-ID: <1089704924.7858.1.camel@fire.sede-pisa.link.it> On Fri, 2004-07-09 at 19:52, Sean Dilda wrote: > On Fri, 2004-07-09 at 12:09, Christopher M Bergeron wrote: > > Nicole, you can "trick" nagios by putting in "
" where you want each > > line to break. Like this: > > Temperatures OK
CPU Planar 38.0 Celsius
Ambient 26.0 > > Celsius
BP Bottom Temp 23.0 Celsius > > > > nsca will see it as one line, and when it renders it in the browser, the > >
will be a new line. (
is html markup for a line break). > > If you're doing this, you'll want to make pass all your notifications > through a filter to clean that up. Otherwise you'll get ugly > emails/pages. I'm doing exactly what Christopher is suggesting, but I don't know _where_ to filter the output and translate
in \n Nagios is stripping "<" and ">" out of it and I'd like to maintain this behaviour in general. So I need to translate before Nagios do its filtering. Is there any way to do this? -- Fabio ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Tue Jul 13 10:28:56 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 13 Jul 2004 10:28:56 +0200 Subject: why the Ping service is still being checked? In-Reply-To: <02ac01c46865$c74c79c0$b5030380@gigattcp> References: <02ac01c46865$c74c79c0$b5030380@gigattcp> Message-ID: <40F39D48.4040504@cict.fr> Is the definition of template 'some-host-tmpl' not contain a check_command like check_host_alive? If it's the case, you can look your command.cfg file and verify if a command using ping isn't definied. Ling Zhang wrote: >Nope. I did not define a universal ping service and the grep didn't >return with any surprises. > >Ling > > >-----Original Message----- >From: Jeff Rodriguez [mailto:nagios-users at gurugeek.com] >Sent: Monday, July 12, 2004 3:56 PM >To: Ling Zhang >Subject: Re: [Nagios-users] why the Ping service is still being checked? > >A ping /service/ does not exist by default. I'm guessing you created one > >with a host_name of * which will ping everything. > >grep -i ping services.cfg > >Any output? > >Jeff > >Ling Zhang wrote: > > > >>No "ping" service was defined for that server. I am very sure about >>that. It almost looks like the Ping service is checked by default, >>unless I turned it off some where. >> >>Ling >> >> >>-----Original Message----- >>From: Jeff Rodriguez [mailto:nagios-users at gurugeek.com] >>Sent: Monday, July 12, 2004 2:43 PM >>To: Ling Zhang >>Subject: Re: [Nagios-users] why the Ping service is still being >> >> >checked? > > >>You've probably created a "ping" service. Search your services.cfg for >> >> >a > > >>service >>named "ping" >> >>Jeff >> >>Ling Zhang wrote: >> >> >> >> >>>Hi, there, >>> >>>I have configured Nagios to monitor the HTTP service on a server that >>>does not respond to Pings. To avoid letting nagios assuming the server >>>host is down, I specified nagios to check host status with a >>> >>> >>> >>> >>check-dummy >> >> >> >> >>>command, which will always return with an "UP" status. However, >>> >>> >>> >>> >>although >> >> >> >> >>>never defined anywhere in my configuration files, nagios kept checking >>>the "PING" service on that server and reported "ping service" down, >>> >>> >>> >>> >>even >> >> >> >> >>>the host status is "UP" and the HTTP service on that server is "OK". >>> >>>Here is the host definition and service definition of that specific >>>server: >>> >>>################ host definition###################### >>> >>>define host { >>> use some-host-tmpl >>> host_name server.abcd.com >>> alias server.abcd.com >>> address 1.2.3.4 >>> check_command check-dummy ;always return >>>"up" >>> parents parent.abcd.com >>>} >>> >>>################ service Definition ################## >>> >>>define service { >>> use default-service >>> host_name server.abcd.com >>> service_description HTTP >>> check_command check_HTTP >>>} >>> >>>So, any idea why is that? >>> >>>Thanks. >>> >>>Ling >>> >>> >>> >>> >>>------------------------------------------------------- >>>This SF.Net email sponsored by Black Hat Briefings & Training. >>>Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >>>digital self defense, top technical experts, no vendor pitches, >>>unmatched networking opportunities. Visit www.blackhat.com >>>_______________________________________________ >>>Nagios-users mailing list >>>Nagios-users at 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 >>> >>> >>> >>> >> >> >> >> >> > > > >------------------------------------------------------- >This SF.Net email sponsored by Black Hat Briefings & Training. >Attend Black Hat Briefings & Training, Las Vegas July 24-29 - >digital self defense, top technical experts, no vendor pitches, >unmatched networking opportunities. Visit www.blackhat.com >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > > -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.borsani at it.net Tue Jul 13 11:13:55 2004 From: m.borsani at it.net (Marco Borsani) Date: Tue, 13 Jul 2004 11:13:55 +0200 Subject: chech_http on a no-standard port In-Reply-To: References: Message-ID: MessageHi guys! Do you know if is it possible to write in the "Status information" (present in the Service State Information) the port number where I am performing the check? I have the problem only when the "Current Status" is NOT OK, because the message I read is: "Socket timeout after 10 seconds". If it is necessary, I will modify the source files .... but I don't know which ones ! Regards Marco -------------- next part -------------- An HTML attachment was scrubbed... URL: From ae at op5.se Tue Jul 13 11:54:37 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 13 Jul 2004 11:54:37 +0200 Subject: Multiple output lines in plugins? In-Reply-To: <1089704924.7858.1.camel@fire.sede-pisa.link.it> References: <40ECEBF1.70404@epost.de> <40EEC322.6050308@bergeron.com> <1089395558.4359.61.camel@pel> <1089704924.7858.1.camel@fire.sede-pisa.link.it> Message-ID: <40F3B15D.1050807@op5.se> Fabio Lo Votrico wrote: > On Fri, 2004-07-09 at 19:52, Sean Dilda wrote: > >>On Fri, 2004-07-09 at 12:09, Christopher M Bergeron wrote: >> >>>Nicole, you can "trick" nagios by putting in "
" where you want each >>>line to break. Like this: >>>Temperatures OK
CPU Planar 38.0 Celsius
Ambient 26.0 >>>Celsius
BP Bottom Temp 23.0 Celsius >>> >>>nsca will see it as one line, and when it renders it in the browser, the >>>
will be a new line. (
is html markup for a line break). >> >>If you're doing this, you'll want to make pass all your notifications >>through a filter to clean that up. Otherwise you'll get ugly >>emails/pages. > > > I'm doing exactly what Christopher is suggesting, but I don't know > _where_ to filter the output and translate
in \n > Nagios is stripping "<" and ">" out of it and I'd like to maintain this > behaviour in general. > So I need to translate before Nagios do its filtering. > Is there any way to do this? > No, but it should be trivial to make Nagios replace
with '\n' before stripping the illegal_macro_output_chars. -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Tue Jul 13 11:56:19 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 13 Jul 2004 11:56:19 +0200 Subject: chech_http on a no-standard port In-Reply-To: References: Message-ID: <40F3B1C3.4090607@cict.fr> To simply things, you can define a service_name like "HTTP port 2080" and so when you receive a notification you known what port it is. It's what i do. Here an example of notification which i received the last month: ***** Nagios ***** Notification Type: PROBLEM Service: HTTP port 2080 Host: vae Address: X.X.X.X State: CRITICAL Date/Time: Wed Jun 30 15:11:55 MEST 2004 Additional Info: CRITICAL - Socket timeout after 10 seconds Carole. Marco Borsani wrote: > Hi guys! > > Do you know if is it possible to write in the "Status information" > (present in the Service State Information) the port number where I am > performing the check? > > I have the problem only when the "Current Status" is NOT OK, because > the message I read is: "Socket timeout after 10 seconds". > > If it is necessary, I will modify the source files .... but I don't > know which ones ! > > Regards > > Marco -------------- next part -------------- An HTML attachment was scrubbed... URL: From ae at op5.se Tue Jul 13 11:57:20 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 13 Jul 2004 11:57:20 +0200 Subject: chech_http on a no-standard port In-Reply-To: References: Message-ID: <40F3B200.1080302@op5.se> Marco Borsani wrote: > MessageHi guys! > > Do you know if is it possible to write in the "Status information" (present > in the Service State Information) the port number where I am performing the > check? > Write it in the service-description. That's the usual way to go. > I have the problem only when the "Current Status" is NOT OK, because the > message I read is: "Socket timeout after 10 seconds". > > If it is necessary, I will modify the source files .... but I don't know > which ones ! > That would be check_http.c or utils.c in the plugin-package. > Regards > > Marco > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Tue Jul 13 12:01:44 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 13 Jul 2004 12:01:44 +0200 Subject: Notification after host down 10 minutes once only In-Reply-To: <57657.63.227.74.41.1089679597.squirrel@webmail.stinkweasel.net> References: <3E234F6CB3F7450BB6B7A49D5111CD.MAI@CCU-MWV.com> <40F32594.7060201@op5.se> <57657.63.227.74.41.1089679597.squirrel@webmail.stinkweasel.net> Message-ID: <40F3B308.5050309@op5.se> C. Bensend wrote: >>>I want to only send an email notification once a host has been down for >>>10 >>>minutes and then to only send one email for that host unless it comes >>>back >>>up again. In reading the documentation I can't see a way to make this >>>happen. >>> >>>Anybody know of the way to set this up? >>> >> >>Work some magic with escalations. It's a bit of a hack, but will do what >>you want. Read about it in the documentation. > > > Ummmmmm... Am I missing something? In the host definition: > > max_check_attempts 60 > notification_interval 0 > > The max_check_attempts should be about 10 minutes, and a > notification_interval of 0 will make it alert once only. Isn't > that's what's desired? If so, why mess with escalations (honest > question)? > Because host checks are fired in a serialized manner without delay and while holding service checks back. Making one host check take 10 minutes would cause a serious interruption in normal monitoring logic. max_check_attempts also isn't a very good way of keeping time, since the plugin can fail at an earlier stage depending on how its done and how the network looks. > Benny > > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Tue Jul 13 15:15:18 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 13 Jul 2004 15:15:18 +0200 Subject: NRPE Problems In-Reply-To: <21A8A2085689D8118A63000E7F206F7B158587@049701-RACdd7a01d940.baseng.comm.mot.com> References: <21A8A2085689D8118A63000E7F206F7B158587@049701-RACdd7a01d940.baseng.comm.mot.com> Message-ID: <40F3E066.8050407@cict.fr> Have you try to execute this from command line of nagios server : ./check_nrpe -H hostaddress -n -c check_load I note that it misses a space after the '-c' option in : command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -n -c$ARG1$ Perhaps that l error comes from there. Chris Jackson-CHRJ002 wrote: > Hi Carole, > > Here is the information you requested, > > From services.cfg > > define service{ > use linux-servers > host_name "server-name" (sorry, company > policy!!!) > contact_groups ecrl-admin > notification_options c,u,r > service_description LOAD_NRPE > check_command check_nrpe_nossl!check_load > } > define service{ > use linux-servers > host_name "server-name" > contact_groups ecrl-admin > notification_options c,u,r > service_description DISK_NRPE > check_command check_nrpe_nossl!check_disk > } > define service{ > use linux-servers > host_name "server-name" > contact_groups ecrl-admin > notification_options c,u,r > service_description ZOMBIE_PROCS_NRPE > check_command > check_nrpe_nossl!check_zombie_procs > } > define service{ > use linux-servers > host_name "server-name" > contact_groups ecrl-admin > notification_options c,u,r > service_description TOTAL_PROCS_NRPE > check_command check_nrpe_nossl!check_total_procs > } > > From checkcommands.cfg > > define command{ > command_name check_nrpe_nossl > command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -n -c$ARG1$ > } > > I included the nossl version which is working more than the one trying > to use SSL. The commands called relate to the commands in the > nrpe.cfg file, these are included below: > > # The following examples use hardcoded command arguments... > > command[check_users]=/usr/local/nagios/libexec/check_users -w 5 -c 10 > command[check_load]=/usr/local/nagios/libexec/check_load -w 15,10,5 -c > 30,25,20 > command[check_disk]=/usr/local/nagios/libexec/check_disk -w 10 -c 5 -X > nfs > command[check_zombie_procs]=/usr/local/nagios/libexec/check_procs -w 5 > -c 10 -s Z > command[check_total_procs]=/usr/local/nagios/libexec/check_procs -w > 150 -c 200 > > As I said before, the commands above when run from the command line of > the remote host work perfectly. If you need any more information > please let me know, > > Many thanks for your help, > > Chris > > > -----Original Message----- > *From:* carole verdon [mailto:verdon at cict.fr] > *Sent:* 13 July 2004 13:21 > *To:* Chris Jackson-CHRJ002 > *Subject:* Re: [Nagios-users] NRPE Problems > > Can you post your command definition of check_nrpe in command.cfg > and the services definition which using check_nrpe in service.cfg, > please? > > It's perhaps a history of arguments. > > Chris Jackson-CHRJ002 wrote: > >> Hi Carole, >> >> Once again you come to my rescue!! >> >> I did what you said and added a -n switch to the command, this >> fixed the Handshake problems but now I just get an UNKNOWN Error >> receiving data from Daemon. >> >> Both host and remote host are running Mandrake Linux however one >> is v10 and one is v9.2, but when I execute the plugin locally on >> the remote host it works perfectly. I can only assume that >> either the command is not being processed by the nrpe daemon >> correctly or that data is not being succesfully returned. I >> looked in syslog but can't find any clues. >> >> A netstat -pta returns nrpe listening on port 5666 as expected. >> >> If you could help me with this problem I would be most grateful! >> >> Chris >> >> -----Original Message----- >> *From:* carole verdon [mailto:verdon at cict.fr] >> *Sent:* 13 July 2004 08:42 >> *To:* Chris Jackson-CHRJ002 >> *Cc:* nagios-users at lists.sourceforge.net >> *Subject:* Re: [Nagios-users] NRPE Problems >> >> It seems to me that your nrpe on nagios server is compiled >> with ssl. Is right? >> >> If it's the case, you can use, i believe, the '-n' option of >> check_nrpe to disable ssl. Otherwise, you must compile again >> nrpe on nagios server with '--enable-ssl' option. Then, you >> can call the new check_nrpe as check_nrpe_nossl to not >> confuse with the check_nrpe compiling with ssl support. >> >> >> I see also that you copied some plugins on remote host. Is it >> the same version of OS? Normally, you must compile plugins >> directly on remote host. Perhaps, the error comes from there. >> >> I hope that help you. >> >> Carole. >> >> Chris Jackson-CHRJ002 wrote: >> >>> Hi, >>> >>> I'm having some difficulty setting up nrpe on my network. >>> >>> I have downloaded and compiled the client on the remote host >>> in question with ./configure --enable-ssl >>> >>> I have followed all the instructions to make the nrpe daemon >>> run with xinetd and netstat -pta shows nrpe listening. I >>> set nagios host to use check_nrpe to execute some plugins I >>> copied to the remote box but I'm getting the error Could not >>> complete SSL handshake. I'm sure its something to do with >>> me missing out some SSL configuration somewhere but I can't >>> see where I've gone wrong. >>> >>> I'm not really clued up on SSL and found the instructions >>> for installing with SSL support a bit confusing. Can anyone >>> help me troubleshoot and work out why the handshake keeps >>> failing? >>> >>> Thanks in advance, >>> >>> Chris >> > >-- >********************************** >VERDON Carole >Ing?nieur Syst?me >CICT - Universit? Paul Sabatier >118, route de Narbonne >31062 Toulouse Cedex >T?l.: 05.61.36.60.44 >Fax: 05.61.52.14.58 >Mail: verdon at cict.fr >********************************** > > -- ********************************** VERDON Carole Ing?nieur Syst?me CICT - Universit? Paul Sabatier 118, route de Narbonne 31062 Toulouse Cedex T?l.: 05.61.36.60.44 Fax: 05.61.52.14.58 Mail: verdon at cict.fr ********************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdoyle at lewisgaleclinic.com Tue Jul 13 16:43:22 2004 From: jdoyle at lewisgaleclinic.com (Jack Doyle) Date: Tue, 13 Jul 2004 10:43:22 -0400 Subject: Strange ping issue Message-ID: Using the latest stable plugins... I didn't get this before I upgraded to 1.2, but I am getting int sometimes now. When a host is down and the ping service checks it, sometimes it will come back unknown and sometimes critical. It used to say Criticial all the time. Here is an example log entry of each: [07-13-2004 03:17:43] SERVICE ALERT: abc;Ping;CRITICAL;HARD;1;PING CRITICAL - Packet loss = 100% [07-13-2004 03:20:05] SERVICE ALERT: abc;Ping;UNKNOWN;HARD;1;/bin/ping -n -U -c 5 10.1.10.15 Doesn't make sense to me. Same server, same issue, three minutes later. This happens a lot now. Jack Doyle, LGC Information Systems Systems Operations Specialist 540.776.2025 -------------- next part -------------- An HTML attachment was scrubbed... URL: From CQuillen at txfb-ins.com Tue Jul 13 17:04:24 2004 From: CQuillen at txfb-ins.com (Quillen, Channon) Date: Tue, 13 Jul 2004 10:04:24 -0500 Subject: Checking MSSQL Server via ODBC Connection Message-ID: I use unixODBC and sqsh (http://www.sqsh.org/) to run select statements against a MS SQL database. I wrote a custom script with these apps to run in Nagios. -Channon ________________________________________ From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Sand Philipp Sent: Tuesday, July 13, 2004 12:21 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] Checking MSSQL Server via ODBC Connection Hello list, I got some ODBC Clients for Linux, and want to do some checks on an MSSQL Server via these ODBC Connections. These checks are basically some selects on the databse to look for deadlocks etc... I want to run those checks from the Nagios Server, so I don't have to install a client or so on the MSSQL Server. Has anyone done this before, or does anyone have a plugin or a solution already prepared? Thanks in advance, Philipp _____________________________ Philipp Sand OC-CC-TEC-SYS SYCOR GmbH Heinrich-von-Stephan-Stra?e 1-5 D - 37073 G?ttingen Telefon +49 (0) 551 / 490 - 0 Telefax +49 (0) 551 / 490 - 2000 philipp.sand at sycor.de www.sycor.de ------------------------------------------------ ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From alex at fragit.net Tue Jul 13 17:07:49 2004 From: alex at fragit.net (Alex Burger) Date: Tue, 13 Jul 2004 11:07:49 -0400 Subject: Strange ping issue In-Reply-To: References: Message-ID: <40F3FAC5.6020302@fragit.net> Jack Doyle wrote: > Using the latest stable plugins... I didn't get this before I upgraded > to 1.2, but I am getting int sometimes now. > > When a host is down and the ping service checks it, sometimes it will > come back unknown and sometimes critical. It used to say Criticial all > the time. > > Here is an example log entry of each: > > [07-13-2004 03:17:43] SERVICE ALERT: abc;Ping;CRITICAL;HARD;1;PING > CRITICAL - Packet loss = 100% > [07-13-2004 03:20:05] SERVICE ALERT: abc;Ping;UNKNOWN;HARD;1;/bin/ping > -n -U -c 5 10.1.10.15 > > Doesn't make sense to me. Same server, same issue, three minutes > later. This happens a lot now. Looks like this bug: http://sourceforge.net/tracker/index.php?func=detail&aid=946857&group_id=29880&atid=397597 Alex > *Jack Doyle, LGC Information Systems* > Systems Operations Specialist > 540.776.2025 > > > > > > > > > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From listbox at azsupersport.com Tue Jul 13 17:24:38 2004 From: listbox at azsupersport.com (Mike B) Date: Tue, 13 Jul 2004 08:24:38 -0700 Subject: Notification after host down 10 minutes once only Message-ID: <82166937658A4B0BBA4277628B15D.MAI@CCU-MWV.com> I want to only send an email notification once a host has been down for 10 minutes and then to only send one email for that host unless it comes back up again. In reading the documentation I can't see a way to make this happen. Anybody know of the way to set this up? Thanks, Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: From bench at silentmedia.com Tue Jul 13 17:35:36 2004 From: bench at silentmedia.com (Ben) Date: Tue, 13 Jul 2004 08:35:36 -0700 Subject: Database stores and distributed monitoring In-Reply-To: <40F32880.5060502@op5.se> References: <40F32880.5060502@op5.se> Message-ID: <4905A852-D4E2-11D8-BF85-000A95BF2A8C@silentmedia.com> On Jul 12, 2004, at 5:10 PM, Andreas Ericsson wrote: > > You could try applying the chained hash patch. It makes a great > speedup. It's in by default in 2.0, which is stable enough for us to > run in production. Can I get just this patch and apply it to the stable 1.2 code base, or should I just run 2.0? I'd prefer the former, but I don't know where to get the patch? >> And >> it did, but not enough. So now, even though I'm using a quad xeon >> with 4GB >> of ram for the nagios machine (the database lives elsewhere), now I'm >> thinking that maybe I should set up a distributed monitoring scheme >> too. > > Move the database to reside on the same server as Nagios runs on. > Unless you're using embedded perl (which is really buggy) it shouldn't > be a problem at all. Well, that server also does MRTG monitoring, so every 5 minutes it gets pretty slammed. >> But I'm a bit confused. If the distributed monitoring software can >> write data into a database, and the CGIs read data out of the >> database.... do I need to use the nsca tool to do passive service >> checks? > > Not necessarily, but it's the only way to make configuration sit on > only one host. That won't do any good with regards to the CGI's > though, since it still has to parse the same amount of information. Yeah, my hope was that most of the time the CGIs were spending was with file IO, and that putting that data in a database would open up room for Mo' Bettah(tm)(r)(c)($) queries that would reduce the time spent data groveling. But I guess this isn't as much the case as I had hoped. > On the other hand; I can't imagine any one person being responsible > for all those 2500 servers, so it might be prudent to have several > separate installations of Nagios. Large networks will always be a bit > sluggish to display in the webinterface because of the sheer amount of > data it needs to read every time. The price large companies pay for > success, I guess. We're not personally responsible for rebooting them all, but we are the one team responsible for making sure they're still working, and telling our outsourced server monkeys to go reboot them if they have issues. I'll try the patch and see how it goes, but it seems to me, knowing squat about the internals of the CGIs :) that things should still be pretty snappy with this many hosts, at least until you start to load a page containing all the hosts. What are the known resource-intensive times, and if I want to start dinking around with code and/or database optimizations, should I work from the 1.2 or the 2.0 branch? How stable is the head branch, anyway? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Rob.Gallegly at usfsi.com Tue Jul 13 17:29:00 2004 From: Rob.Gallegly at usfsi.com (Gallegly, Rob) Date: Tue, 13 Jul 2004 11:29:00 -0400 Subject: ./configure step in Nagios setup Message-ID: Here is the latest configure line I used. I am still getting the error, but I can confirm that all of the paths/user/group options exist. ./configure --prefix= /usr/local/nagios --with-cgiurl= /usr/local/apache2/cgi-bin/nagios --with-htmurl= /nagios --with-nagios-usr= nagios --with-nagios-grp= nagios I get these two warnings and this error: configure: warning: usr/loal/nagios: invalid host type configure: warning: /usr/local/apache2/cgi-bin/nagios: invalid host type configure: error: can only configure for one host and one target at a time I appreciate any advise you can give. -----Original Message----- From: Jason Martin [mailto:jhmartin at toger.us] Sent: Monday, July 12, 2004 5:05 PM To: 'nagios-users at lists.sourceforge.net' Subject: Re: [Nagios-users] ./configure step in Nagios setup Those errors sound unrelated to the prefix and cgi-bin paths options of configure; can you please send the full configure line you are using and the exact text of the output? Thanks, -Jason Martin On Mon, Jul 12, 2004 at 05:51:05PM -0400, Gallegly, Rob wrote: > I am having some difficulty setting up Nagios in Fedora. > > When I try to run the configure script using the directories suggested in > the install instructions, I am receiving two warnings and one error. > > The warnings I receive are for the prefix and the cgi-bin paths I set (which > are the exact one suggested in the Nagios documentation, not "prefix" and > the sort). I receive the error "Invalid Host Type". I have confirmed that > both directories exist (along with the group and user, etc). > > Then, I receive an error saying that I can only configure for one host and > one target at a time. > > I am not sure why this is happening, but if anyone can provide any > suggestions, I would greatly appreciate it. > > Thanks in advance. > > Rob Gallegly > Hotel Technology Group > U.S. Franchise Systems > 888-215-9044 > hotel.support at usfsi.com > rob.gallegly at usfsi.com > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Excited, Spock opens a box full of pointy ear tips. This message is PGP/MIME signed. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From psma at mpsnet.net.mx Tue Jul 13 17:59:53 2004 From: psma at mpsnet.net.mx (Manuel Alejandro =?iso-8859-1?q?Pe=F1a_S=E0nchez?=) Date: Tue, 13 Jul 2004 10:59:53 -0500 Subject: Problem Starting Nagios In-Reply-To: References: Message-ID: <200407131059.53615.psma@mpsnet.net.mx> hi all: I recently installed nagios with a deb package: nagios-mysql 1.2-3.3 nagios-plugins 1.3.1.0-7 nagios-statd-server 3.09-3 I started to add some hosts hostsgroups and all that stuff that come on the nagios.cfg then on a bash shell i checked my configuration file with nagios -vc and this error came: -------------------------------------------------------------- padrino:/etc/nagios# nagios -cv /etc/nagios/nagios.cfg Nagios 1.2 Copyright (c) 1999-2004 Ethan Galstad (nagios at nagios.org) Last Modified: 02-02-2004 License: GPL Reading configuration data... Running pre-flight check on configuration data... Checking services... Error: There are no services defined! Checked 0 services. Checking hosts... Error: There are no hosts defined! Checked 0 hosts. Checking host groups... Error: There are no host groups defined! Checked 0 host groups. Checking contacts... Error: There are no contacts defined! Checked 0 contacts. Checking contact groups... Error: There are no contact groups defined! Checked 0 contact groups. Checking service escalations... Checked 0 service escalations. Checking host group escalations... Checked 0 host group escalations. Checking service dependencies... Checked 0 service dependencies. Checking host escalations... Checked 0 host escalations. Checking host dependencies... Checked 0 host dependencies. Checking commands... Checked 0 commands. Checking time periods... Checked 0 time periods. Checking for circular paths between hosts... Checking for circular service execution dependencies... Checking global event handlers... Checking obsessive compulsive service processor command... Checking misc settings... Total Warnings: 0 Total Errors: 5 ***> One or more problems was encountered while running the pre-flight check... Check your configuration file(s) to ensure that they contain valid directives and data defintions. If you are upgrading from a previous version of Nagios, you should be aware that some variables/definitions may have been removed or modified in this version. Make sure to read the HTML documentation on the main and host config files, as well as the 'Whats New' section to find out what has changed. ------------------------------------------------------ I have on my nagios.cfg all the includes of this files that contains the info, and the thing is that nagios does not start. Can any one help me?? Regards, Alejandro ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From MG at ev3.net Tue Jul 13 18:08:49 2004 From: MG at ev3.net (Wheeler, MG) Date: Tue, 13 Jul 2004 11:08:49 -0500 Subject: Ang: PING WARNING - DUPLICATES FOUND! Message-ID: <2F29C1E275BF4F4E9DCAE48033A00B9D01030F9A@mail.ev3.net> OH great and here I thought it meant "I have gone on holiday. Will be back Monday August 2" I'll have to work on my translations! -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Paul L. Allen Sent: Wednesday, July 07, 2004 10:03 AM To: nagios-users at lists.sourceforge.net Subject: Re: Ang: [Nagios-users] PING WARNING - DUPLICATES FOUND! Matt Burleigh writes: > Stefan Hanssen wrote: > >> Jeg har for tiden ferie. Er tilbake mandag 2 august. >> >> > Huh? ;-) Translation: "I am on holiday and I'm running a really crappy vacation auto-responder that is so stupid it responds to mailing lists. Please forgive me for being such an annoying idiot. You'll have to put up with this crap until the 2nd of August unless you killfile me, which is a very good idea." I may have taken one or two liberties with that. :) -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 _____________________________________________________________________ Message scanned for viruses _____________________________________________________________________ This message has been checked for all known viruses ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tradergt at smelser.org Tue Jul 13 18:32:30 2004 From: tradergt at smelser.org (Jeff Smelser) Date: Tue, 13 Jul 2004 11:32:30 -0500 Subject: Problem Starting Nagios In-Reply-To: <200407131059.53615.psma@mpsnet.net.mx> References: <200407131059.53615.psma@mpsnet.net.mx> Message-ID: <200407131132.30235.tradergt@smelser.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 13 July 2004 10:59 am, Manuel Alejandro Pe?a S?nchez wrote: > ***> One or more problems was encountered while running the pre-flight > check... > I have on my nagios.cfg all the includes of this files that contains the > info, and the thing is that nagios does not start. Check contacts.cfg, and contactgroups.cfg.. They are not right. thats what the error message tells you. - -- ======================================================================= Jabber: tradergt@(smelser.org|jabber.org) Quote: I came in late, but don't worry. I'll leave early to make up for it. ======================================================================= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA9A6eld4MRA3gEwYRAslpAJ46lnvhjkCtgTdAJcE4fVWvOLPk9ACcCSSi cTOB5hCy6E0eevRED/9/CzU= =mLC2 -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From CWaters at jeld-wen.com Tue Jul 13 18:52:18 2004 From: CWaters at jeld-wen.com (Chris Waters) Date: Tue, 13 Jul 2004 09:52:18 -0700 Subject: ./configure step in Nagios setup Message-ID: Try removing the whitespace after the "=" symbol in your configure line. ./configure --prefix=/usr/local/nagios --with-cgiurl=/usr/local/apache2/cgi-bin/nagios --with-htmurl=/nagios --with-nagios-usr=nagios --with-nagios-grp=nagios -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Gallegly, Rob Sent: Tuesday, July 13, 2004 8:29 AM To: 'nagios-users at lists.sourceforge.net' Subject: RE: [Nagios-users] ./configure step in Nagios setup Here is the latest configure line I used. I am still getting the error, but I can confirm that all of the paths/user/group options exist. ./configure --prefix= /usr/local/nagios --with-cgiurl= /usr/local/apache2/cgi-bin/nagios --with-htmurl= /nagios --with-nagios-usr= nagios --with-nagios-grp= nagios I get these two warnings and this error: configure: warning: usr/loal/nagios: invalid host type configure: warning: /usr/local/apache2/cgi-bin/nagios: invalid host type configure: error: can only configure for one host and one target at a time I appreciate any advise you can give. -----Original Message----- From: Jason Martin [mailto:jhmartin at toger.us] Sent: Monday, July 12, 2004 5:05 PM To: 'nagios-users at lists.sourceforge.net' Subject: Re: [Nagios-users] ./configure step in Nagios setup Those errors sound unrelated to the prefix and cgi-bin paths options of configure; can you please send the full configure line you are using and the exact text of the output? Thanks, -Jason Martin On Mon, Jul 12, 2004 at 05:51:05PM -0400, Gallegly, Rob wrote: > I am having some difficulty setting up Nagios in Fedora. > > When I try to run the configure script using the directories suggested > in the install instructions, I am receiving two warnings and one error. > > The warnings I receive are for the prefix and the cgi-bin paths I set (which > are the exact one suggested in the Nagios documentation, not "prefix" > and the sort). I receive the error "Invalid Host Type". I have > confirmed that > both directories exist (along with the group and user, etc). > > Then, I receive an error saying that I can only configure for one host > and one target at a time. > > I am not sure why this is happening, but if anyone can provide any > suggestions, I would greatly appreciate it. > > Thanks in advance. > > Rob Gallegly > Hotel Technology Group > U.S. Franchise Systems > 888-215-9044 > hotel.support at usfsi.com > rob.gallegly at usfsi.com > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self defense, top technical experts, no vendor pitches, unmatched > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Excited, Spock opens a box full of pointy ear tips. This message is PGP/MIME signed. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bench at silentmedia.com Tue Jul 13 20:10:20 2004 From: bench at silentmedia.com (Ben) Date: Tue, 13 Jul 2004 11:10:20 -0700 (PDT) Subject: Database stores and distributed monitoring In-Reply-To: <4905A852-D4E2-11D8-BF85-000A95BF2A8C@silentmedia.com> References: <4905A852-D4E2-11D8-BF85-000A95BF2A8C@silentmedia.com> Message-ID: FWIW, I found this patch posted in a thread on a nagios list in sourceforge, but sourceforge has helpfully garbled the patch that was in the email, discarded the attachement that also had the patch, and hidden everybody's email address so I cannot contact them directly. So...... would anybody mind sending me the chained hash patch? On Tue, 13 Jul 2004, Ben wrote: > > On Jul 12, 2004, at 5:10 PM, Andreas Ericsson wrote: > > > > You could try applying the chained hash patch. It makes a great > > speedup. It's in by default in 2.0, which is stable enough for us to > > run in production. > > Can I get just this patch and apply it to the stable 1.2 code base, or > should I just run 2.0? I'd prefer the former, but I don't know where to > get the patch? ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From michael.gale at utilitran.com Tue Jul 13 21:02:17 2004 From: michael.gale at utilitran.com (Michael Gale) Date: Tue, 13 Jul 2004 13:02:17 -0600 Subject: Nagios 1.2 will not start-- missing lib ? Message-ID: <20040713130217.2dfbc8b1@mgalepc.utilitran.com> Hello, I am running slackware 9.0. I installed the mysql binary package from the mysql site in /usr/local/mysql. I have also compiled mysql from source and installed it into /usr/local/mysql-source. This is because some other applications needed the mysql source files. So when I was compiling nagios 1.2 with mysql support I found I had to point it towards /usr/local/mysql-source because it could not find the files it needed in /usr/local/mysql. Nagios 1.2 did compile and make with out any errors but now when I try and start nagios I receive the following errors: username at hostname:/home/nagios# /home/nagios/bin/nagios /home/nagios/etc/nagios.cfg /home/nagios/bin/nagios: error while loading shared libraries: libmysqlclient.so.12: cannot open shared object file: No such file or directory The user can find the file and has access to read the library. Anyone have any suggestions as to why it will not start ? -- Michael Gale Network Administrator Utilitran Corporation ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jlyons30-/E1597aS9LQAvxtiuMwx3w at public.gmane.org Tue Jul 13 21:51:47 2004 From: jlyons30-/E1597aS9LQAvxtiuMwx3w at public.gmane.org (Jon Lyons) Date: Tue, 13 Jul 2004 12:51:47 -0700 (PDT) Subject: Perfparse & check_nt In-Reply-To: <20040713130217.2dfbc8b1-Y8+GbWvkrgpMDy75sp49T5owlv4uC7bZ@public.gmane.org> References: <20040713130217.2dfbc8b1@mgalepc.utilitran.com> Message-ID: <20040713195147.83141.qmail@web60808.mail.yahoo.com> Does anyone have a modifed check_nt plugin that reports the performance data for for perfparse?? If so could you zip it and e-mail it?? Thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagiosplug-help mailing list Nagiosplug-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f at public.gmane.org https://lists.sourceforge.net/lists/listinfo/nagiosplug-help ::: Please include plugins version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null From wp.junior at terra.com.br Wed Jul 14 00:16:09 2004 From: wp.junior at terra.com.br (Wilson Pires Jr) Date: Tue, 13 Jul 2004 19:16:09 -0300 Subject: Problems after PerfParse In-Reply-To: <2F29C1E275BF4F4E9DCAE48033A00B9D01030F9A@mail.ev3.net> References: <2F29C1E275BF4F4E9DCAE48033A00B9D01030F9A@mail.ev3.net> Message-ID: <20040713221741.0CF263C0A5@merida.terra.com.br> Hi all. I had nagios 1.2 running on redhat 9 and everything was fine. nagios was installed with this configuration: ./configure --enable-embedded-perl --with-perlcache --with-file-perfdata I've enabled performance data in nagios according to: http://sourceforge.net/docman/display_doc.php?docid=23344&group_id=109355 Perfparse was installed and mysql db configured. After that i run "./perfparse -r". Now i'm getting on nagios log only: Warning: Return code of 127 for check service 'xxxxxxxxx' on host 'xxx' was out of bounds. Make sure the plugin you're trying to run actually exixts. I've already verified the permissions and everything has nagios/nagios as owner. Could anybody help me? Regards, Wilson ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From michael at halligan.org Wed Jul 14 00:27:20 2004 From: michael at halligan.org (Michael T. Halligan) Date: Tue, 13 Jul 2004 15:27:20 -0700 (PDT) Subject: Image spacing in extended info for status map. Message-ID: I'm trying to figure out how to space out my images in my status map. I've tried editing the images, adding whitespace, but that doesn't seem to help.. The 2dcoords option doesn't actually seem to do anything as I've played around with it a bit.. Does anybody have a good method for doing this spacing? I've almost got my statusmap perfectly, but some of my switch icons overlap over each other making it hard to figure out which switch runs where. ------------------- BitPusher, LLC http://www.bitpusher.com/ 1.888.9PUSHER (415) 724.7998 - Mobile ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From cian at logic.bm Wed Jul 14 04:35:27 2004 From: cian at logic.bm (Cian O'Sullivan) Date: Tue, 13 Jul 2004 23:35:27 -0300 Subject: CGI's Stopped working. How to debug. Message-ID: Hello, I have Nagios 1.2 Compiled with DB support (MySQL). My CGI's all of a sudden stopped working giving me a Whoops! Error: Could not read host and status information. This literally happened in front of my eyes on an auto web refresh. The Database is working fine, and Nagios is writting to it properly. I have checked teh CGI code to see if there is debugging built in that I can turn on and recompile, but I could not find it. The SQL logs are too big, and there are no problems listed in the err-log. Does anyone have any suggestions on how to debug why I am getting this message. i.e Is it because the CGI's cant connect to the DB? None of the built in cgi's work. NagMIN scripts do work. I am open to suggestions. Thanks Cian N?HS^????[)?{(??[?ZrA???y?????j)??-???V??v???~)??:??x????U?????n6????????_u???????^r?q?^???????????b??^???j?!y??? +?)???h???????X???0??ZrHZ??&5?"???z?&j)b? b??Z?*,????X???(??~??zw???i?????l???q????z????l?X??)?????*,?????^j????nu?Z?*,????????"????*'???9,!zz?????x?(????z???0??h??.??+?)??w??)e?+$m????????u????e From ali.ajroud at philips.com Wed Jul 14 05:00:29 2004 From: ali.ajroud at philips.com (ali.ajroud at philips.com) Date: Wed, 14 Jul 2004 05:00:29 +0200 Subject: Ali Ajroud/LME/PCC/PHILIPS is out of the office. Message-ID: I will be out of the office starting 13/07/2004 and will not return until 19/07/2004. I will respond to your message when I return. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Kerry.Milestone at tnzi.com Wed Jul 14 05:43:22 2004 From: Kerry.Milestone at tnzi.com (Kerry Milestone) Date: Wed, 14 Jul 2004 15:43:22 +1200 Subject: long latency issues Message-ID: Hello folks, I am wondering how I can increase the latency on a check ping for various bits of equipment located at the other end of satellite links. The check_ping command (rightfully so) sends alerts that the devices are down, but they are not... just very slow to respond and nothing apart from a touch of quantum networking is likely to change this. Cheers in advance, Kerry Milestone Network Engineer Telecom International NZ. From cian at logic.bm Wed Jul 14 06:16:31 2004 From: cian at logic.bm (Cian O'Sullivan) Date: Wed, 14 Jul 2004 01:16:31 -0300 Subject: CGI's Stopped working. How to debug. Message-ID: Follow UP. I turned logging on the MySQLD on temoprairly and could see the queries in the log file. I noticed the query had the wrong name for the database. 040714 1:04:41 12 Connect cian at HOSTNAME on mysql 12 Query SELECT UNIX_TIMESTAMP(last_update) AS last_update, UNIX_TIMESTAMP(program_start) AS program_start, nagios_pid, daemon_mode, UNIX_TIMESTAMP(last_command_check) AS last_command_check, UNIX_TIMESTAMP(last_log_rotation) AS last_log_rotation, enable_notifications, execute_service_checks, accept_passive_service_checks, enable_event_handlers, obsess_over_services, enable_flap_detection, enable_failure_prediction, process_performance_data FROM programstatus should be listed as nagios. I dont know how my cgi.cfg changed but the databse was listed as mysql instead of nagios. Going to see if NagMIN did it. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net on behalf of Cian O'Sullivan Sent: Tue 7/13/2004 11:35 PM To: nagios-users at lists.sourceforge.net Cc: Subject: [Nagios-users] CGI's Stopped working. How to debug. Hello, I have Nagios 1.2 Compiled with DB support (MySQL). My CGI's all of a sudden stopped working giving me a Whoops! Error: Could not read host and status information. This literally happened in front of my eyes on an auto web refresh. The Database is working fine, and Nagios is writting to it properly. I have checked teh CGI code to see if there is debugging built in that I can turn on and recompile, but I could not find it. The SQL logs are too big, and there are no problems listed in the err-log. Does anyone have any suggestions on how to debug why I am getting this message. i.e Is it because the CGI's cant connect to the DB? None of the built in cgi's work. NagMIN scripts do work. I am open to suggestions. Thanks Cian NHS^???[){([ZrA??yj)-Vv~):??xUn6????_u????^rq^????b^j!y?? +)???h????X0ZrHZ&5"??z&j)b bZ*,??X(~zwilqzlX)????*,??^j??nuZ*,???"*'9,!zz??x(z0h.+)w)e+$m??????ue N?HS^????[)?{(??[?ZrA???y?????j)??-???V??v???~)??:??x????U?????n6????????_u???????^r?q?^???????????b??^???j?!y??? +?)???h???????X???0??ZrHZ??&5?"???z?&j)b? b??Z?*,????X???(??~??zw???i?????l???q????z????l?X??)?????*,?????^j????nu?Z?*,????????"????*'???9,!zz?????x?(????z???0??h??.??+?)??w??)e?+$m????????u????e From psimek at jcu.cz Wed Jul 14 06:52:20 2004 From: psimek at jcu.cz (Petr Simek) Date: Wed, 14 Jul 2004 06:52:20 +0200 (Central Europe Daylight Time) Subject: Image spacing in extended info for status map. In-Reply-To: References: Message-ID: On Tue, 13 Jul 2004, Michael T. Halligan wrote: > I'm trying to figure out how to space out my images in my status map. > I've tried editing the images, adding whitespace, but that doesn't seem > to help.. The 2dcoords option doesn't actually seem to do anything as > I've played around with it a bit.. Does anybody have a good method Do You have select user define coordinates in status map ? When You use coords in extended info, then You must select user define coordinates map in www interface. > BitPusher, LLC *------------------------------------------------------------------------* | Petr Simek APS JU | | psimek at jcu.cz | *------------------------------------------------------------------------* ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Ben at clewett.org.uk Wed Jul 14 10:18:28 2004 From: Ben at clewett.org.uk (Ben Clewett) Date: Wed, 14 Jul 2004 09:18:28 +0100 Subject: Problems after PerfParse In-Reply-To: <20040713221741.0CF263C0A5@merida.terra.com.br> References: <20040713221741.0CF263C0A5@merida.terra.com.br> Message-ID: <40F4EC54.4030406@clewett.org.uk> This is very odd, I have never seen this before. The 'perfparse -r' does not effect any Nagios file, and therefore is unlikely to have had an effect on Nagios. The excellent documentation you followed from Garry is unlikely to have caused this. You have used the '--with-file-perfdata' which is the important step. Ignoring Perfparse, the 'return code of 127' would seem to indicate a bad plugin. Is this a specific plugin, or all plugins? Is there any other information you can supply to help us? Regards, Ben. Wilson Pires Jr wrote: > Hi all. > > I had nagios 1.2 running on redhat 9 and everything was fine. > > nagios was installed with this configuration: > > ./configure --enable-embedded-perl --with-perlcache --with-file-perfdata > > I've enabled performance data in nagios according to: > > http://sourceforge.net/docman/display_doc.php?docid=23344&group_id=109355 > > Perfparse was installed and mysql db configured. > > After that i run "./perfparse -r". > > Now i'm getting on nagios log only: > > Warning: Return code of 127 for check service 'xxxxxxxxx' on host 'xxx' was > out of bounds. Make sure the plugin you're trying to run actually exixts. > > I've already verified the permissions and everything has nagios/nagios as > owner. > > Could anybody help me? > > Regards, > > Wilson > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gebhardt at hrz.uni-marburg.de Wed Jul 14 11:04:20 2004 From: gebhardt at hrz.uni-marburg.de (Gebhardt Thomas) Date: Wed, 14 Jul 2004 11:04:20 +0200 Subject: performance data too long -> truncated In-Reply-To: <200407091139.19464.gebhardt@hrz.uni-marburg.de> References: <200407091139.19464.gebhardt@hrz.uni-marburg.de> Message-ID: <200407141104.22480.gebhardt@hrz.uni-marburg.de> On Friday 09 July 2004 11:39, Gebhardt Thomas wrote: Hi, > I'm trying to collect a bunch of performance data on a remote > host, sending it to the nagios server by nsca. I noticed that > the data get's truncated when the message exceeds a certain > length (about 256 bytes?). Don't know whether this is done > by nsca or by the nagios server (it is not easy to sniff on the > wire since nsca encrypts the data.) Before spending too much > time on that, I'd like to figure out if this is a known issue > with a documented workaround. Any hint? MAX_PLUGINOUTPUT_LENGTH is defined by nagios to 352 and thus limits the maximum plugin message (timestamp + return value + ...+ performance data). MAX_PLUGINOUTPUT_LENGTH itself is limited by the maximum pipe buffer size on the system. cf. http://article.gmane.org/gmane.network.nagios.devel/307 Cheers, Thomas ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From smalhotra at dataarmor.net Wed Jul 14 13:06:41 2004 From: smalhotra at dataarmor.net (Sumit Malhotra) Date: Wed, 14 Jul 2004 16:36:41 +0530 Subject: Host Check Scheduling ! In-Reply-To: <005c01c45f69$4b6324d0$0301a8c0@sumit> References: <005c01c45f69$4b6324d0$0301a8c0@sumit> Message-ID: <006f01c46991$b33b5140$0301a8c0@sumit> Any ?one? can answer it please? Regards, Sumit Malhotra Data Armor HYPERLINK "http://www.dataarmor.net"www.dataarmor.net -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Sumit Malhotra Sent: Thursday, July 01, 2004 6:15 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] Host Check Scheduling ! Hi All! I am using nagios 1.2 with nsca for monitoring hosts on Windows and Unix. Thinks Wok Great ! But as the feature of Passive Host Check is Missing. Many alert ( Against Services) comes up ! As the Firewall doesn't allow anything to reach to host. I devised my own hack to make it work .Here is what I did. I devised a Shell script who checks for service checks received within last n minutes and let it run as host check .. So if there is no check received since last n minutes then the alert will be fired . It works fine As i have suppressed the alerts to an extent. The Above " hack" works fine as along as Freshness check of the services of the host ( that has went down) is greater than the Time at which next host check is scheduled otherwise the same problem pops up again . Is there a way to schedule the host checks separately ? the configuration and other documentation states scheduling of Service check ... How to manipulate scheduling of host check ??? Thanks in Advance, Regards, Sumit --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.719 / Virus Database: 475 - Release Date: 7/12/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.719 / Virus Database: 475 - Release Date: 7/12/2004 -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.mielke at thales-is.com Wed Jul 14 13:48:00 2004 From: martin.mielke at thales-is.com (Martin Mielke) Date: Wed, 14 Jul 2004 13:48:00 +0200 Subject: Lack of gd2 and gif images Message-ID: <40F51D70.6050408@thales-is.com> Hi all, I just noticed that my Nagios 1.2 lacks of lots of gd2 and gif/jpg images for the 2D and 3D status maps... Nagios has been installed from tarball and the only image files are: tools:/usr/local/nagios/share/images/logos # ls -l total 43 drwxrwxr-x 2 nagios nagios 171 May 27 13:50 . drwxrwxr-x 3 nagios nagios 1844 May 27 13:50 .. -rw-rw-r-- 1 nagios nagios 2389 May 27 13:50 nagios.gd2 -rw-rw-r-- 1 nagios nagios 1224 May 27 13:50 nagios.gif -rw-rw-r-- 1 nagios nagios 21699 May 27 13:50 nagiosvrml.png -rw-rw-r-- 1 nagios nagios 2389 May 27 13:50 unknown.gd2 -rw-rw-r-- 1 nagios nagios 1280 May 27 13:50 unknown.gif Can anybody point me to a source of gd2/gif/jpeg files for Nagios? Thanks and regards, Martin ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tom.welsh at bt.com Wed Jul 14 14:25:43 2004 From: tom.welsh at bt.com (tom.welsh at bt.com) Date: Wed, 14 Jul 2004 13:25:43 +0100 Subject: Lack of gd2 and gif images Message-ID: <418B502A3861E242AFDED453F3D5B89C025C15A4@i2km99-ukbr.domain1.systemhost.net> look at the image packs that are available when you click on the big red (extras) button on the nagios downloads page. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Martin Mielke Sent: 14 July 2004 12:48 To: Nagios Users Subject: [Nagios-users] Lack of gd2 and gif images Hi all, I just noticed that my Nagios 1.2 lacks of lots of gd2 and gif/jpg images for the 2D and 3D status maps... Nagios has been installed from tarball and the only image files are: tools:/usr/local/nagios/share/images/logos # ls -l total 43 drwxrwxr-x 2 nagios nagios 171 May 27 13:50 . drwxrwxr-x 3 nagios nagios 1844 May 27 13:50 .. -rw-rw-r-- 1 nagios nagios 2389 May 27 13:50 nagios.gd2 -rw-rw-r-- 1 nagios nagios 1224 May 27 13:50 nagios.gif -rw-rw-r-- 1 nagios nagios 21699 May 27 13:50 nagiosvrml.png -rw-rw-r-- 1 nagios nagios 2389 May 27 13:50 unknown.gd2 -rw-rw-r-- 1 nagios nagios 1280 May 27 13:50 unknown.gif Can anybody point me to a source of gd2/gif/jpeg files for Nagios? Thanks and regards, Martin ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From martin.mielke at thales-is.com Wed Jul 14 15:01:02 2004 From: martin.mielke at thales-is.com (Martin Mielke) Date: Wed, 14 Jul 2004 15:01:02 +0200 Subject: Lack of gd2 and gif images In-Reply-To: <418B502A3861E242AFDED453F3D5B89C025C15A4@i2km99-ukbr.domain1.systemhost.net> References: <418B502A3861E242AFDED453F3D5B89C025C15A4@i2km99-ukbr.domain1.systemhost.net> Message-ID: <40F52E8E.8040505@thales-is.com> tom.welsh at bt.com wrote: >look at the image packs that are available when you click on the big red (extras) button on the nagios downloads page. > > > Thanks for helping a blind man... ;-) [ snip ] ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nicole.haehnel at epost.de Wed Jul 14 15:39:48 2004 From: nicole.haehnel at epost.de (=?ISO-8859-1?Q?Nicole_H=E4hnel?=) Date: Wed, 14 Jul 2004 15:39:48 +0200 Subject: Check_megaraid (Return code of 13 is out of bounds) Message-ID: <40F537A4.7070600@epost.de> Hi, I'm trying to use the plugin from john-at-ibiblio.org, but it doesn't work. Starting the plugin from console with ./check_megaraid -H $HOST$ -C public works fine. I think the return code is wrong. But I don't know what to change. Any ideas? Or any other, newer plugins to check megaraid controllers? Thanks Nicole -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: check_megaraid URL: From bedouglas at earthlink.net Wed Jul 14 15:47:43 2004 From: bedouglas at earthlink.net (bruce) Date: Wed, 14 Jul 2004 06:47:43 -0700 Subject: nagios usage/question... Message-ID: <008e01c469a9$23e5f8c0$0301a8c0@Mesa.com> hi... i'm starting to evaluate various monitoring apps for a possible project. nagios appears to be overkill in some areas, deficient in others for my projected needs. i'm curious, how easy is it to add functionality (ie plugins) to the nagios infrastructure? in other words, is it possible/easy to create perl scripts that might communicate with a client script/app on a client machine, and suck the results into nagios for display. some of my initial needs are: - linux/apache monitoring server - monitor linux client servers - monitor linux client apps - ability to add/remove monitoring scripts/functions - hopefully perl based - ability to detect status of client server/processes - ability to derive status of inter-client communication (not just client-server, but client-client as well) - ability to perform remote admin of some client apps - some level of alert functionality - ability to add additional client monitoring scripts/functionality - user based permission strategy for conducting monitoring functions. (ie allow certain users, to perform certain functions...) comments/criticisms/welcome.... thanks -bruce ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From MG at ev3.net Wed Jul 14 16:00:02 2004 From: MG at ev3.net (Wheeler, MG) Date: Wed, 14 Jul 2004 09:00:02 -0500 Subject: long latency issues Message-ID: <2F29C1E275BF4F4E9DCAE48033A00B9D01030FAF@mail.ev3.net> I would think that you would want to create a new check_ping_sat in checkcommands.cfg where you would use check_ping with the -t 'timeout' option and set it as high as you would need it. Granted I haven't tested this yet myself and should for our slow VPN links but I'm sure with tweaking you can get it to work for yourself. If that's not enough detail let me know and I can get into it more for you. Remember that you can go to the %nagiosinstalldir%/etc and type: ./check_ping -h for all the help you will need with formatting this and running it from the command line for testing. MG Wheeler Senior Systems Engineer ev3 -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Kerry Milestone Sent: Tuesday, July 13, 2004 10:43 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] long latency issues Hello folks, I am wondering how I can increase the latency on a check ping for various bits of equipment located at the other end of satellite links. The check_ping command (rightfully so) sends alerts that the devices are down, but they are not... just very slow to respond and nothing apart from a touch of quantum networking is likely to change this. Cheers in advance, Kerry Milestone Network Engineer Telecom International NZ. NHryj~Uurq?jyr5zj~zqzju9zz?mu _____________________________________________________________________ This message has been checked for all known viruses From codejnki at codejnki.com Wed Jul 14 16:06:06 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Wed, 14 Jul 2004 10:06:06 -0400 Subject: Nagios process located wrong in status map Message-ID: <40F53DCE.1070402@codejnki.com> Our network is set up with most of our network servers located in one central office called Oxford. The rest of our locations branch out of Oxford in a star formation. I am currently working out of one of the remote sites configuring up a Nagios monitoring box. When I click on status map or 3-D status map it shows the Nagios process as a child of the Oxford router rather than the Bronson router. I know that is is a rather minor thing but where do I tell Nagios where in the network topology it resides. When I finally show this to our VP this will be one of the things he'll pick up on rather quickly. Thanks Patrick ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tom.welsh at bt.com Wed Jul 14 16:21:41 2004 From: tom.welsh at bt.com (tom.welsh at bt.com) Date: Wed, 14 Jul 2004 15:21:41 +0100 Subject: Nagios process located wrong in status map Message-ID: <418B502A3861E242AFDED453F3D5B89C025C15A8@i2km99-ukbr.domain1.systemhost.net> Use user defined co-ordinates and you can specify where you want your nagios box to sit. it also provides you with a better layout im my opinion. Cheers Tom -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Patrick Stockton Sent: 14 July 2004 15:06 To: Nagios Users Subject: [Nagios-users] Nagios process located wrong in status map Our network is set up with most of our network servers located in one central office called Oxford. The rest of our locations branch out of Oxford in a star formation. I am currently working out of one of the remote sites configuring up a Nagios monitoring box. When I click on status map or 3-D status map it shows the Nagios process as a child of the Oxford router rather than the Bronson router. I know that is is a rather minor thing but where do I tell Nagios where in the network topology it resides. When I finally show this to our VP this will be one of the things he'll pick up on rather quickly. Thanks Patrick ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From agrajag at dragaera.net Wed Jul 14 16:54:47 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Wed, 14 Jul 2004 10:54:47 -0400 Subject: nagios usage/question... In-Reply-To: <008e01c469a9$23e5f8c0$0301a8c0@Mesa.com> References: <008e01c469a9$23e5f8c0$0301a8c0@Mesa.com> Message-ID: <1089816886.16299.20.camel@pel> On Wed, 2004-07-14 at 09:47, bruce wrote: > hi... > > i'm starting to evaluate various monitoring apps for a possible project. > nagios appears to be overkill in some areas, deficient in others for my > projected needs. i'm curious, how easy is it to add functionality (ie > plugins) to the nagios infrastructure? in other words, is it possible/easy > to create perl scripts that might communicate with a client script/app on a > client machine, and suck the results into nagios for display. I find it hard to think of nagios as overkill for almost anything. Nagios is merely a framework for doing the monitoring. As for adding plugins, its extremely easy. To nagios, a 'plugin' is really just an non-GUI executable. All the plugin has to do is take arguments to tell it what host to check (and any other options you want to supply), then give back a one-line summary of the problems it may or may not of encountered. And the plugin has to user a certain set of exit codes in order to indicate to nagios what state the service/host is in. > > some of my initial needs are: > - linux/apache monitoring server The standard set of plugins includes a check_http, which sounds like what want. > - monitor linux client servers > - monitor linux client apps Those two are very vague. But Nagios does work well with linux. > - ability to add/remove monitoring scripts/functions Definately. All configurable. > - hopefully perl based Nagios is written in C. Plugins are written in whatever language you want. A large number of the standard plugins are written in perl. > - ability to detect status of client server/processes If the plugin doesn't exist, that turns into your ability to write a plugin to check the status. There is a plugin called 'check_proc' that'll tell you if a process is running or not. > - ability to derive status of inter-client communication > (not just client-server, but client-client as well) That's iffy.. as I'm not sure your exact needs, it may come down to your ability to be able to write the appropriate plugin. > - ability to perform remote admin of some client apps Nagios has a nice event handler setup. This allows you to run an arbitrary script/program when a service/host changes state. For instance if it detects the webserver is down, you can have the event handler run a script to try to start the webserver up again. > - some level of alert functionality Nagios has a wide variety of alert options, including escalations. All of them are widely configurable. > - ability to add additional client monitoring scripts/functionality I think you covered this one already. In any case, you can add checks for whatever you want. > - user based permission strategy for conducting monitoring > functions. (ie allow certain users, to perform certain functions...) The nagios cgis do allow you to restrict who can see host/service detail based on who is listed as contacts for them. I believe it also allows them to set downtime windows, etc. And nagios uses standard http authentication, which allows you to easily plugin to various authentication schemes. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Wed Jul 14 17:01:34 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 14 Jul 2004 08:01:34 -0700 Subject: long latency issues In-Reply-To: <2F29C1E275BF4F4E9DCAE48033A00B9D01030FAF@mail.ev3.net> References: <2F29C1E275BF4F4E9DCAE48033A00B9D01030FAF@mail.ev3.net> Message-ID: <036AC029C0962FB2D35E9C1A@cadabra-dsl.stanford.edu> --On Wednesday, July 14, 2004 9:00 AM -0500 "Wheeler, MG" wrote: > I would think that you would want to create a new check_ping_sat in > checkcommands.cfg where you would use check_ping with the -t 'timeout' > option and set it as high as you would need it. Granted I haven't tested > this yet myself and should for our slow VPN links but I'm sure with > tweaking you can get it to work for yourself. > > If that's not enough detail let me know and I can get into it more for > you. Remember that you can go to the %nagiosinstalldir%/etc and type: > ./check_ping -h for all the help you will need with formatting > this and running it from the command line for testing. IIRC, even if you specify the -t flag, Nagios has its own timeout setting in the conf files that will over ride it (-t can be made longer, but only up to the time in the conf file). So you need to bump up that value too (not that I recall what it is off the top of my head). But it does work, once everything is in place -- We have a check that takes about 5 minutes to complete, and its check script works fine. --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Wed Jul 14 16:57:01 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Wed, 14 Jul 2004 10:57:01 -0400 Subject: nagios usage/question... Message-ID: I think it's safe to say that all the features you're asking for are supported, directly or indirectly. Alarms, permissions, basic management (via a script you create that runs when a service fails) with a URL for advanced management, are all possible. To check processes and child processes, you just need to build the proper plugin. If you want to redistribute your plugin, there are guidelines to follow; if it's just internal you could make one that simple does "ps -ef | grep " and then case the $? value. You just have to define how one would check inter-process communication to be working properly, in machine terms. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 > -----Original Message----- > From: bruce [mailto:bedouglas at earthlink.net] > Sent: Wednesday, July 14, 2004 9:48 AM > To: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] nagios usage/question... > > > hi... > > i'm starting to evaluate various monitoring apps for a > possible project. > nagios appears to be overkill in some areas, deficient in > others for my > projected needs. i'm curious, how easy is it to add functionality (ie > plugins) to the nagios infrastructure? in other words, is it > possible/easy > to create perl scripts that might communicate with a client > script/app on a > client machine, and suck the results into nagios for display. > > some of my initial needs are: > - linux/apache monitoring server > - monitor linux client servers > - monitor linux client apps > - ability to add/remove monitoring scripts/functions > - hopefully perl based > - ability to detect status of client server/processes > - ability to derive status of inter-client communication > (not just client-server, but client-client as well) > - ability to perform remote admin of some client apps > - some level of alert functionality > - ability to add additional client monitoring scripts/functionality > - user based permission strategy for conducting monitoring > functions. (ie allow certain users, to perform certain functions...) > > comments/criticisms/welcome.... > > thanks > > -bruce > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From flakmagnet at tabletop-battlezone.com Wed Jul 14 17:31:49 2004 From: flakmagnet at tabletop-battlezone.com (Flak Magnet (Tim)) Date: Wed, 14 Jul 2004 11:31:49 -0400 Subject: RSS/RDF feeds from a Nagios server? Message-ID: <200407141131.49954.flakmagnet@tabletop-battlezone.com> I'm if it's relatively simple to set up an RSS/RDF feed of current warning/ critical checks on my nagios box. Has anyone done this already? What did you use to do so? -- --Tim The moment one accepts the idea that dissent is unpatriotic, one wastes the sacrifices of every true patriot that's ever lived. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From JStork at providencehealth.bc.ca Wed Jul 14 18:12:15 2004 From: JStork at providencehealth.bc.ca (Stork, Johnny [PH]) Date: Wed, 14 Jul 2004 09:12:15 -0700 Subject: PLEASE HELP!! Nagios started failing on CGI's? Message-ID: <9BA1D6F859B535448073EF58517BC97C09A42767@phcexch.phc.bc.ca> For some reason, after months of working fine, I had recently installed PerfGraph and everything was working last night. This morning I am unable to access any of the cgi's and my /var/log/httpd/error_log shows the following when trying to go to the "Service Detail" area: Premature end of script headers: status.cgi, referer: http://192.168.101.14/nagios/side.html Basically the same error (different cgi) when I try anything else??? I am only here until Friday so it is very important I fix this before then. Any suggestions would be greatly appreciated. Thanks ----------------------------------------------------------- Johnny Stork Database Developer & Statistical Analyst Provincial Blood Coordinating Office ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nemir at mindless.com Wed Jul 14 18:32:42 2004 From: nemir at mindless.com (nemir nemiria) Date: Thu, 15 Jul 2004 02:32:42 +1000 Subject: nagios usage/question... Message-ID: <20040714163242.B74BB4BDA9@ws1-1.us4.outblaze.com> Hiya Bruce.. I am still pretty new here, but have just set up a bunch of stuff and can answer some of your queries. > i'm starting to evaluate various monitoring apps for a possible project. > nagios appears to be overkill in some areas, deficient in others for my > projected needs. i'm curious, how easy is it to add functionality (ie > plugins) to the nagios infrastructure? in other words, is it possible/easy > to create perl scripts that might communicate with a client script/app on a > client machine, and suck the results into nagios for display. It is fairly easy to write plugins. There is a guideline available: http://nagiosplug.sourceforge.net/developer-guidelines.html They say that they are happy to recieve plugins in C, Perl, sh or python it seems. by and large, it is hard to respond to your initial needs without more detail, but here is a stab. > some of my initial needs are: > - linux/apache monitoring server Depending on the depth of monitoring this is already there. check_http. > - monitor linux client servers > - monitor linux client apps Depending on how you want to do this, it should be quite possible. > - ability to add/remove monitoring scripts/functions > - hopefully perl based If you like. ;-) > - ability to detect status of client server/processes check_procs maybe? > - ability to derive status of inter-client communication Depends on what sort of limitations you are setting for yourself. You can run nagios check commands on remote hosts with various means. > (not just client-server, but client-client as well) > - ability to perform remote admin of some client apps > - some level of alert functionality This is the point of the application. I installed gnokii, and wrote a send_by_sms notification macro to send my team an sms whenever a critical message occurs. > - ability to add additional client monitoring scripts/functionality > - user based permission strategy for conducting monitoring > functions. (ie allow certain users, to perform certain functions...) You can assign permissions to certain users by assigning them to notification groups for the hosts/services that you want to allow them to see/control. You can also use the main configuration file to give extra rights to specified accounts above and beyond those inherited as a contact. regards, Nemir -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Ben at clewett.org.uk Wed Jul 14 18:55:49 2004 From: Ben at clewett.org.uk (Ben Clewett) Date: Wed, 14 Jul 2004 17:55:49 +0100 Subject: PLEASE HELP!! Nagios started failing on CGI's? In-Reply-To: <9BA1D6F859B535448073EF58517BC97C09A42767@phcexch.phc.bc.ca> References: <9BA1D6F859B535448073EF58517BC97C09A42767@phcexch.phc.bc.ca> Message-ID: <40F56595.1080700@clewett.org.uk> The programs are crashing, core dumping. You say you installed PerfParse? Is it this program, Nagios, or both? (PP used perfgraph.cgi, all others are Nagios.) If you run the offending cgi programs from the UNIX shell, what is the output? eg: $ /usr/local/nagios/sbin/status.cgi Can you also check dependencies, like MySQL, are running correctly? Regards, Ben. Stork, Johnny [PH] wrote: > For some reason, after months of working fine, I had recently installed > PerfGraph and everything was working last night. This morning I am unable to > access any of the cgi's and my /var/log/httpd/error_log shows the following > when trying to go to the "Service Detail" area: > > Premature end of script headers: status.cgi, referer: > http://192.168.101.14/nagios/side.html > > Basically the same error (different cgi) when I try anything else??? > > I am only here until Friday so it is very important I fix this before then. > Any suggestions would be greatly appreciated. > > Thanks > > ----------------------------------------------------------- > Johnny Stork > Database Developer & Statistical Analyst > Provincial Blood Coordinating Office > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From michael.gale at utilitran.com Wed Jul 14 19:14:46 2004 From: michael.gale at utilitran.com (Michael Gale) Date: Wed, 14 Jul 2004 11:14:46 -0600 Subject: Nagios 1.2 will not start-- missing lib ? In-Reply-To: <1F8990C21AC73945BE6AAC5AD6D4CAE934CD76@BCSXAC.knmi.nl> References: <1F8990C21AC73945BE6AAC5AD6D4CAE934CD76@BCSXAC.knmi.nl> Message-ID: <20040714111446.5b81b0f9@mgalepc.utilitran.com> Hello, Thanks for the info ... I was able to solve the problem ... I did run ldconfig a few times with out success. I ran the following command: strace /home/nagios/bin/nagios /home/nagios/etc/nagios.cfg Which pointed out all the directories where nagios was looking for the lib. I thought that it was odd that I compiled nagios with --with-mysql-lib=/usr/local/mysql-source/lib/mysql/ but when I ran nagios it did not look there ? Anyways moving the libs to a directory that nagios checks fixed the problem. Michael. On Wed, 14 Jul 2004 09:43:01 +0200 "Hoeven, Maarten van der" wrote: > I had this once (with another package). You could try this one; it helped for me: > > Add to /etc/ld.so.conf (or where ever ld.so.conf is) the path where the mysql-libraries are. For example > /usr/mysql/lib/mysql > > Execute > /sbin/ldconfig > > Check > /sbin/ldconfig -v | grep mysql > /usr/mysql/lib/mysql: > libmysqlclient.so.12 -> libmysqlclient.so.12.0.0 > > > PS. This one worked on Redhat. Dont know how&what for Slackware > > > > -----Original Message----- > > From: nagios-users-admin at lists.sourceforge.net > > [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Michael > > Gale > > Sent: Tuesday, July 13, 2004 9:02 PM > > To: nagios-users at lists.sourceforge.net > > Subject: [Nagios-users] Nagios 1.2 will not start-- missing lib ? > > > > > > Hello, > > > > I am running slackware 9.0. I installed the mysql > > binary package from the mysql site in /usr/local/mysql. I have also > > compiled mysql from source and installed it into > > /usr/local/mysql-source. This is because some other > > applications needed > > the mysql source files. > > > > So when I was compiling nagios 1.2 with mysql support I found > > I had to point it towards /usr/local/mysql-source because > > it could not find the files it needed in /usr/local/mysql. > > > > Nagios 1.2 did compile and make with out any errors but now > > when I try and start nagios I receive the following errors: > > > > username at hostname:/home/nagios# /home/nagios/bin/nagios > > /home/nagios/etc/nagios.cfg > > > > /home/nagios/bin/nagios: error while loading shared > > libraries: libmysqlclient.so.12: cannot open shared object file: No > > such file or directory > > > > The user can find the file and has access to read the > > library. Anyone have any suggestions as to why it will not start ? > > > > -- > > Michael Gale > > Network Administrator > > Utilitran Corporation > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > -------------------------------------------------------------- > > Zie ook/see also: http://www.knmi.nl/maildisclaimer.html > > > > > -- Michael Gale Network Administrator Utilitran Corporation ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marcioqueiroz at vicom.com.br Wed Jul 14 20:09:06 2004 From: marcioqueiroz at vicom.com.br (Marcio Queiroz) Date: Wed, 14 Jul 2004 15:09:06 -0300 Subject: RES: long latency issues Message-ID: Kerry, What Wheeler sugested below, work?s. I have a lot os sites on a Satelite network, includinf double HOPs, and what i do is to put on the check_command: Check_ping!1000.00,20%!2000.00,80% So i will have alarm of warning if the ping is above 1000ms and a critical if it is above 2000ms Hope it helps Marcio Q. Dall Agnol phone : 55-21-3873-5826 Fax : 55-21-3873-5845 marcioqueiroz at vicom.com.br VICOM Net Servi?os de Comunica??o S/A Visite nossas p?ginas: Redes Corporativas: Internet Banda Larga: TV por Assinatura : Institucional: http://www.netservicos.com > ----- Mensagem original ----- > De: Wheeler, MG [SMTP:MG at ev3.net] > Enviada em: quarta-feira, 14 de julho de 2004 11:00 > Para: Kerry Milestone; nagios-users at lists.sourceforge.net > Assunto: RE: [Nagios-users] long latency issues > > I would think that you would want to create a new check_ping_sat in > checkcommands.cfg where you would use check_ping with the -t 'timeout' > option and set it as high as you would need it. Granted I haven't tested > this yet myself and should for our slow VPN links but I'm sure with > tweaking you can get it to work for yourself. > > If that's not enough detail let me know and I can get into it more for > you. Remember that you can go to the %nagiosinstalldir%/etc and type: > ./check_ping -h for all the help you will need with formatting > this and running it from the command line for testing. > > MG Wheeler > Senior Systems Engineer > ev3 > > > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Kerry > Milestone > Sent: Tuesday, July 13, 2004 10:43 PM > To: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] long latency issues > > > Hello folks, > > I am wondering how I can increase the latency on a check ping for various > bits of equipment located at the other end of satellite links. The > check_ping command (rightfully so) sends alerts that the devices are down, > but they are not... just very slow to respond and nothing apart from a > touch of quantum networking is likely to change this. > > Cheers in advance, > > Kerry Milestone > > Network Engineer > Telecom International NZ. > NHryj~Uurqzjyr5zj~zqzju9zz?mu > > _____________________________________________________________________ > This message has been checked for all known viruses > NHS^?[){([ZrA?yj)-5 Vv~):xU?n6??_u?o^rq^ b^2 > j!y? > +)?h??X0ZrHZ&5("?z&j)b bZ*,oX(: ~zw?i3l2qzlX)?*,o^jnuZ*, > ?"*'=9,!zzx(z0 > h.&+)w)e.+$m?g?u e ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From JStork at providencehealth.bc.ca Wed Jul 14 20:20:30 2004 From: JStork at providencehealth.bc.ca (Stork, Johnny [PH]) Date: Wed, 14 Jul 2004 11:20:30 -0700 Subject: FW: PLEASE HELP!! Nagios started failing on CGI's? Message-ID: <9BA1D6F859B535448073EF58517BC97C09A4276C@phcexch.phc.bc.ca> I found the problme, had multiple nagios procesess running, killed all, restarted and everything is fine. Thanks for the tips > -----Original Message----- > From: Stork, Johnny [PH] > Sent: July 14, 2004 9:12 AM > To: nagios-users at lists.sourceforge.net > Subject: PLEASE HELP!! Nagios started failing on CGI's? > > For some reason, after months of working fine, I had recently installed > PerfGraph and everything was working last night. This morning I am unable > to access any of the cgi's and my /var/log/httpd/error_log shows the > following when trying to go to the "Service Detail" area: > > Premature end of script headers: status.cgi, referer: > http://192.168.101.14/nagios/side.html > > Basically the same error (different cgi) when I try anything else??? > > I am only here until Friday so it is very important I fix this before > then. Any suggestions would be greatly appreciated. > > Thanks > > ----------------------------------------------------------- > Johnny Stork > Database Developer & Statistical Analyst > Provincial Blood Coordinating Office > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From peter at mcalpinecomputing.net Wed Jul 14 21:18:11 2004 From: peter at mcalpinecomputing.net (Peter McAlpine) Date: Wed, 14 Jul 2004 15:18:11 -0400 Subject: nagios usage/question... In-Reply-To: <1089816886.16299.20.camel@pel> References: <008e01c469a9$23e5f8c0$0301a8c0@Mesa.com> <1089816886.16299.20.camel@pel> Message-ID: <20040714191811.GA11072@pitc> On Wed, Jul 14, 2004 at 10:54:47AM -0400, Sean Dilda wrote: > > - ability to perform remote admin of some client apps > > Nagios has a nice event handler setup. This allows you to run an > arbitrary script/program when a service/host changes state. For > instance if it detects the webserver is down, you can have the event > handler run a script to try to start the webserver up again. > I'm currently setting this up for our 24/7/365.25 monitoring at my workplace... Is it possible to delay execution of an event handler until confirmation is received (via the cgi's) that we actually _want_ to execute said event handler? I don't like the idea of trusting nagios to auto start things without checking with the on-duty tech-support personell. -Peter -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From jhmartin at toger.us Wed Jul 14 21:57:08 2004 From: jhmartin at toger.us (Jason Martin) Date: Wed, 14 Jul 2004 12:57:08 -0700 Subject: nagios usage/question... In-Reply-To: <20040714191811.GA11072@pitc> References: <008e01c469a9$23e5f8c0$0301a8c0@Mesa.com> <1089816886.16299.20.camel@pel> <20040714191811.GA11072@pitc> Message-ID: <20040714195708.GB622@zippy.members.linode.com> On Wed, Jul 14, 2004 at 03:18:11PM -0400, Peter McAlpine wrote: > On Wed, Jul 14, 2004 at 10:54:47AM -0400, Sean Dilda wrote: > Is it possible to delay execution of an event handler until > confirmation is received (via the cgi's) that we actually _want_ to > execute said event handler? I don't like the idea of trusting nagios > to auto start things without checking with the on-duty tech-support > personell. That functionality is not built in to Nagios. -Jason Martin -- Useless Invention: Air-Bag for a motorcycle. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From nemir at mindless.com Wed Jul 14 22:47:32 2004 From: nemir at mindless.com (nemir nemiria) Date: Thu, 15 Jul 2004 06:47:32 +1000 Subject: nagios usage/question... Message-ID: <20040714204732.64066101C9@ws1-3.us4.outblaze.com> > On Wed, Jul 14, 2004 at 03:18:11PM -0400, Peter McAlpine wrote: > > On Wed, Jul 14, 2004 at 10:54:47AM -0400, Sean Dilda wrote: > > Is it possible to delay execution of an event handler until > > confirmation is received (via the cgi's) that we actually _want_ to > > execute said event handler? I don't like the idea of trusting nagios > > to auto start things without checking with the on-duty tech-support > > personell. > That functionality is not built in to Nagios. Could you define a service escalation that didn't activate until (for example) the third notification event...? And then have the notification activate the command to restart the daemon required? I could be wrong, I am a little newbie here, and haven't looked into this at all. try here for mroe detail... http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#serviceescalation regards, Nemir -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Kerry.Milestone at tnzi.com Wed Jul 14 23:09:01 2004 From: Kerry.Milestone at tnzi.com (Kerry Milestone) Date: Thu, 15 Jul 2004 09:09:01 +1200 Subject: long latency issues Message-ID: SGVsbG8sDQoNCkkgbGlrZSB0aGUgaWRlYSBvZiBjcmVhdGluZyBhIHNlcGFyYXRlIHNldCBvZiBj b21tYW5kcyB3aGljaCBjYW4gaGF2ZSBsb25nZXIgcmVzcG9uc2UgdGltZXMsIEhhdmUgZG9uZSB0 aGlzLCBhbmQgaXQgd29ya3MuICBDcmVhdGVkIGEgX3NhdF8gd2hpY2ggcnVucyBsb25nIHRpbWVv dXRzIGZvciBzcGVjaWZpYyBjaGVja3MuICBDYW4gb25lIHBhc3MgZ2xvYmFsIHZhcmlhYmxlIGZy b20gaG9zdHMuY2ZnIGNvbmZpZ3VyYXRpb24gZm9yIGluZGl2aWR1YWwgbm9kZXMgc28gaGF2ZSBv bmx5IG9uZSBjaGVjayBjb21tYW5kIHN0aWxsPz8uICANCg0KQ2hlZXJzIGd1eXMsDQpLZXJyeS4N Cg0KDQoNCiANCiANCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQoxICwgMC4uLi4g IG15IHR3byBiaXRzLg0KIA0KDQotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTogTWFy Y2lvIFF1ZWlyb3ogW21haWx0bzptYXJjaW9xdWVpcm96QHZpY29tLmNvbS5icl0gDQpTZW50OiBU aHVyc2RheSwgMTUgSnVseSAyMDA0IDY6MDkgYS5tLg0KVG86ICdXaGVlbGVyLCBNRyc7IEtlcnJ5 IE1pbGVzdG9uZTsgbmFnaW9zLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldA0KU3ViamVjdDog UkVTOiBbTmFnaW9zLXVzZXJzXSBsb25nIGxhdGVuY3kgaXNzdWVzDQoNCktlcnJ5LA0KDQpXaGF0 IFdoZWVsZXIgc3VnZXN0ZWQgYmVsb3csIHdvcmvCtHMuIEkgaGF2ZSBhIGxvdCBvcyBzaXRlcyBv biBhIFNhdGVsaXRlDQpuZXR3b3JrLCBpbmNsdWRpbmYgZG91YmxlIEhPUHMsIGFuZCB3aGF0IGkg ZG8gaXMgdG8gcHV0IG9uIHRoZQ0KY2hlY2tfY29tbWFuZDoNCg0KQ2hlY2tfcGluZyExMDAwLjAw LDIwJSEyMDAwLjAwLDgwJQ0KDQpTbyBpIHdpbGwgaGF2ZSBhbGFybSBvZiB3YXJuaW5nIGlmIHRo ZSBwaW5nIGlzIGFib3ZlIDEwMDBtcyBhbmQgYSBjcml0aWNhbA0KaWYgaXQgaXMgYWJvdmUgMjAw MG1zDQoNCkhvcGUgaXQgaGVscHMNCg0KDQoJTWFyY2lvIFEuICBEYWxsIEFnbm9sDQoJcGhvbmUg OiA1NS0yMS0zODczLTU4MjYNCglGYXggICAgICA6IDU1LTIxLTM4NzMtNTg0NQ0KCW1hcmNpb3F1 ZWlyb3pAdmljb20uY29tLmJyDQoJVklDT00NCglOZXQgU2VydmnDp29zIGRlIENvbXVuaWNhw6fD o28gUy9BDQoJVmlzaXRlIG5vc3NhcyBww6FnaW5hczoNCglSZWRlcyBDb3Jwb3JhdGl2YXM6IDxo dHRwOi8vd3d3LnZpY29tLmNvbS5icj4NCglJbnRlcm5ldCBCYW5kYSBMYXJnYTogPGh0dHA6Ly93 d3cudmlydHVhLmNvbS5icj4NCglUViBwb3IgQXNzaW5hdHVyYSA6IDxodHRwOi8vd3d3Lm5ldC50 di5icj4NCglJbnN0aXR1Y2lvbmFsOiBodHRwOi8vd3d3Lm5ldHNlcnZpY29zLmNvbQ0KDQoNCg0K ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Thu Jul 15 00:35:03 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Wed, 14 Jul 2004 18:35:03 -0400 Subject: nagios usage/question... Message-ID: > > On Wed, Jul 14, 2004 at 03:18:11PM -0400, Peter McAlpine wrote: > > > On Wed, Jul 14, 2004 at 10:54:47AM -0400, Sean Dilda wrote: > > > Is it possible to delay execution of an event handler until > > > confirmation is received (via the cgi's) that we actually > _want_ to > > > execute said event handler? I don't like the idea of > trusting nagios > > > to auto start things without checking with the on-duty > tech-support > > > personell. > > > That functionality is not built in to Nagios. > > Could you define a service escalation that didn't activate until (for > example) the third notification event...? And then have the > notification activate the command to restart the daemon required? > > I could be wrong, I am a little newbie here, and haven't looked into > this at all. I think what he means (and what *I* would like to see) is an event handler that is a button on the service/host description page only, so that Nagios would never run the script without someone viewing the problem service/host and specifically deciding to run the script. This way you could take a new hire and throw him in the on-call barrel real quick without not needing to know all the passwords and file locations and every other little detail that takes weeks to learn. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From michael at halligan.org Thu Jul 15 00:43:37 2004 From: michael at halligan.org (Michael T. Halligan) Date: Wed, 14 Jul 2004 15:43:37 -0700 (PDT) Subject: Image spacing in extended info for status map. In-Reply-To: References: Message-ID: Ooof! That means I have to figure out coordinates for every single icon? That could take hours/days :( Is there a better way to do this than trying to tweak with the numbers? Michael On Wed, 14 Jul 2004, Petr Simek wrote: > On Tue, 13 Jul 2004, Michael T. Halligan wrote: > > > I'm trying to figure out how to space out my images in my status map. > > I've tried editing the images, adding whitespace, but that doesn't seem > > to help.. The 2dcoords option doesn't actually seem to do anything as > > I've played around with it a bit.. Does anybody have a good method > > Do You have select user define coordinates in status map ? When You use > coords in extended info, then You must select user define coordinates map > in www interface. > > > BitPusher, LLC > > *------------------------------------------------------------------------* > | Petr Simek APS JU | > | psimek at jcu.cz | > *------------------------------------------------------------------------* > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------- BitPusher, LLC http://www.bitpusher.com/ 1.888.9PUSHER (415) 724.7998 - Mobile ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Thu Jul 15 01:46:21 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Wed, 14 Jul 2004 16:46:21 -0700 Subject: nagios usage/question... In-Reply-To: References: Message-ID: <40F5C5CD.9080409@gurugeek.com> I think that might be the wrong approach... here's how I would think you could setup a remote reboot for a server... You could use the hostextinfo.cfg and create a link for each server to a perl/php page that knows how to talk to your UPS' When you see the server go down, you can click the link for the extinfo page and use it to remotely reboot your server. If you want human interaction I think that might be the path of least resistance, then if you don't have a 24x7 NOC you can setup contacts. When a server goes down you'd receive an email, check nagios, and use the extinfo page to reboot the box. The same can be done for services as well. Jeff Robert Nelson wrote: >>>On Wed, Jul 14, 2004 at 03:18:11PM -0400, Peter McAlpine wrote: >>> >>> >>>>On Wed, Jul 14, 2004 at 10:54:47AM -0400, Sean Dilda wrote: >>>>Is it possible to delay execution of an event handler until >>>>confirmation is received (via the cgi's) that we actually >>>> >>>> >>_want_ to >> >> >>>>execute said event handler? I don't like the idea of >>>> >>>> >>trusting nagios >> >> >>>>to auto start things without checking with the on-duty >>>> >>>> >>tech-support >> >> >>>>personell. >>>> >>>> >>>That functionality is not built in to Nagios. >>> >>> >>Could you define a service escalation that didn't activate until (for >>example) the third notification event...? And then have the >>notification activate the command to restart the daemon required? >> >>I could be wrong, I am a little newbie here, and haven't looked into >>this at all. >> >> > >I think what he means (and what *I* would like to see) is an event >handler that is a button on the service/host description page only, so >that Nagios would never run the script without someone viewing the >problem service/host and specifically deciding to run the script. This >way you could take a new hire and throw him in the on-call barrel real >quick without not needing to know all the passwords and file locations >and every other little detail that takes weeks to learn. > >Rob Nelson >Network Engineer >Windchannel Communications >919-538-6326 > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Juliet_Tree at cotyinc.com Thu Jul 15 02:02:19 2004 From: Juliet_Tree at cotyinc.com (Juliet_Tree at cotyinc.com) Date: Thu, 15 Jul 2004 01:02:19 +0100 Subject: Juliet Tree/ASHFORD/UK/COTY is out of the office. Message-ID: I will be out of the office starting 15/07/2004 and will not return until 19/07/2004. I am away on a Training Course and will not be picking up my email so please contact Paul Seal on 2261 for any urgent issues. Thankyou Thanks. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Thu Jul 15 02:29:35 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Wed, 14 Jul 2004 20:29:35 -0400 Subject: nagios usage/question... Message-ID: > -----Original Message----- > From: Jeff Rodriguez [mailto:nagios-users at gurugeek.com] > Sent: Wednesday, July 14, 2004 7:46 PM > To: Robert Nelson > Cc: nemir nemiria; nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] nagios usage/question... > > > I think that might be the wrong approach... here's how I > would think you > could setup a remote reboot for a server... > > You could use the hostextinfo.cfg and create a link for each > server to a > perl/php page that knows how to talk to your UPS' > When you see the server go down, you can click the link for > the extinfo > page and use it to remotely reboot your server. > > If you want human interaction I think that might be the path of least > resistance, then if you don't have a 24x7 NOC you can setup contacts. > When a server goes down you'd receive an email, check nagios, and use > the extinfo page to reboot the box. > > The same can be done for services as well. I think we're on the same page...the difference being that yours would link me to a CGI script or something that would run the script; my idea would run a script on the Nagios server, probably via the cmd file. I would prefer this method because it would stay within the Nagios realm, allowing Nagios to log who submitted the script as a command, at what time, what the response was, etc. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rmiller at duskglow.com Thu Jul 15 06:48:37 2004 From: rmiller at duskglow.com (Russell Miller) Date: Wed, 14 Jul 2004 23:48:37 -0500 Subject: [PATCH] elapsed process time Message-ID: <200407142348.41905.rmiller@duskglow.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Attached is a patch to nagios-plugins-1.4.0-alpha (which is the version I have in production, apologies if it's a bit out of date), which patches check_procs to check for elapsed process time. - --Russell - -- Russell Miller - rmiller at duskglow.com - Le Mars, IA Duskglow Consulting - Helping companies just like you to succeed for ~ 10 yrs. http://www.duskglow.com - 712-546-5886 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA9gyoURTA4VCI9OARAlFYAJ9KDVaR39SS944tJd7QJSKeV5bxoQCfeW4M FxWBnqpeMUJmtql+RIEztSs= =S25Y -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: nagios.patch Type: text/x-diff Size: 6595 bytes Desc: not available URL: From rmiller at duskglow.com Thu Jul 15 07:06:43 2004 From: rmiller at duskglow.com (Russell Miller) Date: Thu, 15 Jul 2004 00:06:43 -0500 Subject: [PATCH] elapsed process time In-Reply-To: <200407142348.41905.rmiller@duskglow.com> References: <200407142348.41905.rmiller@duskglow.com> Message-ID: <200407150006.47405.rmiller@duskglow.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 14 July 2004 23:48, Russell Miller wrote: > Attached is a patch to nagios-plugins-1.4.0-alpha (which is the version I > have in production, apologies if it's a bit out of date), which patches > check_procs to check for elapsed process time. > Sorry, there's an error in that patch, be sure to add an "e:" to the getopts string when applying. sigh.. - --Russell > --Russell - -- Russell Miller - rmiller at duskglow.com - Le Mars, IA Duskglow Consulting - Helping companies just like you to succeed for ~ 10 yrs. http://www.duskglow.com - 712-546-5886 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA9hDlURTA4VCI9OARAv9LAJ9GmssBhlIxvfd8m8bdDB0rJpSm8gCfXBj2 zG2bJhxKZnaTOfIfVI705OM= =3Bh7 -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Thu Jul 15 07:09:17 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 14 Jul 2004 22:09:17 -0700 Subject: [PATCH] elapsed process time In-Reply-To: <200407142348.41905.rmiller@duskglow.com> References: <200407142348.41905.rmiller@duskglow.com> Message-ID: --On Wednesday, July 14, 2004 11:48 PM -0500 Russell Miller wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Attached is a patch to nagios-plugins-1.4.0-alpha (which is the version I > have in production, apologies if it's a bit out of date), which patches > check_procs to check for elapsed process time. Shouldn't this be submitted at the nagios plugins site at sourceforge? --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rmiller at duskglow.com Thu Jul 15 07:15:15 2004 From: rmiller at duskglow.com (Russell Miller) Date: Thu, 15 Jul 2004 00:15:15 -0500 Subject: [PATCH] elapsed process time In-Reply-To: References: <200407142348.41905.rmiller@duskglow.com> Message-ID: <200407150015.19705.rmiller@duskglow.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 15 July 2004 00:09, Quanah Gibson-Mount wrote: > Shouldn't this be submitted at the nagios plugins site at sourceforge? > Perhaps. I don't know how everything works in the project, I'm just a simple coder. :-) I'll see what I can do, thanks. - --Russell - -- Russell Miller - rmiller at duskglow.com - Le Mars, IA Duskglow Consulting - Helping companies just like you to succeed for ~ 10 yrs. http://www.duskglow.com - 712-546-5886 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA9hLmURTA4VCI9OARApaBAJ9ag1Z/nH8NpEQwJsKLFM/eRwogcQCfcmSS TdKEGzu5G1MEx3YOJ41IOeg= =E2uJ -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Thu Jul 15 07:33:42 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 14 Jul 2004 22:33:42 -0700 Subject: [PATCH] elapsed process time In-Reply-To: <200407150015.19705.rmiller@duskglow.com> References: <200407142348.41905.rmiller@duskglow.com> <200407150015.19705.rmiller@duskglow.com> Message-ID: --On Thursday, July 15, 2004 12:15 AM -0500 Russell Miller wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thursday 15 July 2004 00:09, Quanah Gibson-Mount wrote: > >> Shouldn't this be submitted at the nagios plugins site at sourceforge? >> > Perhaps. I don't know how everything works in the project, I'm just a > simple coder. :-) > > I'll see what I can do, thanks. Good luck, the last patch I submitted to them, I didn't get a reply for almost a year, and then they said they already had done what I submitted... I submitted another patch about 6 months ago, no word on that one either. ;) --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From smalhotra at dataarmor.net Thu Jul 15 07:54:34 2004 From: smalhotra at dataarmor.net (Sumit Malhotra) Date: Thu, 15 Jul 2004 11:24:34 +0530 Subject: Dammn ...Host Check Message-ID: <001501c46a30$36b03ab0$0301a8c0@sumit> Hi all , How can I schedule the host checks? What I want is .... Every Service check if result in failure should fork a HOST check to see if the host is down. Can it be achieved? Regards, Sumit Malhotra Data Armor www.dataarmor.net ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Thu Jul 15 08:22:14 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Thu, 15 Jul 2004 01:22:14 -0500 Subject: multiple ip address for nrpe Message-ID: <20040715062214.91088.qmail@restricted.dyndns.org> Hey guys, has anyone ever got to make nrpe_nt to accept nagios checks from different ip address? Thanks. Neil ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Thu Jul 15 08:37:50 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Wed, 14 Jul 2004 23:37:50 -0700 Subject: Dammn ...Host Check In-Reply-To: <001501c46a30$36b03ab0$0301a8c0@sumit> References: <001501c46a30$36b03ab0$0301a8c0@sumit> Message-ID: <40F6263E.2030101@gurugeek.com> I think that's basically how things work now. Jeff Sumit Malhotra wrote: >Hi all , > > How can I schedule the host checks? > > What I want is .... > >Every Service check if result in failure should fork a HOST check to see >if the host is down. > > Can it be achieved? > > >Regards, >Sumit Malhotra >Data Armor >www.dataarmor.net > > > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Thu Jul 15 10:48:48 2004 From: ae at op5.se (Andreas Ericsson) Date: Thu, 15 Jul 2004 10:48:48 +0200 Subject: Database stores and distributed monitoring In-Reply-To: <4905A852-D4E2-11D8-BF85-000A95BF2A8C@silentmedia.com> References: <40F32880.5060502@op5.se> <4905A852-D4E2-11D8-BF85-000A95BF2A8C@silentmedia.com> Message-ID: <40F644F0.7040605@op5.se> Ben wrote: > > On Jul 12, 2004, at 5:10 PM, Andreas Ericsson wrote: > >> >> You could try applying the chained hash patch. It makes a great >> speedup. It's in by default in 2.0, which is stable enough for us to >> run in production. > > > Can I get just this patch and apply it to the stable 1.2 code base, or > should I just run 2.0? I'd prefer the former, but I don't know where to > get the patch? > Sorry, I don't have it. >>> And >>> it did, but not enough. So now, even though I'm using a quad xeon >>> with 4GB >>> of ram for the nagios machine (the database lives elsewhere), now I'm >>> thinking that maybe I should set up a distributed monitoring scheme too. >> >> >> Move the database to reside on the same server as Nagios runs on. >> Unless you're using embedded perl (which is really buggy) it shouldn't >> be a problem at all. > > > Well, that server also does MRTG monitoring, so every 5 minutes it gets > pretty slammed. > Skip MRTG in favour of cacti (http://raxnet.net), implement Ben Clewetts perf-parse and the cactid poller daemon, and create dataqueries that fetch data from the perfparse database. >>> But I'm a bit confused. If the distributed monitoring software can >>> write data into a database, and the CGIs read data out of the >>> database.... do I need to use the nsca tool to do passive service >>> checks? >> >> >> Not necessarily, but it's the only way to make configuration sit on >> only one host. That won't do any good with regards to the CGI's >> though, since it still has to parse the same amount of information. > > > Yeah, my hope was that most of the time the CGIs were spending was with > file IO, and that putting that data in a database would open up room for > Mo' Bettah(tm)(r)(c)($) queries that would reduce the time spent data > groveling. But I guess this isn't as much the case as I had hoped. > >> On the other hand; I can't imagine any one person being responsible >> for all those 2500 servers, so it might be prudent to have several >> separate installations of Nagios. Large networks will always be a bit >> sluggish to display in the webinterface because of the sheer amount of >> data it needs to read every time. The price large companies pay for >> success, I guess. > > > We're not personally responsible for rebooting them all, but we are the > one team responsible for making sure they're still working, and telling > our outsourced server monkeys to go reboot them if they have issues. > > I'll try the patch and see how it goes, but it seems to me, knowing > squat about the internals of the CGIs :) that things should still be > pretty snappy with this many hosts, at least until you start to load a > page containing all the hosts. What are the known resource-intensive > times, and if I want to start dinking around with code and/or database > optimizations, should I work from the 1.2 or the 2.0 branch? How stable > is the head branch, anyway? > > The main thing about 1.2 without the chained hash patch is that for every new object it finds, it does a strcmp on every other object of the same type. It also sorts everything alphabetically this way, so it adds up to a lot of pointer-shifting and expensive bytecomparison operations (gcc's optimizations also fail to work properly due to common naming-standards). The chained hash-patch makes those strcmps unnecessary since the hash it produces is supposed to be unique. With 2500 hosts (depending on how they're sorted) it would have to make anywhere from zero to 1+2+3+4+5+6+7+8+9...+2499 strcmps just for the hosts, each followed by some pointershifting. Head branch is very stable. We use it in production and plan on shipping it to our customers as of october (it's been in beta testing at various networks for 3 months already with no problems so far). 2.0 also has another CGI speedup option. At startup, all the objects are cached in one file, where they are presorted and pre-expanded, so the cgi's doesn't have to do any of that. If you keep that file on a RAM-disk and write an eventbroker to log things to database (cgi's needs to be modified as well), you'd have up'ed GUI performance somewhere around 60 or 70 times. -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Ben at clewett.org.uk Thu Jul 15 11:08:53 2004 From: Ben at clewett.org.uk (Ben Clewett) Date: Thu, 15 Jul 2004 10:08:53 +0100 Subject: Database stores and distributed monitoring In-Reply-To: <40F644F0.7040605@op5.se> References: <40F32880.5060502@op5.se> <4905A852-D4E2-11D8-BF85-000A95BF2A8C@silentmedia.com> <40F644F0.7040605@op5.se> Message-ID: <40F649A5.9010501@clewett.org.uk> Andreas Ericsson wrote: > Skip MRTG in favour of cacti (http://raxnet.net), implement Ben Clewetts > perf-parse and the cactid poller daemon, and create dataqueries that > fetch data from the perfparse database. Thanks for the recommendation. :) Cactid and PerfParse are different products. All be it very similar. PerfParse http://perfparse.sourceforge.net/ is an addon for Nagios to display graphs, where as I think cactid is a stand-alone product. It may well be that cactid, since it uses a MySQL database, can use the PerfParse database for an alternate front end to the PerfParse repository. But I do not know much about cactid. :) If somebody can confirm this for me, I would be extremely interested in knowing. If you want a single permanent repository of historical Nagios data from one or more Nagios servers, both raw plugin output and extracted performance data, and display graphs of performance data, then PerfParse will certainly do this. Ben Clewett. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Thu Jul 15 11:06:44 2004 From: ae at op5.se (Andreas Ericsson) Date: Thu, 15 Jul 2004 11:06:44 +0200 Subject: nagios usage/question... In-Reply-To: <20040714191811.GA11072@pitc> References: <008e01c469a9$23e5f8c0$0301a8c0@Mesa.com> <1089816886.16299.20.camel@pel> <20040714191811.GA11072@pitc> Message-ID: <40F64924.10705@op5.se> Peter McAlpine wrote: > On Wed, Jul 14, 2004 at 10:54:47AM -0400, Sean Dilda wrote: > > >>>- ability to perform remote admin of some client apps >> >>Nagios has a nice event handler setup. This allows you to run an >>arbitrary script/program when a service/host changes state. For >>instance if it detects the webserver is down, you can have the event >>handler run a script to try to start the webserver up again. >> > > > > I'm currently setting this up for our 24/7/365.25 monitoring at my > workplace... > > Is it possible to delay execution of an event handler until > confirmation is received (via the cgi's) that we actually _want_ to > execute said event handler? I don't like the idea of trusting nagios > to auto start things without checking with the on-duty tech-support > personell. > > -Peter Sort of, yes. You could add a secondary web-page to fire off the scripts and have the notes_url in the extended info point to that page. That way you could add common actions to take even when nagios isn't noticing anything wrong. If you use 2.0, there's also the action_url that you could turn into a ssh:// or telnet:// link for hands-on management tasks. -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Thu Jul 15 12:13:03 2004 From: ae at op5.se (Andreas Ericsson) Date: Thu, 15 Jul 2004 12:13:03 +0200 Subject: nagios usage/question... In-Reply-To: References: Message-ID: <40F658AF.3050107@op5.se> Robert Nelson wrote: >>-----Original Message----- >>From: Jeff Rodriguez [mailto:nagios-users at gurugeek.com] >>Sent: Wednesday, July 14, 2004 7:46 PM >>To: Robert Nelson >>Cc: nemir nemiria; nagios-users at lists.sourceforge.net >>Subject: Re: [Nagios-users] nagios usage/question... >> >> >>I think that might be the wrong approach... here's how I >>would think you >>could setup a remote reboot for a server... >> >>You could use the hostextinfo.cfg and create a link for each >>server to a >>perl/php page that knows how to talk to your UPS' >>When you see the server go down, you can click the link for >>the extinfo >>page and use it to remotely reboot your server. >> >>If you want human interaction I think that might be the path of least >>resistance, then if you don't have a 24x7 NOC you can setup contacts. >>When a server goes down you'd receive an email, check nagios, and use >>the extinfo page to reboot the box. >> >>The same can be done for services as well. > > > I think we're on the same page...the difference being that yours would > link me to a CGI script or something that would run the script; my idea > would run a script on the Nagios server, probably via the cmd file. I > would prefer this method because it would stay within the Nagios realm, > allowing Nagios to log who submitted the script as a command, at what > time, what the response was, etc. > Using the command-pipe is just plain dumb in this case, since the Nagios core logic doesn't need any knowledge what so ever of who did what and when, and adding logic for it in the core would mean more complex code and lead to more bugs. And besides, what's to say that the other page can't keep logs of things? PHP has excellent database support, as does perl and python, and anyone with their wits about them should be able to handle any form of sql from a shell-script. > Rob Nelson > Network Engineer > Windchannel Communications > 919-538-6326 > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Thu Jul 15 12:23:40 2004 From: ae at op5.se (Andreas Ericsson) Date: Thu, 15 Jul 2004 12:23:40 +0200 Subject: Nagios process located wrong in status map In-Reply-To: <40F53DCE.1070402@codejnki.com> References: <40F53DCE.1070402@codejnki.com> Message-ID: <40F65B2C.6050202@op5.se> Patrick Stockton wrote: > Our network is set up with most of our network servers located in one > central office called Oxford. > The rest of our locations branch out of Oxford in a star formation. > > I am currently working out of one of the remote sites configuring up a > Nagios monitoring box. > > When I click on status map or 3-D status map it shows the Nagios process > as a child of the Oxford > router rather than the Bronson router. > Parents and such are considered from nagios' view, with the monitoring process sitting at the very top. Hence, the nagios process quite naturally has no parents (i.e. traffic going to it self doesn't have to pass any other host). > I know that is is a rather minor thing but where do I tell Nagios where > in the network topology it > resides. > By using a parent statement in the host object definition. You can also specify coordinates in the hostextinfo, but that might be a bit troublesome in large networks. Judging by what you've said it seems that the Bronson router is where the Nagios server is connected, so that should be a root (parent-less) host (all hosts with no parents are automatically connected to the Nagios process), and the Oxford router should probably have the Bronson router as its parent (assuming traffic from Nagios passes through the Bronson router ONLY on its way to Oxford, and that the Nagios server isn't connected directly to both the Bronson and Oxford routers). > When I finally show this to our VP this will be one of the things he'll > pick up on rather quickly. > Then simply explain to him how the network is built and that parents exists not only for the sake of having a nice status map, but also for suppressing notifications and enabling the niftyness of network outages. > Thanks > > Patrick -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Thu Jul 15 12:40:47 2004 From: ae at op5.se (Andreas Ericsson) Date: Thu, 15 Jul 2004 12:40:47 +0200 Subject: Database stores and distributed monitoring In-Reply-To: <40F649A5.9010501@clewett.org.uk> References: <40F32880.5060502@op5.se> <4905A852-D4E2-11D8-BF85-000A95BF2A8C@silentmedia.com> <40F644F0.7040605@op5.se> <40F649A5.9010501@clewett.org.uk> Message-ID: <40F65F2F.1010802@op5.se> Ben Clewett wrote: > Andreas Ericsson wrote: > >> Skip MRTG in favour of cacti (http://raxnet.net), implement Ben >> Clewetts perf-parse and the cactid poller daemon, and create >> dataqueries that fetch data from the perfparse database. > > > Thanks for the recommendation. :) > You're welcome. > Cactid and PerfParse are different products. All be it very similar. > > PerfParse http://perfparse.sourceforge.net/ is an addon for Nagios to > display graphs, where as I think cactid is a stand-alone product. It may > well be that cactid, since it uses a MySQL database, can use the > PerfParse database for an alternate front end to the PerfParse repository. > Yes, that's why I recommended him to use both. Perfparse makes the data nagios gathers easily accessible, and cacti (cactid is the poller daemon) is every bit as flexible as Nagios so it can easily fetch those results from the database. > But I do not know much about cactid. :) If somebody can confirm this > for me, I would be extremely interested in knowing. > > If you want a single permanent repository of historical Nagios data from > one or more Nagios servers, both raw plugin output and extracted > performance data, and display graphs of performance data, then PerfParse > will certainly do this. > Cacti does what mrtg does, but way better and the GUI is much nicer. It keeps logs in RRD and can graph anything with a numerical value. It has very nice built in support for a wide range of SNMP queries. Coupling it with perfparse would be very nice indeed. > Ben Clewett. > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Ton.Voon at egg.com Thu Jul 15 12:44:24 2004 From: Ton.Voon at egg.com (Voon, Ton) Date: Thu, 15 Jul 2004 11:44:24 +0100 Subject: [PATCH] elapsed process time Message-ID: Fair comment. I can't speak for the rest of the team, but I personally haven't had much time to work on patches or anything else, but I do keep an eye on the mailing lists. Please continue to submit patches on SF as they are kept there forever, whereas email is lost. Karl, maybe some new blood is required? -----Original Message----- From: Quanah Gibson-Mount [mailto:quanah at stanford.edu] Sent: 15 July 2004 06:34 To: Russell Miller Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] [PATCH] elapsed process time --On Thursday, July 15, 2004 12:15 AM -0500 Russell Miller wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thursday 15 July 2004 00:09, Quanah Gibson-Mount wrote: > >> Shouldn't this be submitted at the nagios plugins site at sourceforge? >> > Perhaps. I don't know how everything works in the project, I'm just a > simple coder. :-) > > I'll see what I can do, thanks. Good luck, the last patch I submitted to them, I didn't get a reply for almost a year, and then they said they already had done what I submitted... I submitted another patch about 6 months ago, no word on that one either. ;) --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 This private and confidential e-mail has been sent to you by Egg. The Egg group of companies includes Egg Banking plc (registered no. 2999842), Egg Financial Products Ltd (registered no. 3319027) and Egg Investments Ltd (registered no. 3403963) which is authorised and regulated by the Financial Services Authority. Egg Investments Ltd. is entered in the FSA register under number 190518. Registered in England and Wales. Registered offices: 1 Waterhouse Square, 138-142 Holborn, London EC1N 2NA. If you are not the intended recipient of this e-mail and have received it in error, please notify the sender by replying with 'received in error' as the subject and then delete it from your mailbox. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From idavidso at juniper.net Thu Jul 15 13:54:31 2004 From: idavidso at juniper.net (Ian Davidson) Date: Thu, 15 Jul 2004 12:54:31 +0100 Subject: Dependencies - again Message-ID: Hi all, [I?ve seen a few emails on this group about nagios 2.0.....but cannot find the software itself anywhere!? Any pointers? Has this tool died-a-death in terms of development?] Now, the real reason for my email. My struggle with service dependancies. I?m running a distributed monitoring system where remote-servers send their host/service checks back to a central server for processing. Prior to any host or service notifications being sent out, I want to ensure that the reason for the notification being sent ISN?T due to a DNS-lookup problem of the hosts name. (all my config files use DNS names for the host_name). Any clues on how to do this? All I can gather from the documentation is that you can do this on a host-by-host basis, but not as a general thing. Cheers, Ian -------------- next part -------------- An HTML attachment was scrubbed... URL: From codejnki at codejnki.com Thu Jul 15 14:24:18 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Thu, 15 Jul 2004 08:24:18 -0400 Subject: Nagios process located wrong in status map In-Reply-To: <40F65B2C.6050202@op5.se> References: <40F53DCE.1070402@codejnki.com> <40F65B2C.6050202@op5.se> Message-ID: <40F67772.8080407@codejnki.com> Ok I've changed the parents as you have suggested and it looks much better. (I'm surprised I didn't think of that earlier.) But this brings me to a second question and it has to do with how Nagios does a host or service check. I have some hosts in San Antonio which I am checking as well. A ping from Bronson has to travel to Oxford first and then travel to San Antonio all via frame relay. By re-aligning the parents will nagios allow for more time from a return from say a host in San Antonio than say my site server which is sitting right next to the nagios box also a child of the bronson router? I'm still trying to get a feel for how I should be scheduling checks so that we aren't flooded with e-mails and text messages simply because frame traffic was high. Also there was a question about getting the 3-D status map to work. All I did was install a VRML plugin I found from Parallel Graphics http://www.parallelgraphics.com/products/cortona/ It's a Windows based plugin but supports IE, Firefox (currently using), and Opera. Thanks for the help. Patrick Andreas Ericsson wrote: > Patrick Stockton wrote: > >> Our network is set up with most of our network servers located in one >> central office called Oxford. >> The rest of our locations branch out of Oxford in a star formation. >> >> I am currently working out of one of the remote sites configuring up a >> Nagios monitoring box. >> >> When I click on status map or 3-D status map it shows the Nagios >> process as a child of the Oxford >> router rather than the Bronson router. >> > > Parents and such are considered from nagios' view, with the monitoring > process sitting at the very top. Hence, the nagios process quite > naturally has no parents (i.e. traffic going to it self doesn't have to > pass any other host). > >> I know that is is a rather minor thing but where do I tell Nagios >> where in the network topology it >> resides. >> > > By using a parent statement in the host object definition. You can also > specify coordinates in the hostextinfo, but that might be a bit > troublesome in large networks. > > Judging by what you've said it seems that the Bronson router is where > the Nagios server is connected, so that should be a root (parent-less) > host (all hosts with no parents are automatically connected to the > Nagios process), and the Oxford router should probably have the Bronson > router as its parent (assuming traffic from Nagios passes through the > Bronson router ONLY on its way to Oxford, and that the Nagios server > isn't connected directly to both the Bronson and Oxford routers). > >> When I finally show this to our VP this will be one of the things >> he'll pick up on rather quickly. >> > > Then simply explain to him how the network is built and that parents > exists not only for the sake of having a nice status map, but also for > suppressing notifications and enabling the niftyness of network outages. > >> Thanks >> >> Patrick > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sysop at millenia.com Thu Jul 15 16:24:16 2004 From: sysop at millenia.com (Brian Andrus) Date: Thu, 15 Jul 2004 07:24:16 -0700 Subject: escalations Message-ID: <200407150718187.SM01528@daddy> I am having trouble with the event handler. I have set up a test one for vsftpd on the same box nagios is running on. I created a restart-vsftpd script based on the http example to restart the service (it is below). I set up the command in the config and added the event_handler option to the service (excerpts from the config files are below). The even handler does get fired off three times when I down the service. >From the log files, it gets called as CRITICAL SOFT 1, CRITICAL SOFT 2, CRITICAL HARD 3 (at which point the script should actually do something). The problem is that the script seems to call the /etc/rc.d/init.d/vsftpd restart, but it exits after failing to shut it down. I get an entry in the messages.log file "vsftpd: vsftpd shutdown failed" but I don't get the startup succeeded message which I do get if I run "vsftpd restart" from the command line. Has anyone else seen this behaviour? I am running Fedora Core 1. Excerpts: -------------------------------- define command{ command_name restart-vsftpd command_line /usr/lib/nagios/plugins/eventhandlers/restart-vsftpd $SERVICESTATE$ $STATETYPE$ $SERVICEATTEMPT$ } define service{ use generic-service ; Name of service template to use host_name rh1 service_description FTP is_volatile 0 check_period 24x7 max_check_attempts 3 event_handler restart-vsftpd normal_check_interval 5 retry_check_interval 2 contact_groups linux-admins notification_interval 240 notification_period 24x7 notification_options w,u,c,r check_command check_ftp } ---------------------cut-------------------- #!/bin/sh ################## # Restart-vsftpd # ################## Case "$1" in OK) # The service just came back up, so don't do anything... ;; WARNING) # We don't really care about warning states, since the service is probably still running... ;; UNKNOWN) # We don't know what might be causing an unknown error, so don't do anything... ;; CRITICAL) # Is this a "soft" or a "hard" state? case "$2" in # We're in a "soft" state, meaning that Nagios is in the middle of retrying the # check before it turns into a "hard" state and contacts get notified... SOFT) case "$3" in 3) echo -n "Restarting service (3rd soft critical state)..." /etc/rc.d/init.d/vsftpd restart ;; esac ;; HARD) echo -n "Restarting service..." /etc/rc.d/init.d/vsftpd restart ;; esac ;; esac exit 0 -------------cut------------- All The Best, Brian Andrus Millenia Internet Services, Inc. (310) 260-1514 http://www.millenia.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pete.dewell at volteurope.com Thu Jul 15 16:54:32 2004 From: pete.dewell at volteurope.com (Pete Dewell) Date: Thu, 15 Jul 2004 15:54:32 +0100 Subject: escalations In-Reply-To: <200407150718187.SM01528@daddy> References: <200407150718187.SM01528@daddy> Message-ID: <40F69AA8.5060100@volteurope.com> Could it be user permissions on the restart? I had a similar problem where the script was apparently not being restarted. In the end I had to use sudo to get the event handler to work properly. Which user is actually running the event handler? Try suing to that user and then running the restart script - see whether the user is allowed to do the job. Pete Dewell Brian Andrus wrote: > I am having trouble with the event handler. I have set up a test one for > vsftpd on the same box nagios is running on. > I created a restart-vsftpd script based on the http example to restart the > service (it is below). > I set up the command in the config and added the event_handler option to the > service (excerpts from the config files are below). > > The even handler does get fired off three times when I down the service. >>From the log files, it gets called as CRITICAL SOFT 1, CRITICAL SOFT 2, > CRITICAL HARD 3 (at which point the script should actually do something). > The problem is that the script seems to call the /etc/rc.d/init.d/vsftpd > restart, but it exits after failing to shut it down. I get an entry in the > messages.log file "vsftpd: vsftpd shutdown failed" but I don't get the > startup succeeded message which I do get if I run "vsftpd restart" from the > command line. > > > Has anyone else seen this behaviour? I am running Fedora Core 1. > > Excerpts: > -------------------------------- > define command{ > command_name restart-vsftpd > command_line /usr/lib/nagios/plugins/eventhandlers/restart-vsftpd > $SERVICESTATE$ $STATETYPE$ $SERVICEATTEMPT$ > } > > define service{ > use generic-service ; Name of > service template to use > host_name rh1 > service_description FTP > is_volatile 0 > check_period 24x7 > max_check_attempts 3 > event_handler restart-vsftpd > normal_check_interval 5 > retry_check_interval 2 > contact_groups linux-admins > notification_interval 240 > notification_period 24x7 > notification_options w,u,c,r > check_command check_ftp > } > ---------------------cut-------------------- > #!/bin/sh > ################## > # Restart-vsftpd # > ################## > Case "$1" in > OK) > # The service just came back up, so don't do anything... > ;; > WARNING) > # We don't really care about warning states, since the service is > probably still running... > ;; > UNKNOWN) > # We don't know what might be causing an unknown error, so don't do > anything... > ;; > CRITICAL) > # Is this a "soft" or a "hard" state? > case "$2" in > > # We're in a "soft" state, meaning that Nagios is in the middle of > retrying the > # check before it turns into a "hard" state and contacts get > notified... > SOFT) > > case "$3" in > > 3) > echo -n "Restarting service (3rd soft critical > state)..." > /etc/rc.d/init.d/vsftpd restart > ;; > esac > ;; > > HARD) > echo -n "Restarting service..." > /etc/rc.d/init.d/vsftpd restart > ;; > esac > ;; > esac > exit 0 > -------------cut------------- > > > > > All The Best, > > Brian Andrus > Millenia Internet Services, Inc. > (310) 260-1514 > http://www.millenia.com > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Technical Support/Analyst Volt Europe Tel : (+44) (0) 1737 774100 Fax : (+44) (0) 1737 772949 Mobile : (+44) (0) 777 1513066 E-mail pete.dewell at volteurope.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Thu Jul 15 17:20:27 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Thu, 15 Jul 2004 17:20:27 +0200 Subject: Dependencies - again Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068E51@SYGOMAIL.GOE.AD.SYCOR.DE> You can configure service dependencies in Nagios 2.0. It's alpha but stable and can be downloaded here: http://www.nagios.org/cvs.php Just download the nagios HEAD (2.0) nagios-cvs.tar.gz Thats it :) ________________________________ From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Ian Davidson Sent: Thursday, July 15, 2004 1:55 PM To: Nagios-Users List Subject: [Nagios-users] Dependencies - again Hi all, [I've seen a few emails on this group about nagios 2.0.....but cannot find the software itself anywhere!? Any pointers? Has this tool died-a-death in terms of development?] Now, the real reason for my email. My struggle with service dependancies. I'm running a distributed monitoring system where remote-servers send their host/service checks back to a central server for processing. Prior to any host or service notifications being sent out, I want to ensure that the reason for the notification being sent ISN'T due to a DNS-lookup problem of the hosts name. (all my config files use DNS names for the host_name). Any clues on how to do this? All I can gather from the documentation is that you can do this on a host-by-host basis, but not as a general thing. Cheers, Ian ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From flakmagnet at tabletop-battlezone.com Thu Jul 15 17:41:25 2004 From: flakmagnet at tabletop-battlezone.com (Flak Magnet (Tim)) Date: Thu, 15 Jul 2004 11:41:25 -0400 Subject: Nagios process located wrong in status map In-Reply-To: <40F67772.8080407@codejnki.com> References: <40F53DCE.1070402@codejnki.com> <40F65B2C.6050202@op5.se> <40F67772.8080407@codejnki.com> Message-ID: <200407151141.25513.flakmagnet@tabletop-battlezone.com> On Thursday 15 July 2004 8:24 am, Patrick Stockton wrote: > But this brings me to a second question and it has to do with how Nagios > does a host or service check. I have some hosts in San Antonio which I am > checking as well. A ping from Bronson has to travel to Oxford first and > then travel to San Antonio all via frame relay. By re-aligning the parents > will nagios allow for more time from a return from say a host in San > Antonio than say my site server which is sitting right next to the nagios > box also a child of the bronson router? Not automagically. You need to define the ping time and packet loss thresholds at which you want warned or notified. Example: check_command check_ping!200.0,20%!300.0,60% This check-command will warn at >200ms and >20% packet loss, but go critical at >300ms and >60% packet loss. If that's too short of a time-frame, you should change the numbers to suit. Of course, the above example assumes you have the default check_ping command defined in checkcommands.cfg, which unless you changed it after installation, you almost certainly do. Thanks for the link to the VRML viewer, it works, but I was hoping for a Linux one. *frumple* -- --Tim The moment one accepts the idea that dissent is unpatriotic, one wastes the sacrifices of every true patriot that's ever lived. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Thu Jul 15 17:54:00 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Thu, 15 Jul 2004 11:54:00 -0400 Subject: nagios usage/question... Message-ID: > > I think we're on the same page...the difference being that > yours would > > link me to a CGI script or something that would run the > script; my idea > > would run a script on the Nagios server, probably via the > cmd file. I > > would prefer this method because it would stay within the > Nagios realm, > > allowing Nagios to log who submitted the script as a > command, at what > > time, what the response was, etc. > > > > Using the command-pipe is just plain dumb in this case, since > the Nagios > core logic doesn't need any knowledge what so ever of who did > what and > when, and adding logic for it in the core would mean more > complex code > and lead to more bugs. And besides, what's to say that the other page > can't keep logs of things? PHP has excellent database > support, as does > perl and python, and anyone with their wits about them should > be able to > handle any form of sql from a shell-script. The reason I want Nagios to log it is the same reason I want Nagios to log the notifications it sends, who acknowledges a problem, who adds a comment, and all the other per-account information it logs. As for not having another program do it, I like it all in one place. I have enough places to look for logs already without adding another one. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Thu Jul 15 18:04:13 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Thu, 15 Jul 2004 09:04:13 -0700 Subject: Compilation Woes on Red Hat 9 Message-ID: <40F6AAFD.4050303@sandiego420.com> I hope I am not asking a question that has been asked before of I hope this isn't something stupid I missed but I get this error when trying to build on RH 9. My brain in stuck in Solaris mode right now.... I searched google groups and did not find anything usefull. gcc -g -O2 -I/usr/local/mysql/include/mysql -I/usr/include -DHAVE_CONFIG_H -DNSCGI -c -o popen.o popen.c gcc -g -O2 -I/usr/local/mysql/include/mysql -I/usr/include -DHAVE_CONFIG_H -DNSCGI -L/usr/local/mysql/lib/mysql -L/usr/lib -lmysqlclient avail.c getcgi.o cgiutils.o auth.o popen.o ../common/objects.c ../xdata/xodtemplate.c ../common/statusdata.c ../xdata/xsddb.c -o avail.cgi ../xdata/xodtemplate.c: In function `xodtemplate_add_object_property': ../xdata/xodtemplate.c:1344: `temp_buffer' undeclared (first use in this function) ../xdata/xodtemplate.c:1344: (Each undeclared identifier is reported only once ../xdata/xodtemplate.c:1344: for each function it appears in.) ../xdata/xodtemplate.c:1346: `NSLOG_CONFIG_ERROR' undeclared (first use in this function) make[1]: *** [avail.cgi] Error 1 make[1]: Leaving directory `/usr/local/src/nagios-1.2/cgi' make: *** [all] Error 2 My config is as follows: ./configure --prefix=/usr/local/nagios-1.2 --with-nagios-user=nagios --with-nagios-grp=nagios --with-init-dir=/etc/init.d --with-lockfile=/var/run/nagios.lock --with-mysql-xdata --with-mysql-lib=/usr/local/mysql/lib/mysql --with-mysql-inc=/usr/local/mysql/include/mysql --with-gd-lib=/usr/lib --with-gd-inc=/usr/include --with-cgiurl=/cgi-bin --with-htmurl=/nagios --enable-DEBUG0 --enable-DEBUG1 --enable-DEBUG2 --enable-DEBUG3 --enable-DEBUG4 --enable-DEBUG5 Thx, Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Thu Jul 15 18:53:37 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Thu, 15 Jul 2004 12:53:37 -0400 Subject: Nagios process located wrong in status map Message-ID: > But this brings me to a second question and it has to do with > how Nagios does a host or service > check. I have some hosts in San Antonio which I am checking > as well. A ping from Bronson has to > travel to Oxford first and then travel to San Antonio all via > frame relay. By re-aligning the > parents will nagios allow for more time from a return from > say a host in San Antonio than say my > site server which is sitting right next to the nagios box > also a child of the bronson router? No, it does no such thing. Nagios has no idea what your links are unless you tell it. There's a check_ping command that takes two arguments for its Warning and Critical thresholds. Adjust as needed. To keep things simple, I'd check everything on that side of the link with a custom "check_ping_oxford" that sets those variables for you - if you find they're too low, you'll only have to change them once. > I'm still trying to get a feel for how I should be scheduling > checks so that we aren't flooded with > e-mails and text messages simply because frame traffic was high. Use the check_interval and retry_interval to adjust upwards until your false-positives go away. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Edwin_Zoeller at ama-assn.org Thu Jul 15 18:53:55 2004 From: Edwin_Zoeller at ama-assn.org (Edwin Zoeller) Date: Thu, 15 Jul 2004 11:53:55 -0500 Subject: Informix Monitoring Message-ID: Does anyone know, do, have anything on monitoring a Informix database. Ed ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From porus at sgi.com Thu Jul 15 20:46:21 2004 From: porus at sgi.com (Porus Lakdawala) Date: Thu, 15 Jul 2004 11:46:21 -0700 Subject: Multiple instances of Nagios on same server Message-ID: Hi, I am planning to design a Nagios server to run multiple instances of Nagios. Each instance will be compiled to run under its own directories, cgi-bin, set of plugins etc. Is such a thing commonly done? If there are some of you running this kind of a setup, are there issues that I would look out for? The main reason for me doing this is have different web-pages for different sets of servers. Is there another way to do this where you run a single instance of Nagios to monitor stuff, but have different services show up under different web servers (I don't mean hostgroups. I need separate virtual webs)? Thanks in advance for any feedback. ----- Porus Lakdawala Phone: (650) 9334576 Email: porus at sgi.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From wp.junior at terra.com.br Thu Jul 15 22:14:25 2004 From: wp.junior at terra.com.br (Wilson Pires Jr) Date: Thu, 15 Jul 2004 17:14:25 -0300 Subject: Problems after PerfParse In-Reply-To: <40F4E735.901@roadrunner.uk.com> References: <40F4E735.901@roadrunner.uk.com> Message-ID: <20040715201606.3B4673C056@talara.terra.com.br> It's with all the plugins. Every check gets 'return code of 127'. Additional information is I don't know if the problem began after 'perfparse -r' or after PP installation, since i ran 'perfparse -r' immediately after its installation. Before PP installation the checks were running fine. I don't know where how to trouble the problem ... :( Any idea? Wilson -----Original Message----- From: Ben Clewett [mailto:Ben.Clewett at roadrunner.uk.com] Sent: quarta-feira, 14 de julho de 2004 04:57 To: Wilson Pires Jr Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Problems after PerfParse This is very odd, I have never seen this before. The 'perfparse -r' does not effect any Nagios file, and therefore is unlikely to have had an effect on Nagios. The excelent documentation you followed from Garry is unlikely to have caused this. You have used the '--with-file-perfdata' which is the important step. Ignoring Perfparse, the 'return code of 127' would seem to indicate a bad plugin. Is this a specific plugin, or all plugins? Is there any other information you can supply to help us? Regards, Ben. Wilson Pires Jr wrote: > Hi all. > > I had nagios 1.2 running on redhat 9 and everything was fine. > > nagios was installed with this configuration: > > ./configure --enable-embedded-perl --with-perlcache --with-file-perfdata > > I've enabled performance data in nagios according to: > > http://sourceforge.net/docman/display_doc.php?docid=23344&group_id=109355 > > Perfparse was installed and mysql db configured. > > After that i run "./perfparse -r". > > Now i'm getting on nagios log only: > > Warning: Return code of 127 for check service 'xxxxxxxxx' on host 'xxx' was > out of bounds. Make sure the plugin you're trying to run actually exixts. > > I've already verified the permissions and everything has nagios/nagios as > owner. > > Could anybody help me? > > Regards, > > Wilson > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From codejnki at codejnki.com Thu Jul 15 22:41:34 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Thu, 15 Jul 2004 16:41:34 -0400 Subject: Nagios process located wrong in status map In-Reply-To: References: Message-ID: <40F6EBFE.1000404@codejnki.com> After a little digging we figured out what some of our false positives were comming from. In the frame relay QOS setup a PING is delegated to the lowest priority possible. Hence when traffic is at it's highest (middle of the day) ping packets were being dropped and false positives were being generated. So as a different test we have changed to check_tcp on port 80 for devices with web interfaces and port 3389 for windows servers with terminal services enabled. The false positives have dissapeared but they still remain a valid check. Patrick Robert Nelson wrote: >>But this brings me to a second question and it has to do with >>how Nagios does a host or service >>check. I have some hosts in San Antonio which I am checking >>as well. A ping from Bronson has to >>travel to Oxford first and then travel to San Antonio all via >>frame relay. By re-aligning the >>parents will nagios allow for more time from a return from >>say a host in San Antonio than say my >>site server which is sitting right next to the nagios box >>also a child of the bronson router? > > > No, it does no such thing. Nagios has no idea what your links are unless > you tell it. There's a check_ping command that takes two arguments for > its Warning and Critical thresholds. Adjust as needed. To keep things > simple, I'd check everything on that side of the link with a custom > "check_ping_oxford" that sets those variables for you - if you find > they're too low, you'll only have to change them once. > > >>I'm still trying to get a feel for how I should be scheduling >>checks so that we aren't flooded with >>e-mails and text messages simply because frame traffic was high. > > > Use the check_interval and retry_interval to adjust upwards until your > false-positives go away. > > Rob Nelson > Network Engineer > Windchannel Communications > 919-538-6326 > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Thu Jul 15 23:46:47 2004 From: jhmartin at toger.us (Jason Martin) Date: Thu, 15 Jul 2004 14:46:47 -0700 Subject: Regular Expressions and NRPE Message-ID: <20040715214647.GT622@zippy.members.linode.com> Hello, I'm attempting to configure a NRPE-based check that is passed a perl regular expression (check_log2.pl). The problem I am encountering is that NRPE prohibits shell metacharacters and so is refusing to pass the pipe character (which is embedded in the regular expression) to the plugin. Since this plugin may be used several different ways I'd rather not have to create a special nrpe.cfg entry for each possible regular expression; is there a better way to pass this data to the plugin? I was thinking I could modify the plugin to accept base64 encoded RE's and then internally decode them prior to passing to the macthing operator, but if anyone can think of a more elegant solution I'm all for it. Thank you, -Jason Martin -- This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From gstrickland at live365.com Fri Jul 16 00:09:16 2004 From: gstrickland at live365.com (Gregg Strickland) Date: Thu, 15 Jul 2004 15:09:16 -0700 Subject: Nagios embedded Perl on RH Message-ID: First of all I must say that I'm new to building RPM's.... I'm trying to build a Nagios RPM using Dag Wieers spec file ( http://dag.wieers.com/packages/nagios/nagios.spec ). The spec file references a patch for embedded perl (nagios-1.2-embedperl.patch), but I can't find this patch file anywhere and I don't know what the contents are. Can anyone help me out or point me in the right direction? Thanks in advance, -greggs ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Fri Jul 16 01:57:18 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Thu, 15 Jul 2004 18:57:18 -0500 (CDT) Subject: Nagios embedded Perl on RH In-Reply-To: References: Message-ID: On Thu, 15 Jul 2004, Gregg Strickland wrote: > First of all I must say that I'm new to building RPM's.... I'm trying to > build a Nagios RPM using Dag Wieers spec file ( > http://dag.wieers.com/packages/nagios/nagios.spec ). The spec file > references a patch for embedded perl (nagios-1.2-embedperl.patch), but I > can't find this patch file anywhere and I don't know what the contents are. > Can anyone help me out or point me in the right direction? Download the src RPM from dag's site then install that src RPM. Doing so will install the .spec in /usr/src/redhat/SPECS and the patches in /usr/src/redhat/SOURCES. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Fri Jul 16 02:38:31 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Thu, 15 Jul 2004 17:38:31 -0700 Subject: nagios usage/question... In-Reply-To: References: Message-ID: <40F72387.90904@gurugeek.com> PHP can do this, the environment variable you want is REMOTE_USER. Just use that information to open the log, add that info in there, and close the log. Easy peasy, logs all in one place, and the illusion of being integrated with nagios which is all that really matters. Jeff Robert Nelson wrote: >>>I think we're on the same page...the difference being that >>> >>> >>yours would >> >> >>>link me to a CGI script or something that would run the >>> >>> >>script; my idea >> >> >>>would run a script on the Nagios server, probably via the >>> >>> >>cmd file. I >> >> >>>would prefer this method because it would stay within the >>> >>> >>Nagios realm, >> >> >>>allowing Nagios to log who submitted the script as a >>> >>> >>command, at what >> >> >>>time, what the response was, etc. >>> >>> >>> >>Using the command-pipe is just plain dumb in this case, since >>the Nagios >>core logic doesn't need any knowledge what so ever of who did >>what and >>when, and adding logic for it in the core would mean more >>complex code >>and lead to more bugs. And besides, what's to say that the other page >>can't keep logs of things? PHP has excellent database >>support, as does >>perl and python, and anyone with their wits about them should >>be able to >>handle any form of sql from a shell-script. >> >> > >The reason I want Nagios to log it is the same reason I want Nagios to >log the notifications it sends, who acknowledges a problem, who adds a >comment, and all the other per-account information it logs. As for not >having another program do it, I like it all in one place. I have enough >places to look for logs already without adding another one. > >Rob Nelson >Network Engineer >Windchannel Communications >919-538-6326 > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Kerry.Milestone at tnzi.com Fri Jul 16 04:55:15 2004 From: Kerry.Milestone at tnzi.com (Kerry Milestone) Date: Fri, 16 Jul 2004 14:55:15 +1200 Subject: redundant mesh network monitoring Message-ID: SGVsbG8gZm9sa3MsDQoNCknigJltIHN1cmUgc29tZSBoYXZlIGNvbWUgYWNyb3NzIHRoaXMgYmVm b3JlIGFuZCB0aGVyZSBpcyBhIGZldyBkaXNjdXNzaW9ucyBvbiB0aGUgbmFnaW9zLWRldmVsIGxp c3QgKGh0dHBzOi8vc291cmNlZm9yZ2UubmV0L21haWxhcmNoaXZlL2ZvcnVtLnBocD90aHJlYWRf aWQ9NDEwNDM5MiZmb3J1bV9pZD0xODcyKSByZWdhcmRpbmcgdGhpcywgaG93ZXZlciBmb3IgZnVu Y3Rpb25pbmcgdG9kYXkgSeKAmW0gbm90IHN1cmUgYWJvdXQgaXQuDQoNCkkgaGF2ZSBzZXQgdXAg c2V2ZXJhbCBob3N0cyB3aXRoIG11bHRpcGxlIGFkZHJlc3NlcyBhcyBzZXJ2aWNlIGRlcGVuZGVu Y2llcyBzbyB0aGF0IGFsbCBsaW5rcyBoYXZlIHRvIGJlIHVwIGZvciBhIGhvc3Qocm91dGVyKSB0 byBiZSB1cC4gICBXaGlsZSBpdCBkb2VzIHdvcmssIEkgd2FzIHdvbmRlcmluZyBpZiBhbnlvbmUg ZWxzZSBjb25maWd1cmVkIE5hZ2lvcyB0byBkZWFsIHdpdGggbXVsdGlwbGUgcGF0aHMgdG8gYSBt dWx0aSBhZGRyZXNzZWQgaG9zdD8gIElzIHRoZXJlIGEgYmVzdCBwcmFjdGljZSBmb3IgdGhpcz8g IFRoZSBjb25maWcgZmlsZXMgYXJlIGEgYml0IGJsb2F0ZWQgbm93IEkgdGhpbmsuDQoNCkNoZWVy cywNCktlcnJ5Lg0KDQoNCsKgDQpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KwqAN CktlcnJ5IE1pbGVzdG9uZSwNCk5ldHdvcmsgRW5naW5lZXIuDQpUZWxlY29tIEludGVybmF0aW9u YWwuwqANCg0KwqANCsKgDQrCoA0KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCkND aGhlZWNja2vCoCB5eW9vdXVycsKgIGRkdXVwcGxsZWV4eCBzc3d3aWl0dGNjaGguLg0KwqANCg0K ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Fri Jul 16 05:18:31 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Thu, 15 Jul 2004 20:18:31 -0700 Subject: redundant mesh network monitoring In-Reply-To: References: Message-ID: <40F74907.6060404@gurugeek.com> We have this situation as well, in order to handle it we've created multiple hosts - one for each address. Jeff Kerry Milestone wrote: >Hello folks, > >I?m sure some have come across this before and there is a few discussions on the nagios-devel list (https://sourceforge.net/mailarchive/forum.php?thread_id=4104392&forum_id=1872) regarding this, however for functioning today I?m not sure about it. > >I have set up several hosts with multiple addresses as service dependencies so that all links have to be up for a host(router) to be up. While it does work, I was wondering if anyone else configured Nagios to deal with multiple paths to a multi addressed host? Is there a best practice for this? The config files are a bit bloated now I think. > >Cheers, >Kerry. > > > >________________________________ > >Kerry Milestone, >Network Engineer. >Telecom International. > > > > >________________________________ >CChheecckk yyoouurr dduupplleexx sswwiittcchh.. > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From peter.hicks at poggs.co.uk Fri Jul 16 08:30:52 2004 From: peter.hicks at poggs.co.uk (Peter Hicks) Date: Fri, 16 Jul 2004 07:30:52 +0100 Subject: redundant mesh network monitoring In-Reply-To: References: Message-ID: <40F7761C.2060209@poggs.co.uk> Hi Kerry Kerry Milestone wrote: > I have set up several hosts with multiple addresses as service dependencies > so that all links have to be up for a host(router) to be up. While it > does work, I was wondering if anyone else configured Nagios to deal with > multiple paths to a multi addressed host? Is there a best practice for > this? The config files are a bit bloated now I think. Loopbacks on Cisco routers are good - accessible from any interface, you just need to make sure routes to them are published in your routing protocol. Combine this with monitoring interface status, and you can tell when an interface has gone down, for example. I'm close to implementing this on a bunch of our routers, which have an Internet-facing IP address for the host, a VPN-service specific loopback address which I monitor as the service "vpn-service", and two tunnel interfaces, one of which can be "down". HTH Peter. -- Peter Hicks | e: my.name at poggs.co.uk | g: 0xE7C839F4 | w: www.poggs.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Fri Jul 16 11:50:44 2004 From: ae at op5.se (Andreas Ericsson) Date: Fri, 16 Jul 2004 11:50:44 +0200 Subject: [PATCH] elapsed process time In-Reply-To: References: Message-ID: <40F7A4F4.9090908@op5.se> Voon, Ton wrote: > Fair comment. I can't speak for the rest of the team, but I personally > haven't had much time to work on patches or anything else, but I do keep an > eye on the mailing lists. > > Please continue to submit patches on SF as they are kept there forever, > whereas email is lost. > > Karl, maybe some new blood is required? > There's a really simple way to do this; Clone the repositories. Use one of them as master repository with strict write-access to build releases and such, and have the other be writeable to anyone who asks it (more or less). Frankly, I've been starting to think about opening an ftp site with upload rights for people with plugins to share but nowhere to put them (seeing as I'm one of them). > -----Original Message----- > From: Quanah Gibson-Mount [mailto:quanah at stanford.edu] > Sent: 15 July 2004 06:34 > To: Russell Miller > Cc: nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] [PATCH] elapsed process time > > > > --On Thursday, July 15, 2004 12:15 AM -0500 Russell Miller > wrote: > > >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>On Thursday 15 July 2004 00:09, Quanah Gibson-Mount wrote: >> >> >>>Shouldn't this be submitted at the nagios plugins site at sourceforge? >>> >> >>Perhaps. I don't know how everything works in the project, I'm just a >>simple coder. :-) >> >>I'll see what I can do, thanks. > > > Good luck, the last patch I submitted to them, I didn't get a reply for > almost a year, and then they said they already had done what I submitted... > I submitted another patch about 6 months ago, no word on that one either. ;) > > --Quanah > > -- > Quanah Gibson-Mount > Principal Software Developer > ITSS/Shared Services > Stanford University > GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html > > -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From michael.johnston at kirtland.af.mil Fri Jul 16 15:12:45 2004 From: michael.johnston at kirtland.af.mil (Johnston Michael J Contr AFRL/DES) Date: Fri, 16 Jul 2004 14:12:45 +0100 Subject: Status Overview Group Placements Message-ID: <200407161312.i6GDChMa003790@knockout.kirtland.af.mil> Does anyone know of a way that I can force my Status Overview to display the way I want it? The problem I'm having is that I have about 50 switches being monitored and it's pushing all my other groups to the bottom of the page. I hope there is a way that I can force my switch group to sit under all the rest of my devices being monitored. Anyone else have this problem? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From flakmagnet at tabletop-battlezone.com Fri Jul 16 15:41:46 2004 From: flakmagnet at tabletop-battlezone.com (Flak Magnet (Tim)) Date: Fri, 16 Jul 2004 09:41:46 -0400 Subject: Status Overview Group Placements In-Reply-To: <200407161312.i6GDChMa003790@knockout.kirtland.af.mil> References: <200407161312.i6GDChMa003790@knockout.kirtland.af.mil> Message-ID: <200407160941.46942.flakmagnet@tabletop-battlezone.com> On Friday 16 July 2004 9:12 am, Johnston Michael J Contr AFRL/DES wrote: > Does anyone know of a way that I can force my Status Overview to display > the way I want it? The problem I'm having is that I have about 50 switches > being monitored and it's pushing all my other groups to the bottom of the > page. I hope there is a way that I can force my switch group to sit under > all the rest of my devices being monitored. Anyone else have this problem? > Thanks! IIRC, it's alphabetical by the alias of the hostgroups. All I can think of to suggest is to make the alias zzz-routergroup or something like that to ensure that it sits below the other hostgroups. -- --Tim The moment one accepts the idea that dissent is unpatriotic, one wastes the sacrifices of every true patriot that's ever lived. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From seppy at chartermi.net Fri Jul 16 15:42:48 2004 From: seppy at chartermi.net (Brian E. Seppanen) Date: Fri, 16 Jul 2004 09:42:48 -0400 (EDT) Subject: Backend Nagios with a Network Correlation Device Message-ID: Has anyone used nagios in the role of a display mechanism for network problems, and had a backend device due the correlation and dump it into nagios. I'm just curious and wanted to do some investigation into doing this... One of the reasons why I'm interested in this is because I have some 4000+ devices that I have been told to monitor with nagios. With those 4000+ devices, on a box that has 2x 1Ghz processors, 1GB of RAM, etc the load climbs to around 10 when I click on tac.cgi, and the other related cgi's. I need an alternative means of monitoring and presenting these monitored devices to the world, and thought of using nagios as a display mechanism and use a backend system to aggregate info. Any suggestions appreciated. Thanks, Brian Seppanen seppy at chartermi.net 906-475-0107 ext 1040 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Ben at clewett.org.uk Fri Jul 16 16:18:45 2004 From: Ben at clewett.org.uk (Ben Clewett) Date: Fri, 16 Jul 2004 15:18:45 +0100 Subject: Backend Nagios with a Network Correlation Device In-Reply-To: References: Message-ID: <40F7E3C5.7020406@clewett.org.uk> You may with to try our PerfParse addon to Nagios. http://perfparse.sourceforge.net This feeds an external MySQL database with the plugin output from one or more Nagios hosts. This may be on separate machine so that it does not effect your Nagios cluster. It will not give as many reporting options as Nagios. But it will give graphs and historical data. The mayor advantage it does have is all reports come direct from highly optimized SQL statements, and are therefore very much faster than Nagios 1.2. Wait a few days for the next version which will also have availability reports. I hope this is useful to you, Regards, Ben Clewett. Brian E. Seppanen wrote: > Has anyone used nagios in the role of a display mechanism for network > problems, and had a backend device due the correlation and dump it into > nagios. I'm just curious and wanted to do some investigation into doing > this... > > One of the reasons why I'm interested in this is because I have some > 4000+ devices that I have been told to monitor with nagios. With those > 4000+ devices, on a box that has 2x 1Ghz processors, 1GB of RAM, etc the > load climbs to around 10 when I click on tac.cgi, and the other related > cgi's. I need an alternative means of monitoring and presenting these > monitored devices to the world, and thought of using nagios as a display > mechanism and use a backend system to aggregate info. > > Any suggestions appreciated. Thanks, > > Brian Seppanen > seppy at chartermi.net > 906-475-0107 ext 1040 > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From throck at duke.edu Fri Jul 16 16:26:15 2004 From: throck at duke.edu (Tom Throckmorton) Date: Fri, 16 Jul 2004 10:26:15 -0400 Subject: Backend Nagios with a Network Correlation Device In-Reply-To: References: Message-ID: <40F7E587.5090902@duke.edu> Brian, Have you had a look at the docs for distributed monitoring? http://nagios.sourceforge.net/docs/1_0/distributed.html -tt On 07/16/2004 09:42 AM, Brian E. Seppanen wrote: >Has anyone used nagios in the role of a display mechanism for network >problems, and had a backend device due the correlation and dump it into >nagios. I'm just curious and wanted to do some investigation into doing >this... > >One of the reasons why I'm interested in this is because I have some >4000+ devices that I have been told to monitor with nagios. With those >4000+ devices, on a box that has 2x 1Ghz processors, 1GB of RAM, etc the >load climbs to around 10 when I click on tac.cgi, and the other related >cgi's. I need an alternative means of monitoring and presenting these >monitored devices to the world, and thought of using nagios as a display >mechanism and use a backend system to aggregate info. > >Any suggestions appreciated. Thanks, > >Brian Seppanen >seppy at chartermi.net >906-475-0107 ext 1040 > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > -- Tom Throckmorton Systems and Core Services Duke University - OIT ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Millard.Matt at principal.com Fri Jul 16 17:19:12 2004 From: Millard.Matt at principal.com (Millard, Matt) Date: Fri, 16 Jul 2004 10:19:12 -0500 Subject: Nagios embedded Perl on RH Message-ID: <6201DF063335254BA0D6AA7053D101170A629D21@pfgdsmmbx006.principalusa.corp.principal.com> I believe it is included in the SRPM. Just install that and you'll have it. Matt -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Gregg Strickland Sent: Thursday, July 15, 2004 5:09 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] Nagios embedded Perl on RH First of all I must say that I'm new to building RPM's.... I'm trying to build a Nagios RPM using Dag Wieers spec file ( http://dag.wieers.com/packages/nagios/nagios.spec ). The spec file references a patch for embedded perl (nagios-1.2-embedperl.patch), but I can't find this patch file anywhere and I don't know what the contents are. Can anyone help me out or point me in the right direction? Thanks in advance, -greggs ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From codejnki at codejnki.com Fri Jul 16 17:18:29 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Fri, 16 Jul 2004 11:18:29 -0400 Subject: Status Overview Group Placements In-Reply-To: <200407161312.i6GDChMa003790@knockout.kirtland.af.mil> References: <200407161312.i6GDChMa003790@knockout.kirtland.af.mil> Message-ID: <40F7F1C5.1000607@codejnki.com> It appears that the status overview page displays the groups in alphabetical order. Just rename your group to be at the top of the list alphabetically and it should display the router group first. Patrick Johnston Michael J Contr AFRL/DES wrote: > Does anyone know of a way that I can force my Status Overview to display > the way I want it? The problem I?m having is that I have about 50 > switches being monitored and it?s pushing all my other groups to the > bottom of the page. I hope there is a way that I can force my switch > group to sit under all the rest of my devices being monitored. Anyone > else have this problem? Thanks! > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Benoit.Panizzon at imp.ch Fri Jul 16 17:45:13 2004 From: Benoit.Panizzon at imp.ch (Benoit Panizzon) Date: Fri, 16 Jul 2004 17:45:13 +0200 Subject: Logfile Monitoring Message-ID: <200407161745.16437.Benoit.Panizzon@imp.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all I'm migrating from BB to Nagios. But now there's one function I miss. BB had a built in function to watch logfiles for specific words like 'PANIC' and then send an alert. I could not find any plugin that does something similar for nagios but I suppose it's something that many would find very usefull. Did I miss it, or is this function leaking in nagios? Regards - -- Beno?t Panizzon, - ------------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP Phone: +41 61 826 93 00 Zurlindenstrasse 29 Fax: +41 61 826 93 01 CH-4133 Pratteln Net: http://www.imp.ch/ - ------------------------------------------------------------------------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA9/gKCVq2G/yL7/ARAoxeAKDf/9bCWKi29Paq/mtW/CR7EPf9YgCdELhG Qz1ywfrLhGIrJ8AE2gsNANk= =/lUA -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From JRadcliffe at iss.net Fri Jul 16 18:15:19 2004 From: JRadcliffe at iss.net (Radcliffe, Jerome (ISS Southfield)) Date: Fri, 16 Jul 2004 12:15:19 -0400 Subject: Writing to Nagios.cmd Message-ID: <51540A3DDD507D40B6D47030C8C0C19190E682@soumaiexcp01.iss.net> Hello, I am trying to have a shell script insert service comments and was wondering if anyone has done this type of thing before. Something like : echo "ADD_SVC_COMMENT;hostname1;Warnings;1;admin;Comment_Test" >> nagios.cmd Would that work or is it more complicated then that. Thanks, Jerome ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Fri Jul 16 18:28:20 2004 From: jhmartin at toger.us (Jason Martin) Date: Fri, 16 Jul 2004 09:28:20 -0700 Subject: Logfile Monitoring In-Reply-To: <200407161745.16437.Benoit.Panizzon@imp.ch> References: <200407161745.16437.Benoit.Panizzon@imp.ch> Message-ID: <20040716162820.GV622@zippy.members.linode.com> If your list of works to look for is short then check_log or check_log2 (preferable) can do this for you. If the list of patterns is long then you'll need to bring in another solution to feed logfile alerts into Nagios. -Jason Martin On Fri, Jul 16, 2004 at 05:45:13PM +0200, Benoit Panizzon wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all > > I'm migrating from BB to Nagios. > > But now there's one function I miss. > BB had a built in function to watch logfiles for specific words like 'PANIC' > and then send an alert. > > I could not find any plugin that does something similar for nagios but I > suppose it's something that many would find very usefull. > > Did I miss it, or is this function leaking in nagios? > > Regards > - -- > Beno?t Panizzon, > - ------------------------------------------------------------------------ > ImproWare AG, UNIXSP & ISP Phone: +41 61 826 93 00 > Zurlindenstrasse 29 Fax: +41 61 826 93 01 > CH-4133 Pratteln Net: http://www.imp.ch/ > - ------------------------------------------------------------------------ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFA9/gKCVq2G/yL7/ARAoxeAKDf/9bCWKi29Paq/mtW/CR7EPf9YgCdELhG > Qz1ywfrLhGIrJ8AE2gsNANk= > =/lUA > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Multitasking = 3 PCs and a chair with wheels! This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From jhmartin at toger.us Fri Jul 16 18:45:26 2004 From: jhmartin at toger.us (Jason Martin) Date: Fri, 16 Jul 2004 09:45:26 -0700 Subject: Writing to Nagios.cmd In-Reply-To: <51540A3DDD507D40B6D47030C8C0C19190E682@soumaiexcp01.iss.net> References: <51540A3DDD507D40B6D47030C8C0C19190E682@soumaiexcp01.iss.net> Message-ID: <20040716164526.GZ622@zippy.members.linode.com> On Fri, Jul 16, 2004 at 12:15:19PM -0400, Radcliffe, Jerome (ISS Southfield) wrote: > echo "ADD_SVC_COMMENT;hostname1;Warnings;1;admin;Comment_Test" >> It is perfectly acceptable for scripts to write to the nagios.cmd. Nagios will honor your commands assuming they are in the correct format and Nagios is configured to accept external commands. -Jason Martin -- Multitasking = 3 PCs and a chair with wheels! This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From nagios-users at gurugeek.com Fri Jul 16 19:00:23 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Fri, 16 Jul 2004 10:00:23 -0700 Subject: Logfile Monitoring In-Reply-To: <200407161745.16437.Benoit.Panizzon@imp.ch> References: <200407161745.16437.Benoit.Panizzon@imp.ch> Message-ID: <40F809A7.50002@gurugeek.com> You're looking to parse Nagios' logs? If you just want to know when a service goes critical or 'PANIC' then just setup notifications. If you want to parse OTHER logs then what Jason Martin suggested may help, I haven't used check_log myself. Jeff Benoit Panizzon wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all > > I'm migrating from BB to Nagios. > > But now there's one function I miss. > BB had a built in function to watch logfiles for specific words like 'PANIC' > and then send an alert. > > I could not find any plugin that does something similar for nagios but I > suppose it's something that many would find very usefull. > > Did I miss it, or is this function leaking in nagios? > > Regards > - -- > Beno?t Panizzon, > - ------------------------------------------------------------------------ > ImproWare AG, UNIXSP & ISP Phone: +41 61 826 93 00 > Zurlindenstrasse 29 Fax: +41 61 826 93 01 > CH-4133 Pratteln Net: http://www.imp.ch/ > - ------------------------------------------------------------------------ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFA9/gKCVq2G/yL7/ARAoxeAKDf/9bCWKi29Paq/mtW/CR7EPf9YgCdELhG > Qz1ywfrLhGIrJ8AE2gsNANk= > =/lUA > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From twmoore at bea.com Fri Jul 16 21:09:18 2004 From: twmoore at bea.com (Timothy Moore) Date: Fri, 16 Jul 2004 13:09:18 -0600 Subject: status.log question/request Message-ID: <1CD25D3A9280C9469A6564995E0C18D887ABC8@usdeex01.amer.bea.com> When you acknowledge a service or host problem, a comment identifying the user is automatically created. When a user disables checking or notifications, there is no audit trail. I would like to request an enhancement that the user information be captured somewhere. The username could be an additional field in the status.log. An audit.log file could be created to log who made changes. Or, at least have disable/enable force an entry into the comment log file. It was also suggested that the status display show the username next to the "disabled" icon. Does anyone have a work around to capture this user information? Timothy W. Moore bea Systems 4610 S. Ulster St. Suite 100 Denver, CO 80237 720-528-6177 <> -------------- next part -------------- A non-text attachment was scrubbed... Name: Timothy Moore.vcf Type: text/x-vcard Size: 202 bytes Desc: Timothy Moore.vcf URL: From jjnp4m102 at sneakemail.com Fri Jul 16 21:22:45 2004 From: jjnp4m102 at sneakemail.com (Matt Millard) Date: 16 Jul 2004 19:22:45 -0000 Subject: Recovery Notification Message-ID: <23066-25788@sneakemail.com> I'd like to have a separate command ran when a service or host goes into a recovery state. I've tried placing two different contacts in a contact group. One contact to notify for everything but recovery and one to notify for only recovery. nagios -v nagios.cfg claims that this doesn't make sense to only specify r for notification. It is only a warning though. Here are the nagios.log entries for a Nagios restart, cron failure/recovery event. [1090003698] Warning: Host recovery notification option for contact 'midrange-tec-process-reset' doesn't make any sense - specify down and/or unreachable options as well [1090003698] Warning: Service recovery notification option for contact 'midrange-tec-process-reset' doesn't make any sense - specify critical and/or warning options as well [1090003698] Finished daemonizing... (New PID=18443) [1090003808] SERVICE ALERT: ua044;CRON;CRITICAL;SOFT;1;Process 'cron' is not running [1090003848] SERVICE ALERT: ua044;CRON;CRITICAL;SOFT;2;Process 'cron' is not running [1090003919] SERVICE ALERT: ua044;CRON;CRITICAL;HARD;3;Process 'cron' is not running [1090003919] SERVICE NOTIFICATION: midrange-tec-process;ua044;CRON;CRITICAL;notify-by-email;Process cron is not running [1090003920] SERVICE NOTIFICATION: midrange-tec-process;ua044;CRON;CRITICAL;notify-by-tec-process;Process cron is not running [1090004129] EXTERNAL COMMAND: SCHEDULE_FORCED_SVC_CHECK;ua044;CRON;1090004127 [1090004138] SERVICE ALERT: ua044;CRON;OK;HARD;3;Process 'cron' is running: root 21122 1 0 13:54:48 - 0:00 /usr/sbin/cron I basically need to send a notification to Tivoli with a HARMLESS parameter to close the CRITICAL ticket created by notify-by-tec-process. Here are the misccommands.cfg entries: # 'notify-by-tec-process' command definition define command{ command_name notify-by-tec-process command_line /usr/local/bin/sendevent.ksh -s CRITICAL -m "$OUTPUT$" -t Nagios -u "$HOSTALIAS$:process" -p midrange } # 'notify-by-tec-process-reset' command definition define command{ command_name notify-by-tec-process-reset command_line /usr/local/bin/sendevent.ksh -s HARMLESS -m "$OUTPUT$" -t Nagios -u "$HOSTALIAS$:process" -p midrange } Any suggestions for what the correct way to do this is. Matt ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Fri Jul 16 21:57:45 2004 From: marc at ena.com (Marc Powell) Date: Fri, 16 Jul 2004 14:57:45 -0500 Subject: Recovery Notification Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B67FB@mismail2.ena.com> > -----Original Message----- > From: Matt Millard [mailto:jjnp4m102 at sneakemail.com] > Sent: Friday, July 16, 2004 2:23 PM > To: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] Recovery Notification > > I'd like to have a separate command ran when a service or host goes into a > recovery state. I've tried placing two different contacts in a contact > group. One contact to notify for everything but recovery and one to > notify for only recovery. nagios -v nagios.cfg claims that this doesn't > make sense to only specify r for notification. It is only a warning > though. Here are the nagios.log entries for a Nagios restart, cron > failure/recovery event. Another path you could take is to add the intelligence you need to your notification script. Right now the notification script is probably /bin/mail (host/service-notify-by-email) but you are certainly free to change that and write something that is as simple or as complicated as you need it to be. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From MG at ev3.net Fri Jul 16 22:10:47 2004 From: MG at ev3.net (Wheeler, MG) Date: Fri, 16 Jul 2004 15:10:47 -0500 Subject: Writing to Nagios.cmd Message-ID: <2F29C1E275BF4F4E9DCAE48033A00B9D01031029@mail.ev3.net> What would be the correct format to add Host Comments?? -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Jason Martin Sent: Friday, July 16, 2004 11:45 AM To: Nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Writing to Nagios.cmd On Fri, Jul 16, 2004 at 12:15:19PM -0400, Radcliffe, Jerome (ISS Southfield) wrote: > echo "ADD_SVC_COMMENT;hostname1;Warnings;1;admin;Comment_Test" >> It is perfectly acceptable for scripts to write to the nagios.cmd. Nagios will honor your commands assuming they are in the correct format and Nagios is configured to accept external commands. -Jason Martin -- Multitasking = 3 PCs and a chair with wheels! This message is PGP/MIME signed. _____________________________________________________________________ This message has been checked for all known viruses ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From JRadcliffe at iss.net Fri Jul 16 22:41:07 2004 From: JRadcliffe at iss.net (Radcliffe, Jerome (ISS Southfield)) Date: Fri, 16 Jul 2004 16:41:07 -0400 Subject: Writing to Nagios.cmd Message-ID: <51540A3DDD507D40B6D47030C8C0C19190E68B@soumaiexcp01.iss.net> It was really close. I got it all working. I needed to add the time as the previous post suggested. echo "[`date +%s`]ADD_SVC_COMMENT;hostname1;Warnings;1;admin;Comment_Test" >> nagios.cmd worked great. Jay -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Wheeler, MG Sent: Friday, July 16, 2004 4:11 PM To: Jason Martin; Nagios-users at lists.sourceforge.net Subject: RE: [Nagios-users] Writing to Nagios.cmd What would be the correct format to add Host Comments?? -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Jason Martin Sent: Friday, July 16, 2004 11:45 AM To: Nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Writing to Nagios.cmd On Fri, Jul 16, 2004 at 12:15:19PM -0400, Radcliffe, Jerome (ISS Southfield) wrote: > echo "ADD_SVC_COMMENT;hostname1;Warnings;1;admin;Comment_Test" >> It is perfectly acceptable for scripts to write to the nagios.cmd. Nagios will honor your commands assuming they are in the correct format and Nagios is configured to accept external commands. -Jason Martin -- Multitasking = 3 PCs and a chair with wheels! This message is PGP/MIME signed. _____________________________________________________________________ This message has been checked for all known viruses ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=ick _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sh0n at rogers.com Fri Jul 16 23:09:21 2004 From: sh0n at rogers.com (Shawn Starr) Date: Fri, 16 Jul 2004 17:09:21 -0400 (EDT) Subject: Using BigBrother client to send data to Nagios Message-ID: <20040716210921.7221.qmail@web88106.mail.re2.yahoo.com> Is this possible to do? We currently use BigBrother on over 400+ machines and converting them to use a nagios backend (NRPE/NSCA,etc) would be extremely painful. Any suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: From codejnki at codejnki.com Fri Jul 16 23:25:34 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Fri, 16 Jul 2004 17:25:34 -0400 Subject: Implementing within an IT group Message-ID: <40F847CE.9080806@codejnki.com> Has anybody written or come across a "Best Practices" guide for implementing Nagios within an IT group? Our team is still small (six) but growing. Most of the team has never used any sort of network monitoring software and communication between us is still fairly poor. I set up Nagios to help eliminate some of the communication problems within our group. Before I set out and write a guide on how to use this within an IT group I was hoping there were some resources out there that other people had used. Thanks. Patrick -------------- next part -------------- A non-text attachment was scrubbed... Name: codejnki.vcf Type: text/x-vcard Size: 132 bytes Desc: not available URL: From kurt at raschke.net Sat Jul 17 15:52:01 2004 From: kurt at raschke.net (Kurt Raschke) Date: Sat, 17 Jul 2004 09:52:01 -0400 Subject: Persistent event ID? Message-ID: <20040717135201.GA5283@raschke.net> There was a discussion earlier this month on this list about generating unique IDs in notifications, but I'm wondering if anybody has a solution for generating an ID and then reusing it until the host/service returns to an OK state. In other words, all of the notifications sent out from the time a service first goes into WARNING or CRITICAL until it returns to OK would have the same ID. Is this doable? -Kurt ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ben at clewett.org.uk Sat Jul 17 16:25:48 2004 From: ben at clewett.org.uk (Ben Clewett) Date: Sat, 17 Jul 2004 15:25:48 +0100 Subject: New version of PerfParse In-Reply-To: <20040717135201.GA5283@raschke.net> References: <20040717135201.GA5283@raschke.net> Message-ID: <40F936EC.4030503@clewett.org.uk> There is a new version of PerfParse, 0.99.01. It was requested from this news group that an availability report would be a needed addition to PP. There is now a history report of Nagios plugin raw output, which also gives availability stats. Found under 'Raw Plugin Data' -> 'History'. Thanks for the support and feedback. Please enjoy using this product, and let me know if there is anything you believe we should be concentrating on for later version. Regards, Ben Clewett. http://perfparse.sourceforge.net/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From asaugusto at yahoo.com.br Sat Jul 17 19:08:04 2004 From: asaugusto at yahoo.com.br (=?iso-8859-1?q?Alexandre=20augusto?=) Date: Sat, 17 Jul 2004 14:08:04 -0300 (ART) Subject: Error configuring Message-ID: <20040717170804.10965.qmail@web41014.mail.yahoo.com> hello, I'm using the httpd-2.0.50 and Nagios nagios-1.2 on Linux Redhat AS 30 I have Apache and nagios installed but when i try to access the Nagios's cgi via web browser I get this error: The requested URL /usr/local/nagios/sbin/tac.cgi was not found on this server. my httpd.conf have this lines: DocumentRoot "/usr/local/nagios/share/" ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin AllowOverride AuthConfig Options ExecCGI Order allow,deny Allow from all Alias /nagios/ /usr/local/nagios/share/ Options None AllowOverride AuthConfig Order allow,deny Allow from all anybody know what I'm doing wrong ? thanks Alexandre ===== Alexandre da Silva Augusto Administrador de sistemas Unix/Redes e Internet _______________________________________________________ Yahoo! Mail agora com 100MB, anti-spam e antiv?rus gr?tis! http://br.info.mail.yahoo.com/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From john.lange at bighostbox.com Sat Jul 17 21:22:16 2004 From: john.lange at bighostbox.com (John Lange) Date: Sat, 17 Jul 2004 14:22:16 -0500 Subject: Authentication problem Message-ID: <1090092136.2484.232.camel@ws101.darkcore.net> I'm trying out Nagios v2.0a1 and I am having a problem with authentication. I've setup Nagios based on a 1.2 version I had installed previously. Everything seems to be good with nagios itself, it is checking hosts and sending notifications etc. When I browse to nagios I get the login box and I authenticate normally. So far so good. Problem is nagios keeps telling me that I'm not authorized to see any information. The upper left corner says "Logged in as ?". I've gone up and down through the docs for authentication (which appear to be unchanged from 1.2) and I can't find anything wrong. In cgi.cfg I have: use_authentication=1 and I have tried the various: authorized_for_xxxx settings as "*", specific username, and even commented out, all to no avail. I assume that nagios isn't picking up the fact that I've logged in for some reason and thats the root of the problem. Perhaps there is a new setting in 2.0 which I need to enable in order to have nagios realize I logged in? Thanks for any help. -- John Lange ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From chris.hemsley at gmail.com Sun Jul 18 10:02:00 2004 From: chris.hemsley at gmail.com (Chris Hemsley) Date: Sun, 18 Jul 2004 09:02:00 +0100 Subject: NSCA Connection problem Message-ID: I have installed Nagios on SuSE Linux Enterprise Server 8. Nagios Version 1.2, NSCA v2.1. Nagios is running fine but I've failed to get the NSCA passive checking working. To troubleshoot, I've started the nsca daemon manually with debug enabled: # nsca -c /etc/nagios/nsca.cfg -d I then try to send a passive check to it using: # printf "myserver\tname\t1\tTest Message\n" | send_nsca 127.0.0.1 -c /tmp/ch ( where /tmp/ch specified encryption_method=1 and nsca.cfg specified decryption_method=1.) Jul 18 07:19:44 adm201 nsca[1810]: Connection from 172.16.2.200 port 19102 Jul 18 07:19:44 adm201 nsca[1810]: Host address checks out ok Jul 18 07:19:44 adm201 nsca[1810]: Handling the connection... Jul 18 07:19:45 adm201 nsca[1810]: Received invalid packet type/version from client - possibly due to client using wrong password or crypto algorithm? Jul 18 07:19:45 adm201 nsca[1810]: End of connection or could not read request from cl ient... If I disable encryption, I get the same errors but without the 'invalid packet type error'. Can anyone shed some light on where things may be going wrong here as I've been unable to find any reference to anyone else having this problem. Thanks in advance for any assistance. Chris. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Sun Jul 18 19:28:06 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Sun, 18 Jul 2004 10:28:06 -0700 Subject: Config Errors, But Config Looks Fine Message-ID: <40FAB326.1020402@sandiego420.com> When I check my config with 'nagios -v' I get these errors for each of my config files: write_to_logs_and_console() end xoddefault_process_config_file() end xoddefault_process_config_file() start xoddefault_parse_input() start Value is NULL write_to_logs_and_console() start Error in object configuration file '/usr/local/nagios-1.2/etc/hosts.cfg' - Line 14 (Could not parse input) I get this message for every config file defined in nagios.cfg. Here are the content of one of my config files: $nagios_home/etc/hosts.cfg file: # Generic host definition template define host{ name generic-host ; The name of this host template - referenced in other host definitions, used for template recursion/resolution notifications_enabled 1 ; Host notifications are enabled event_handler_enabled 1 ; Host event handler is enabled flap_detection_enabled 1 ; Flap detection is enabled process_perf_data 1 ; Process performance data retain_status_information 1 ; Retain status information across program restarts retain_nonstatus_information 1 ; Retain non-status information across program restarts register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE! } define host{ use generic-host host_name file-0201 alias File-0201 address 10.250.200.46 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r } Line 14 is the very first non-comment line in the file just below "# Generic host definition template" Any ideas what I am doing wrong? I configured this build of nagios as follows: ./configure --prefix=/usr/local/nagios-1.2 --with-nagios-user=nagios --with-nagios-grp=nagios --with-init-dir=/etc/init.d --with-lockfile=/var/lock/subsys/nagios --with-mysql-xdata --with-mysql-lib=/usr/local/mysql/lib/mysql --with-mysql-inc=/usr/local/mysql/include/mysql --with-gd-lib=/usr/lib --with-gd-inc=/usr/include --with-cgiurl=/nagios-bin --with-htmurl=/nagios --enable-DEBUG0 --enable-DEBUG1 --enable-DEBUG2 --enable-DEBUG3 --enable-DEBUG4 --enable-DEBUG5 --with-default-objects --with-default-perfdata By the way, I also can't get nagios to compile of Red Hat 9 unless I use '--with-default-objects'. Any ideas? Thx, Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Sun Jul 18 19:22:12 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Sun, 18 Jul 2004 10:22:12 -0700 Subject: Implementing within an IT group In-Reply-To: <40F847CE.9080806@codejnki.com> References: <40F847CE.9080806@codejnki.com> Message-ID: <40FAB1C4.3040603@sandiego420.com> Patrick Stockton wrote: > Has anybody written or come across a "Best Practices" guide for > implementing Nagios within an IT group? > > Our team is still small (six) but growing. Most of the team has never > used any sort of network monitoring software and communication between > us is still fairly poor. I set up Nagios to help eliminate some of > the communication problems within our group. > > Before I set out and write a guide on how to use this within an IT > group I was hoping there were some resources out there that other > people had used. > > Thanks. > > Patrick Well, it would be something to the effect of : 1) Determine each admin's duty schedule and when they desire to receive notifications and the type of notifcations, etc... 2) Define contact groups for different things. I created the following groups, we are also a small team 4 peopls maintaining 2 250-node linux cluster, 20+ large sun servers, 15+ Windows servers and 100 users (all scientists with 2-3 desktops per person): mycompany-unix, mycompany-win, mycompany-network, and mycompany-cluster. This divides the monitored systems into 4 distinct categories. 3) Define your contacts and all there desired alerts and etc... 4) Define your hosts and monitored services according to your business needs. There is no vanilla way to config nagios from a logistical standpoint, since every site will have different needs and different SLA's, etc.... I use to nagios to overcome the fact that we have 4 people doing what a team of 10 should be doing. (Note that this 4 person team does _everything_, all oracle DBA's tasks, all network engineering tasks, etc...) Oh yea, I also have to do the budgeting, as well. Oh how I love the current economy. As a plus I just convinced my company to no longer outsource software development to any company that employs people overseas. Part of the new growing effort to "Buy American, Support American" I just nuked my old nagios system and am building a complete new system using 1.2. (actually a few of us started to write our own enterprise management platform but we got to a point where we needed funding to take our project to the next level and funding is hard to get these days, you basically already have to be profitable to get VC) Hope this help, Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From zsitfa at axelero.hu Sun Jul 18 19:58:00 2004 From: zsitfa at axelero.hu (Horvath Tamas) Date: 18 Jul 2004 19:58:00 +0200 Subject: Unique ID Message-ID: <1090173479.1331.13.camel@localhost.localdomain> HI! I asked it this month and I wrote a shell script which uses chksum to do this. But I change ID if hard state change occures, so the OK ID will be the same than the last hard state error (WARNING, CRITICAL, etc.) ID. But this behavior can be changed very easily Sorry, but I'm going to holiday for two weeks just NOW. But if you are interested in this script I will send it to you when I'm back again. Bye, Tamas! ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From me at wizkid.homeip.net Sun Jul 18 20:55:06 2004 From: me at wizkid.homeip.net (me) Date: Sun, 18 Jul 2004 20:55:06 +0200 Subject: NSCA Connection problem In-Reply-To: References: Message-ID: <40FAC78A.5090400@wizkid.homeip.net> hi chris, Chris Hemsley wrote: > To troubleshoot, I've started the nsca daemon manually with debug enabled: > # nsca -c /etc/nagios/nsca.cfg -d > > I then try to send a passive check to it using: > # printf "myserver\tname\t1\tTest Message\n" | send_nsca 127.0.0.1 -c /tmp/ch > > ( where /tmp/ch specified encryption_method=1 and nsca.cfg specified > decryption_method=1.) > > Jul 18 07:19:44 adm201 nsca[1810]: Connection from 172.16.2.200 port 19102 > Jul 18 07:19:44 adm201 nsca[1810]: Host address checks out ok > Jul 18 07:19:44 adm201 nsca[1810]: Handling the connection... > Jul 18 07:19:45 adm201 nsca[1810]: Received invalid packet > type/version from client - > possibly due to client using wrong password or crypto algorithm? > Jul 18 07:19:45 adm201 nsca[1810]: End of connection or could not read > request from cl > ient... i am missing the option -d "\" for defining the delimiter in your test Usage: send_nsca -H [-p port] [-to to_sec] [-d delim] [-c config_file] try something like: echo "hostname;HTTP;0;just_testing" | send_nsca -H localhost -d ";" -c config_file greetings ruediger ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From john.lange at bighostbox.com Sun Jul 18 22:12:08 2004 From: john.lange at bighostbox.com (John Lange) Date: Sun, 18 Jul 2004 15:12:08 -0500 Subject: Parents vs Dependencies ? Message-ID: <1090181528.22800.19.camel@ws101.darkcore.net> I am monitoring a collection of servers using nagios. The nagios machine is my desktop computer in my office and the link to the outside world is a cable modem. Nagois works fantastic and I'm thrilled with it. The only issue is that occasionally the cable modem link will go down and this results in a lot of false notices being queued up on my desktop machine and then when the link returns a get a flood of pages. My understanding is that nagios has a way to prevent this either using the parents setting or the dependencies. Currently I have the cable companies router with check_ping set as the parent for all of my servers and I have it's host settings so that I don't receive notifications for that router. The theory being that if the router can't be reached then the cable modem is down and I don't want any notices to be sent out. The documentation mentions that nagios "walks" the parents before sending out notices but is rather vague on exactly how to make this work. My guess is that this is documented someplace but after a fair amount of googling and reading the nagios web site I don't seem to be able find any examples. Can someone help me out and point me in the right direction? Is setting up parents with no notification all I need or is there something more? -- John Lange ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From kdebisschop at alert.infoplease.com Mon Jul 19 05:44:03 2004 From: kdebisschop at alert.infoplease.com (Karl DeBisschop) Date: Sun, 18 Jul 2004 23:44:03 -0400 Subject: [PATCH] elapsed process time In-Reply-To: References: Message-ID: <40FB4383.9000209@alert.infoplease.com> Voon, Ton wrote: > Fair comment. I can't speak for the rest of the team, but I personally > haven't had much time to work on patches or anything else, but I do keep an > eye on the mailing lists. > > Please continue to submit patches on SF as they are kept there forever, > whereas email is lost. > > Karl, maybe some new blood is required? Just got back from vacation, resulting in an even longer delay. But I totally agree. I need to step back from this myself and take on a supporting role - I just cannot give the time I once did. There's a couple of authors of the perl-plugin rewrites, but I haven't seen anyone step forward with intent to lead the project. But I may have missed signs of interest. Did you have anyone in mind? > -----Original Message----- > From: Quanah Gibson-Mount [mailto:quanah at stanford.edu] > Sent: 15 July 2004 06:34 > To: Russell Miller > Cc: nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] [PATCH] elapsed process time > > > > --On Thursday, July 15, 2004 12:15 AM -0500 Russell Miller > wrote: > > >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>On Thursday 15 July 2004 00:09, Quanah Gibson-Mount wrote: >> >> >>>Shouldn't this be submitted at the nagios plugins site at sourceforge? >>> >> >>Perhaps. I don't know how everything works in the project, I'm just a >>simple coder. :-) >> >>I'll see what I can do, thanks. > > > Good luck, the last patch I submitted to them, I didn't get a reply for > almost a year, and then they said they already had done what I submitted... > I submitted another patch about 6 months ago, no word on that one either. ;) > > --Quanah > > -- > Quanah Gibson-Mount > Principal Software Developer > ITSS/Shared Services > Stanford University > GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise > J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > > This private and confidential e-mail has been sent to you by Egg. > The Egg group of companies includes Egg Banking plc > (registered no. 2999842), Egg Financial Products Ltd (registered > no. 3319027) and Egg Investments Ltd (registered no. 3403963) which > is authorised and regulated by the Financial Services Authority. Egg > Investments Ltd. is entered in the FSA register under number 190518. > > Registered in England and Wales. Registered offices: 1 Waterhouse > Square, 138-142 Holborn, London EC1N 2NA. > > If you are not the intended recipient of this e-mail and have received > it in error, please notify the sender by replying with 'received in > error' as the subject and then delete it from your mailbox. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From RNathan at baxglobal.com Mon Jul 19 05:43:21 2004 From: RNathan at baxglobal.com (Ranga Nathan) Date: Sun, 18 Jul 2004 20:43:21 -0700 Subject: nrpep not executing script Message-ID: Hi all: I am a newbie to Nagios. I love it...! I have a check_... command that executes a shell script and returns values. Works perfectly on the host but returns "hh:mm Not a valid file or directory" . I checked permissions and they look fine. nrpep is running via xinetd and with root permissions. Also in other cases, I executed shell commands directly for the plug-ins but some parts of the returned message are missing. For example, I have this in nrpep.cfg command[check_baxp_script]=ls -lat /var/log/bax/ams/baxp/*.gz | head -n 1 | awk '{print "[Last execution ended " $6 " at " $7 "]"'} The $6 is the date and $7 is the modified time of a file. It works fine on the host but on the Nagios web page I see [Last execution ended Jul at 18] instead of [Last execution ended 2004-07-18 at 20:40] It seems that somewhere something is trying to interpret the string..and losing some data! BTW, I am not sure what I should return in case of success and what in case of error. Can someone point me to the documentation (could not find it in plug-in documentation). __________________________________________ Ranga Nathan / CSG Systems Programmer - Specialist; Technical Services; BAX Global Inc. Irvine-California Tel: 714-442-7591 Fax: 714-442-2840 -------------- next part -------------- An HTML attachment was scrubbed... URL: From karl at debisschop.net Mon Jul 19 06:20:29 2004 From: karl at debisschop.net (Karl DeBisschop) Date: Mon, 19 Jul 2004 00:20:29 -0400 Subject: [PATCH] elapsed process time In-Reply-To: <40F7A4F4.9090908@op5.se> References: <40F7A4F4.9090908@op5.se> Message-ID: <40FB4C0D.1010502@debisschop.net> Andreas Ericsson wrote: > Voon, Ton wrote: > >> Fair comment. I can't speak for the rest of the team, but I personally >> haven't had much time to work on patches or anything else, but I do >> keep an >> eye on the mailing lists. >> >> Please continue to submit patches on SF as they are kept there forever, >> whereas email is lost. >> >> Karl, maybe some new blood is required? >> > > There's a really simple way to do this; Clone the repositories. Use one > of them as master repository with strict write-access to build releases > and such, and have the other be writeable to anyone who asks it (more or > less). > > Frankly, I've been starting to think about opening an ftp site with > upload rights for people with plugins to share but nowhere to put them > (seeing as I'm one of them). > The plugins web site has a contributed plugins section for exactly this reason. -- Karl ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From paviles at adjoined.com Mon Jul 19 06:20:52 2004 From: paviles at adjoined.com (Paul Aviles) Date: Mon, 19 Jul 2004 00:20:52 -0400 Subject: Monitoring MS servers Message-ID: <7F1B2E8605ED6B4EA45F13F991588A3D04DE8AA4@smmia001.adjoined.net> I am looking at the documentation for NSClient and I have copied the following text to my command.cfg command[check_nt_disk]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v USEDDISKSPACE -l $ARG1$ -w $ARG2$ -c $ARG3$ command[check_nt_cpuload]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v CPULOAD -l $ARG1$ command[check_nt_uptime]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v UPTIME command[check_nt_clientversion]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v CLIENTVERSION command[check_nt_process]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v PROCSTATE -l $ARG1$ command[check_nt_service]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -l $ARG1$ command[check_nt_memuse]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v MEMUSE -w $ARG1$ -c $ARG2$ command[check_nt_fileage]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v FILEAGE -l $ARG1$ -w $ARG2$ -c $ARG3$ I have an entry in my service.cfg for monitoring the server and the only diference is the command that I have as: check_command check_nt -h 10.10.10.10 -p 1248 -v CPULOAD -l 10,80,95,60,80,95,1440,80,95 But I get errors like this.. Checking services... Error: Service check command 'check_nt -H 192.168.100.32 -p 1248 -v CPULOAD -l 10,80,95,60,80,95,1440,80,95' specified in service 'CPU Load' for host 'szmia000' not defined anywhere! Is the service.cfg the correct place to monitor the server and is the command.cfg the correct file for the commands above? Thanks -pa ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From RNathan at baxglobal.com Mon Jul 19 06:45:42 2004 From: RNathan at baxglobal.com (Ranga Nathan) Date: Sun, 18 Jul 2004 21:45:42 -0700 Subject: Monitoring MS servers In-Reply-To: <7F1B2E8605ED6B4EA45F13F991588A3D04DE8AA4@smmia001.adjoined.net> References: <7F1B2E8605ED6B4EA45F13F991588A3D04DE8AA4@smmia001.adjoined.net> Message-ID: Paul: see my comments below __________________________________________ Ranga Nathan / CSG Systems Programmer - Specialist; Technical Services; BAX Global Inc. Irvine-California Tel: 714-442-7591 Fax: 714-442-2840 "Paul Aviles" Sent by: nagios-users-admin at lists.sourceforge.net 07/18/2004 09:20 PM To: cc: Subject: [Nagios-users] Monitoring MS servers I am looking at the documentation for NSClient and I have copied the following text to my command.cfg command[check_nt_disk]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v USEDDISKSPACE -l $ARG1$ -w $ARG2$ -c $ARG3$ command[check_nt_cpuload]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v CPULOAD -l $ARG1$ command[check_nt_uptime]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v UPTIME command[check_nt_clientversion]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v CLIENTVERSION command[check_nt_process]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v PROCSTATE -l $ARG1$ command[check_nt_service]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -l $ARG1$ command[check_nt_memuse]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v MEMUSE -w $ARG1$ -c $ARG2$ command[check_nt_fileage]=$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v FILEAGE -l $ARG1$ -w $ARG2$ -c $ARG3$ I have an entry in my service.cfg for monitoring the server and the only diference is the command that I have as: check_command check_nt -h 10.10.10.10 -p 1248 -v CPULOAD -l 10,80,95,60,80,95,1440,80,95 I dont see a check_nt in the command.cfg. BTW, on Linux the file is called command.cfg similar to what you have, and checkcommands.cfg that looks like: # 'check_tcp' command definition define command{ command_name check_tcp command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p $ARG1$ } # 'check_udp' command definition define command{ command_name check_udp command_line $USER1$/check_udp -H $HOSTADDRESS$ -p $ARG1$ } The services.cfg references the commands defined in checkcommands.cfg But I get errors like this.. Checking services... Error: Service check command 'check_nt -H 192.168.100.32 -p 1248 -v CPULOAD -l 10,80,95,60,80,95,1440,80,95' specified in service 'CPU Load' for host 'szmia000' not defined anywhere! Is the service.cfg the correct place to monitor the server and is the command.cfg the correct file for the commands above? Yes, and check if you have a checkcommands.cfg Thanks -pa ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From RNathan at baxglobal.com Mon Jul 19 06:49:30 2004 From: RNathan at baxglobal.com (Ranga Nathan) Date: Sun, 18 Jul 2004 21:49:30 -0700 Subject: web page customization Message-ID: I notice that there is a CSS (global though) for the web output. I would like to customize the page using a custom CSS or by adding to the global one. However I am not sure how to go about adding class references to the items appearing in tables. For example, I would like to highlight some services so they stand out. Any ideas? __________________________________________ Ranga Nathan / CSG Systems Programmer - Specialist; Technical Services; BAX Global Inc. Irvine-California Tel: 714-442-7591 Fax: 714-442-2840 -------------- next part -------------- An HTML attachment was scrubbed... URL: From maca02 at atlas.cz Mon Jul 19 07:55:19 2004 From: maca02 at atlas.cz (=?ISO-8859-2?Q?Tom=E1=B9_Macek?=) Date: Mon, 19 Jul 2004 07:55:19 +0200 (CEST) Subject: Problems with history In-Reply-To: <1089401755.1340.4.camel@localhost.localdomain> References: <1088785269.1329.15.camel@localhost.localdomain> <1089228015.1375.5.camel@localhost.localdomain> <1089401755.1340.4.camel@localhost.localdomain> Message-ID: Hi, on 2004-07-08 we sheduled the ntpdate on every second hour and 55 minutes and it still works without mistake... (hopefully it will work in the future ;-) ) This is our line from contab of ntpdate: 55 */2 * * * root /usr/sbin/ntpdate -s our.host.cz So the difference is, that we shedulled the ntpdate about once per 2 hours, that's 50% less than it was before (it was once per hour), and this could be why nagios could be confused... By, Tom On Fri, 9 Jul 2004, Horvath Tamas wrote: > Hello! > > I think this won't help you. As I mentioned I ran ntpdate 01:00, 04:00, > ... 22:00. About every two or three days the "-23.log" files appear. > > I saw Nagios info about time change. Did you see this too? The FAQ says > that too many time change confuses Nagios. > > If I'm wrong please write it to me. > > Bye, Tamas! > > > 2004-07-08, cs keltez?ssel Tom?? Macek ezt ?rta: >> Hi, >> I asked our administrator about the FAQ 0093 and he told me, that the time synchronization is sheduled on 00:00 in cron, so maybe this could cause the problem. We scheduled the synchronization at the every hour and 50 minutes (1:50, 3:50, ...) and I'm very curious what will happen... >> >> Thank you very much for the tip! >> >> Tom >> >> >> On Wed, 7 Jul 2004, Horvath Tamas wrote: >> >>> Hi Tom! >>> >>> I've thought it already, but I wanted a working solution as soon as >>> possible. If I have enough time I'll be ad this capability to the script >>> too. >>> >>> I found the cause also: see FAQ 0093: >>> http://www.nagios.org/faqs/viewfaq.php?faq_id=93 >>> >>> I use ntpdate which was run by root crontab in every 3 hours. Now I run >>> it just once a day, when my nagios is not running. It seems that the >>> problem gone! (I use it from 3 July, so its not a big time period to be >>> anbsolutely secure.) >>> >>> Have a nice day, Tamas! >>> >>> >>> 2004-07-07, sze keltez?ssel Tom?? Macek ezt ?rta: >>>> Hi Tamas! >>>> sorry, for the delay of my answer, we had a 2 days free in Czech Republic... >>>> >>>> Thank you very much for the script, I will test it as early as possible. Nowaday >>>> s I do not have enaught time to do that, but I will test it surely when I finish current project I'm working on. >>>> You are writing, that you are not a programmer -> you wrote this script, so you >>>> are the programmer! ;-) >>>> >>>> I looked into the script and I think you always go through the whole directory, it would be better to do move only one file according to the current date and this script would be run at 00:01 every day. I would like to add this to the script. >>>> >>>> Have a nice day >>>> >>>> Tom >>>> >>>> >>>> On Fri, 2 Jul 2004, Horvath Tamas wrote: >>>> >>>>> Hi Tom! >>>>> >>>>> I couldn't manage to figure out why nagios creates *-23.log files. >>>>> >>>>> I wrote a little shell script for our problem. I use it via root >>>>> crontab. I tested it in every scenario which I can imagine and it seemed >>>>> to me that it works. >>>>> >>>>> Please note that I am not a programmer so the code may be not as >>>>> compact, fast, etc. as would be. >>>>> >>>>> Two important notes: >>>>> 1. Please replace MAGYAR_DATUM with DATUM. The first one create >>>>> Hungarian date format from the original one. >>>>> 2. Sorry for Hungarian textparts. I've no enough time to translate them >>>>> to English. >>>>> >>>>> Congratulations for your football team. I'm a fun of them and I terrible >>>>> sorry that they aren't in the final!:( >>>>> >>>>> Have a nice weekend, Tamas! >>>>> >>>> >>> >>> >>> >>> >>> >>> > > > > > > From john.lange at bighostbox.com Mon Jul 19 08:37:41 2004 From: john.lange at bighostbox.com (John Lange) Date: Mon, 19 Jul 2004 01:37:41 -0500 Subject: Problems with history In-Reply-To: References: <1088785269.1329.15.camel@localhost.localdomain> <1089228015.1375.5.camel@localhost.localdomain> <1089401755.1340.4.camel@localhost.localdomain> Message-ID: <1090219061.22800.80.camel@ws101.darkcore.net> Just out of curiosity, why cron ntpdate regularly? Isn't that what ntpd is for? John On Mon, 2004-07-19 at 00:55, Tom?? Macek wrote: > Hi, > on 2004-07-08 we sheduled the ntpdate on every second hour and 55 minutes and it still works without mistake... (hopefully it will work in the future ;-) ) > > This is our line from contab of ntpdate: > > 55 */2 * * * root /usr/sbin/ntpdate -s our.host.cz > > So the difference is, that we shedulled the ntpdate about once per 2 hours, that's 50% less than it was before (it was once per hour), and this could be why nagios could be confused... > > By, Tom > > > > On Fri, 9 Jul 2004, Horvath Tamas wrote: > > > Hello! > > > > I think this won't help you. As I mentioned I ran ntpdate 01:00, 04:00, > > ... 22:00. About every two or three days the "-23.log" files appear. > > > > I saw Nagios info about time change. Did you see this too? The FAQ says > > that too many time change confuses Nagios. > > > > If I'm wrong please write it to me. > > > > Bye, Tamas! > > > > > > 2004-07-08, cs keltez?ssel Tom?? Macek ezt ?rta: > >> Hi, > >> I asked our administrator about the FAQ 0093 and he told me, that the time synchronization is sheduled on 00:00 in cron, so maybe this could cause the problem. We scheduled the synchronization at the every hour and 50 minutes (1:50, 3:50, ...) and I'm very curious what will happen... > >> > >> Thank you very much for the tip! > >> > >> Tom > >> > >> > >> On Wed, 7 Jul 2004, Horvath Tamas wrote: > >> > >>> Hi Tom! > >>> > >>> I've thought it already, but I wanted a working solution as soon as > >>> possible. If I have enough time I'll be ad this capability to the script > >>> too. > >>> > >>> I found the cause also: see FAQ 0093: > >>> http://www.nagios.org/faqs/viewfaq.php?faq_id=93 > >>> > >>> I use ntpdate which was run by root crontab in every 3 hours. Now I run > >>> it just once a day, when my nagios is not running. It seems that the > >>> problem gone! (I use it from 3 July, so its not a big time period to be > >>> anbsolutely secure.) > >>> > >>> Have a nice day, Tamas! > >>> > >>> > >>> 2004-07-07, sze keltez?ssel Tom?? Macek ezt ?rta: > >>>> Hi Tamas! > >>>> sorry, for the delay of my answer, we had a 2 days free in Czech Republic... > >>>> > >>>> Thank you very much for the script, I will test it as early as possible. Nowaday > >>>> s I do not have enaught time to do that, but I will test it surely when I finish current project I'm working on. > >>>> You are writing, that you are not a programmer -> you wrote this script, so you > >>>> are the programmer! ;-) > >>>> > >>>> I looked into the script and I think you always go through the whole directory, it would be better to do move only one file according to the current date and this script would be run at 00:01 every day. I would like to add this to the script. > >>>> > >>>> Have a nice day > >>>> > >>>> Tom > >>>> > >>>> > >>>> On Fri, 2 Jul 2004, Horvath Tamas wrote: > >>>> > >>>>> Hi Tom! > >>>>> > >>>>> I couldn't manage to figure out why nagios creates *-23.log files. > >>>>> > >>>>> I wrote a little shell script for our problem. I use it via root > >>>>> crontab. I tested it in every scenario which I can imagine and it seemed > >>>>> to me that it works. > >>>>> > >>>>> Please note that I am not a programmer so the code may be not as > >>>>> compact, fast, etc. as would be. > >>>>> > >>>>> Two important notes: > >>>>> 1. Please replace MAGYAR_DATUM with DATUM. The first one create > >>>>> Hungarian date format from the original one. > >>>>> 2. Sorry for Hungarian textparts. I've no enough time to translate them > >>>>> to English. > >>>>> > >>>>> Congratulations for your football team. I'm a fun of them and I terrible > >>>>> sorry that they aren't in the final!:( > >>>>> > >>>>> Have a nice weekend, Tamas! ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dean at commsnet.com.au Mon Jul 19 09:33:14 2004 From: dean at commsnet.com.au (Dean White) Date: Mon, 19 Jul 2004 17:33:14 +1000 Subject: multiple instances of nsca {Scanned by MyndIT} Message-ID: <5BED497EC904564EB3C0EE47248AD5BA0A7642@lancaster.Commsnet.com.lo> Hi all, I'm running nsca on OpenBSD 3.x. using the -daemon flag. I've attempted to use -inetd and -single but neither of these options process nsca requests. The issue that I am having is that as messages arrive child processes of nsca are being spawned as they should be when the -daemon flag is specified. However, these processes never shut down and eventually use all the available file descriptors on the system. 1) What is a recommended, practical figure for the timeout specified in the config file? 2) Has anyone seen this before and have a solution? 3) I don't believe I have a pointer going haywire as there doesn't appear to be a memory leak. Thanks for any advice Dean White ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Ben at clewett.org.uk Mon Jul 19 09:36:28 2004 From: Ben at clewett.org.uk (Ben Clewett) Date: Mon, 19 Jul 2004 08:36:28 +0100 Subject: Unique ID In-Reply-To: <1090173479.1331.13.camel@localhost.localdomain> References: <1090173479.1331.13.camel@localhost.localdomain> Message-ID: <40FB79FC.4070708@clewett.org.uk> It may be of no use to you. But if you use Perfparse, this does assign a UID to all events. Only unique to each installation of Perfparse, but this is a sequential unique integer. If I know more about what you are doing, there may be something I can do to help you. :) Regards, Ben Horvath Tamas wrote: > HI! > > I asked it this month and I wrote a shell script which uses chksum to do > this. But I change ID if hard state change occures, so the OK ID will be > the same than the last hard state error (WARNING, CRITICAL, etc.) ID. > But this behavior can be changed very easily > > Sorry, but I'm going to holiday for two weeks just NOW. But if you are > interested in this script I will send it to you when I'm back again. > > Bye, Tamas! > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From chris.hemsley at gmail.com Mon Jul 19 09:46:21 2004 From: chris.hemsley at gmail.com (Chris Hemsley) Date: Mon, 19 Jul 2004 08:46:21 +0100 Subject: NSCA Connection problem In-Reply-To: <40FAC78A.5090400@wizkid.homeip.net> References: <40FAC78A.5090400@wizkid.homeip.net> Message-ID: On Sun, 18 Jul 2004 20:55:06 +0200, me wrote: > hi chris, > > i am missing the option -d "\" for defining the delimiter in your test > > Usage: send_nsca -H [-p port] [-to to_sec] [-d delim] [-c > config_file] > > try something like: > echo "hostname;HTTP;0;just_testing" | send_nsca -H localhost -d ";" -c > config_file > > greetings > ruediger > Hi Ruediger and thanks for the response. The -H seems to be for later versioms of NSCA as the usage for this version is: Usage: send_nsca [-p port] [-to to_sec] [-d delim] [-c config_file] but using # echo "hostname;HTTP;0;just_testing" | send_nsca localhost -d ";" -c /tmp/ch gives the following: Error: Service description is NULL! 0 data packet(s) sent to host successfully. which seems to indicate that the field separators are being ignored in this version. My original example used tabs (\t) because I couldn't get v2.1 of send_nsca to recognise any other delimiter. I would upgrade to 2.3 but it needs a later version of glibc than SLES8 provides so I'm stuck with 2.1. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Mon Jul 19 11:09:11 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Mon, 19 Jul 2004 11:09:11 +0200 Subject: Authentication problem Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068E6C@SYGOMAIL.GOE.AD.SYCOR.DE> In Nagios 2.0 by default you can only see Services/Hosts in which you're defined as contact. In cgi.cfg you can edit those lines: authorized_for_all_service_commands=nagiosadmin authorized_for_all_host_commands=nagiosadmin To have an "allmighty" user. - Philipp > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > Of John Lange > Sent: Saturday, July 17, 2004 9:22 PM > To: nagious-users > Subject: [Nagios-users] Authentication problem > > I'm trying out Nagios v2.0a1 and I am having a problem with > authentication. > > I've setup Nagios based on a 1.2 version I had installed previously. > Everything seems to be good with nagios itself, it is > checking hosts and sending notifications etc. > > When I browse to nagios I get the login box and I > authenticate normally. > So far so good. Problem is nagios keeps telling me that I'm > not authorized to see any information. > > The upper left corner says "Logged in as ?". > > I've gone up and down through the docs for authentication > (which appear to be unchanged from 1.2) and I can't find > anything wrong. > > In cgi.cfg I have: > > use_authentication=1 > > and I have tried the various: > > authorized_for_xxxx settings as "*", specific username, and > even commented out, all to no avail. > > I assume that nagios isn't picking up the fact that I've > logged in for some reason and thats the root of the problem. > Perhaps there is a new setting in 2.0 which I need to enable > in order to have nagios realize I logged in? > > Thanks for any help. > > -- > John Lange > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Mon Jul 19 11:04:53 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Mon, 19 Jul 2004 11:04:53 +0200 Subject: Error configuring Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068E6B@SYGOMAIL.GOE.AD.SYCOR.DE> Make sure the tac.cgi is available and readable for your webserver user. > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > Of Alexandre augusto > Sent: Saturday, July 17, 2004 7:08 PM > To: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] Error configuring > > hello, > I'm using the httpd-2.0.50 and Nagios nagios-1.2 on Linux > Redhat AS 30 I have Apache and nagios installed but when i > try to access the Nagios's cgi via web browser I get this > error: > > The requested URL /usr/local/nagios/sbin/tac.cgi was not > found on this server. > > my httpd.conf have this lines: > > DocumentRoot "/usr/local/nagios/share/" > > ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin > AllowOverride AuthConfig > Options ExecCGI Order allow,deny Allow from all > > > Alias /nagios/ /usr/local/nagios/share/ > > Options None > AllowOverride AuthConfig > Order allow,deny > Allow from all > > > anybody know what I'm doing wrong ? > > thanks > > Alexandre > > > ===== > Alexandre da Silva Augusto > Administrador de sistemas Unix/Redes e Internet > > > > > > _______________________________________________________ > Yahoo! Mail agora com 100MB, anti-spam e antiv?rus gr?tis! > http://br.info.mail.yahoo.com/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop FREE > Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Mon Jul 19 14:39:24 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Mon, 19 Jul 2004 05:39:24 -0700 Subject: Will Not Compile On RedHat 9 Message-ID: <40FBC0FC.4030008@sandiego420.com> I cannot get nagios 1.2 to compile on a RH 9 system. I searched google for this error and found nothing usefull. It is complaining about one of it's own header files: make[1]: Entering directory `/usr/local/src/nagios-1.2/cgi' gcc -g -O2 -I/usr/local/mysql/include/mysql -I/usr/include -DHAVE_CONFIG_H -DNSCGI -L/usr/lib -L/usr/local/mysql/lib/mysql -L/usr/lib -lmysqlclient avail.c getcgi.o cgiutils.o auth.o popen.o ../common/objects.c ../xdata/xodtemplate.c ../common/statusdata.c ../xdata/xsddb.c -o avail.cgi ../xdata/xodtemplate.c: In function `xodtemplate_add_object_property': ../xdata/xodtemplate.c:1344: `temp_buffer' undeclared (first use in this function) ../xdata/xodtemplate.c:1344: (Each undeclared identifier is reported only once ../xdata/xodtemplate.c:1344: for each function it appears in.) ../xdata/xodtemplate.c:1346: `NSLOG_CONFIG_ERROR' undeclared (first use in this function) make[1]: *** [avail.cgi] Error 1 make[1]: Leaving directory `/usr/local/src/nagios-1.2/cgi' make: *** [all] Error 2 My configure is: syslog:/usr/local/src/nagios-1.2 #./configure --prefix=/usr/local/nagios-1.2 --with-nagios-user=nagios --with-nagios-grp=nagios --with-init-dir=/etc/init.d --with-lockfile=/var/lock/subsys/nagios --with-mysql-xdata --with-mysql-lib=/usr/local/mysql/lib/mysql --with-mysql-inc=/usr/local/mysql/include/mysql --with-gd-lib=/usr/lib --with-gd-inc=/usr/include --with-cgiurl=/nagios-bin --with-htmurl=/nagios --enable-DEBUG0 --enable-DEBUG1 --enable-DEBUG2 --enable-DEBUG3 --enable-DEBUG4 --enable-DEBUG5 --with-template-objects --with-default-perfdata # Misc. env settings LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql:/usr/local/ssl/lib:/usr/lib LANG=C LDFLAGS=-L/usr/lib CPPFLAGS=-I/usr/include Any ideas? Thx, rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From GWCOOK at mactec.com Mon Jul 19 16:46:45 2004 From: GWCOOK at mactec.com (Cook, Garry) Date: Mon, 19 Jul 2004 08:46:45 -0600 Subject: Image spacing in extended info for status map. Message-ID: <41FD7929498A174DAB86C45F28E0EC0D6E9545@golden-m.mactec.com> nagios-users-admin at lists.sourceforge.net wrote: > Ooof! That means I have to figure out coordinates for every single > icon? That could take hours/days :( > > Is there a better way to do this than trying to tweak with > the numbers? > > Michael > > On Wed, 14 Jul 2004, Petr Simek wrote: > >> On Tue, 13 Jul 2004, Michael T. Halligan wrote: >> >>> I'm trying to figure out how to space out my images in my status >>> map. I've tried editing the images, adding whitespace, but that >>> doesn't seem to help.. The 2dcoords option doesn't actually seem to >>> do anything as I've played around with it a bit.. Does anybody have >>> a good method >> >> Do You have select user define coordinates in status map ? When You >> use coords in extended info, then You must select user define >> coordinates map in www interface. >> >>> BitPusher, LLC >> Check out the Nagiosmap add-on, a link can be found at http://www.nagios.org/download/extras.php. Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From john.lange at bighostbox.com Mon Jul 19 17:19:46 2004 From: john.lange at bighostbox.com (John Lange) Date: Mon, 19 Jul 2004 10:19:46 -0500 Subject: Authentication problem In-Reply-To: <6943DE9E9934CD42BBE4A20E0E28E10E068E6C@SYGOMAIL.GOE.AD.SYCOR.DE> References: <6943DE9E9934CD42BBE4A20E0E28E10E068E6C@SYGOMAIL.GOE.AD.SYCOR.DE> Message-ID: <1090250386.8490.23.camel@ws101.darkcore.net> Hello Sand. Thanks very much for your suggestions. I did find information in the change log about authentication but still to no avail. "Authorization changes - Authorization for access to hostgroups in the CGIs has been changed. You must now be authorized for all hosts that are members of the hostgroup in order to be authorized for the hostgroup." I assume "authorized for the host" means you are listed as a contact for that host? Here is some detail on my settings, perhaps someone can see whats wrong. cgi.cfg ------- use_authentication=1 authorized_for_system_information=wangster authorized_for_configuration_information=wangster authorized_for_all_services=wangster authorized_for_all_hosts=wangster authorized_for_all_service_commands=wangster authorized_for_all_host_commands=wangster contacts.cfg ------------ define contact{ contact_name wangster ..... } contactgroups.cfg ----------------- define contactgroup{ contactgroup_name bhb-admins alias Administrators members wangster } hosts.cfg --------- define host{ name generic-host ... contact_groups bhb-admins ... } define host{ use generic-host ... } ------------------------- The only way I can get it to work is by setting: default_user_name=wangster The rest of the time I can't access anything and it indicates "logged in as: ?" in the upper left. When I say "logged in" I mean I am using apache .htaccess style authentication. This was a working configuration under 1.2 so it must have something to do with the way 2.0 authenticates with its hosts and contacts? Regards, John On Mon, 2004-07-19 at 04:09, Sand Philipp wrote: > In Nagios 2.0 by default you can only see Services/Hosts in which > you're defined as contact. > In cgi.cfg you can edit those lines: > > authorized_for_all_service_commands=nagiosadmin > authorized_for_all_host_commands=nagiosadmin > > To have an "allmighty" user. > > - Philipp > > > -----Original Message----- > > From: nagios-users-admin at lists.sourceforge.net > > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > > Of John Lange > > Sent: Saturday, July 17, 2004 9:22 PM > > To: nagious-users > > Subject: [Nagios-users] Authentication problem > > > > I'm trying out Nagios v2.0a1 and I am having a problem with > > authentication. > > > > I've setup Nagios based on a 1.2 version I had installed previously. > > Everything seems to be good with nagios itself, it is > > checking hosts and sending notifications etc. > > > > When I browse to nagios I get the login box and I > > authenticate normally. > > So far so good. Problem is nagios keeps telling me that I'm > > not authorized to see any information. > > > > The upper left corner says "Logged in as ?". > > > > I've gone up and down through the docs for authentication > > (which appear to be unchanged from 1.2) and I can't find > > anything wrong. > > > > In cgi.cfg I have: > > > > use_authentication=1 > > > > and I have tried the various: > > > > authorized_for_xxxx settings as "*", specific username, and > > even commented out, all to no avail. > > > > I assume that nagios isn't picking up the fact that I've > > logged in for some reason and thats the root of the problem. > > Perhaps there is a new setting in 2.0 which I need to enable > > in order to have nagios realize I logged in? > > > > Thanks for any help. > > > > -- > > John Lange > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > > ************************************************ > > sycor plastics - die neue Branchenlsung fr die Kunststoffindustrie > > www.sycor-plastics.de > > ************************************************ > > > > > Diese E-Mail ist vertraulich und kann darber hinaus persnliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgeme Empfnger sind, lschen Sie bitte die E-Mail und deren Anhnge sofort und benachrichtigen Sie uns darber. Die Firma sycor willigt in keine Vertrge oder vertragliche Verpflichtungen ein oder bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdrcklich in schriftlicher Form zwischen den Parteien vereinbart wurde. > > This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sfoley at ucsd.edu Mon Jul 19 17:51:29 2004 From: sfoley at ucsd.edu (Steve Foley) Date: Mon, 19 Jul 2004 08:51:29 -0700 Subject: Emailing comments/downtime/etc. Message-ID: <7FEAA7A7-D99B-11D8-B9E5-000D93AD191E@ucsd.edu> I dont remember reading anything about this in the archives or documentation, but is it possible to have email sent out to contacts for a host when a comment is made to that host, downtime is scheduled, etc.? Id like to have admins make changes, fixes, etc. and have the solution emailed out to the contacts instead of or in addition to the recovery email. Any ideas? Im currently running Nagios 1.2, but setting up 2.0a1 soon. Thanks! -Steve ----- Steve Foley Scripps Institution of Oceanography sfoley at ucsd.edu, (858) 822-3356 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From seppy at chartermi.net Mon Jul 19 19:17:42 2004 From: seppy at chartermi.net (Brian E. Seppanen) Date: Mon, 19 Jul 2004 13:17:42 -0400 (EDT) Subject: Backend Nagios with a Network Correlation Device In-Reply-To: <40F7E587.5090902@duke.edu> References: <40F7E587.5090902@duke.edu> Message-ID: On Fri, 16 Jul 2004, Tom Throckmorton wrote: > Brian, > > Have you had a look at the docs for distributed monitoring? > > http://nagios.sourceforge.net/docs/1_0/distributed.html Unfortunately, it already is a part of a distributed monitoring setup. What's happening is the level of detail is getting smaller, and I have too many distributed monitoring hosts as it is. Even using cfengine for making adminsitration easier on the hosts... What I was hoping to do is instead of having 4000+ hosts, have an abstracted display container of some sort, just call it monitored_hosts_1 in nagios. Take events trap into a backend system, and have the backend system correlate those events and then send them into that abastracted display container... so device_4000 traps, backend interprets the event and submits it to nagios and dumps it to monitored_hosts_1 or any arbitrary available container. The trick would seem to be having that arbitrary container translation for any events afterwards, so you clear the events properly... Brian Seppanen seppy at chartermi.net 906-475-0107 ext 1040 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jrhett at isite.net Mon Jul 19 19:15:28 2004 From: jrhett at isite.net (Joe Rhett) Date: Mon, 19 Jul 2004 10:15:28 -0700 Subject: Nagios doesn't send email In-Reply-To: <90bc2a0304070610447890a76f@mail.gmail.com> References: <90bc2a0304070610447890a76f@mail.gmail.com> Message-ID: <20040719171528.GC8233@isite.net> Check the commands being run in misccommands.cfg and make sure they work. For example on Solaris, the mail command needs to be change to mailx. On Tue, Jul 06, 2004 at 10:44:08AM -0700, Roy Kartadinata wrote: > Hi guys, > > I just installed nagios 1.2 and everything went well until I tested > its notification. Nagios did found certain service to be down but no > email was being sent. When I checked nagios.log I found every > notification to both email and pagers .. have the following error: > > resulted in a return code of 126. Make sure the script or binary you > are trying to execute actually exists... > > Can anyone help me with this problem ? > > Thank you, > > -- > +----------------------------------------------+ > Roy Kartadinata > > +----------------------------------------------+ > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Joe Rhett Chief Geek JRhett at Isite.Net Isite Services, Inc. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From korio at ma3x.net Mon Jul 19 19:21:03 2004 From: korio at ma3x.net (Iassen Anadoliev) Date: Mon, 19 Jul 2004 20:21:03 +0300 Subject: Retention Problem Message-ID: <40FC02FF.7000000@ma3x.net> Hello guys. I am trying to setup nagios on debian unstable. Using nagios-text version 1.2-3.4 + nagios-plugins version 1.3.1.0-7. All is fine but i cannot save my state information. retain_state_information is set to 1 but... without any success. Part of my config files: nagios.cfg log_file=/var/log/nagios/nagios.log cfg_file=/etc/nagios/checkcommands.cfg cfg_file=/etc/nagios/misccommands.cfg cfg_file=/etc/nagios/contactgroups.cfg cfg_file=/etc/nagios/contacts.cfg cfg_file=/etc/nagios/dependencies.cfg cfg_file=/etc/nagios/escalations.cfg cfg_file=/etc/nagios/hostgroups.cfg cfg_file=/etc/nagios/hosts.cfg cfg_file=/etc/nagios/services.cfg cfg_file=/etc/nagios/timeperiods.cfg resource_file=/etc/nagios/resource.cfg status_file=/var/log/nagios/status.log nagios_user=nagios nagios_group=nagios check_external_commands=1 command_check_interval=30s command_file=/var/log/nagios/rw/nagios.cmd comment_file=/var/log/nagios/comment.log downtime_file=/var/log/nagios/downtime.log lock_file=/var/log/nagios/nagios.lock temp_file=/var/log/nagios/nagios.tmp log_rotation_method=d log_archive_path=/var/log/nagios/archives use_syslog=1 log_notifications=1 log_service_retries=1 log_host_retries=1 log_event_handlers=1 log_initial_states=0 log_external_commands=1 log_passive_service_checks=1 inter_check_delay_method=s service_interleave_factor=s max_concurrent_checks=0 service_reaper_frequency=10 sleep_time=1 service_check_timeout=60 host_check_timeout=30 event_handler_timeout=30 notification_timeout=30 ocsp_timeout=5 perfdata_timeout=5 retain_state_information=1 state_retention_file=/var/log/nagios/status.sav retention_update_interval=60 use_retained_program_state=0 interval_length=60 use_agressive_host_checking=0 execute_service_checks=1 accept_passive_service_checks=1 enable_notifications=1 enable_event_handlers=1 process_performance_data=1 obsess_over_services=0 check_for_orphaned_services=1 check_service_freshness=1 freshness_check_interval=60 aggregate_status_updates=1 status_update_interval=15 enable_flap_detection=1 low_service_flap_threshold=5.0 high_service_flap_threshold=20.0 low_host_flap_threshold=5.0 high_host_flap_threshold=20.0 date_format=iso8601 illegal_object_name_chars=`~!$%^&*|'"<>?,()= illegal_macro_output_chars=`~$&|'"<> admin_email=nagios at ma3x.net admin_pager=nagios at ma3x.net hosts.cfg define host{ name generic-host notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information 1 notification_interval 60 notification_period 24x7 notification_options d,u,r max_check_attempts 20 register 0 } define host{ use generic-host host_name localhost alias Localhost address 127.0.0.1 check_command check-host-alive } hostgroups.cfg define hostgroup{ hostgroup_name linuxservers alias Linux Servers contact_groups admins members localhost } services.cfg define service{ name generic-service active_checks_enabled 1 passive_checks_enabled 1 parallelize_check 1 obsess_over_service 1 check_freshness 1 notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information 1 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 notification_interval 240 notification_period 24x7 notification_options c,r register 0 } define service{ use generic-service host_name localhost service_description Connectivity contact_groups admins check_command check_ping!100.0,20%!500.0,60% } Any help will be apreciated. 10x in Advance and WWell by Iassen Anadoliev ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From wp.junior at terra.com.br Mon Jul 19 19:26:14 2004 From: wp.junior at terra.com.br (Wilson Pires Jr) Date: Mon, 19 Jul 2004 14:26:14 -0300 Subject: Nagios stops after some minutes In-Reply-To: <41FD7929498A174DAB86C45F28E0EC0D6E9545@golden-m.mactec.com> References: <41FD7929498A174DAB86C45F28E0EC0D6E9545@golden-m.mactec.com> Message-ID: <20040719172739.DBB6F3C034@paramonga.terra.com.br> Hi all. I'm running nagios 1.2 on rh9 - Dell GX270 P4 with 256 MB RAM. I start nagios, it performs checks for some minutes and then the processes stop: Process Status Information Process Status: WARNING Check Command Output: Nagios problem: located 14 processes, status log updated 260136 seconds ago I don't know where to begin checking ... Please, could anybody help me? Regards, Wilson ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From CristiS at Prominic.NET Mon Jul 19 21:30:30 2004 From: CristiS at Prominic.NET (Cristian M. Streng) Date: Mon, 19 Jul 2004 22:30:30 +0300 Subject: Nagios scalability issues Message-ID: Hi Guys, I've been using Nagios for about two years, and now it seems that it's kinda approaching its limits. We use our nagios server to remotely monitor 400+ hosts with a total of ~2500 services. We have some plugins running on the main monitoring machine, but most are run on the remote machines by using the NRPE plugin. Things have been getting slower and slower, and although we upgraded both the hardware and the software (we're using Nagios 1.2), it's still too slow. I'd like to get some suggestions on improving Nagios performance. In my opinion, the biggest problem with Nagios is the fact that all checks are scheduled on a single machine - and this makes it not scale well. After a bit of thought, I decided to start implementing an alternative monitoring engine - it's a lightweight client-server system that moves the scheduler part from the main server to the individual machines. This way each machine schedules its ~10-20 service checks, and reports back to the server the changes in the service status. And it fixes all of Nagios's problem - at least all that matter to me: the main server becomes less loaded, and the network load is also much reduced. The server part of my application just collects the results from client machines and writes them to a database, so that adds practically no load to the server machine. I'm planning on writing another component that would take these results and send them to nagios - but I have a few questions. What's the best way to send check results to nagios? Will the external command interface work? I'm also interested in the scalability of this feature. I've also noticed that we are getting pretty close to Nagios 2.0 (maybe we'll have it in another year or two :-). So I'd like to ask the developers if they are planning to implement something similar in Nagios or in the NRPE or NSCA plugins by the time 2.0 is launched - so that I know my work is not in vain :) Thanks, Cristian Streng. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhmartin at toger.us Mon Jul 19 21:36:41 2004 From: jhmartin at toger.us (Jason Martin) Date: Mon, 19 Jul 2004 12:36:41 -0700 Subject: Nagios scalability issues In-Reply-To: References: Message-ID: <20040719193641.GJ32279@zippy.members.linode.com> The distributed monitoring setup in Nagios is designed to handle this problem, instad of pushing the scheduling to the remote hosts instead create a second layer of Nagios hosts. You can create one central host to handle all the notifications and have the distributed Nagios hosts push their results up to it via the Obsessive Compulsive Service Processor. -Jason Martin On Mon, Jul 19, 2004 at 10:30:30PM +0300, Cristian M. Streng wrote: > monitoring engine - it's a lightweight client-server system that moves the > scheduler part from the main server to the individual machines. This way > each machine schedules its ~10-20 service checks, and reports back to the > server the changes in the service status. And it fixes all of Nagios's > problem - at least all that matter to me: the main server becomes less > loaded, and the network load is also much reduced. The server part of my > application just collects the results from client machines and writes them > to a database, so that adds practically no load to the server machine. I'm > planning on writing another component that would take these results and > send them to nagios - but I have a few questions. What's the best way to > send check results to nagios? Will the external command interface work? > I'm also interested in the scalability of this feature. -- I'm so broke, I can't even pay attention. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From wp.junior at terra.com.br Mon Jul 19 21:41:49 2004 From: wp.junior at terra.com.br (Wilson Pires Jr) Date: Mon, 19 Jul 2004 16:41:49 -0300 Subject: Nagios stops after some minutes Message-ID: <20040719194314.D59513C006@arica.terra.com.br> Additional information: When I try to stop nagios (via rc.d) it doesn't stop. So I use 'killall nagios', but always rests one process. The 'kill id' doesn't kill it, it's necessary to use 'kill -9 id'. Any idea? Wilson -----Original Message----- From: Wilson Pires Jr [mailto:wp.junior at terra.com.br] Sent: segunda-feira, 19 de julho de 2004 14:26 To: 'nagios-users at lists.sourceforge.net' Subject: [Nagios-users] Nagios stops after some minutes Hi all. I'm running nagios 1.2 on rh9 - Dell GX270 P4 with 256 MB RAM. I start nagios, it performs checks for some minutes and then the processes stop: Process Status Information Process Status: WARNING Check Command Output: Nagios problem: located 14 processes, status log updated 260136 seconds ago I don't know where to begin checking ... Please, could anybody help me? Regards, Wilson ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Tue Jul 20 03:34:54 2004 From: ae at op5.se (Andreas Ericsson) Date: Tue, 20 Jul 2004 03:34:54 +0200 Subject: [PATCH] elapsed process time In-Reply-To: <40FB4C0D.1010502@debisschop.net> References: <40F7A4F4.9090908@op5.se> <40FB4C0D.1010502@debisschop.net> Message-ID: <40FC76BE.4010902@op5.se> Karl DeBisschop wrote: > Andreas Ericsson wrote: > >> Voon, Ton wrote: >> >>> Fair comment. I can't speak for the rest of the team, but I personally >>> haven't had much time to work on patches or anything else, but I do >>> keep an >>> eye on the mailing lists. >>> >>> Please continue to submit patches on SF as they are kept there forever, >>> whereas email is lost. >>> >>> Karl, maybe some new blood is required? >>> >> >> There's a really simple way to do this; Clone the repositories. Use >> one of them as master repository with strict write-access to build >> releases and such, and have the other be writeable to anyone who asks >> it (more or less). >> >> Frankly, I've been starting to think about opening an ftp site with >> upload rights for people with plugins to share but nowhere to put them >> (seeing as I'm one of them). >> > > The plugins web site has a contributed plugins section for exactly this > reason. > But not for bugfixes and extensions to already existing plugins, which is where most of the modifications are. -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From steve at nexusuk.org Tue Jul 20 10:05:17 2004 From: steve at nexusuk.org (steve at nexusuk.org) Date: Tue, 20 Jul 2004 09:05:17 +0100 (BST) Subject: Notification dependencies Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am setting up monitoring for a large VPN network - we have a central colocation and a number of VPNs from there to branch offices. At the moment, I am monitoring: 1. the ISP-side gateway of each branch office 2. the real IP of the VPN server for each branch office 3. the internal RFC1918 IP address of the VPN server at each branch office. >From this monitoring I can tell if there is a fault with a VPN, and whhere that fault is (i.e. I can tell if the ISP is having problems or if it's actually a problem with the VPN server). The hosts have parents set up so they become unreachable in the right order (ISP's gateway is the parent of the VPN server which is the parent of the internal VPN address). If the ISP goes down then I don't get alerts for the actual VPN going down - - this is how I want it, and infact I'm not reponsible for the ISP problems, so that alert goes somewhere else - I don't need to know anything about it. The problem is that after the ISP has had an outage, it takes a few minutes for the VPN to come back up and during that time, the ISP's gateway and the VPN server are up but the VPN's internal address is down. After a few minutes the VPN all comes up absolutely fine. But When the ISP recovers it means I get 2 alerts - one telling me the VPN is down and another 5 minutes later telling me it's up. So is there any way for me to delay the "VPN is down" alert once the ISP recovers so that it'll check 10 minutes after the ISP recovers and only warn me if the VPN is still down then? (Sorry for the really long email :) - -- - Steve Jabber: firefury at sucs.org Web: http://www.nexusuk.org/ Servatis a periculum, servatis a maleficum - Whisper, Evanescence -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Public key available at http://www.nexusuk.org/pubkey.txt iD8DBQFA/NI+5zUOsIV3bqERAl2PAKCmLMrM5C8stMZdr+XAiNvJQX+jewCfWdR6 TYYozgFxxExp4AaPbBcG0AA= =mPex -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Benoit.Panizzon at imp.ch Tue Jul 20 10:15:03 2004 From: Benoit.Panizzon at imp.ch (Benoit Panizzon) Date: Tue, 20 Jul 2004 10:15:03 +0200 Subject: Passive Plugin Execution and Reporting with NSCA Message-ID: <200407201015.06050.Benoit.Panizzon@imp.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all First of all, thank you for the replies concerning check_log2.pl that's what I was looking for. Next problem I've encountered. My emloyer is not at ease with nrpe running on all hosts which hould hold an open port. So I did try passive checks with nsca and they work fine. So it would be great to run the plubins via crontab on those remote hosts and report the status via nsca. Is there a wrapper to do that? - -- Beno?t Panizzon, - ------------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP Phone: +41 61 826 93 00 Zurlindenstrasse 29 Fax: +41 61 826 93 01 CH-4133 Pratteln Net: http://www.imp.ch/ - ------------------------------------------------------------------------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/NSHCVq2G/yL7/ARAhg/AKDoUu+XjVpOzIaITlCRNznbyQLL4QCgtkz4 dso2VFk3IWC1fhBaRu1pAfM= =mVA0 -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From n3tvicious-nagios at yahoo.es Tue Jul 20 10:15:25 2004 From: n3tvicious-nagios at yahoo.es (=?iso-8859-1?q?NetVicious?=) Date: Tue, 20 Jul 2004 10:15:25 +0200 (CEST) Subject: Parents vs Dependencies ? In-Reply-To: <1090181528.22800.19.camel@ws101.darkcore.net> References: <1090181528.22800.19.camel@ws101.darkcore.net> Message-ID: <20040720081525.83441.qmail@web53306.mail.yahoo.com> --- John Lange escribi?: > > The only issue is that occasionally the cable modem link will go > down > and this results in a lot of false notices being queued up on my > desktop > machine and then when the link returns a get a flood of pages. [..] > Currently I have the cable companies router with check_ping set as > the > parent for all of my servers and I have it's host settings so that > I > don't receive notifications for that router. The theory being that > if > the router can't be reached then the cable modem is down and I > don't > want any notices to be sent out. The documentation mentions that > nagios > "walks" the parents before sending out notices but is rather vague > on > exactly how to make this work. > > Can someone help me out and point me in the right direction? Check if your cablemodem has an internal IP where you could ping. My cablemodem has an internal IP as 192.168.100.1, try if your cablemodem responds to a ping to that ip or do a traceroute (tracert on windows) ===== .. //\/ e t . \/ i c i o u s .. ______________________________________________ Yahoo! lanza su nueva tecnolog?a de b?squedas ?te atreves a comparar? http://busquedas.yahoo.es ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Tue Jul 20 13:28:20 2004 From: pla at softflare.com (Paul L. Allen) Date: Tue, 20 Jul 2004 12:28:20 +0100 Subject: Nagios scalability issues In-Reply-To: References: Message-ID: <20040720112820.32304.qmail@minnow.softflare.net> Cristian M. Streng writes: > We have some plugins running on the main monitoring machine, but most > are run on the remote machines by using the NRPE plugin. [...] > I'd like to get some suggestions on improving Nagios performance. In my > opinion, the biggest problem with Nagios is the fact that all checks are > scheduled on a single machine - and this makes it not scale well. Switch from NRPE to NSCA. Then most of the grunt work is carried out on remote machines. -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Samba at guidemail.com Tue Jul 20 14:31:15 2004 From: Samba at guidemail.com (Samba) Date: Tue, 20 Jul 2004 07:31:15 -0500 Subject: New NagiosWeb Config Released Message-ID: I have released a new version of NagiosWeb Config. It has been mostly rewritten with Nagios 2.x in mind. NagiosWeb uses a MySQL backend with a PHP Web-Based front for adding hosts, hostgroups, services, contacts, contact groups, timeperiods, notification commands and check commands. I'd like to get some feedback or better yet have this project be useful to someone. Please find it on sourceforge at: http://sourceforge.net/projects/nagiosweb/ One area I know needs work on is importing current configurations. I haven't built that functionality into it yet. Josh This message and accompanying documents are covered by the Electronic Communications Privacy Act, 18 U.S.C. ?? 2510-2521, and contains information intended for the specified individual(s) only. This information is confidential. If you are not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, copying, or the taking of any action based on the contents of this information is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Tue Jul 20 15:21:59 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Tue, 20 Jul 2004 06:21:59 -0700 Subject: Anyone Have template-objects working on Red Hat 9, Anyone??????? Message-ID: <40FD1C77.9040103@sandiego420.com> So I don't waste any more time, just curious if anyone has nagios 1.2 working on Red Hat 9 using template based objects? Thx, Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From MG at ev3.net Tue Jul 20 16:56:16 2004 From: MG at ev3.net (Wheeler, MG) Date: Tue, 20 Jul 2004 09:56:16 -0500 Subject: Anyone Have template-objects working on Red Hat 9, Anyone??????? Message-ID: <2F29C1E275BF4F4E9DCAE48033A00B9D01031060@mail.ev3.net> We are using RH9 on all of our machines and yes, we are using templates. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Rhugga Sent: Tuesday, July 20, 2004 8:22 AM To: Nagios-Users List Subject: [Nagios-users] Anyone Have template-objects working on Red Hat 9, Anyone??????? So I don't waste any more time, just curious if anyone has nagios 1.2 working on Red Hat 9 using template based objects? Thx, Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 _____________________________________________________________________ Message scanned for viruses _____________________________________________________________________ This message has been checked for all known viruses ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Mohammed.Sule at nbhn.net Tue Jul 20 17:35:26 2004 From: Mohammed.Sule at nbhn.net (Sule, Mohammed) Date: Tue, 20 Jul 2004 11:35:26 -0400 Subject: (no subject) Message-ID: <8E3236E5E7210945BC3912FEE4D4930F01842151@NBHNMAIL02.nbhn.net> ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Tue Jul 20 17:51:01 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Tue, 20 Jul 2004 08:51:01 -0700 Subject: Anyone Have template-objects working on Red Hat 9, Anyone??????? In-Reply-To: <2F29C1E275BF4F4E9DCAE48033A00B9D01031060@mail.ev3.net> References: <2F29C1E275BF4F4E9DCAE48033A00B9D01031060@mail.ev3.net> Message-ID: <40FD3F65.9000903@sandiego420.com> Wheeler, MG wrote: >We are using RH9 on all of our machines and yes, we are using templates. > >-----Original Message----- >From: nagios-users-admin at lists.sourceforge.net >[mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Rhugga >Sent: Tuesday, July 20, 2004 8:22 AM >To: Nagios-Users List >Subject: [Nagios-users] Anyone Have template-objects working on Red Hat >9, Anyone??????? > > > >So I don't waste any more time, just curious if anyone has nagios 1.2 >working on Red Hat 9 using template based objects? >Thx, >Rhugga > > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > >_____________________________________________________________________ >Message scanned for viruses > >_____________________________________________________________________ >This message has been checked for all known viruses > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > How did you get it to compile? It complains about one of it's own header files and an undefined function. (Normaly this is a porting type issue) I could dig down into the code but obviously not the issue if other people have it compiled and working. make[1]: Entering directory `/usr/local/src/nagios-1.2/cgi' gcc -g -O2 -I/usr/local/mysql/include/mysql -I/usr/include -DHAVE_CONFIG_H -DNSCGI -L/usr/lib -L/usr/local/mysql/lib/mysql -L/usr/lib -lmysqlclient avail.c getcgi.o cgiutils.o auth.o popen.o ../common/objects.c ../xdata/xodtemplate.c ../common/statusdata.c ../xdata/xsddb.c -o avail.cgi ../xdata/xodtemplate.c: In function `xodtemplate_add_object_property': ../xdata/xodtemplate.c:1344: `temp_buffer' undeclared (first use in this function) ../xdata/xodtemplate.c:1344: (Each undeclared identifier is reported only once ../xdata/xodtemplate.c:1344: for each function it appears in.) ../xdata/xodtemplate.c:1346: `NSLOG_CONFIG_ERROR' undeclared (first use in this function) make[1]: *** [avail.cgi] Error 1 make[1]: Leaving directory `/usr/local/src/nagios-1.2/cgi' make: *** [all] Error 2 How did you build and compile nagios with template-objects supported? Here is what I am trying to use: My configure is: syslog:/usr/local/src/nagios-1.2 #./configure --prefix=/usr/local/nagios-1.2 --with-nagios-user=nagios --with-nagios-grp=nagios --with-init-dir=/etc/init.d --with-lockfile=/var/lock/subsys/nagios --with-mysql-xdata --with-mysql-lib=/usr/local/mysql/lib/mysql --with-mysql-inc=/usr/local/mysql/include/mysql --with-gd-lib=/usr/lib --with-gd-inc=/usr/include --with-cgiurl=/nagios-bin --with-htmurl=/nagios --enable-DEBUG0 --enable-DEBUG1 --enable-DEBUG2 --enable-DEBUG3 --enable-DEBUG4 --enable-DEBUG5 --with-template-objects --with-default-perfdata # Misc. env settings LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql:/usr/local/ssl/lib:/usr/lib LANG=C LDFLAGS=-L/usr/lib CPPFLAGS=-I/usr/include Also what version of gcc and what was the value of LANG when you compiled? Thx, Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Tue Jul 20 18:01:49 2004 From: jhmartin at toger.us (Jason Martin) Date: Tue, 20 Jul 2004 09:01:49 -0700 Subject: Ignoring downtime? In-Reply-To: <211FA8F7D88B7A43AA24C138502259782064AD@nwa-dcsrv-01.newworldapps.com> References: <211FA8F7D88B7A43AA24C138502259782064AD@nwa-dcsrv-01.newworldapps.com> Message-ID: <20040720160148.GM32279@zippy.members.linode.com> On Tue, Jul 20, 2004 at 11:46:11AM -0400, Chris Gill wrote: > We've got a bunch of systems that do automatic restarts late at night, The best method would be to set up a notification / check period that excludes these times instead of a 'downtime'. > then up pages from within the downtime window. Is there a reason this > might be happening, and more importantly, any thoughts on how to stop > it? Make sure only one instance of Nagios is running. -Jason Martin -- Oxymoron: Sharp Cookie. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From cgill at newworldapps.com Tue Jul 20 17:46:11 2004 From: cgill at newworldapps.com (Chris Gill) Date: Tue, 20 Jul 2004 11:46:11 -0400 Subject: Ignoring downtime? Message-ID: <211FA8F7D88B7A43AA24C138502259782064AD@nwa-dcsrv-01.newworldapps.com> Hi all. We've got a strange problem here we can't quite figure out. We've got a bunch of systems that do automatic restarts late at night, and since we know it's scheduled, I've used the scheduled downtime scripts to automatically insert downtime for these hosts to cover the reboots. It works for most of them, but a few still alert out on one service or another. I've also added explicit downtimes for those services, but that seems not to suppress the alerts either. It was my understanding that a system in scheduled downtime wouldn't alert at all. That's not what's happening. We're getting both down and then up pages from within the downtime window. Is there a reason this might be happening, and more importantly, any thoughts on how to stop it? ----------------------------------------------------------------- Christopher P. Gill, Systems Engineer, New World Apps cgill at newworldapps.com 703-856-7268 (Cell/Business) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jstotler at crc.net Tue Jul 20 18:36:10 2004 From: jstotler at crc.net (John Stotler) Date: Tue, 20 Jul 2004 12:36:10 -0400 Subject: blank message subject Message-ID: <1090341369.26762.52.camel@delltrb02> For some reason one of the local installations of Nagios is sending messages with blank subjects. I can't figure out where this is set in the configuration files. Can anyone point me in the right direction? Thanks, John ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Tue Jul 20 18:43:24 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Tue, 20 Jul 2004 09:43:24 -0700 Subject: Nagios stops after some minutes In-Reply-To: <20040719194314.D59513C006@arica.terra.com.br> References: <20040719194314.D59513C006@arica.terra.com.br> Message-ID: <40FD4BAC.3020502@gurugeek.com> I'm not sure what causes it, but I created an alias to stop via rc.d, killall nagios, killall -9 nagios.. That does the trick. Jeff Wilson Pires Jr wrote: > Additional information: > > When I try to stop nagios (via rc.d) it doesn't stop. So I use 'killall > nagios', but always rests one process. The 'kill id' doesn't kill it, it's > necessary to use 'kill -9 id'. > > Any idea? > > Wilson > > -----Original Message----- > From: Wilson Pires Jr [mailto:wp.junior at terra.com.br] > Sent: segunda-feira, 19 de julho de 2004 14:26 > To: 'nagios-users at lists.sourceforge.net' > Subject: [Nagios-users] Nagios stops after some minutes > > Hi all. > > I'm running nagios 1.2 on rh9 - Dell GX270 P4 with 256 MB RAM. > > I start nagios, it performs checks for some minutes and then the processes > stop: > > Process Status Information > Process Status: WARNING > Check Command Output: Nagios problem: located 14 processes, status log > updated 260136 seconds ago > > I don't know where to begin checking ... > > Please, could anybody help me? > > Regards, > > Wilson > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jstotler at crc.net Tue Jul 20 18:47:47 2004 From: jstotler at crc.net (John Stotler) Date: Tue, 20 Jul 2004 12:47:47 -0400 Subject: blank message subject In-Reply-To: References: Message-ID: <1090342066.26762.54.camel@delltrb02> Nope, the tmp dir has tons of space free, as do all of the others. On Tue, 2004-07-20 at 12:40, Reutzel, Shane wrote: > Is your tmp directory full? > > -----Original Message----- > From: John Stotler [mailto:jstotler at crc.net] > Sent: Tuesday, July 20, 2004 11:36 AM > To: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] blank message subject > > For some reason one of the local installations of Nagios is sending > messages with blank subjects. I can't figure out where this is set in > the configuration files. Can anyone point me in the right direction? > > > Thanks, > John > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java > Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Shane.Reutzel at MemberWorks.com Tue Jul 20 18:40:56 2004 From: Shane.Reutzel at MemberWorks.com (Reutzel, Shane) Date: Tue, 20 Jul 2004 11:40:56 -0500 Subject: blank message subject Message-ID: Is your tmp directory full? -----Original Message----- From: John Stotler [mailto:jstotler at crc.net] Sent: Tuesday, July 20, 2004 11:36 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] blank message subject For some reason one of the local installations of Nagios is sending messages with blank subjects. I can't figure out where this is set in the configuration files. Can anyone point me in the right direction? Thanks, John ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhmartin at toger.us Tue Jul 20 18:57:53 2004 From: jhmartin at toger.us (Jason Martin) Date: Tue, 20 Jul 2004 09:57:53 -0700 Subject: Nagios stops after some minutes In-Reply-To: <40FD4BAC.3020502@gurugeek.com> References: <20040719194314.D59513C006@arica.terra.com.br> <40FD4BAC.3020502@gurugeek.com> Message-ID: <20040720165753.GP32279@zippy.members.linode.com> On Tue, Jul 20, 2004 at 09:43:24AM -0700, Jeff Rodriguez wrote: > I'm not sure what causes it, but I created an alias to stop via rc.d, > killall nagios, killall -9 nagios.. That does the trick. For safety you should rm -f the nagios.cmd file after the killall -9; otherwise Nagios will fail on startup. -Jason Martin -- Oxymoron: Sharp Cookie. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From Terry.Poperszky at SOSStaffing.Com Tue Jul 20 19:05:37 2004 From: Terry.Poperszky at SOSStaffing.Com (Terry Poperszky) Date: Tue, 20 Jul 2004 11:05:37 -0600 Subject: How do I put a greater delay between checks? In-Reply-To: <40FD3F65.9000903@sandiego420.com> References: <2F29C1E275BF4F4E9DCAE48033A00B9D01031060@mail.ev3.net> <40FD3F65.9000903@sandiego420.com> Message-ID: <1090343137.5428.6.camel@neo.sosstaffing.com> Ok, I am monitoring dsl circuits that have minor fluctuations on a regular basis, I am getting inundated with notifications and I am stumped. I want nagios to report problems that exist over a 10 minute time period and I can't quite seem to get that to happen. Any help would be appreciated Terry Poperszky Suse 9.1 Nagios 1.2 Plugins 1.31 Host config: define host{ use generic-host host_name delta alias delta address 10.49.3.151 parents H101 checks_enabled 1 check_command check-host-alive max_check_attempts 5 notification_interval 60 notification_period 24x7 notification_options d,r notifications_enabled 1 } define service{ host_name delta service_description ping is_volatile 0 check_command check_ping!30,1%!50,25% max_check_attempts 5 normal_check_interval 5 retry_check_interval 2 check_period 24x7 notification_interval 30 notification_period 24x7 notification_options u,c,r contact_groups network-manager } Event Log entries: [07-20-2004 10:56:01] SERVICE ALERT: delta;ping;CRITICAL;HARD;1;PING CRITICAL - Packet loss = 100% Host Notification[07-20-2004 10:56:01] HOST NOTIFICATION: tpoperszky;delta;DOWN;host-notify-by-email;PING CRITICAL - Packet loss = 100% Host Down[07-20-2004 10:56:01] HOST ALERT: delta;DOWN;HARD;5;PING CRITICAL - Packet loss = 100% Host Down[07-20-2004 10:55:57] HOST ALERT: delta;DOWN;SOFT;4;PING CRITICAL - Packet loss = 100% Host Down[07-20-2004 10:55:54] HOST ALERT: delta;DOWN;SOFT;3;PING CRITICAL - Packet loss = 100% Host Down[07-20-2004 10:55:51] HOST ALERT: delta;DOWN;SOFT;2;PING CRITICAL - Packet loss = 100% Host Down[07-20-2004 10:55:48] HOST ALERT: delta;DOWN;SOFT;1;PING CRITICAL - Packet loss = 100% ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From chris at tac.esi.net Tue Jul 20 19:11:40 2004 From: chris at tac.esi.net (Chris Hammond) Date: Tue, 20 Jul 2004 13:11:40 -0400 Subject: CGI Patch Message-ID: <1090343500.22141.1.camel@nocsup> Quite a few months back, someone pointed me to a patch that would prevent audible notifications until the error was a hard error. I cannot find any trace of it and need to reapply. Can someone point me in the right direction again? Thanks Chris -- Chris Hammond ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Seth.Hollist at ingenix.com Tue Jul 20 19:16:17 2004 From: Seth.Hollist at ingenix.com (Seth Hollist) Date: Tue, 20 Jul 2004 12:16:17 -0500 Subject: check_http problems Message-ID: I'm able to check internal web-pages just fine, but when I try to check my web-server that is external (as in through firewalls) I get: Socket timeout after 10 seconds If I use lynx from the Nagios server that I run the check on I'm able to access the site just fine. I'm wondering if check_http doesn't properly establish a connection with a sync packet, as the firewall on the web-server expects this. This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jaider at deltaned.nl Tue Jul 20 19:16:55 2004 From: jaider at deltaned.nl (Jaider Viola - Deltaned) Date: Tue, 20 Jul 2004 19:16:55 +0200 Subject: installing needed Message-ID: <001d01c46e7d$5baf50c0$bb7ba8c0@deltanedwukabv> Hi, Is there somebody who can install Nagios on a RAQ 550 for me? I try but it is failed. Mail me your price pls! Jaider -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhmartin at toger.us Tue Jul 20 19:24:48 2004 From: jhmartin at toger.us (Jason Martin) Date: Tue, 20 Jul 2004 10:24:48 -0700 Subject: How do I put a greater delay between checks? In-Reply-To: <1090343137.5428.6.camel@neo.sosstaffing.com> References: <2F29C1E275BF4F4E9DCAE48033A00B9D01031060@mail.ev3.net> <40FD3F65.9000903@sandiego420.com> <1090343137.5428.6.camel@neo.sosstaffing.com> Message-ID: <20040720172448.GR32279@zippy.members.linode.com> On Tue, Jul 20, 2004 at 11:05:37AM -0600, Terry Poperszky wrote: > Ok, I am monitoring dsl circuits that have minor fluctuations on a > regular basis, I am getting inundated with notifications and I am > stumped. I want nagios to report problems that exist over a 10 minute > time period and I can't quite seem to get that to happen. Any help would > be appreciated The config below should operate as you describe; are you restarting nagios after configuration changes? Are you sure there is only one Nagios instance running? -Jason Martin -- Useless Invention: Motorcycle seat-belts. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From RNathan at baxglobal.com Tue Jul 20 19:26:24 2004 From: RNathan at baxglobal.com (Ranga Nathan) Date: Tue, 20 Jul 2004 10:26:24 -0700 Subject: Nagios-users digest, Vol 1 #2136 - 25 msgs In-Reply-To: <7F1B2E8605ED6B4EA45F13F991588A3D0481CD35@smmia001.adjoined.net> References: <7F1B2E8605ED6B4EA45F13F991588A3D0481CD35@smmia001.adjoined.net> Message-ID: I am running Nagios on Linux and I am not monitoring any windows boxes! There seems to be some confusion here. check_nt40 is a program. checkcommands.cfg defines commands that execute this program with specified parameters. services.cfg refers to the commands defined in checkcommands.cfg, NOT the original program. I am not sure if 'check_nt40' is defined in your checkcommands.cfg. Services.cfg can only refer to those defined in checkcommands.cfg. __________________________________________ Ranga Nathan / CSG Systems Programmer - Specialist; Technical Services; BAX Global Inc. Irvine-California Tel: 714-442-7591 Fax: 714-442-2840 "Paul Aviles" 07/20/2004 09:49 AM To: "Ranga Nathan" cc: Subject: RE: Nagios-users digest, Vol 1 #2136 - 25 msgs a bit better, I changed the service to say check_nt40 and now I get on the nagios screen.. check_nt: Unknown argument: (null) What is the normal configuration I should have for nsclient, can you send me a snapshot of your current files? Thanks -pa -----Original Message----- From: Ranga Nathan [mailto:RNathan at baxglobal.com] Sent: Tuesday, July 20, 2004 12:39 PM To: Paul Aviles Subject: RE: Nagios-users digest, Vol 1 #2136 - 25 msgs Ok, I think you meant to say: check_nt40_cpuload -H 192.168.100.32 -p 1248 -v CPULOAD -l 10,80,95,60,80,95,1440,80,95 because in your checkcommands.cfg, you do not have a "check_nt40" but you do have "check_nt40_cpuload" Could it be just that? Try and let me know. Good luck. __________________________________________ Ranga Nathan / CSG Systems Programmer - Specialist; Technical Services; BAX Global Inc. Irvine-California Tel: 714-442-7591 Fax: 714-442-2840 "Paul Aviles" 07/20/2004 07:58 AM To: cc: Subject: RE: Nagios-users digest, Vol 1 #2136 - 25 msgs Ranga, I am coming up with the same error. Running pre-flight check on configuration data... Checking services... Error: Service check command 'check_nt40' specified in service 'CPU Load' for host 'szmia000' not defined anywhere! Checked 22 services. Here are my file definitions. Is there something I am missing? Thanks -pa Service.cfg define service{ use generic-service ; Name of service template to use host_name szmia000 service_description CPU Load is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups windows-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_nt40 -H 192.168.100.32 -p 1248 -v CPULOAD -l 10,80,95,60,80,95,1440,80,95 } Hosts.cfg define host{ use generic-host host_name szmia000 alias Miami VPN address 192.168.100.32 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r } Checkcommands.cfg # WINDOWS STUFF # define command{ command_name check_nt40_disk command_line $USER1$/check_nt40 -H $HOSTADDRESS$ -p 1248 -v USEDDISKSPACE -l $ARG1$ -w $ARG2$ -c $ARG3$ } define command{ command_name check_nt40_cpuload command_line $USER1$/check_nt40 -H $HOSTADDRESS$ -p 1248 -v CPULOAD -l $ARG1$ } define command{ command_name check_nt40_uptime command_line $USER1$/check_nt40 -H $HOSTADDRESS$ -p 1248 -v UPTIME } define command{ command_name check_nt40_clientversion command_line $USER1$/check_nt40 -H $HOSTADDRESS$ -p 1248 -v CLIENTVERSION } define command{ command_name check_nt40_process command_line $USER1$/check_nt40 -H $HOSTADDRESS$ -p 1248 -v PROCSTATE -l $ARG1$ } define command{ command_name check_nt40_service command_line $USER1$/check_nt40 -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -l $ARG1$ } define command{ command_name check_nt40_memuse command_line $USER1$/check_nt40 -H $HOSTADDRESS$ -p 1248 -v MEMUSE -w $ARG1$ -c $ARG2$ } define command{ command_name check_nt40_fileage command_line $USER1$/check_nt40 -H $HOSTADDRESS$ -p 1248 -v FILEAGE .l $ARG1$ -w $ARG2$ -c $ARG3$ } define command{ command_name check_nt40_pagingfile command_line $USER1$/check_nt40 -H $HOSTADDRESS$ -p 1248 -v COUNTER -l "\\Paging File(_Total)\\%% Usage","Paging File usage is %.2f %%" -w $ARG1$ -c $ARG2$ } -------------- next part -------------- An HTML attachment was scrubbed... URL: From jstotler at crc.net Tue Jul 20 19:31:34 2004 From: jstotler at crc.net (John Stotler) Date: Tue, 20 Jul 2004 13:31:34 -0400 Subject: How do I put a greater delay between checks? In-Reply-To: <1090343137.5428.6.camel@neo.sosstaffing.com> References: <2F29C1E275BF4F4E9DCAE48033A00B9D01031060@mail.ev3.net> <40FD3F65.9000903@sandiego420.com> <1090343137.5428.6.camel@neo.sosstaffing.com> Message-ID: <1090344694.26762.63.camel@delltrb02> One way to do it would be to figure out how many checks it will do in a 10-minute period, and set the "max_check_attempts" accordingly. On Tue, 2004-07-20 at 13:05, Terry Poperszky wrote: > Ok, I am monitoring dsl circuits that have minor fluctuations on a > regular basis, I am getting inundated with notifications and I am > stumped. I want nagios to report problems that exist over a 10 minute > time period and I can't quite seem to get that to happen. Any help would > be appreciated > > Terry Poperszky > > > Suse 9.1 > Nagios 1.2 > Plugins 1.31 > > Host config: > > > define host{ > use generic-host > host_name delta > alias delta > address 10.49.3.151 > parents H101 > checks_enabled 1 > check_command check-host-alive > max_check_attempts 5 > notification_interval 60 > notification_period 24x7 > notification_options d,r > notifications_enabled 1 > } > > define service{ > host_name delta > service_description ping > is_volatile 0 > check_command check_ping!30,1%!50,25% > max_check_attempts 5 > normal_check_interval 5 > retry_check_interval 2 > check_period 24x7 > notification_interval 30 > notification_period 24x7 > notification_options u,c,r > contact_groups network-manager > } > > > Event Log entries: > > [07-20-2004 10:56:01] SERVICE ALERT: delta;ping;CRITICAL;HARD;1;PING > CRITICAL - Packet loss = 100% > Host Notification[07-20-2004 10:56:01] HOST NOTIFICATION: > tpoperszky;delta;DOWN;host-notify-by-email;PING CRITICAL - Packet loss = > 100% > Host Down[07-20-2004 10:56:01] HOST ALERT: delta;DOWN;HARD;5;PING > CRITICAL - Packet loss = 100% > Host Down[07-20-2004 10:55:57] HOST ALERT: delta;DOWN;SOFT;4;PING > CRITICAL - Packet loss = 100% > Host Down[07-20-2004 10:55:54] HOST ALERT: delta;DOWN;SOFT;3;PING > CRITICAL - Packet loss = 100% > Host Down[07-20-2004 10:55:51] HOST ALERT: delta;DOWN;SOFT;2;PING > CRITICAL - Packet loss = 100% > Host Down[07-20-2004 10:55:48] HOST ALERT: delta;DOWN;SOFT;1;PING > CRITICAL - Packet loss = 100% > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Tue Jul 20 19:36:47 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Tue, 20 Jul 2004 12:36:47 -0500 (CDT) Subject: How do I put a greater delay between checks? In-Reply-To: <1090343137.5428.6.camel@neo.sosstaffing.com> References: <1090343137.5428.6.camel@neo.sosstaffing.com> Message-ID: On Tue, 20 Jul 2004, Terry Poperszky wrote: > Ok, I am monitoring dsl circuits that have minor fluctuations on a > regular basis, I am getting inundated with notifications and I am > stumped. I want nagios to report problems that exist over a 10 minute > time period and I can't quite seem to get that to happen. Any help would > be appreciated > > Event Log entries: > > [07-20-2004 10:56:01] SERVICE ALERT: delta;ping;CRITICAL;HARD;1;PING > CRITICAL - Packet loss = 100% > Host Notification[07-20-2004 10:56:01] HOST NOTIFICATION: > tpoperszky;delta;DOWN;host-notify-by-email;PING CRITICAL - Packet loss = > 100% > Host Down[07-20-2004 10:56:01] HOST ALERT: delta;DOWN;HARD;5;PING > CRITICAL - Packet loss = 100% > Host Down[07-20-2004 10:55:57] HOST ALERT: delta;DOWN;SOFT;4;PING > CRITICAL - Packet loss = 100% > Host Down[07-20-2004 10:55:54] HOST ALERT: delta;DOWN;SOFT;3;PING > CRITICAL - Packet loss = 100% > Host Down[07-20-2004 10:55:51] HOST ALERT: delta;DOWN;SOFT;2;PING > CRITICAL - Packet loss = 100% > Host Down[07-20-2004 10:55:48] HOST ALERT: delta;DOWN;SOFT;1;PING > CRITICAL - Packet loss = 100% Have you changed interval_length in nagios.cfg? I don't see how you could have retried so fast otherwise. The value you'll want to tweak after that is retry_check_inteval which is multiplied by the interval_length above to determine elapsed secnods between non-OK checks. Timing Interval Length Format: interval_length= Example: interval_length=60 This is the number of seconds per "unit interval" used for timing in the scheduling queue, re-notifications, etc. "Units intervals" are used in the host configuration file to determine how often to run a service check, how often of re-notify a contact, etc. Important: The default value for this is set to 60, which means that a "unit value" of 1 in the host configuration file will mean 60 seconds (1 minute). I have not really tested other values for this variable, so proceed at your own risk if you decide to do so! --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Tue Jul 20 19:38:53 2004 From: jhmartin at toger.us (Jason Martin) Date: Tue, 20 Jul 2004 10:38:53 -0700 Subject: check_http problems In-Reply-To: References: Message-ID: <20040720173853.GS32279@zippy.members.linode.com> On Tue, Jul 20, 2004 at 12:16:17PM -0500, Seth Hollist wrote: > If I use lynx from the Nagios server that I run the check on I'm able to > access the site just fine. I'm wondering if check_http doesn't properly > establish a connection with a sync packet, as the firewall on the web-server > expects this. It surely does, otherwise it would not be valid TCP. However Lynx can be configured to honor a proxy server which can explain why it is working. I don't believe check_http is capable of utilizing a proxy server. -Jason Martin -- Useless Invention: Motorcycle seat-belts. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From john.lange at bighostbox.com Tue Jul 20 19:43:35 2004 From: john.lange at bighostbox.com (John Lange) Date: Tue, 20 Jul 2004 12:43:35 -0500 Subject: Nagios with Firefox 0.91 Message-ID: <1090345415.23598.34.camel@ws101.darkcore.net> I upgraded to FireFox 0.9.1 on Linux last night and now when I load the Nagios page and view services it causes the browser to load the page forever, it never finishes. It displays the page fine it just never stops loading and therefore will not refresh every 90 seconds. This is most certainly a Firefox issue and I'm just wondering if anyone has experienced the same thing? -- John Lange ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Samba at guidemail.com Tue Jul 20 19:46:34 2004 From: Samba at guidemail.com (Samba) Date: Tue, 20 Jul 2004 12:46:34 -0500 Subject: blank message subject Message-ID: The notification commands are usually defined in the misccommands.cfg file or something similar. Just do a search for the command you defined as your notification command. Then make sure the command is valid. Josh -----Original Message----- From: John Stotler [mailto:jstotler at crc.net] Sent: Tuesday, July 20, 2004 11:36 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] blank message subject For some reason one of the local installations of Nagios is sending messages with blank subjects. I can't figure out where this is set in the configuration files. Can anyone point me in the right direction? Thanks, John ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 This message and accompanying documents are covered by the Electronic Communications Privacy Act, 18 U.S.C. ?? 2510-2521, and contains information intended for the specified individual(s) only. This information is confidential. If you are not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, copying, or the taking of any action based on the contents of this information is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sheeri.kritzer at tufts.edu Tue Jul 20 19:45:36 2004 From: sheeri.kritzer at tufts.edu (Sheeri Kritzer) Date: Tue, 20 Jul 2004 13:45:36 -0400 Subject: feature requests for nagios Message-ID: <1090345536.40fd5a4037218@webmail.tufts.edu> So, my group would like some more information when nagios notifies us of things, namely: 1) When notifications are sent out, we'd like to know who else it was sent to besides us (contactgroup is sufficient, individual contacts are OK too) -- in the body of the message 2) When something is acked, we'd like to know who acked it -- in the body of the message. I feel like there *should* be macros (variables) for that, but there don't seem to be. . .any help? -Sheeri Kritzer Systems Administrator University Systems Group Tufts University 617-627-3925 sheeri.kritzer at tufts.edu ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Terry.Poperszky at SOSStaffing.Com Tue Jul 20 19:51:51 2004 From: Terry.Poperszky at SOSStaffing.Com (Terry Poperszky) Date: Tue, 20 Jul 2004 11:51:51 -0600 Subject: How do I put a greater delay between checks? In-Reply-To: References: Message-ID: <1090345911.5428.11.camel@neo.sosstaffing.com> > Have you changed interval_length in nagios.cfg? I don't see how you could > have retried so fast otherwise. > > The value you'll want to tweak after that is retry_check_inteval which is > multiplied by the interval_length above to determine elapsed secnods > between non-OK checks. > > Timing Interval Length > > Format: interval_length= > Example: interval_length=60 > This is the number of seconds per "unit interval" used for timing in the > scheduling queue, re-notifications, etc. "Units intervals" are used in the > host configuration file to determine how often to run a service check, how > often of re-notify a contact, etc. > > Important: The default value for this is set to 60, which means that a > "unit value" of 1 in the host configuration file will mean 60 seconds (1 > minute). I have not really tested other values for this variable, so > proceed at your own risk if you decide to do so! > --------------------------------------------------------------------- > Demetri Mouratis > dmourati at linfactory.com Then I am not a total idiot! What a relief. Thank you, Demetri, that is what I understood from the documentation as well. No, I haven't changed interval_length and yes it is still set to 60. Any other suggestions? Terry ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From leoh at dcc.ufmg.br Tue Jul 20 19:55:04 2004 From: leoh at dcc.ufmg.br (Leonardo Henrique Machado) Date: Tue, 20 Jul 2004 14:55:04 -0300 (BRT) Subject: How to make statusmap bigger? Message-ID: How to make the area where statusmap is drawn, bigger? I have 36 computer in the first level and it's a mess. ps: I'm not talking about zoom. Just looking for some way to increase the space between machines in the graph. -- Leonardo Henrique Machado Universidade Federal de Minas Gerais ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tripping at gmail.com Tue Jul 20 20:33:10 2004 From: tripping at gmail.com (tripping) Date: Tue, 20 Jul 2004 11:33:10 -0700 Subject: Faster web frontend? Using 1000 hosts and 4300 service checks Message-ID: <66e75848040720113333d805a5@mail.gmail.com> Performance apears to be fine, I've tuned nagios.cfg so that the machien doesn't swap. (has 2GB RAM) The only bottleneck at the moment seems to be the cgi's. I'm guessing this is because of reparsing the config files on every call to a cgi. Has anyone found or implemented their own web front-end that simply parses log files and throws up a simple page? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From wp.junior at terra.com.br Tue Jul 20 20:52:52 2004 From: wp.junior at terra.com.br (Wilson Pires Jr) Date: Tue, 20 Jul 2004 15:52:52 -0300 Subject: Nagios stops after some minutes In-Reply-To: <40FD4BAC.3020502@gurugeek.com> References: <40FD4BAC.3020502@gurugeek.com> Message-ID: <20040720185405.CF286370059@potosi.terra.com.br> Ok. It does the trick, but I need to identify what causes nagios stopping to work. This new nagios box I'm setting up (nagios 1.2 rh9/P4 256 MB) is going to substitute an old nagios box (nagios 1.2 rh7.2/P3 128MB). Both are monitoring the same hosts (97) and services (508). The old one does the job very well. Some time after nagios stops, I got a nagios process identified by [nagios ]. >From where could I begin troubling the problem? I need nagios running. Regards, Wilson -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Jeff Rodriguez Sent: ter?a-feira, 20 de julho de 2004 13:43 To: Wilson Pires Jr Cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Nagios stops after some minutes I'm not sure what causes it, but I created an alias to stop via rc.d, killall nagios, killall -9 nagios.. That does the trick. Jeff Wilson Pires Jr wrote: > Additional information: > > When I try to stop nagios (via rc.d) it doesn't stop. So I use 'killall > nagios', but always rests one process. The 'kill id' doesn't kill it, it's > necessary to use 'kill -9 id'. > > Any idea? > > Wilson > > -----Original Message----- > From: Wilson Pires Jr [mailto:wp.junior at terra.com.br] > Sent: segunda-feira, 19 de julho de 2004 14:26 > To: 'nagios-users at lists.sourceforge.net' > Subject: [Nagios-users] Nagios stops after some minutes > > Hi all. > > I'm running nagios 1.2 on rh9 - Dell GX270 P4 with 256 MB RAM. > > I start nagios, it performs checks for some minutes and then the processes > stop: > > Process Status Information > Process Status: WARNING > Check Command Output: Nagios problem: located 14 processes, status log > updated 260136 seconds ago > > I don't know where to begin checking ... > > Please, could anybody help me? > > Regards, > > Wilson > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From leoh at dcc.ufmg.br Tue Jul 20 20:51:52 2004 From: leoh at dcc.ufmg.br (Leonardo Henrique Machado) Date: Tue, 20 Jul 2004 15:51:52 -0300 (BRT) Subject: To many process running at the same time Message-ID: When I run nagios I get plenty of process at the same time. They are not checking anything. It seems to me that nagios forks and forgets to kill the parent process. I use nagios 1.2 from debian distro. nagios 18088 0.0 0.2 7548 2828 ? S 15:29 0:00 /sbin/nagios -d /nagios.cfg nagios 18818 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18824 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18831 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18837 0.0 0.2 7552 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18841 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18843 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18850 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18852 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18859 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18874 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18876 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18879 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18883 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18885 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18889 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18891 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18895 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18898 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18900 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18904 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18906 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18910 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18913 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18915 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18919 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18928 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18932 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18934 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18939 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18951 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18957 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18973 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18979 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg nagios 18991 0.0 0.2 7552 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg -- Leo. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From BolducB at brandonrha.mb.ca Tue Jul 20 21:15:03 2004 From: BolducB at brandonrha.mb.ca (Bolduc, Blair) Date: Tue, 20 Jul 2004 14:15:03 -0500 Subject: How to make statusmap bigger? Message-ID: <4E6166BD7D4FD541AB7067DF45F9D8D0F370A5@brha-exch1-2k.brandonrha.mb.ca> In the statusmap.c file, you can increase the value of #define CIRCULAR_DRAWING_RADIUS to whatever you need. I currently have mine set at 240. You will need to recompile statusmap.c and then copy the statusmap.cgi that it creates back to the nagios/sbin folder (default location). That should do it. Blair. -----Original Message----- From: Leonardo Henrique Machado [mailto:leoh at dcc.ufmg.br] Sent: Tuesday, July 20, 2004 12:55 To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] How to make statusmap bigger? How to make the area where statusmap is drawn, bigger? I have 36 computer in the first level and it's a mess. ps: I'm not talking about zoom. Just looking for some way to increase the space between machines in the graph. -- Leonardo Henrique Machado Universidade Federal de Minas Gerais ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Tue Jul 20 21:23:47 2004 From: marc at ena.com (Marc Powell) Date: Tue, 20 Jul 2004 14:23:47 -0500 Subject: Faster web frontend? Using 1000 hosts and 4300 service checks Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B688C@mismail2.ena.com> tripping wrote: > Performance apears to be fine, I've tuned nagios.cfg so that the > machien doesn't swap. (has 2GB RAM) > > The only bottleneck at the moment seems to be the cgi's. I'm > guessing this is because of reparsing the config files on every call > to a cgi. > > Has anyone found or implemented their own web front-end that simply > parses log files and throws up a simple page? Nagios 2.0 significantly improves the web front end speed. For example, a status summary that took almost 5 minutes to generate using 1.1 was reduced to under 10 seconds. There was also a patch (chained hash) for 1.2 that backports the changes. Try searching the archives for the chained hash patch. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From burkskw at hotmail.com Tue Jul 20 21:55:00 2004 From: burkskw at hotmail.com (Kevin Burks) Date: Tue, 20 Jul 2004 14:55:00 -0500 Subject: Anyone using "check_citrix" with Nagios? Help. Message-ID: Hello, I need some help with the check_citrix plugin. I have the Nagios command setup as follows: $USER$/check_citrix -C $HOSTADDRESS$ -P published1 >From command window on the Nagios host this returns: "Ok. Citrix master browser "10.20.xx.xx" reported that the published application "published1" is available." But when the command above is exectuded by Nagios it returns a "Warning - (No output). Hopefully I am just not doing something very simple. Any help would be appreciated, I would like to be able to monitor my Citrix boxes more completely. Thanks. ---------- Kevin W. Burks _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar ? get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Tue Jul 20 20:50:50 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Tue, 20 Jul 2004 14:50:50 -0400 Subject: check_http problems Message-ID: > If I use lynx from the Nagios server that I run the check on > I'm able to > access the site just fine. I'm wondering if check_http > doesn't properly > establish a connection with a sync packet, as the firewall on > the web-server > expects this. As the other person said, it certainly does the proper TCP connection. Try "telnet 80" and see if that works - should bring up a blank screen, as opposed to saying "Connecting..." forever. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Seth.Hollist at ingenix.com Tue Jul 20 22:27:46 2004 From: Seth.Hollist at ingenix.com (Seth Hollist) Date: Tue, 20 Jul 2004 15:27:46 -0500 Subject: check_http problems Message-ID: Actually it says Trying... forever. I didn't realize a proxy server setting could cause such a problem, but apparently that my very well may be the problem. I did try unsetting the proxy setting, but that didn't seem to make a differance. I guess I need to see if this machine is still allowed to directly access the internet, or find some kind of work around for this problem. -----Original Message----- From: Robert Nelson [mailto:rnelson at windchannel.com] Sent: Tuesday, July 20, 2004 12:51 PM To: Seth Hollist; nagios-users at lists.sourceforge.net Subject: RE: [Nagios-users] check_http problems > If I use lynx from the Nagios server that I run the check on > I'm able to access the site just fine. I'm wondering if check_http > doesn't properly establish a connection with a sync packet, as the > firewall on the web-server expects this. As the other person said, it certainly does the proper TCP connection. Try "telnet 80" and see if that works - should bring up a blank screen, as opposed to saying "Connecting..." forever. This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From bench at silentmedia.com Tue Jul 20 22:41:37 2004 From: bench at silentmedia.com (Ben) Date: Tue, 20 Jul 2004 13:41:37 -0700 (PDT) Subject: Faster web frontend? Using 1000 hosts and 4300 service checks In-Reply-To: <66e75848040720113333d805a5@mail.gmail.com> References: <66e75848040720113333d805a5@mail.gmail.com> Message-ID: I'm suffering from the exact same problem, and yes, after applying the chained hash patch that introduces the cgis to glib, the biggest bottleneck is the constant repulling of all the status data. Apparently the nagios 2.0 code in cvs caches object data, but I'm not convinced that's going to be good enough. Does anybody know about the status of keeping, er, status data in a database in 2.0? It seems that database support has been yanked, for some reason.... On Tue, 20 Jul 2004, tripping wrote: > Performance apears to be fine, I've tuned nagios.cfg so that the > machien doesn't swap. (has 2GB RAM) > > The only bottleneck at the moment seems to be the cgi's. I'm guessing > this is because of reparsing the config files on every call to a cgi. > > Has anyone found or implemented their own web front-end that simply > parses log files and throws up a simple page? > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jnicholson at coresys.com Tue Jul 20 22:42:45 2004 From: jnicholson at coresys.com (John Nicholson) Date: Tue, 20 Jul 2004 16:42:45 -0400 Subject: Nagios Programmer Message-ID: <4A24DAC2E8843241B8123461305820A2A9393C@EXCHFE02.domain-01.com> All, This may not be the correct Forum to post this in so apologies in advance, but we are seeking a Jr. to Mid level Nagios programmer (Perl & Java) for our Union, NJ Data Center. This is a perm position. If anyone who knows someone that may be intersted please forward my contact information and have them contact me offline. Again I apologize for any inconvenience. Have a wonderful day. Sincerely, John P Nicholson Core Services Corporation 727-847-9904 FL Office 908-337-0272 NJ Cell 928-832-4432 eFax www.coresys.com jnicholson at coresys.com From john.lange at bighostbox.com Tue Jul 20 22:48:50 2004 From: john.lange at bighostbox.com (John Lange) Date: Tue, 20 Jul 2004 15:48:50 -0500 Subject: Nagios with Firefox 0.91 In-Reply-To: <20040720193840.795E6A80E4@venus.bighostbox.com> References: <20040720193840.795E6A80E4@venus.bighostbox.com> Message-ID: <1090356530.23596.164.camel@ws101.darkcore.net> Thanks Misao. Just to clarify, are you using firefox under linux or windows? John On Tue, 2004-07-20 at 14:36, Misao wrote: > I'm afraid I use Firefox 0.91 just fine with Nagios and have been since it > came out. I'm guessing it is not as simple as blaming FireFox just yet. > The only change I noticed was that FireFox does not remember the page state > in the frames like IE does, but that is hardly a problem. > > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of John Lange > Sent: Tuesday, July 20, 2004 12:44 PM > To: nagious-users > Subject: [Nagios-users] Nagios with Firefox 0.91 > > I upgraded to FireFox 0.9.1 on Linux last night and now when I load the > Nagios page and view services it causes the browser to load the page > forever, it never finishes. It displays the page fine it just never > stops loading and therefore will not refresh every 90 seconds. > > This is most certainly a Firefox issue and I'm just wondering if anyone > has experienced the same thing? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From john.lange at bighostbox.com Tue Jul 20 22:56:05 2004 From: john.lange at bighostbox.com (John Lange) Date: Tue, 20 Jul 2004 15:56:05 -0500 Subject: Nagios with Firefox 0.91 In-Reply-To: <20040720193840.795E6A80E4@venus.bighostbox.com> References: <20040720193840.795E6A80E4@venus.bighostbox.com> Message-ID: <1090356965.23599.168.camel@ws101.darkcore.net> Problem solved. I tried Firefox on a windows machine and I noticed the status bar said "trying to access plugins.netscape.com" or something similar. Finally after a long pause a download window opened asking what it should do with "critical.wav". I commented out the wav files in nagios etc/cgi.cfg and now it works perfectly. Don't know why its so different between thunderbird and firefox but there you have it. Regards, John On Tue, 2004-07-20 at 14:36, Misao wrote: > I'm afraid I use Firefox 0.91 just fine with Nagios and have been since it > came out. I'm guessing it is not as simple as blaming FireFox just yet. > The only change I noticed was that FireFox does not remember the page state > in the frames like IE does, but that is hardly a problem. > > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of John Lange > Sent: Tuesday, July 20, 2004 12:44 PM > To: nagious-users > Subject: [Nagios-users] Nagios with Firefox 0.91 > > I upgraded to FireFox 0.9.1 on Linux last night and now when I load the > Nagios page and view services it causes the browser to load the page > forever, it never finishes. It displays the page fine it just never > stops loading and therefore will not refresh every 90 seconds. > > This is most certainly a Firefox issue and I'm just wondering if anyone > has experienced the same thing? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tysons at firstcash.com Wed Jul 21 00:20:30 2004 From: tysons at firstcash.com (Tyson Sommer) Date: Tue, 20 Jul 2004 17:20:30 -0500 Subject: MRTG Message-ID: <200407202208.i6KM8euO002741@gwx.firstcash.com> I'm totally new to Nagios and haven't installed it yet. I am wondering if anyone's built any modules that will incorporate MRTG stats into Nagios. Thanks. Tyson ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tripping at gmail.com Wed Jul 21 01:36:04 2004 From: tripping at gmail.com (tripping) Date: Tue, 20 Jul 2004 16:36:04 -0700 Subject: Faster web frontend? Using 1000 hosts and 4300 service checks In-Reply-To: References: Message-ID: <66e7584804072016364122c560@mail.gmail.com> On Tue, 20 Jul 2004 13:41:37 -0700 (PDT), Ben wrote: > I'm suffering from the exact same problem, and yes, after applying the > chained hash patch that introduces the cgis to glib, the biggest > bottleneck is the constant repulling of all the status data. > > Apparently the nagios 2.0 code in cvs caches object data, but I'm not > convinced that's going to be good enough. Does anybody know about the > status of keeping, er, status data in a database in 2.0? It seems that > database support has been yanked, for some reason.... > Yeah, I'm not sure that a database will necessarily help. When I look at the server when it's running the cgi's it's totally cpu bound, so I'll give the chained has patch a try and will report back. The problem, even with the patch, at least for me, will be that it's not just one person looking at the html pages. Replacing the default index.html with a static version of the status.cgi output using cron and curl resulted in dramatically decreased at least for the first glance. If there are 5 or 10 people each with their particular hostgroup refreshing in their browser, then the UI bottleneck is more serious. The two areas that really eat the cpu are: 1) reading/parsing the configuration 2) generating the html based on that configuration and the current statuses In theory, step 1) only needs to be performed on start/restart/HUP. Step 2) needs to occur either when the cgi request is made, or when a new alert occurs. Part of the elegance of nagios is the seperation of nagios from the cgi's. That not withstanding, I have a possible idea, please shoot it down. When nagios starts/restarts/HUPs: a) reads in configuration file b) update directory structure in /var/www/nagios/state to reflect the configuration (whatever that may mean) c) populates directory structure with info from status.sav, if so desired >From this point on, whenever a nagios alert is received, in addition to being logged, something is twiddled in /var/nagios/state. When a user visits http://blah/nagios, the php pages generate essentially static pages from static content on the disk, which should be orders of magnitude faster, and in theory, should be just as up to date. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From bench at silentmedia.com Wed Jul 21 01:57:23 2004 From: bench at silentmedia.com (Ben) Date: Tue, 20 Jul 2004 16:57:23 -0700 (PDT) Subject: Faster web frontend? Using 1000 hosts and 4300 service checks In-Reply-To: <66e7584804072016364122c560@mail.gmail.com> References: <66e7584804072016364122c560@mail.gmail.com> Message-ID: Well, for what it's worth, the nagios check into cvs is taking me about 5-10 seconds per page to load, compared to about 20-60 seconds before. That's a lot better. It's still not great, but it's a lot better. >From checkpointing tac.cgi (which is really the only cgi I want to perform much better), the time seems to be about 90% in loading the status info. It occured to me that making a shared memory segment will help this *considerably*. Of course, that's going to require nagios to run on the same machine that the cgi's will run on, but that may just be worth the performance gains..... Has anybody else been down that road before? On Tue, 20 Jul 2004, tripping wrote: > On Tue, 20 Jul 2004 13:41:37 -0700 (PDT), Ben wrote: > > I'm suffering from the exact same problem, and yes, after applying the > > chained hash patch that introduces the cgis to glib, the biggest > > bottleneck is the constant repulling of all the status data. > > > > Apparently the nagios 2.0 code in cvs caches object data, but I'm not > > convinced that's going to be good enough. Does anybody know about the > > status of keeping, er, status data in a database in 2.0? It seems that > > database support has been yanked, for some reason.... > > > > Yeah, I'm not sure that a database will necessarily help. When I look > at the server when it's running the cgi's it's totally cpu bound, so > I'll give the chained has patch a try and will report back. > > The problem, even with the patch, at least for me, will be that it's > not just one person looking at the html pages. Replacing the default > index.html with a static version of the status.cgi output using cron > and curl resulted in dramatically decreased at least for the first > glance. > > If there are 5 or 10 people each with their particular hostgroup > refreshing in their browser, then the UI bottleneck is more serious. > > The two areas that really eat the cpu are: > > 1) reading/parsing the configuration > 2) generating the html based on that configuration and the current statuses > > In theory, step 1) only needs to be performed on start/restart/HUP. > Step 2) needs to occur either when the cgi request is made, or when a > new alert occurs. > > Part of the elegance of nagios is the seperation of nagios from the > cgi's. That not withstanding, I have a possible idea, please shoot it > down. > > > When nagios starts/restarts/HUPs: > a) reads in configuration file > b) update directory structure in /var/www/nagios/state to reflect the > configuration (whatever that may mean) > c) populates directory structure with info from status.sav, if so desired > > From this point on, whenever a nagios alert is received, in addition > to being logged, something is twiddled in /var/nagios/state. > > When a user visits http://blah/nagios, the php pages generate > essentially static pages from static content on the disk, which should > be orders of magnitude faster, and in theory, should be just as up to > date. > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From steve at n2sw.com Wed Jul 21 02:15:18 2004 From: steve at n2sw.com (Steve Rieger) Date: Tue, 20 Jul 2004 20:15:18 -0400 Subject: newbie question In-Reply-To: References: Message-ID: <20040721001525.VUJP24784.out014.verizon.net@stacy> Hi all, I am switching over to nagios, and would like feedback from users, I have about 2500 servers (mostly fbsd, some linux and win 2k 2k3) to monitor, with about 6 to 10 services per server, what kind of overhead am I going to need, (will a sun ultra 20 be decent) Also can I create a config file for each server and load that file into the config at runtime, it would make it easier to manage my servers that way, -- Steve Rieger ICQ# 53956607 MSN IM steve at n2sw.com Yahoo IM riegersteve ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From frank at ia-informatics.com Wed Jul 21 02:59:07 2004 From: frank at ia-informatics.com (Frank Osako) Date: Tue, 20 Jul 2004 19:59:07 -0500 Subject: Testing email alerts Message-ID: <200407201959294.SM03044@SIGMA2> Hello, Does anyone have a method or procedure for testing or verifying the email alerts? After changing the contact file, it would provide more confidence to see if the email configuration is working and not waiting for a true failure to occur to see if we have it right. Cheers, Frank ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Wed Jul 21 03:48:32 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Tue, 20 Jul 2004 18:48:32 -0700 Subject: Testing email alerts In-Reply-To: <200407201959294.SM03044@SIGMA2> References: <200407201959294.SM03044@SIGMA2> Message-ID: <40FDCB70.7090800@gurugeek.com> Why not setup a test service going to a test contact, i.e. yourself. Use the check_dummy command to simulate a failure. Jeff Frank Osako wrote: >Hello, > >Does anyone have a method or procedure for testing or verifying the email >alerts? > >After changing the contact file, it would provide more confidence to see if >the email configuration is working and not waiting for a true failure to >occur to see if we have it right. > >Cheers, > >Frank > > > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From benny at bennyvision.com Wed Jul 21 03:52:53 2004 From: benny at bennyvision.com (C. Bensend) Date: Tue, 20 Jul 2004 20:52:53 -0500 (CDT) Subject: Testing email alerts In-Reply-To: <200407201959294.SM03044@SIGMA2> References: <200407201959294.SM03044@SIGMA2> Message-ID: <52766.63.227.74.41.1090374795.squirrel@webmail.stinkweasel.net> > After changing the contact file, it would provide more confidence to see > if > the email configuration is working and not waiting for a true failure to > occur to see if we have it right. I typically just simulate a failure... I change the IP of one of my hosts in the config, send Nagios a SIGHUP, and watch the host "fail." Let it go long enough to trigger a notification, and then change it back to see how the recovery goes as well. If you can't afford to miss alerts on live hosts for the few minutes it takes to do this, add another dummy (or simply non-critical) host and use that one for only testing. Benny -- "You were doing well until everyone died." -- "God", Futurama ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Wed Jul 21 04:28:17 2004 From: jhmartin at toger.us (Jason Martin) Date: Tue, 20 Jul 2004 19:28:17 -0700 Subject: Testing email alerts In-Reply-To: <52766.63.227.74.41.1090374795.squirrel@webmail.stinkweasel.net> References: <200407201959294.SM03044@SIGMA2> <52766.63.227.74.41.1090374795.squirrel@webmail.stinkweasel.net> Message-ID: <20040721022816.GA26681@zippy.members.linode.com> On Tue, Jul 20, 2004 at 08:52:53PM -0500, C. Bensend wrote: > > > After changing the contact file, it would provide more confidence to see > > if > > the email configuration is working and not waiting for a true failure to > > occur to see if we have it right. > > I typically just simulate a failure... I change the IP of one of my hosts You can also submit passive results via the website to force a service into alert status. -Jason Martin -- Oxymoron: Standard deviation. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From dourix at madacom.mg Wed Jul 21 06:24:44 2004 From: dourix at madacom.mg (Do-Risika RAFIEFERANTSIARONJY) Date: Wed, 21 Jul 2004 07:24:44 +0300 Subject: To many process running at the same time In-Reply-To: References: Message-ID: <40FDF00C.10902@madacom.mg> Leonardo Henrique Machado wrote: > When I run nagios I get plenty of process at the same time. > They are not checking anything. It seems to me that nagios forks and > forgets to kill the parent process. > > I use nagios 1.2 from debian distro. > > > nagios 18088 0.0 0.2 7548 2828 ? S 15:29 0:00 /sbin/nagios -d /nagios.cfg > nagios 18818 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg > nagios 18824 0.0 0.2 7548 2828 ? S 15:45 0:00 /sbin/nagios -d /nagios.cfg are you sure it's from debian, which release do you use ? i think the binary should be /usr/sbin/nagios and the config file /etc/nagios/nagios.cfg if it's a debian package, @+ -- DouRiX ["[The] Internet is so big, so powerful and pointless that for some people it is a complete substitute for life." -- Andrew Brown] ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From h.baecker at ecofis.de Wed Jul 21 08:06:29 2004 From: h.baecker at ecofis.de (h.baecker at ecofis.de) Date: Wed, 21 Jul 2004 08:06:29 +0200 Subject: Faster web frontend? Using 1000 hosts and 4300 service checks In-Reply-To: <66e75848040720113333d805a5@mail.gmail.com> References: <66e75848040720113333d805a5@mail.gmail.com> Message-ID: Hi, did you watched the Process Info / Perfdata for Service Checks? We've got "only" 700 hosts with 3000 service checks on a high performance machine that even doesn't swap, but we've got a check latency around 60 - 300 seconds. How are your latencys? Would you please tell me your "secret" if you don't have such big latency?!? Best regards Hendrik tripping Sent by: nagios-users-admin at lists.sourceforge.net 20.07.2004 20:33 To nagios-users at lists.sourceforge.net cc Subject [Nagios-users] Faster web frontend? Using 1000 hosts and 4300 service checks Performance apears to be fine, I've tuned nagios.cfg so that the machien doesn't swap. (has 2GB RAM) The only bottleneck at the moment seems to be the cgi's. I'm guessing this is because of reparsing the config files on every call to a cgi. Has anyone found or implemented their own web front-end that simply parses log files and throws up a simple page? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From verdon at cict.fr Wed Jul 21 09:23:51 2004 From: verdon at cict.fr (carole verdon) Date: Wed, 21 Jul 2004 09:23:51 +0200 Subject: blank message subject In-Reply-To: <1090341369.26762.52.camel@delltrb02> References: <1090341369.26762.52.camel@delltrb02> Message-ID: <40FE1A07.2000008@cict.fr> What is the OS used? Perhaps, you must replace the mail command by this: /usr/bin/mailx. Carole. John Stotler wrote: >For some reason one of the local installations of Nagios is sending >messages with blank subjects. I can't figure out where this is set in >the configuration files. Can anyone point me in the right direction? > > >Thanks, >John > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tripping at gmail.com Wed Jul 21 09:50:36 2004 From: tripping at gmail.com (tripping) Date: Wed, 21 Jul 2004 00:50:36 -0700 Subject: Faster web frontend? Using 1000 hosts and 4300 service checks In-Reply-To: References: Message-ID: <66e758480407210050148c1dd2@mail.gmail.com> Heh, I just blew it up (not enough swap.) I can only do 200-300 parallel checks before I go into swap, and I didn't assign enough swap, and the VM started killing things... :-( I'll run some tests and provide detailed stats. I just joined the list, good to be here, but I don't want to clog it with old trivia about scaling and performance experiences if that's bad form. ----- Original Message ----- From: h.baecker at ecofis.de Hi, did you watched the Process Info / Perfdata for Service Checks? We've got "only" 700 hosts with 3000 service checks on a high performance machine that even doesn't swap, but we've got a check latency around 60 - 300 seconds. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Ben at clewett.org.uk Wed Jul 21 10:06:04 2004 From: Ben at clewett.org.uk (Ben Clewett) Date: Wed, 21 Jul 2004 09:06:04 +0100 Subject: blank message subject In-Reply-To: <40FE1A07.2000008@cict.fr> References: <1090341369.26762.52.camel@delltrb02> <40FE1A07.2000008@cict.fr> Message-ID: <40FE23EC.8050806@clewett.org.uk> I had this a while back on Nagios 1.2 on Redhat 7.3. I don't know what caused it. But it might have been two Nagios servers running at the same time. I stopped this by killing all Nagios PID's and starting again. Regards, Ben. carole verdon wrote: > What is the OS used? Perhaps, you must replace the mail command by this: > /usr/bin/mailx. > > Carole. > > John Stotler wrote: > >> For some reason one of the local installations of Nagios is sending >> messages with blank subjects. I can't figure out where this is set in >> the configuration files. Can anyone point me in the right direction? >> >> >> Thanks, >> John >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by BEA Weblogic Workshop >> FREE Java Enterprise J2EE developer tools! >> Get your free copy of BEA WebLogic Workshop 8.1 today. >> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >> _______________________________________________ >> Nagios-users mailing list >> Nagios-users at 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 >> >> >> >> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Benoit.Panizzon at imp.ch Wed Jul 21 10:59:49 2004 From: Benoit.Panizzon at imp.ch (Benoit Panizzon) Date: Wed, 21 Jul 2004 10:59:49 +0200 Subject: NCSA Plugin Wrapper In-Reply-To: <200407201015.06050.Benoit.Panizzon@imp.ch> References: <200407201015.06050.Benoit.Panizzon@imp.ch> Message-ID: <200407211059.51341.Benoit.Panizzon@imp.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all As I got no replies at all on how to report a plugin's output via NSCA I started writing a wrapper myself but as I'm not a perl coder I have some troubles. I do a open(READ, "plugin args |"); and read the plugin output into $poutput; open(WRITE, "| nsca"); print($host\t$service\t$status\t$poutput\n"); But how the hell do I read the exit code from the plugin with open which I need to fill the $status needed for nsca? - -Benoit- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/jCFCVq2G/yL7/ARAk5yAKCdInJWz3oi6UPinLNmOKyl/QhgCQCfdJHb eOJhZ8FKD3lIz+KYMlYiWPc= =YNWB -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From steve at n2sw.com Wed Jul 21 16:38:55 2004 From: steve at n2sw.com (Steve) Date: Wed, 21 Jul 2004 07:38:55 -0700 Subject: any ideas Message-ID: <004a01c46f30$7311b470$47bf82d8@webairsteve> this is on solaris 9 conf looks like this ./configure --with-gd-inc=/usr/local/include/ --with-gd-lib=/usr/local/include/ --with-nagios-user=nagios --with-nagios-grp=nagios --with-mysql-xdata --with-mysql-status --with-mysql-comments --with-mysql-extinfo --with-default-comments --with-default-status --with-mysql-retention --with-template-objects --with-mysql-downtime --with-mysql-lib=/usr/local/src/mysql-max-4.0.20-sun-solaris2.9-sparc/include/ --enable-embedded-perl --with-perlcache bash-2.05# /usr/local/bin/make all cd ./base && /usr/local/bin/make make[1]: Entering directory `/usr/local/src/nagios-1.2/base' /usr/local/bin/gcc -g -O2 -I/usr/local/include/ -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/lib/perl5/5.8.4/sun4-solaris/CORE -DHAVE_CONFIG_H -DNSCORE -L/usr/local/src/mysql-max-4.0.20-sun-solaris2.9-sparc/include/ -L/usr/local/include/ -lmysqlclient nagios.c checks.o config.o commands.o flapping.o logging.o notifications.o sehandlers.o utils.o sretention.o ../xdata/xrddb.c ../common/comments.c ../xdata/xcddefault.c ../common/objects.c ../xdata/xodtemplate.c ../common/statusdata.c ../xdata/xsddefault.c perfdata.o ../xdata/xpddefault.c ../common/downtime.c ../xdata/xdddb.c /usr/local/lib/perl5/5.8.4/sun4-solaris/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.8.4/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc -lm -o nagios ../xdata/xrddb.c:41:25: mysql/mysql.h: No such file or directory ../xdata/xrddb.c:42:26: mysql/errmsg.h: No such file or directory ../xdata/xrddb.c:59: error: parse error before "xrddb_mysql" ../xdata/xrddb.c:59: warning: data definition has no type or storage class ../xdata/xrddb.c: In function `xrddb_read_program_information': ../xdata/xrddb.c:823: error: `MYSQL_RES' undeclared (first use in this function) ../xdata/xrddb.c:823: error: (Each undeclared identifier is reported only once ../xdata/xrddb.c:823: error: for each function it appears in.) ../xdata/xrddb.c:823: error: `query_result' undeclared (first use in this function) ../xdata/xrddb.c:824: error: `MYSQL_ROW' undeclared (first use in this function) ../xdata/xrddb.c:824: error: parse error before "result_row" ../xdata/xrddb.c:854: error: `result_row' undeclared (first use in this function) ../xdata/xrddb.c: In function `xrddb_read_host_information': ../xdata/xrddb.c:921: error: `MYSQL_RES' undeclared (first use in this function) ../xdata/xrddb.c:921: error: `query_result' undeclared (first use in this function) ../xdata/xrddb.c:922: error: `MYSQL_ROW' undeclared (first use in this function) ../xdata/xrddb.c:922: error: parse error before "result_row" ../xdata/xrddb.c:955: error: `result_row' undeclared (first use in this function) ../xdata/xrddb.c: In function `xrddb_read_service_information': ../xdata/xrddb.c:1098: error: `MYSQL_RES' undeclared (first use in this function) ../xdata/xrddb.c:1098: error: `query_result' undeclared (first use in this function) ../xdata/xrddb.c:1099: error: `MYSQL_ROW' undeclared (first use in this function) ../xdata/xrddb.c:1099: error: parse error before "result_row" ../xdata/xrddb.c:1133: error: `result_row' undeclared (first use in this function) ^Cmake[1]: *** [nagios] Interrupt make: *** [all] Error 130 bash-2.05# -------------- next part -------------- An HTML attachment was scrubbed... URL: From mitch at acetechgroup.com Wed Jul 21 13:57:33 2004 From: mitch at acetechgroup.com (mitchell perilstein) Date: Wed, 21 Jul 2004 07:57:33 -0400 Subject: NCSA Plugin Wrapper In-Reply-To: <200407211059.51341.Benoit.Panizzon@imp.ch> References: <200407201015.06050.Benoit.Panizzon@imp.ch> <200407211059.51341.Benoit.Panizzon@imp.ch> Message-ID: <40FE5A2D.20104@acetechgroup.com> Benoit Panizzon wrote: >I do a open(READ, "plugin args |"); >and read the plugin output into $poutput; > >open(WRITE, "| nsca"); >print($host\t$service\t$status\t$poutput\n"); > >But how the hell do I read the exit code from the plugin with open which I >need to fill the $status needed for nsca? > Look at the return value when you close the file handle: $status = close(READ); See "perldoc -f close" for details. -- Mitchell Perilstein ACE Technology Group, LLC http://www.acetechgroup.com 866-229-1543 x11 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Benoit.Panizzon at imp.ch Wed Jul 21 14:37:08 2004 From: Benoit.Panizzon at imp.ch (Benoit Panizzon) Date: Wed, 21 Jul 2004 14:37:08 +0200 Subject: NCSA Plugin Wrapper In-Reply-To: <40FE5A2D.20104@acetechgroup.com> References: <200407201015.06050.Benoit.Panizzon@imp.ch> <200407211059.51341.Benoit.Panizzon@imp.ch> <40FE5A2D.20104@acetechgroup.com> Message-ID: <200407211437.09980.Benoit.Panizzon@imp.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Mittwoch, 21. Juli 2004 13.57 schrieb mitchell perilstein: > Benoit Panizzon wrote: > >I do a open(READ, "plugin args |"); > >and read the plugin output into $poutput; > > > >open(WRITE, "| nsca"); > >print($host\t$service\t$status\t$poutput\n"); > > > >But how the hell do I read the exit code from the plugin with open which I > >need to fill the $status needed for nsca? > > Look at the return value when you close the file handle: > $status = close(READ); Argh, there it is hidden. Thank you! - -- Beno?t Panizzon, - ------------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP Phone: +41 61 826 93 00 Zurlindenstrasse 29 Fax: +41 61 826 93 01 CH-4133 Pratteln Net: http://www.imp.ch/ - ------------------------------------------------------------------------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/mN0CVq2G/yL7/ARAkvxAJ4lokYAVk3/8fluCubHWnnXAbi4dQCg5mJY +z0fK54q/HPBYm6j4zY17Vg= =+onH -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pamela at rak.bb.euroweb.sk Wed Jul 21 14:19:42 2004 From: pamela at rak.bb.euroweb.sk (jan gregor) Date: Wed, 21 Jul 2004 14:19:42 +0200 Subject: any ideas In-Reply-To: <004a01c46f30$7311b470$47bf82d8@webairsteve> References: <004a01c46f30$7311b470$47bf82d8@webairsteve> Message-ID: <20040721141942.A17943@rak.bb.euroweb.sk> Hello snip > bash-2.05# /usr/local/bin/make all > cd ./base && /usr/local/bin/make > make[1]: Entering directory `/usr/local/src/nagios-1.2/base' > /usr/local/bin/gcc -g -O2 -I/usr/local/include/ -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/lib/perl5/5.8.4/sun4-solaris/CORE -DHAVE_CONFIG_H -DNSCORE -L/usr/local/src/mysql-max-4.0.20-sun-solaris2.9-sparc/include/ -L/usr/local/include/ -lmysqlclient nagios.c checks.o config.o commands.o flapping.o logging.o notifications.o sehandlers.o utils.o sretention.o ../xdata/xrddb.c ../common/comments.c ../xdata/xcddefault.c ../common/objects.c ../xdata/xodtemplate.c ../common/statusdata.c ../xdata/xsddefault.c perfdata.o ../xdata/xpddefault.c ../common/downtime.c ../xdata/xdddb.c /usr/local/lib/perl5/5.8.4/sun4-solaris/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.8.4/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc -lm -o nagios > ../xdata/xrddb.c:41:25: mysql/mysql.h: No such file or directory > ../xdata/xrddb.c:42:26: mysql/errmsg.h: No such file or directory Do you have header files for mysql database installed? Best regards Jan Gregor ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Benoit.Panizzon at imp.ch Wed Jul 21 14:43:48 2004 From: Benoit.Panizzon at imp.ch (Benoit Panizzon) Date: Wed, 21 Jul 2004 14:43:48 +0200 Subject: Passive checks only, how to realy disable active checks without nagios complaining about. Message-ID: <200407211443.50609.Benoit.Panizzon@imp.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all After managing to solve the problem on how to submit passive checks from plugins on remote hosts via NSCA I run in a new problem... I have to define a check_command even for passive checks but disable active checks. (So i used the check_dummy 3 plugin) Of course I use the frehsness options. Now nagios dislays nasty red messages that active checks are disabled. Is there a way to tell nagios that it's OK that they are disabled and not show them so users could get the idea of enabling them? Is there a way to disable the possibility to enable active checks via the web GUI for checks that should only be submitted passively? The last problem I get is that after the freshness tereshold has expired, according to the docs, nagios dies a forced active check of the service, which is quite useless as it just uses a dummy check command (which can return 'Unknown', but that only helps a little). Regards - -- Beno?t Panizzon, - ------------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP Phone: +41 61 826 93 00 Zurlindenstrasse 29 Fax: +41 61 826 93 01 CH-4133 Pratteln Net: http://www.imp.ch/ - ------------------------------------------------------------------------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/mUFCVq2G/yL7/ARAi90AJ47dmwRkcVSR7z3/hENrg73pxhaIQCeOIiQ D664qHNab9A4iSo2+Z2CQLY= =wdWj -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Roberto.Balestra at getronics.com Wed Jul 21 15:24:01 2004 From: Roberto.Balestra at getronics.com (Balestra, Roberto) Date: Wed, 21 Jul 2004 15:24:01 +0200 Subject: any ideas Message-ID: I think that you don't have mysql-devel installed on your system Bye Roberto -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Steve Sent: mercoled? 21 luglio 2004 16.39 To: Nagios-users at lists.sourceforge.net Subject: [Nagios-users] any ideas this is on solaris 9 conf looks like this ./configure --with-gd-inc=/usr/local/include/ --with-gd-lib=/usr/local/include/ --with-nagios-user=nagios --with-nagios-grp=nagios --with-mysql-xdata --with-mysql-status --with-mysql-comments --with-mysql-extinfo --with-default-comments --with-default-status --with-mysql-retention --with-template-objects --with-mysql-downtime --with-mysql-lib=/usr/local/src/mysql-max-4.0.20-sun-solaris2.9-sparc/include/ --enable-embedded-perl --with-perlcache bash-2.05# /usr/local/bin/make all cd ./base && /usr/local/bin/make make[1]: Entering directory `/usr/local/src/nagios-1.2/base' /usr/local/bin/gcc -g -O2 -I/usr/local/include/ -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/lib/perl5/5.8.4/sun4-solaris/CORE -DHAVE_CONFIG_H -DNSCORE -L/usr/local/src/mysql-max-4.0.20-sun-solaris2.9-sparc/include/ -L/usr/local/include/ -lmysqlclient nagios.c checks.o config.o commands.o flapping.o logging.o notifications.o sehandlers.o utils.o sretention.o ../xdata/xrddb.c ../common/comments.c ../xdata/xcddefault.c ../common/objects.c ../xdata/xodtemplate.c ../common/statusdata.c ../xdata/xsddefault.c perfdata.o ../xdata/xpddefault.c ../common/downtime.c ../xdata/xdddb.c /usr/local/lib/perl5/5.8.4/sun4-solaris/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.8.4/sun4-solaris/CORE -lperl -lsocket -lnsl -ldl -lm -lc -lm -o nagios ../xdata/xrddb.c:41:25: mysql/mysql.h: No such file or directory ../xdata/xrddb.c:42:26: mysql/errmsg.h: No such file or directory ../xdata/xrddb.c:59: error: parse error before "xrddb_mysql" ../xdata/xrddb.c:59: warning: data definition has no type or storage class ../xdata/xrddb.c: In function `xrddb_read_program_information': ../xdata/xrddb.c:823: error: `MYSQL_RES' undeclared (first use in this function) ../xdata/xrddb.c:823: error: (Each undeclared identifier is reported only once ../xdata/xrddb.c:823: error: for each function it appears in.) ../xdata/xrddb.c:823: error: `query_result' undeclared (first use in this function) ../xdata/xrddb.c:824: error: `MYSQL_ROW' undeclared (first use in this function) ../xdata/xrddb.c:824: error: parse error before "result_row" ../xdata/xrddb.c:854: error: `result_row' undeclared (first use in this function) ../xdata/xrddb.c: In function `xrddb_read_host_information': ../xdata/xrddb.c:921: error: `MYSQL_RES' undeclared (first use in this function) ../xdata/xrddb.c:921: error: `query_result' undeclared (first use in this function) ../xdata/xrddb.c:922: error: `MYSQL_ROW' undeclared (first use in this function) ../xdata/xrddb.c:922: error: parse error before "result_row" ../xdata/xrddb.c:955: error: `result_row' undeclared (first use in this function) ../xdata/xrddb.c: In function `xrddb_read_service_information': ../xdata/xrddb.c:1098: error: `MYSQL_RES' undeclared (first use in this function) ../xdata/xrddb.c:1098: error: `query_result' undeclared (first use in this function) ../xdata/xrddb.c:1099: error: `MYSQL_ROW' undeclared (first use in this function) ../xdata/xrddb.c:1099: error: parse error before "result_row" ../xdata/xrddb.c:1133: error: `result_row' undeclared (first use in this function) ^Cmake[1]: *** [nagios] Interrupt make: *** [all] Error 130 bash-2.05# -------------- next part -------------- An HTML attachment was scrubbed... URL: From eduardo.moura at telway.com.br Wed Jul 21 15:41:02 2004 From: eduardo.moura at telway.com.br (Eduardo Moura) Date: Wed, 21 Jul 2004 10:41:02 -0300 Subject: Monitoring switches (3com and cisco) Message-ID: <4F1A91B978EE87478F2447A768883685F500@cbemi-web.cbemi> Hi All, Does anybody use Nagios to monitor lan switches? If so does anyone have some plug-in samples? Best Regards Eduardo From stevelml1 at scee.sony.co.uk Wed Jul 21 15:38:01 2004 From: stevelml1 at scee.sony.co.uk (Steve Loughran) Date: Wed, 21 Jul 2004 14:38:01 +0100 Subject: Host checks and parents (Down/Unreachable) References: <200407201015.06050.Benoit.Panizzon@imp.ch> <200407211059.51341.Benoit.Panizzon@imp.ch> Message-ID: <014e01c46f27$f12a5eb0$f5cec22b@niltxp2> Hi all Long *LONG* time happy user of Nagios, but havent needed to ask any questions for an awful long time. ======= OK, here we go: Example: Nagios Host router #1 (direct connection to Nagios host subnet) router #2 (next hop, has router #1 as parent) If the routing gets changed so traffic to router #2 does not pass through router #1, and router #1 is taken offline (and shown as "DOWN"), will Nagios show router #2 down due to the parent being offline? Will it do a host check anyway, or will it try to save time and not bother, assuming that is router #1 is offline then router #2 must be unreachable? Or put to another way, is the host check run if its parent failed its own host check? And is the unreachable status created by the host check, or by the fact that its parent is marked as DOWN? Silly long-winded question I know... sorry... Many thanks for your help, it is greatly appreciated. Steve ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From stevelml1 at scee.sony.co.uk Wed Jul 21 15:46:52 2004 From: stevelml1 at scee.sony.co.uk (Steve Loughran) Date: Wed, 21 Jul 2004 14:46:52 +0100 Subject: MRTG References: <200407202208.i6KM8euO002741@gwx.firstcash.com> Message-ID: <016b01c46f29$2dd14c10$f5cec22b@niltxp2> I havent used the mrtg plugins, but you might want to have a play with: check_mrtg -F log_file -a -v variable -w warning -c critical [-l label] [-u units] [-e expire_minutes] [-t timeout] [-v] check_mrtg (-h | --help) for detailed help check_mrtg (-V | --version) for version information or Usage: check_mrtgtraf -F -a -v -w -c [-e expire_minutes] [-t timeout] [-v] check_mrtgtraf --help check_mrtgtraf --version Steve ----- Original Message ----- From: "Tyson Sommer" To: Sent: Tuesday, July 20, 2004 11:20 PM Subject: [Nagios-users] MRTG > I'm totally new to Nagios and haven't installed it yet. I am wondering if > anyone's built any modules that will incorporate MRTG stats into Nagios. > > Thanks. > Tyson > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jstotler at crc.net Wed Jul 21 15:54:00 2004 From: jstotler at crc.net (John Stotler) Date: Wed, 21 Jul 2004 09:54:00 -0400 Subject: blank message subject In-Reply-To: <1090342066.26762.54.camel@delltrb02> References: <1090342066.26762.54.camel@delltrb02> Message-ID: <1090418039.26762.105.camel@delltrb02> This one turned out to be a Solaris thing -- on Solaris, mail doesn't take a -s switch. All you have to do is modify the Commands.cfg or misccommands.cfg to use mailx instead of mail. John On Tue, 2004-07-20 at 12:47, John Stotler wrote: > Nope, the tmp dir has tons of space free, as do all of the others. > > > > On Tue, 2004-07-20 at 12:40, Reutzel, Shane wrote: > > Is your tmp directory full? > > > > -----Original Message----- > > From: John Stotler [mailto:jstotler at crc.net] > > Sent: Tuesday, July 20, 2004 11:36 AM > > To: nagios-users at lists.sourceforge.net > > Subject: [Nagios-users] blank message subject > > > > For some reason one of the local installations of Nagios is sending > > messages with blank subjects. I can't figure out where this is set in > > the configuration files. Can anyone point me in the right direction? > > > > > > Thanks, > > John > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java > > Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jstotler at crc.net Wed Jul 21 15:55:25 2004 From: jstotler at crc.net (John Stotler) Date: Wed, 21 Jul 2004 09:55:25 -0400 Subject: Only notify once? Message-ID: <1090418125.26762.108.camel@delltrb02> Is there a way to tell nagios to only notify of a down state once instead of continually sending messages? There are just SO many options that I'm not sure which one to use for this... Would it be Max Check Attempts? thanks, John ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From fer at ucs.co.za Wed Jul 21 16:13:01 2004 From: fer at ucs.co.za (Francois Rossouw) Date: Wed, 21 Jul 2004 16:13:01 +0200 Subject: ngettext Message-ID: <20040721161301.23ed55b2@fer.ucs.co.za> Hey all This is probably not strictly speaking the right place, but here goes anyways.... I am attempting to compile nagios on: Redhat 6.2 gcc version egcs-2.91.66 and, although I have managed to sort this type of error message out before... Right now, I am stumped: When runngin make I get this: Making all in plugins make[2]: Entering directory `/root/nagios/nagios-plugins-1.4.0alpha1/plugins' gcc -g -O2 -L. -L/usr/lib -o check_procs check_procs.o utils.o ../lib/libnagiosplug.a popen.o check_procs.o: In function `main': /root/nagios/nagios-plugins-1.4.0alpha1/plugins/check_procs.c:263: undefined reference to `ngettext' collect2: ld returned 1 exit status What I don't get is the fact that another box on which nagios is running like a charm was set up exactly the same as this one, and their packages are identical. Can anyone point me in the right direction please? I am guessing I need a XXX-devel.rpm, but for the life of me I cannot figure out which one. Thanx -- Francois Rossouw Systems Engineer UCS Software (+2711)712-1404 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From marc at ena.com Wed Jul 21 16:30:13 2004 From: marc at ena.com (Marc Powell) Date: Wed, 21 Jul 2004 09:30:13 -0500 Subject: Passive checks only, how to realy disable active checks without nagios complaining about. Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B68BA@mismail2.ena.com> Benoit Panizzon wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all > > After managing to solve the problem on how to submit passive checks > from plugins on remote hosts via NSCA I run in a new problem... > > I have to define a check_command even for passive checks but disable > active checks. (So i used the check_dummy 3 plugin) Of course I use > the frehsness options. > > Now nagios dislays nasty red messages that active checks are disabled. > Is there a way to tell nagios that it's OK that they are disabled and > not show them so users could get the idea of enabling them? Enable active checks but set the check_period to 'none'. > Is there a way to disable the possibility to enable active checks via > the web GUI for checks that should only be submitted passively? See above. > The last problem I get is that after the freshness tereshold has > expired, according to the docs, nagios dies a forced active check of > the service, which is quite useless as it just uses a dummy check > command (which can return 'Unknown', but that only helps a little). What are you trying to accomplish? If you want the plugin to return critical instead of warning if the freshness has expired then use 'check_dummy 2' to return a CRITICAL state. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From lzhang at lbl.gov Wed Jul 21 16:56:48 2004 From: lzhang at lbl.gov (Ling Zhang) Date: Wed, 21 Jul 2004 10:56:48 -0400 Subject: Only notify once? In-Reply-To: <1090418125.26762.108.camel@delltrb02> References: <1090418125.26762.108.camel@delltrb02> Message-ID: <000001c46f32$f7413430$b10211ac@taxco> Set the notification period to 0. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of John Stotler Sent: Wednesday, July 21, 2004 9:55 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] Only notify once? Is there a way to tell nagios to only notify of a down state once instead of continually sending messages? There are just SO many options that I'm not sure which one to use for this... Would it be Max Check Attempts? thanks, John ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jstotler at crc.net Wed Jul 21 17:01:27 2004 From: jstotler at crc.net (John Stotler) Date: Wed, 21 Jul 2004 11:01:27 -0400 Subject: Only notify once? In-Reply-To: <1090418125.26762.108.camel@delltrb02> References: <1090418125.26762.108.camel@delltrb02> Message-ID: <1090422087.26762.123.camel@delltrb02> Turns out that you just have to set the Check Interval to 0. Sorry for the intrusion. John On Wed, 2004-07-21 at 09:55, John Stotler wrote: > Is there a way to tell nagios to only notify of a down state once > instead of continually sending messages? There are just SO many options > that I'm not sure which one to use for this... Would it be Max Check > Attempts? > > > thanks, > John > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jeff.vier at tradingtechnologies.com Wed Jul 21 17:09:35 2004 From: jeff.vier at tradingtechnologies.com (jeff vier) Date: Wed, 21 Jul 2004 10:09:35 -0500 Subject: Nagios with Firefox 0.91 In-Reply-To: <1090345415.23598.34.camel@ws101.darkcore.net> References: <1090345415.23598.34.camel@ws101.darkcore.net> Message-ID: <1090422575.3442.124.camel@localhost> On Tue, 2004-07-20 at 12:43 -0500, John Lange wrote: > I upgraded to FireFox 0.9.1 on Linux last night and now when I load the > Nagios page and view services it causes the browser to load the page > forever, it never finishes. It displays the page fine it just never > stops loading and therefore will not refresh every 90 seconds. > > This is most certainly a Firefox issue and I'm just wondering if anyone > has experienced the same thing? We all use FF 0.9.1 here, and it works fine. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Wed Jul 21 17:17:02 2004 From: marc at ena.com (Marc Powell) Date: Wed, 21 Jul 2004 10:17:02 -0500 Subject: Only notify once? Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B68BE@mismail2.ena.com> John Stotler wrote: > Is there a way to tell nagios to only notify of a down state once > instead of continually sending messages? There are just SO many > options that I'm not sure which one to use for this... Would it be > Max Check Attempts? >From http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#service: notification_interval: This directive is used to define the number of "time units" to wait before re-notifying a contact that this service is still in a non-OK state. Unless you've changed the interval_length directive from the default value of 60, this number will mean minutes. If you set this value to 0, Nagios will not re-notify contacts about problems for this service - only one problem notification will be sent out. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From M.Arndt at science-computing.de Wed Jul 21 18:10:54 2004 From: M.Arndt at science-computing.de (Michael Arndt) Date: Wed, 21 Jul 2004 18:10:54 +0200 Subject: OS-TYPE in Nagios Message-ID: <20040721181054.A77810@blnsrv1.science-computing.de> Hello * any opinions how and where to do "bookkeping" of the "actual" Client Operating System Version in Nagios ? When submitting Trouble Tickets from nagios, OS Version is a helpful addon info. Getting OS Version from static info is misleading due to frequent changes / updates at bigger sites so collecting OS Version once a day for each host "online" and having a matrix host / os for call generation is useful i plan to do it outside of nagios and evaluate the matrix in the event for call notification any insights how to do it generic inside nagios ? (e.g. with user Macros) in a way that each plugin or notification has access ? TIA Micha ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gottfried.hufnagel at onb.ac.at Wed Jul 21 18:16:18 2004 From: gottfried.hufnagel at onb.ac.at (gottfried hufnagel) Date: Wed, 21 Jul 2004 18:16:18 +0200 Subject: difference between check_by_ssh / check_nrpe Message-ID: <40FE96D2.1070108@onb.ac.at> dear list! i've now got comfortable with nagios and i'm about to check the hole network. but therefor i need to know: what is the main difference between check_by_ssh and check_nrpe? both of them needs a daemon on the remote server where from a script/binary is started. both connections are encrypted. is there a performance-difference? thx in advance for taking time! greetinx! gottfried ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From MG at ev3.net Wed Jul 21 18:18:38 2004 From: MG at ev3.net (Wheeler, MG) Date: Wed, 21 Jul 2004 11:18:38 -0500 Subject: Monitoring switches (3com and cisco) Message-ID: <2F29C1E275BF4F4E9DCAE48033A00B9D01031088@mail.ev3.net> Our 3Com and Cisco switches all have IP addresses assigned to them and we are only testing PING to those devices to make sure they are available. We are also using "Check Traffic" on the interfaces them selves for the ports the servers are plugged into. If those configes are of interest to you I can go into further detail. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]On Behalf Of Eduardo Moura Sent: Wednesday, July 21, 2004 8:41 AM To: Nagios-users at lists.sourceforge.net Subject: [Nagios-users] Monitoring switches (3com and cisco) Importance: High Hi All, Does anybody use Nagios to monitor lan switches? If so does anyone have some plug-in samples? Best Regards Eduardo NHSXunZ?KB+'au??*y?l?Kvvw _____________________________________________________________________ This message has been checked for all known viruses From jeff.vier at tradingtechnologies.com Wed Jul 21 19:17:26 2004 From: jeff.vier at tradingtechnologies.com (jeff vier) Date: Wed, 21 Jul 2004 12:17:26 -0500 Subject: Only notify once? In-Reply-To: <1090418125.26762.108.camel@delltrb02> References: <1090418125.26762.108.camel@delltrb02> Message-ID: <1090430246.3442.133.camel@localhost> just set your notification interval absurdly high. 525600 minutes is a year. On Wed, 2004-07-21 at 09:55 -0400, John Stotler wrote: > Is there a way to tell nagios to only notify of a down state once > instead of continually sending messages? There are just SO many options > that I'm not sure which one to use for this... Would it be Max Check > Attempts? > > > thanks, > John > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From MClark at Nemschoff.com Wed Jul 21 19:39:28 2004 From: MClark at Nemschoff.com (Michael Clark) Date: Wed, 21 Jul 2004 12:39:28 -0500 Subject: Nagios with Firefox 0.91 Message-ID: Works fine for me on windows and Mac OS Michael Clark Nemschoff Chairs Inc mclark at nemschoff dot com CompTIA A+, Network+, Server+, MCP Voice: (920) 457 7726 x294 Fax: (920) 453 6594 > -----Original Message----- > From: jeff vier [mailto:jeff.vier at tradingtechnologies.com] > Sent: Wednesday, July 21, 2004 10:10 AM > To: John Lange > Cc: nagios-users > Subject: Re: [Nagios-users] Nagios with Firefox 0.91 > > > On Tue, 2004-07-20 at 12:43 -0500, John Lange wrote: > > I upgraded to FireFox 0.9.1 on Linux last night and now > when I load the > > Nagios page and view services it causes the browser to load the page > > forever, it never finishes. It displays the page fine it just never > > stops loading and therefore will not refresh every 90 seconds. > > > > This is most certainly a Firefox issue and I'm just > wondering if anyone > > has experienced the same thing? > > We all use FF 0.9.1 here, and it works fine. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > CONFIDENTIALITY NOTE: This electronic transmission, including all attachments, is directed in confidence solely to the person(s) to whom it is addressed, or an authorized recipient, and may not otherwise be distributed, copied or disclosed. The contents of the transmission may also be subject to intellectual property rights and all such rights are expressly claimed and are not waived. If you have received this transmission in error, please notify the sender immediately by return electronic transmission and then immediately delete this transmission, including all attachments, without copying, distributing or disclosing same. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Wed Jul 21 19:39:31 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Wed, 21 Jul 2004 12:39:31 -0500 (CDT) Subject: Only notify once? In-Reply-To: <1090430246.3442.133.camel@localhost> References: <1090430246.3442.133.camel@localhost> Message-ID: On Wed, 21 Jul 2004, jeff vier wrote: > just set your notification interval absurdly high. 525600 minutes is a > year. > > > On Wed, 2004-07-21 at 09:55 -0400, John Stotler wrote: > > Is there a way to tell nagios to only notify of a down state once > > instead of continually sending messages? There are just SO many options > > that I'm not sure which one to use for this... Would it be Max Check > > Attempts? notification_interval 0 --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From quanah at stanford.edu Wed Jul 21 19:45:39 2004 From: quanah at stanford.edu (Quanah Gibson-Mount) Date: Wed, 21 Jul 2004 10:45:39 -0700 Subject: Only notify once? In-Reply-To: <1090430246.3442.133.camel@localhost> References: <1090418125.26762.108.camel@delltrb02> <1090430246.3442.133.camel@localhost> Message-ID: --On Wednesday, July 21, 2004 12:17 PM -0500 jeff vier wrote: > just set your notification interval absurdly high. 525600 minutes is a > year. If only I could get nagios to notify *more* than once when a host goes down... :P --Quanah -- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From psimek at jcu.cz Wed Jul 21 20:01:48 2004 From: psimek at jcu.cz (Petr Simek) Date: Wed, 21 Jul 2004 20:01:48 +0200 (Central Europe Daylight Time) Subject: Host checks and parents (Down/Unreachable) In-Reply-To: <014e01c46f27$f12a5eb0$f5cec22b@niltxp2> References: <014e01c46f27$f12a5eb0$f5cec22b@niltxp2> Message-ID: On Wed, 21 Jul 2004, Steve Loughran wrote: > Nagios Host > > router #1 (direct connection to Nagios host subnet) > > router #2 (next hop, has router #1 as parent) > > If the routing gets changed so traffic to router #2 does not pass through > router #1, and router #1 is taken offline (and shown as "DOWN"), will Nagios > show router #2 down due to the parent being offline? Will it do a host check No, it will be shown as UP. > anyway, or will it try to save time and not bother, assuming that is router > #1 is offline then router #2 must be unreachable? No, nagios monitor actual state of host . Only difference is that if parent is UP then host is reported as DOWN or if parent is DOWN then host is reported as UNREACHABLE. > Steve *------------------------------------------------------------------------* | Petr Simek APS JU | | psimek at jcu.cz | *------------------------------------------------------------------------* ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jstotler at crc.net Wed Jul 21 20:49:38 2004 From: jstotler at crc.net (John Stotler) Date: Wed, 21 Jul 2004 14:49:38 -0400 Subject: Nagios with Firefox 0.91 In-Reply-To: References: Message-ID: <1090435778.26762.141.camel@delltrb02> I'm using Nagios with firefox 0.9.1 on Fedora Core 2 with no issues at all. On Wed, 2004-07-21 at 13:39, Michael Clark wrote: > Works fine for me on windows and Mac OS > > Michael Clark > Nemschoff Chairs Inc > mclark at nemschoff dot com > CompTIA A+, Network+, Server+, MCP > Voice: (920) 457 7726 x294 > Fax: (920) 453 6594 > > > > -----Original Message----- > > From: jeff vier [mailto:jeff.vier at tradingtechnologies.com] > > Sent: Wednesday, July 21, 2004 10:10 AM > > To: John Lange > > Cc: nagios-users > > Subject: Re: [Nagios-users] Nagios with Firefox 0.91 > > > > > > On Tue, 2004-07-20 at 12:43 -0500, John Lange wrote: > > > I upgraded to FireFox 0.9.1 on Linux last night and now > > when I load the > > > Nagios page and view services it causes the browser to load the page > > > forever, it never finishes. It displays the page fine it just never > > > stops loading and therefore will not refresh every 90 seconds. > > > > > > This is most certainly a Firefox issue and I'm just > > wondering if anyone > > > has experienced the same thing? > > > > We all use FF 0.9.1 here, and it works fine. > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > > CONFIDENTIALITY NOTE: This electronic transmission, including all > attachments, is directed in confidence solely to the person(s) to whom it is > addressed, or an authorized recipient, and may not otherwise be distributed, > copied or disclosed. The contents of the transmission may also be subject to > intellectual property rights and all such rights are expressly claimed and > are not waived. If you have received this transmission in error, please > notify the sender immediately by return electronic transmission and then > immediately delete this transmission, including all attachments, without > copying, distributing or disclosing same. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From divers.chosson at wanadoo.fr Wed Jul 21 21:37:19 2004 From: divers.chosson at wanadoo.fr (Divers CHOSSON) Date: Wed, 21 Jul 2004 21:37:19 +0200 Subject: Move Text Files to MySql Message-ID: <001801c46f5a$239c4480$0b00a8c0@tequila> Hello, My Nagios Box run version 1.2 since several months on RedHat9 Today, we want to implement MySql Support. ( for using NagMin WebPortal ) My Question is: Does exist script to import status.log in MySql Table, Because we don't want to loss historical data. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From stevelml1 at scee.sony.co.uk Wed Jul 21 22:04:33 2004 From: stevelml1 at scee.sony.co.uk (Steve Loughran) Date: Wed, 21 Jul 2004 21:04:33 +0100 Subject: Host checks and parents (Down/Unreachable) References: Message-ID: <006501c46f5d$f1f1bdd0$0ffe10ac@niltxp2> This one paragraph explains it all... its much clearer now. Many thanks! Steve > No, nagios monitor actual state of host . Only difference is that if > parent is UP then host is reported as DOWN or if parent is DOWN then host > is reported as UNREACHABLE. > > > Steve > > *------------------------------------------------------------------------* > | Petr Simek APS JU | > | psimek at jcu.cz | > *------------------------------------------------------------------------* ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From kdubose at mystrotv.com Wed Jul 21 22:26:32 2004 From: kdubose at mystrotv.com (Kreig Dubose) Date: Wed, 21 Jul 2004 14:26:32 -0600 Subject: System lockup nagios 1.2 Message-ID: All- I seem to be having a problem whereby Nagios (as it appears) is locking up my system every 3-4 days. I realize that this is a rather vague scenario but I don't have much else to go on. Each time it occurs Nagios is the last entry in /var/log/messages. It doesn't appear to be a hardware problem (or at least not one I can detect). The following is what I'm running: 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-128.7.2) Nagios 1.2 Copyright (c) 1999-2004 Ethan Galstad (nagios at nagios.org) Last Modified: 02-02-2004 License: GPL NRPE Plugin for Nagios Copyright (c) 1999-2003 Ethan Galstad (nagios at nagios.org) Version: 2.0 Last Modified: 09-08-2003 License: GPL with exemptions (-l for more info) I guess I'm mostly curios is anyone else is having an issue such as this on their RH AS box with the same Kernel ? Regards, Kreig ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From cskelton at rackforce.com Wed Jul 21 23:10:38 2004 From: cskelton at rackforce.com (Craig Skelton) Date: Wed, 21 Jul 2004 14:10:38 -0700 Subject: Nagios with Firefox 0.91 In-Reply-To: <1090435778.26762.141.camel@delltrb02> References: <1090435778.26762.141.camel@delltrb02> Message-ID: Core 1, core 2, and 9.0 Firefox 0.91 all works fine for me too. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of John Stotler Sent: July 21, 2004 11:50 AM To: nagios-users Subject: RE: [Nagios-users] Nagios with Firefox 0.91 I'm using Nagios with firefox 0.9.1 on Fedora Core 2 with no issues at all. On Wed, 2004-07-21 at 13:39, Michael Clark wrote: > Works fine for me on windows and Mac OS > > Michael Clark > Nemschoff Chairs Inc > mclark at nemschoff dot com > CompTIA A+, Network+, Server+, MCP > Voice: (920) 457 7726 x294 > Fax: (920) 453 6594 > > > > -----Original Message----- > > From: jeff vier [mailto:jeff.vier at tradingtechnologies.com] > > Sent: Wednesday, July 21, 2004 10:10 AM > > To: John Lange > > Cc: nagios-users > > Subject: Re: [Nagios-users] Nagios with Firefox 0.91 > > > > > > On Tue, 2004-07-20 at 12:43 -0500, John Lange wrote: > > > I upgraded to FireFox 0.9.1 on Linux last night and now > > when I load the > > > Nagios page and view services it causes the browser to load the page > > > forever, it never finishes. It displays the page fine it just never > > > stops loading and therefore will not refresh every 90 seconds. > > > > > > This is most certainly a Firefox issue and I'm just > > wondering if anyone > > > has experienced the same thing? > > > > We all use FF 0.9.1 here, and it works fine. > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > > CONFIDENTIALITY NOTE: This electronic transmission, including all > attachments, is directed in confidence solely to the person(s) to whom it is > addressed, or an authorized recipient, and may not otherwise be distributed, > copied or disclosed. The contents of the transmission may also be subject to > intellectual property rights and all such rights are expressly claimed and > are not waived. If you have received this transmission in error, please > notify the sender immediately by return electronic transmission and then > immediately delete this transmission, including all attachments, without > copying, distributing or disclosing same. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ryan.mooney at pnl.gov Thu Jul 22 00:50:45 2004 From: ryan.mooney at pnl.gov (Mooney, Ryan) Date: Wed, 21 Jul 2004 15:50:45 -0700 Subject: Faster web frontend? Using 1000 hosts and 4300 service checks Message-ID: <2A474706F1CA9B4C9170EF8FB2031BAB0B083B@pnlmse27.pnl.gov> Yep. See http://www.pcslink.com/~ryan/ Its small, its lame, and it needs you to have php (and probably to increase the max php mem size allowed in the php.ini file) but its fairly zippy. > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > Of tripping > Sent: Tuesday, July 20, 2004 11:33 AM > To: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] Faster web frontend? Using 1000 hosts > and 4300 service checks > > > Performance apears to be fine, I've tuned nagios.cfg so that > the machien doesn't swap. (has 2GB RAM) > > The only bottleneck at the moment seems to be the cgi's. I'm > guessing this is because of reparsing the config files on > every call to a cgi. > > Has anyone found or implemented their own web front-end that > simply parses log files and throws up a simple page? > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From td3201 at gmail.com Thu Jul 22 00:53:24 2004 From: td3201 at gmail.com (Terry) Date: Wed, 21 Jul 2004 17:53:24 -0500 Subject: orphaned services? Message-ID: <8ee061010407211553651f18cc@mail.gmail.com> Hello, I am getting a LOT of error messages like this in nagios.log: [1090388805] Warning: The check of service 'DRIVE C' on host 'spanky' looks like it was orphaned (results never came back). I'm scheduling an immediate check of the service... Restarting nagios seems to fix the problem but it eventually goes back to spewing out these errors. What could be the problem? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From joerg.helmert at aracomp.de Thu Jul 22 01:33:48 2004 From: joerg.helmert at aracomp.de (joerg.helmert at aracomp.de) Date: Thu, 22 Jul 2004 01:33:48 +0200 Subject: Passive checks only, how to realy disable active checks without nagios complaining about. In-Reply-To: <370ACCFA5BB3B346A31222E5559BF91F1B68BA@mismail2.ena.com> References: <370ACCFA5BB3B346A31222E5559BF91F1B68BA@mismail2.ena.com> Message-ID: > On Behalf Of Marc Powell > > Benoit Panizzon wrote: ... > > > The last problem I get is that after the freshness tereshold has > > expired, according to the docs, nagios dies a forced active check of > > the service, which is quite useless as it just uses a dummy check > > command (which can return 'Unknown', but that only helps a > little). > > What are you trying to accomplish? If you want the plugin to return > critical instead of warning if the freshness has expired then use > 'check_dummy 2' to return a CRITICAL state. > > -- > Marc > If you want to produce meaningfull messages follow the docs at: http:///nagios/docs/freshness.html There's an example for a script which returns info about backup state. echo "CRITICAL: Results of backup job were not reported!" I use: #!/bin/sh echo "CRITICAL: Passive check did not send data for a too long time!" exit 2 Bye, Joerg -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 2440 bytes Desc: not available URL: From joerg.helmert at aracomp.de Thu Jul 22 01:33:51 2004 From: joerg.helmert at aracomp.de (joerg.helmert at aracomp.de) Date: Thu, 22 Jul 2004 01:33:51 +0200 Subject: NCSA Plugin Wrapper In-Reply-To: <200407211059.51341.Benoit.Panizzon@imp.ch> References: <200407211059.51341.Benoit.Panizzon@imp.ch> Message-ID: > On Behalf Of Benoit Panizzon > > Hi all > > As I got no replies at all on how to report a plugin's output > via NSCA I > started writing a wrapper myself but as I'm not a perl coder I have > some troubles. > > I do a open(READ, "plugin args |"); > and read the plugin output into $poutput; > > open(WRITE, "| nsca"); > print($host\t$service\t$status\t$poutput\n"); > > But how the hell do I read the exit code from the plugin with > open which I > need to fill the $status needed for nsca? > > - -Benoit- > Hi Benoit, Hoped somebody has something finished. Had the same problem but decided to use a shell script as wrapper. Saves the need to install something like perl. Attached you find a shell script check_nsca which reads what to do out of its config file (example nsca.cfg attached) I run check_nsca from cron every 5 minutes. (see attached crontab.txt) So the example nsca.cfg means that a single crontab entry performs 6 different checks every 5 minutes and sends results to nsca-daemon Be warned. I still have to tidy up. Some error checking is done, usage and help still missing. Wanted to change config file format so that commands can be defined the same way as if u were using nrpe. Wanted to tidy up before posting. But since u asked... I don't have the time to work on this at the moment. It works as is for me without problems. So if you complete your wrapper, please keep me informed. Bye, Joerg -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 20057 bytes Desc: not available URL: From tripping at gmail.com Thu Jul 22 01:42:31 2004 From: tripping at gmail.com (tripping) Date: Wed, 21 Jul 2004 16:42:31 -0700 Subject: Faster web frontend? Using 1000 hosts and 4300 service checks In-Reply-To: <2A474706F1CA9B4C9170EF8FB2031BAB0B083B@pnlmse27.pnl.gov> References: <2A474706F1CA9B4C9170EF8FB2031BAB0B083B@pnlmse27.pnl.gov> Message-ID: <66e7584804072116424b695@mail.gmail.com> Wow, that's great. A world of difference, and the code is readable!! I'm having one problem with it, it's not showing the plugin_output in the service status table, although it is showing up in the hosts status table (the top one... i.e. failed fping output) I just set it up, I'll dig in the code now. Thanks again! On Wed, 21 Jul 2004 15:50:45 -0700, Mooney, Ryan wrote: > Yep. > > See http://www.pcslink.com/~ryan/ > > Its small, its lame, and it needs you to have php (and probably to > increase the max php mem size allowed in the php.ini file) but its > fairly zippy. > > > > > -----Original Message----- > > From: nagios-users-admin at lists.sourceforge.net > > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > > Of tripping > > Sent: Tuesday, July 20, 2004 11:33 AM > > To: nagios-users at lists.sourceforge.net > > Subject: [Nagios-users] Faster web frontend? Using 1000 hosts > > and 4300 service checks > > > > > > Performance apears to be fine, I've tuned nagios.cfg so that > > the machien doesn't swap. (has 2GB RAM) > > > > The only bottleneck at the moment seems to be the cgi's. I'm > > guessing this is because of reparsing the config files on > > every call to a cgi. > > > > Has anyone found or implemented their own web front-end that > > simply parses log files and throws up a simple page? > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From g.vickers at qut.edu.au Thu Jul 22 01:43:48 2004 From: g.vickers at qut.edu.au (Greg Vickers) Date: Thu, 22 Jul 2004 09:43:48 +1000 Subject: Faster web frontend? Using 1000 hosts and 4300 service checks In-Reply-To: References: <66e75848040720113333d805a5@mail.gmail.com> Message-ID: <5.2.0.9.2.20040722094257.01043590@imap.qut.edu.au> Hey, Try dropping your service_reaper_frequency to 1, that will have an impact on your check latency. G At 04:06 PM 21/07/2004, h.baecker at ecofis.de wrote: >Hi, > >did you watched the Process Info / Perfdata for Service Checks? >We've got "only" 700 hosts with 3000 service checks on a high performance >machine that even doesn't swap, but we've got a check latency around 60 - >300 seconds. > >How are your latencys? Would you please tell me your "secret" if you don't >have such big latency?!? > >Best regards > >Hendrik > >tripping >Sent by: nagios-users-admin at lists.sourceforge.net > >20.07.2004 20:33 >To >nagios-users at lists.sourceforge.net >cc >Subject >[Nagios-users] Faster web frontend? Using 1000 hosts and 4300 service checks > > > > >Performance apears to be fine, I've tuned nagios.cfg so that the >machien doesn't swap. (has 2GB RAM) > >The only bottleneck at the moment seems to be the cgi's. I'm guessing >this is because of reparsing the config files on every call to a cgi. > >Has anyone found or implemented their own web front-end that simply >parses log files and throws up a simple page? > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 ================================= Greg Vickers Computer Systems Officer Student Support and Systems, Teaching and Learning Support Systems, Queensland University of Technology, Kelvin Grove Campus, Brisbane, Australia CRICOS No 00213J Ph: 07 3864 3910 Fax: 07 3864 5539 Mob: 0416 001 674 SD: #66147 -------------- next part -------------- An HTML attachment was scrubbed... URL: From tripping at gmail.com Thu Jul 22 05:35:46 2004 From: tripping at gmail.com (tripping) Date: Wed, 21 Jul 2004 20:35:46 -0700 Subject: Using 1000 hosts and 4300 service checks (Latency) In-Reply-To: <5.2.0.9.2.20040722094257.01043590@imap.qut.edu.au> References: <66e75848040720113333d805a5@mail.gmail.com> <5.2.0.9.2.20040722094257.01043590@imap.qut.edu.au> Message-ID: <66e7584804072120357c262198@mail.gmail.com> Here are the performance stats Check Execution Time: < 1 sec 120 sec 1.249 sec Check Latency: < 1 sec 239 sec 148.365 sec The host is a 2.8Ghz Xeon (512K cache) 2GB, and 2 10K SCSI drives.. I ran with max concurrency at 300 for a while to keep it from going into swap. However, to lower the Latency to what you see above, I increased concurrency to 500. Although the machine is going into swap (10-15%) in has lower latency. I'm upping it to 650 to see if the latency drops more, if it does, I'll ask for more RAM. Regarding the web pages loading, the php code posted earlier is great. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Thu Jul 22 05:45:46 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Wed, 21 Jul 2004 23:45:46 -0400 Subject: check_ping problem Message-ID: I found a problem with check_ping and domain names that it doesn't like. To the best of my knowledge, the following is not a problem DNS record: [root at BAMBAM libexec]# ./check_ping -H tap-5300h.2wachovia.nc.windchannel.com -w 100,10%% -c 100,10%% check_ping: Invalid host name/address - tap-5300h.2wachovia.nc.windchannel.com If I take out the "2" then I get: [root at BAMBAM libexec]# ./check_ping -H tap-5300h.wachovia.nc.windchannel.com -w 100,10%% -c 100,10%% PING CRITICAL - Host not found (tap-5300h.wachovia.nc.windchannel.com) Am I doing something wrong, or is this an actual problem? Thanks. Rob Nelson rnelson at windchannel.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dourix at madacom.mg Thu Jul 22 07:13:48 2004 From: dourix at madacom.mg (Do-Risika RAFIEFERANTSIARONJY) Date: Thu, 22 Jul 2004 08:13:48 +0300 Subject: Monitoring switches (3com and cisco) In-Reply-To: <2F29C1E275BF4F4E9DCAE48033A00B9D01031088@mail.ev3.net> References: <2F29C1E275BF4F4E9DCAE48033A00B9D01031088@mail.ev3.net> Message-ID: <40FF4D0C.1050805@madacom.mg> Wheeler, MG wrote: > Our 3Com and Cisco switches all have IP addresses assigned to them and we are only testing PING to those devices to make sure they are available. We are also using "Check Traffic" on the interfaces them selves for the ports the servers are plugged into. If those configes are of interest to you I can go into further detail. Hi Wheeler, It highly interests me if you could give more details, Regards, -- DouRiX ["Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald E. Knuth] ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Markus.Roelle at sytech.de Thu Jul 22 08:24:45 2004 From: Markus.Roelle at sytech.de (Markus.Roelle at sytech.de) Date: Thu, 22 Jul 2004 08:24:45 +0200 Subject: Antwort: difference between check_by_ssh / check_nrpe In-Reply-To: <40FE96D2.1070108@onb.ac.at> References: <40FE96D2.1070108@onb.ac.at> Message-ID: Hi The difference is, check_nrpe needs a daemon on the host you are monitoring. Your Nagios server connects with this host on port 5506 (arraund this number) an tell the host which script the host should run. The host will do it, if it is right configured and give the result back to the nagios server. Using check_by_ssh the nagios server logs on the host it should monitor with a shell and call a command or a script an gives back the result. So check_by_ssh needs less administrative work. But as a example for test on windows system you need check_nrpe. Greetings Markus -------------- next part -------------- An HTML attachment was scrubbed... URL: From hugh.jones at eduserv.org.uk Thu Jul 22 08:49:44 2004 From: hugh.jones at eduserv.org.uk (Hugh Jones) Date: Thu, 22 Jul 2004 07:49:44 +0100 Subject: Nagios with Firefox 0.91 Message-ID: <0664215B8E934141AF548BBF680B77AEE42302@exch.edu2000.com> Works fine for me with Firefox 0.9.1 on FC2 > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > Of Michael Clark > Sent: 21 July 2004 18:39 > To: 'jeff vier'; John Lange > Cc: nagios-users > Subject: RE: [Nagios-users] Nagios with Firefox 0.91 > > > Works fine for me on windows and Mac OS > > Michael Clark > Nemschoff Chairs Inc > mclark at nemschoff dot com > CompTIA A+, Network+, Server+, MCP > Voice: (920) 457 7726 x294 > Fax: (920) 453 6594 > > > > -----Original Message----- > > From: jeff vier [mailto:jeff.vier at tradingtechnologies.com] > > Sent: Wednesday, July 21, 2004 10:10 AM > > To: John Lange > > Cc: nagios-users > > Subject: Re: [Nagios-users] Nagios with Firefox 0.91 > > > > > > On Tue, 2004-07-20 at 12:43 -0500, John Lange wrote: > > > I upgraded to FireFox 0.9.1 on Linux last night and now > > when I load the > > > Nagios page and view services it causes the browser to > load the page > > > forever, it never finishes. It displays the page fine it > just never > > > stops loading and therefore will not refresh every 90 seconds. > > > > > > This is most certainly a Firefox issue and I'm just > > wondering if anyone > > > has experienced the same thing? > > > > We all use FF 0.9.1 here, and it works fine. > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > > > CONFIDENTIALITY NOTE: This electronic transmission, including all > attachments, is directed in confidence solely to the > person(s) to whom it is > addressed, or an authorized recipient, and may not otherwise > be distributed, > copied or disclosed. The contents of the transmission may > also be subject to > intellectual property rights and all such rights are > expressly claimed and > are not waived. If you have received this transmission in > error, please > notify the sender immediately by return electronic > transmission and then > immediately delete this transmission, including all > attachments, without > copying, distributing or disclosing same. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dhawal at netmagicsolutions.com Thu Jul 22 09:18:40 2004 From: dhawal at netmagicsolutions.com (Dhawal Doshy) Date: Thu, 22 Jul 2004 12:48:40 +0530 Subject: check_ping problem In-Reply-To: References: Message-ID: <40FF6A50.1080400@netmagicsolutions.com> Hi, Looks like an actual problem. [root at alpha backup]# ping windchannel.com ping: unknown host windchannel.com Also [root at alpha backup]# dig @ns1.windchannel.com. tap-5300h.2wachovia.nc.windchannel.com A ; <<>> DiG 9.1.3 <<>> @ns1.windchannel.com. tap-5300h.2wachovia.nc.windchannel.com A ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 65192 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;tap-5300h.2wachovia.nc.windchannel.com. IN A ;; AUTHORITY SECTION: windchannel.com. 10800 IN SOA ns1.windchannel.com. root.windchannel.com. 2004041468 10800 3600 604800 10800 ;; Query time: 359 msec ;; SERVER: 63.144.4.226#53(ns1.windchannel.com.) ;; WHEN: Thu Jul 22 12:54:05 2004 ;; MSG SIZE rcvd: 101 I suggest that you first check your DNS.. - dhawal (oops.. I am root) Robert Nelson wrote: >I found a problem with check_ping and domain names that it doesn't like. To the best of my knowledge, the following is not a problem DNS record: > >[root at BAMBAM libexec]# ./check_ping -H tap-5300h.2wachovia.nc.windchannel.com -w 100,10%% -c 100,10%% >check_ping: Invalid host name/address - tap-5300h.2wachovia.nc.windchannel.com > > >If I take out the "2" then I get: > >[root at BAMBAM libexec]# ./check_ping -H tap-5300h.wachovia.nc.windchannel.com -w 100,10%% -c 100,10%% >PING CRITICAL - Host not found (tap-5300h.wachovia.nc.windchannel.com) > >Am I doing something wrong, or is this an actual problem? Thanks. > >Rob Nelson >rnelson at windchannel.com > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Stanley.Hopcroft at IPAustralia.Gov.AU Thu Jul 22 09:25:38 2004 From: Stanley.Hopcroft at IPAustralia.Gov.AU (Stanley Hopcroft) Date: Thu, 22 Jul 2004 17:25:38 +1000 Subject: Anyone using "check_citrix" with Nagios? Help. In-Reply-To: ; from nagios-users-request@lists.sourceforge.net on Tue, Jul 20, 2004 at 08:20:37PM -0700 References: Message-ID: <20040722172536.A46135@IPAustralia.Gov.AU> Dear Sir, I am writing to thank you for your letter and say, On Tue, Jul 20, 2004 at 08:20:37PM -0700, nagios-users-request at lists.sourceforge.net wrote: > > Message: 2 > From: "Kevin Burks" > Date: Tue, 20 Jul 2004 14:55:00 -0500 > Subject: [Nagios-users] Anyone using "check_citrix" with Nagios? Help. > > $USER$/check_citrix -C $HOSTADDRESS$ -P published1 > Looks Ok. Here's mine - should be no different in effect - command_name check_cit command_line $USER1$/check_cit -C $ARG1$ -P $ARG2$ > >From command window on the Nagios host this returns: > > "Ok. Citrix master browser "10.20.xx.xx" reported that > the published application "published1" is available." > > But when the command above is exectuded by Nagios it > returns a "Warning - (No output). > No output! (see base/checks.c) is what Nagios sets the plugin output to when it reads _nothing_ from the file handle connected to the plugin process stdout. In other words, the plugin has written nothing to stdout because it abended or failed to handle what it received. You can shed some light on the matter by, when you ask for help 1 reporting OS (name and version) 2 reporting plugin version as the footer of each mail in the archives or on the lists asks for (> Nagios-users mailing list > Nagios-users at 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 > ) 3 If you understand and can live with the consequences of this modification to your setup, the results when you 3.1 rename your check_citrix plugin to something like check_citrix_WRAPPED 3.2 create a script called check_citrix containing something like pc09011> cat x #!/bin/sh exec > BAD_PLUGIN_whining 2>&1 # perl -e 'my $x = 4; print $x/0, "\n"' _path_to_nagios_/libexec/check_citrix_WRAPPED $@ # BAD_PLUGIN_whining is the name of a file in a path writable by # Nag. It will contain any output - including compiler warnings # to stdout. Wraning ! I haven't tried this with my Nag setup. It will probably behave no worse than what you have at the moment, but YMMV. > Hopefully I am just not doing something very simple. > Any help would be appreciated, I would like to be able to > monitor my Citrix boxes more completely. > Change file modes and install in _path_to_nagios_/libexec/. Check_citrix was conceived for pre Citrix Metaframe /XP. There is some doubt as to whether the ICA browse service is required for Metaframe /XP. > Thanks. > > You may also want to repeat the above with the -d option. This should show the network activity like tsitc> /usr/local/nagios/libexec/check_cit -C metaframe -P metaframe -d Sending helo datagram. datagram number: 1 Querying metaframe for master browser 0000 20 00 01 30 02 fd a8 e3 00 00 00 00 00 00 00 00 ..0............ 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ metaframe.aipo.gov.au:1604 responded with: 48 bytes 0000 30 00 01 31 02 fd a8 e3 02 00 06 44 0a 00 64 17 0..1.......D..d. 0010 00 00 00 00 00 00 00 00 00 00 00 00 02 00 06 44 ...............D 0020 0a 00 64 17 00 00 00 00 00 00 00 00 00 00 00 00 ..d............. Master browser = 10.0.100.23 using directed query Querying master browser for published application list Sending application query datagram. datagram number: 1 0000 2c 00 02 32 02 fd a8 e3 00 00 00 00 00 00 00 00 ,..2............ 0010 00 00 00 00 00 00 00 00 00 00 00 00 21 00 02 00 ............!... 0020 01 00 00 00 00 00 00 00 00 00 00 00 ............ metaframe.aipo.gov.au:1604 responded to app query with: 86 bytes 0000 56 00 04 33 02 fd a8 e3 02 00 06 44 0a 00 64 17 V..3.......D..d. 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 ................ 0020 03 00 28 00 01 00 00 00 44 00 65 00 73 00 6b 00 ..(.....D.e.s.k. 0030 74 00 6f 00 70 00 00 00 4f 00 4c 00 44 00 44 00 t.o.p...O.L.D.D. 0040 65 00 73 00 6b 00 00 00 4f 00 6c 00 64 00 54 00 e.s.k...O.l.d.T. 0050 6f 00 70 00 00 00 o.p... Received list of applications: "Desktop,OLDDesk,OldTop". Failed. "metaframe" not found in list of published applications "Desktop,OLDDesk,OldTop" from master browser "10.0.100.23". Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft ------------------------------------------------------------------------ '...No man is an island, entire of itself; every man is a piece of the continent, a part of the main. If a clod be washed away by the sea, Europe is the less, as well as if a promontory were, as well as if a manor of thy friend's or of thine own were. Any man's death diminishes me, because I am involved in mankind; and therefore never send to know for whom the bell tolls; it tolls for thee...' from Meditation 17, J Donne. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Thu Jul 22 09:26:08 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Thu, 22 Jul 2004 09:26:08 +0200 Subject: difference between check_by_ssh / check_nrpe Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068E8F@SYGOMAIL.GOE.AD.SYCOR.DE> I don't think, that check_by_ssh needs a daemon on the target system, but I think check_by_ssh has a bigger overhead, because it has to transfer the hole check skript every time you perform a check. Maybe you should have a look at the push_check.sh Plugin. It kind of combines the check_nrpe and check_by_ssh plugin. You don't need a Daemon on the target system to run, only a preshared key. > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf > Of gottfried hufnagel > Sent: Wednesday, July 21, 2004 6:16 PM > To: nagios-users at lists.sourceforge.net > Subject: [Nagios-users] difference between check_by_ssh / check_nrpe > > dear list! > > i've now got comfortable with nagios and i'm about to check > the hole network. but therefor i need to know: > > what is the main difference between check_by_ssh and check_nrpe? > > both of them needs a daemon on the remote server where from a > script/binary is started. both connections are encrypted. > > is there a performance-difference? > > thx in advance for taking time! > > greetinx! > gottfried > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop FREE > Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sven.schaffranneck at volkswagen.de Thu Jul 22 09:46:12 2004 From: sven.schaffranneck at volkswagen.de (Schaffranneck, Sven (K-DOI-5/4)) Date: Thu, 22 Jul 2004 09:46:12 +0200 Subject: AW: difference between check_by_ssh / check_nrpe Message-ID: <09FCA2FF7E92D71186320008C71E91C604C97064@devwagwodx0029.wob.vw.de> Hi, > what is the main difference between check_by_ssh and check_nrpe? > both of them needs a daemon on the remote server where from a > script/binary is started. both connections are encrypted. yes, both needs a daemon, both are encrypted (nrpe maybe, because encryption on hp-ux and aix doesn't work for me) and both starts scripts on the remote server. the main difference ist the performance. check_by_ssh is more than poor. it needs huge amoung of cpu-time couse of ssh, nrpe is very performant. if you need to check behind firewalls, check_by_ssh is maybe what you want, because you don't have to open a new port, if you already opened it for ssh. an other argument is is, that you can connect with different users if you are using check_by_ssh. so you can check oracle with the oracle-user and check prozesses with some other user. everything has its pro's and con's ... Mit freundlichen Gr?ssen, Sven Schaffranneck K-DOI-5/4 Volkswagen AG Brieffach 1883 38436 Wolfsburg Telefon: +49 (5361) 9-3 88 58 http://www.volkswagen.de ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pla at softflare.com Thu Jul 22 14:37:35 2004 From: pla at softflare.com (Paul L. Allen) Date: Thu, 22 Jul 2004 13:37:35 +0100 Subject: difference between check_by_ssh / check_nrpe In-Reply-To: <40FE96D2.1070108@onb.ac.at> References: <40FE96D2.1070108@onb.ac.at> Message-ID: <20040722123735.8932.qmail@minnow.softflare.net> gottfried hufnagel writes: > what is the main difference between check_by_ssh and check_nrpe? Others have mentioned the performance difference. There is also a security difference. Somebody who can sniff your packets and knows how to spoof IP addresses can get all the monitoring info from the remote machines. The only form of authentication used is restricting queries to a particular IP address using TCP wrappers, so a spoofed IP will allow an eavesdropper to get results that he can decrypt. That may or may not be a problem for you. -- Paul Allen Softflare Support ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From agrajag at dragaera.net Thu Jul 22 15:33:45 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Thu, 22 Jul 2004 09:33:45 -0400 Subject: difference between check_by_ssh / check_nrpe In-Reply-To: <6943DE9E9934CD42BBE4A20E0E28E10E068E8F@SYGOMAIL.GOE.AD.SYCOR.DE> References: <6943DE9E9934CD42BBE4A20E0E28E10E068E8F@SYGOMAIL.GOE.AD.SYCOR.DE> Message-ID: <1090503225.4442.8.camel@pel> On Thu, 2004-07-22 at 03:26, Sand Philipp wrote: > I don't think, that check_by_ssh needs a daemon on the target system, > but I think check_by_ssh has a bigger overhead, because it has to > transfer the hole check skript every time you perform a check. That is very much not true. Maybe if you had all your scripts installed in NFS, then it'd have to pull the script off NFS, but it'd have to do that for NPRE or checy_by_ssh. check_by_ssh merely ssh's to the box, runs the command you specified *on the remote box* (meaning it runs a binary that was already on the remote box), then does some tricks to make sure the exit codes are right. That's all. It doesn't have to push the script over or anything silly like that. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Benoit.Panizzon at imp.ch Thu Jul 22 15:52:41 2004 From: Benoit.Panizzon at imp.ch (Benoit Panizzon) Date: Thu, 22 Jul 2004 15:52:41 +0200 Subject: Multiple Parents? Message-ID: <200407221552.43135.Benoit.Panizzon@imp.ch> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all Thanks for the help with passive Services. I was able to sort them out the way I wanted now and wrote a wrapper to report multipe services via nsca. Next question :-) We don't have a straight top-down network topology. Sometimes there are different paths to a host over different routers that speak ospf (or anything else). Now if router goes down that is parent of a host being behind, I would probably not get problem reports as from the point of view of nagios that host would become unreachable. Is it possible to define, as example, two routers being the parents of a host? Regards - -- Beno?t Panizzon, - ------------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP Phone: +41 61 826 93 00 Zurlindenstrasse 29 Fax: +41 61 826 93 01 CH-4133 Pratteln Net: http://www.imp.ch/ - ------------------------------------------------------------------------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/8apCVq2G/yL7/ARAh5lAJ48JvFU6zEkUUFP+3YGK+eBofvKtgCgtwjf KWHx+39PHKdUCTIrrF/JQNE= =wQwp -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From joelseph at watchtv.net Thu Jul 22 16:05:57 2004 From: joelseph at watchtv.net (Joel) Date: Thu, 22 Jul 2004 14:05:57 +0000 (UTC) Subject: Need to monitor by hostgroup Message-ID: I have multiple hosts within a hostgroup and am trying to find a way for only one notification to be sent if any of them go down. Dependencies are not an option, as they do not have a common dependency. Is there any way to setup a hostgroup to send notifications instead of individual hosts? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jeff.vier at tradingtechnologies.com Thu Jul 22 15:57:37 2004 From: jeff.vier at tradingtechnologies.com (jeff vier) Date: Thu, 22 Jul 2004 08:57:37 -0500 Subject: System lockup nagios 1.2 In-Reply-To: References: Message-ID: <1090504657.3442.139.camel@localhost> On Wed, 2004-07-21 at 14:26 -0600, Kreig Dubose wrote: > I seem to be having a problem whereby Nagios (as it appears) is locking up my system every 3-4 days. I realize that this is a rather vague scenario but I don't have much else to go on. Each time it occurs Nagios is the last entry in /var/log/messages. It doesn't appear to be a hardware problem (or at least not one I can detect). We had this problem incessantly with RH9. RHES3 fixed it. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From glaw at storbase.com Thu Jul 22 15:53:51 2004 From: glaw at storbase.com (Gabriel Law) Date: Thu, 22 Jul 2004 09:53:51 -0400 Subject: passive service checks Message-ID: <2337482E01EF0245A81E9F2EEA1E9A00049CEC@mail.storbase.com> Hi all, So I have been looking at Nagios as a way to monitor remote users machines, and it looks pretty promising, except I have a few questions. Is there a way to install the plug-ins or something comparable on remote machines, without installing nagios? Really what I'm trying to do is check_ping, check_http, check_smtp on machines behind firewalls with a minimal of installation. (Read: I can talk someone through it on the phone). On linux it's not so bad, I could hack together some suitable scripts, but... How do people manage passive service checks on remote windows machines? Is there a way that qualifies the above? At this point I am thinking at best I can maybe use the java system but I don't want to deal with having to support admin of a jre as well. Or I could write something comparable in C, but my C skills are rusty and I'd rather not do that either. If anyone has any ideas or suggestions I'd greatly appreciate it! Thanks!! -Gabe Gabriel Law Storbase Communications *: glaw at storbase.com *: 877-693-5800 x222 -------------- next part -------------- An HTML attachment was scrubbed... URL: From flakmagnet at tabletop-battlezone.com Thu Jul 22 16:14:47 2004 From: flakmagnet at tabletop-battlezone.com (Flak Magnet (Tim)) Date: Thu, 22 Jul 2004 10:14:47 -0400 Subject: Multiple Parents? In-Reply-To: <200407221552.43135.Benoit.Panizzon@imp.ch> References: <200407221552.43135.Benoit.Panizzon@imp.ch> Message-ID: <200407221014.47859.flakmagnet@tabletop-battlezone.com> On Thursday 22 July 2004 9:52 am, Benoit Panizzon wrote: +++SNIP+++ > Is it possible to define, as example, two routers being the parents of a > host? > > Regards Yes. I just tried defining two parents on one of my hosts and it worked out just fine. The statusmap even draws the relationship properly. I did not bring the double-parented host or either parent down to check if blocking outtages are detected properly, they're production boxes after all. You'd have to check that yourself to ensure that it's working properly for blockage detection. -- --Tim The moment one accepts the idea that dissent is unpatriotic, one wastes the sacrifices of every true patriot that's ever lived. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Thu Jul 22 16:19:22 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Thu, 22 Jul 2004 07:19:22 -0700 Subject: Does Not Recognize Contact Message-ID: <40FFCCEA.6@sandiego420.com> After giving up trying to get default objects working I am now trying to get the old method working. I get this following error when checking my config: Checking contact groups... find_contact() start find_contact() end write_to_logs_and_console() start Error: Contact 'keith' specified in contact group 'syrrx-unix-team' is not defined anywhere! write_to_logs_and_console() end find_contact() start Here is my contacts.cfg file: contact[john]=My Admin;24x7;24x7;1;1;1;1;1;1;notify-by-email,notify-by-epager;host-notify-by-epager;sonmeone at somewhere.com;mypagernumber at page.nextel.com contact[keith]=Another Admin;24x7;24x7;1;1;1;1;1;1;notify-by-email;anotheradmin at somewhere.com The only difference is that contact 'keith' does not have a pager. I also tried defining 'keith' like this: contact[keith]=Another Admin;24x7;24x7;1;1;1;1;1;1;notify-by-email;anotheradmin at somewhere.com; and this: contact[keith]=Another Admin;24x7;24x7;1;1;1;1;1;1;notify-by-email;anotheradmin at somewhere.com;; Any ideas? Also, just curious, does anyone use nagios to monitor large enterprise environments? Just so many issues already just trying to get the thing compiled and a vanilla config working, just raises some red flags to me. Thanks, Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Thu Jul 22 16:26:04 2004 From: marc at ena.com (Marc Powell) Date: Thu, 22 Jul 2004 09:26:04 -0500 Subject: passive service checks Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B68F5@mismail2.ena.com> From: Gabriel Law [mailto:glaw at storbase.com] Sent: Thursday, July 22, 2004 8:54 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] passive service checks Hi all, So I have been looking at Nagios as a way to monitor remote users machines, and it looks pretty promising, except I have a few questions. Is there a way to install the plug-ins or something comparable on remote machines, without installing nagios? Really what I'm trying to do is check_ping, check_http, check_smtp on machines behind firewalls with a minimal of installation. (Read: I can talk someone through it on the phone). On linux it's not so bad, I could hack together some suitable scripts, but... Yes, the plugins can be installed separately from Nagios simply by compiling and installing the plugins package. IFF all your machines are the same and have the same packages installed then you can compile them on one machine and then move a tarball of the ones you want to another machine. You really only need the specific plugins you intend to use. You could then you NRPE, check_by_ssh or cron/wrapper/NSCA to execute them remotely and return the results to Nagios. How do people manage passive service checks on remote windows machines? Is there a way that qualifies the above? At this point I am thinking at best I can maybe use the java system but I don't want to deal with having to support admin of a jre as well. Or I could write something comparable in C, but my C skills are rusty and I'd rather not do that either. I leave this to others who may have implememented something... If anyone has any ideas or suggestions I'd greatly appreciate it! Suggestion: Please try to post to the list in plain text. It makes it easier to reply in context, more people will be able to read/respond and it doesn't clutter the digests with useless HTML. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Thu Jul 22 17:00:48 2004 From: marc at ena.com (Marc Powell) Date: Thu, 22 Jul 2004 10:00:48 -0500 Subject: Does Not Recognize Contact Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B68F8@mismail2.ena.com> Rhugga wrote: > Also, just curious, does anyone use nagios to monitor large enterprise > environments? Just so many issues already just trying to get the thing > compiled and a vanilla config working, just raises some red flags to > me. Yes, currently 1783 hosts (host checking disabled) and 2594 services of which the vast majority are routers monitored over a WAN. 4 distributed nagios data collectors using NSCA to report back to 2 central nagios hosts, 1 with postgres DB backend and 1 with flat-file backend. After some minor tweaking I consider it the most robust and flexible monitoring system I've ever used. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Thu Jul 22 17:03:51 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Thu, 22 Jul 2004 08:03:51 -0700 Subject: Malformed Headers using CGI Interface Message-ID: <40FFD757.8020400@sandiego420.com> Well I got nagios working after dummying it down to a basic build w/o some of the features I wanted to use, I tested the config with nagios -v and worked thru the myriad of problems there. I then stared nagios and it is running. I then tried to access the CGI interface and I get this in this apache error log: [Thu Jul 22 07:46:06 2004] [error] [client 10.250.200.68] malformed header from script. Bad header=read_object_config_data() star: tac.cgi, referer: http://syslog.syrrx.com/nagios/side.html Any ideas? Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios at cjp.us Thu Jul 22 17:02:30 2004 From: nagios at cjp.us (Chris Purcell) Date: Thu, 22 Jul 2004 11:02:30 -0400 (EDT) Subject: Event Handlers Message-ID: <64447.12.30.234.211.1090508550.squirrel@mail.cjp.us> I'm having a problem getting Nagios to execute any event handlers when a service or host goes down. As a test, I wrote a Perl script called nagios_test.pl that will simply email me a short message each time its run. The event handler never runs when the host goes down... hosts.cfg define host{ use generic-host host_name fake_server alias Fake Non-existent Server address 192.0.99.101 parents cat4506 } services.cfg define service{ use generic-ping host_name fake_server event_handler event_handler_testing } checkcommands.cfg define command{ command_name event_handler_testing command_line /usr/local/nagios/libexec/nagios_test.pl $SERVICESTATE$ $STATETYPE$ $SERVICEATTEMPT$ } I get a notification from Nagios when the host goes down, but the event handler perl script never runs at all. I don't see anything in the logs about the event handler trying to execute. The nagios user can run the script from the shell. Am I missing something? Thanks, Chris ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Thu Jul 22 17:09:18 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Thu, 22 Jul 2004 08:09:18 -0700 Subject: Does Not Recognize Contact In-Reply-To: <370ACCFA5BB3B346A31222E5559BF91F1B68F8@mismail2.ena.com> References: <370ACCFA5BB3B346A31222E5559BF91F1B68F8@mismail2.ena.com> Message-ID: <40FFD89E.20608@sandiego420.com> Marc Powell wrote: >Rhugga wrote: > > > >>Also, just curious, does anyone use nagios to monitor large enterprise >>environments? Just so many issues already just trying to get the thing >>compiled and a vanilla config working, just raises some red flags to >>me. >> >> > >Yes, currently 1783 hosts (host checking disabled) and 2594 services of >which the vast majority are routers monitored over a WAN. 4 distributed >nagios data collectors using NSCA to report back to 2 central nagios >hosts, 1 with postgres DB backend and 1 with flat-file backend. After >some minor tweaking I consider it the most robust and flexible >monitoring system I've ever used. > >-- >Marc > > Yea, my environment is about twice that large (less routers since we are mainly in 1 location) and I was trying to use opennms but it just couldn't handle the load. (it's Java so no confusion as to why it couldn't handle the load) Good to know that it can handle enterprise loads before I spend more cycles trying to get it to work. Also, router checks are much less overhead than the host-based checks, of which are the main composition of my intended use. (ie a router check may only be a simple ping where as each host I have might have 20 service checks per) Just curious, what is the OS of your nagios systems and if Linux, what kernel and version of glibc? Also, do you have your ./configure used when you built nagios? Thx Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Thu Jul 22 17:39:16 2004 From: marc at ena.com (Marc Powell) Date: Thu, 22 Jul 2004 10:39:16 -0500 Subject: Does Not Recognize Contact Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B68FD@mismail2.ena.com> Rhugga wrote: > Marc Powell wrote: > > > Rhugga wrote: > > > > > > > > > Also, just curious, does anyone use nagios to monitor large > > > enterprise environments? Just so many issues already just trying > > > to get the thing compiled and a vanilla config working, just > > > raises some red flags to me. > > > > > > > > > > Yes, currently 1783 hosts (host checking disabled) and 2594 > > services of which the vast majority are routers monitored over a > > WAN. 4 distributed nagios data collectors using NSCA to report back > > to 2 central nagios hosts, 1 with postgres DB backend and 1 with > > flat-file backend. After some minor tweaking I consider it the most > > robust and flexible monitoring system I've ever used. > > > > -- > > Marc > > > > > > Yea, my environment is about twice that large (less routers since we > are mainly in 1 location) and I was trying to use opennms but it just > couldn't handle the load. (it's Java so no confusion as to why it > couldn't handle the load) Good to know that it can handle enterprise > loads before I spend more cycles trying to get it to work. Also, > router checks are much less overhead than the host-based checks, of > which are the main composition of my intended use. (ie a router check > may only be a simple ping where as each host I have might have 20 > service checks per) > > Just curious, what is the OS of your nagios systems and if Linux, > what kernel and version of glibc? Also, do you have your ./configure > used when you built nagios? They're all Redhat 7.3 --- Linux betelgeuse 2.4.20-20.7smp #1 SMP Mon Aug 18 14:46:14 EDT 2003 i686 unknown gcc-2.96-112 -- With Flat Text File Backend ./configure --with-cgiurl=/cgi --with-htmurl=/ -- With Postgres Database Backend ./configure --with-cgiurl=/cgi --with-htmurl=/ --with-pgsql-xdata --with-pgsql-lib=/usr/local/pgsql/lib --with-pgsql-inc=/usr/local/pgsql/include --prefix=/usr/local/nagios-db --disable-statusmap --disable-statuswrl We've disabled all host checking because in our environment, we can have over 50 devices down at any given time (especially during summer; we're mostly monitoring routers at schools) and the increased latency caused by host checks can be devastating during mass outages due to storms, etc. I would also encourage you to _not_ use the old style configs. They will not be supported at all in 2.0+ and the template style offers significantly more flexibility and configuration shortcuts. You'll also find that those pages that display all the hosts (status overview, etc) are slow to load unless you've applied the chained hash patch. 2.0 fixes that as well. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jstotler at crc.net Thu Jul 22 17:36:33 2004 From: jstotler at crc.net (John Stotler) Date: Thu, 22 Jul 2004 11:36:33 -0400 Subject: Event Handlers In-Reply-To: <64447.12.30.234.211.1090508550.squirrel@mail.cjp.us> References: <64447.12.30.234.211.1090508550.squirrel@mail.cjp.us> Message-ID: <1090510592.26762.174.camel@delltrb02> Are you certain that you have full paths to mail/mailx and any other required programs in your script? On Thu, 2004-07-22 at 11:02, Chris Purcell wrote: > I'm having a problem getting Nagios to execute any event handlers when a > service or host goes down. As a test, I wrote a Perl script called > nagios_test.pl that will simply email me a short message each time its > run. The event handler never runs when the host goes down... > > hosts.cfg > > define host{ > use generic-host > host_name fake_server > alias Fake Non-existent Server > address 192.0.99.101 > parents cat4506 > } > > > services.cfg > > define service{ > use generic-ping > host_name fake_server > event_handler event_handler_testing > } > > > checkcommands.cfg > > define command{ > command_name event_handler_testing > command_line /usr/local/nagios/libexec/nagios_test.pl > $SERVICESTATE$ $STATETYPE$ $SERVICEATTEMPT$ > } > > > I get a notification from Nagios when the host goes down, but the event > handler perl script never runs at all. I don't see anything in the logs > about the event handler trying to execute. The nagios user can run the > script from the shell. Am I missing something? > > Thanks, > Chris > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios at cjp.us Thu Jul 22 17:41:12 2004 From: nagios at cjp.us (Chris Purcell) Date: Thu, 22 Jul 2004 11:41:12 -0400 (EDT) Subject: Event Handlers In-Reply-To: <1090510592.26762.174.camel@delltrb02> References: <64447.12.30.234.211.1090508550.squirrel@mail.cjp.us> <1090510592.26762.174.camel@delltrb02> Message-ID: <64918.12.30.234.211.1090510872.squirrel@mail.cjp.us> > Are you certain that you have full paths to mail/mailx and any other > required programs in your script? Yes, the script works fine from the command line. Its a very simple script that is just being used to test how Nagios event handlers work.... root at reaction etc# cat /usr/local/nagios/libexec/nagios_test.pl #!/usr/bin/perl -w use Net::SMTP; $mailserver = '192.0.1.2'; $smtp = Net::SMTP->new($mailserver); $smtp->mail('nagios at foo.com'); $smtp->to('nagios_alerts at foo.com'); $smtp->data(); $smtp->datasend("Subject: Nagios Test\n"); $smtp->datasend(" Just testing the Nagios event handlers, please disregard. \n"); $smtp->dataend(); $smtp->quit; ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-user at sandiego420.com Thu Jul 22 17:44:54 2004 From: nagios-user at sandiego420.com (Rhugga) Date: Thu, 22 Jul 2004 08:44:54 -0700 Subject: Does Not Recognize Contact In-Reply-To: <370ACCFA5BB3B346A31222E5559BF91F1B68FD@mismail2.ena.com> References: <370ACCFA5BB3B346A31222E5559BF91F1B68FD@mismail2.ena.com> Message-ID: <40FFE0F6.9070806@sandiego420.com> Marc Powell wrote: >Rhugga wrote: > > >>Marc Powell wrote: >> >> >> >>>Rhugga wrote: >>> >>> >>> >>> >>> >>>>Also, just curious, does anyone use nagios to monitor large >>>>enterprise environments? Just so many issues already just trying >>>>to get the thing compiled and a vanilla config working, just >>>>raises some red flags to me. >>>> >>>> >>>> >>>> >>>Yes, currently 1783 hosts (host checking disabled) and 2594 >>>services of which the vast majority are routers monitored over a >>>WAN. 4 distributed nagios data collectors using NSCA to report back >>>to 2 central nagios hosts, 1 with postgres DB backend and 1 with >>>flat-file backend. After some minor tweaking I consider it the most >>>robust and flexible monitoring system I've ever used. >>> >>>-- >>>Marc >>> >>> >>> >>> >>Yea, my environment is about twice that large (less routers since we >>are mainly in 1 location) and I was trying to use opennms but it just >>couldn't handle the load. (it's Java so no confusion as to why it >>couldn't handle the load) Good to know that it can handle enterprise >>loads before I spend more cycles trying to get it to work. Also, >>router checks are much less overhead than the host-based checks, of >>which are the main composition of my intended use. (ie a router check >>may only be a simple ping where as each host I have might have 20 >>service checks per) >> >>Just curious, what is the OS of your nagios systems and if Linux, >>what kernel and version of glibc? Also, do you have your ./configure >>used when you built nagios? >> >> > >They're all Redhat 7.3 --- >Linux betelgeuse 2.4.20-20.7smp #1 SMP Mon Aug 18 14:46:14 EDT 2003 i686 >unknown >gcc-2.96-112 >-- With Flat Text File Backend >./configure --with-cgiurl=/cgi --with-htmurl=/ > >-- With Postgres Database Backend >./configure --with-cgiurl=/cgi --with-htmurl=/ --with-pgsql-xdata >--with-pgsql-lib=/usr/local/pgsql/lib >--with-pgsql-inc=/usr/local/pgsql/include --prefix=/usr/local/nagios-db >--disable-statusmap --disable-statuswrl > >We've disabled all host checking because in our environment, we can have >over 50 devices down at any given time (especially during summer; we're >mostly monitoring routers at schools) and the increased latency caused >by host checks can be devastating during mass outages due to storms, >etc. I would also encourage you to _not_ use the old style configs. They >will not be supported at all in 2.0+ and the template style offers >significantly more flexibility and configuration shortcuts. You'll also >find that those pages that display all the hosts (status overview, etc) >are slow to load unless you've applied the chained hash patch. 2.0 fixes >that as well. > >-- >Marc > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > Okay thanks... I am a big fan of pgsql as well but everyone jumped on the mysql bandwagon so I use it just to keep my skills current. (same thing with Red Hat, I prefer SuSE but use RH just to maintain skills because most jobs will be using RH) Anyway, thanks for the info. Rhugga ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rnelson at windchannel.com Thu Jul 22 17:42:16 2004 From: rnelson at windchannel.com (Robert Nelson) Date: Thu, 22 Jul 2004 11:42:16 -0400 Subject: check_ping problem Message-ID: Actually, I changed the DNS entries to something that would work, since my priority was to get the device monitored, THEN to figure out why Nagios didn't like it :) The new hostname is tap-5300h.wachovia2.nc.windchannel.com I was curious if that's an actual restriction in DNS, or a "guideline", that domains can't start with numerals. Normal ping and nslookup don't puke on it, though. Rob Nelson Network Engineer Windchannel Communications 919-538-6326 > -----Original Message----- > From: Dhawal Doshy [mailto:dhawal at netmagicsolutions.com] > Sent: Thursday, July 22, 2004 3:19 AM > To: Robert Nelson; nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] check_ping problem > > > Hi, > > Looks like an actual problem. > [root at alpha backup]# ping windchannel.com > ping: unknown host windchannel.com > > Also > [root at alpha backup]# dig @ns1.windchannel.com. > tap-5300h.2wachovia.nc.windchannel.com A > > ; <<>> DiG 9.1.3 <<>> @ns1.windchannel.com. > tap-5300h.2wachovia.nc.windchannel.com A > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 65192 > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, > ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;tap-5300h.2wachovia.nc.windchannel.com. IN A > > ;; AUTHORITY SECTION: > windchannel.com. 10800 IN SOA ns1.windchannel.com. > root.windchannel.com. 2004041468 10800 3600 604800 10800 > > ;; Query time: 359 msec > ;; SERVER: 63.144.4.226#53(ns1.windchannel.com.) > ;; WHEN: Thu Jul 22 12:54:05 2004 > ;; MSG SIZE rcvd: 101 > > I suggest that you first check your DNS.. > > - dhawal > > (oops.. I am root) > > Robert Nelson wrote: > > >I found a problem with check_ping and domain names that it > doesn't like. To the best of my knowledge, the following is > not a problem DNS record: > > > >[root at BAMBAM libexec]# ./check_ping -H > tap-5300h.2wachovia.nc.windchannel.com -w 100,10%% -c 100,10%% > >check_ping: Invalid host name/address - > tap-5300h.2wachovia.nc.windchannel.com > > > > > >If I take out the "2" then I get: > > > >[root at BAMBAM libexec]# ./check_ping -H > tap-5300h.wachovia.nc.windchannel.com -w 100,10%% -c 100,10%% > >PING CRITICAL - Host not found > (tap-5300h.wachovia.nc.windchannel.com) > > > >Am I doing something wrong, or is this an actual problem? Thanks. > > > >Rob Nelson > >rnelson at windchannel.com > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by BEA Weblogic Workshop > >FREE Java Enterprise J2EE developer tools! > >Get your free copy of BEA WebLogic Workshop 8.1 today. > >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > >_______________________________________________ > >Nagios-users mailing list > >Nagios-users at 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 > > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios at cjp.us Thu Jul 22 17:54:12 2004 From: nagios at cjp.us (Chris Purcell) Date: Thu, 22 Jul 2004 11:54:12 -0400 (EDT) Subject: Event Handlers In-Reply-To: <64918.12.30.234.211.1090510872.squirrel@mail.cjp.us> References: <64447.12.30.234.211.1090508550.squirrel@mail.cjp.us> <1090510592.26762.174.camel@delltrb02> <64918.12.30.234.211.1090510872.squirrel@mail.cjp.us> Message-ID: <65145.12.30.234.211.1090511652.squirrel@mail.cjp.us> >> Are you certain that you have full paths to mail/mailx and any other >> required programs in your script? > > Yes, the script works fine from the command line. Its a very simple > script that is just being used to test how Nagios event handlers > work.... I also tested this with a simple bash script that simply writes a short message to a file in /home/nagios. The handler never runs at all. #!/bin/bash echo "nagios event handler" > /home/nagios/nagiostest Chris ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Franciscoj.Perez5 at carm.es Thu Jul 22 12:37:58 2004 From: Franciscoj.Perez5 at carm.es (Francisco Perez Botella) Date: Thu, 22 Jul 2004 12:37:58 +0200 Subject: Questions about Nagios (web configuration mainly) Message-ID: <000001c46fd7$f56671c0$61065493@carm.es> Hello List: I started to work with nagios a week ago or so, I think I understood the documentation well ( good job), I have some questions about general concepts about customization an wworkflow. 1.-) Can I customize in some manner the views of the intarface based on user?. Example1: I need some operators recieve mail alerts about a backup service, It contains Linux, Aix, W200 Solaris machines. There's a hostgroup containing Linux, another containning Windows etc.. with lower number than newly created hostgroup Back-up_service, I created a contactgroup Backup_accounts with the operators that perfom and monitor this tasks, but: A) If I don't include a backup operator user in e.g Linux hostgroup he/she cannot see the Linux machines in Back-up_service table. B) adding a new contactgroup to the hostgroup e.g. 'contactgroups Linux_accounts,Backup_accounts' doesn't change the behaivour of CGI at all. it would be nice that this group only see the machines they are responsible for the services they care of, and his parents (wich usually are network equipment). 2.-) Seamesly In services of the hosts, it would be nice they only see the services they care of (and probabily its dependent services) in a host. And of course only manage event handlers of their responsability. Is there anyway I can accomplish this ?? Thanks ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios at cjp.us Thu Jul 22 18:34:10 2004 From: nagios at cjp.us (Chris Purcell) Date: Thu, 22 Jul 2004 12:34:10 -0400 (EDT) Subject: Event Handlers In-Reply-To: <40FFEA1E.8080501@volteurope.com> References: <65145.12.30.234.211.1090511652.squirrel@mail.cjp.us> <40FFEA1E.8080501@volteurope.com> Message-ID: <1165.12.30.234.211.1090514050.squirrel@mail.cjp.us> Pete Dewell said: > Try getting the handler to return some text on completion - say "Done" > or "Failed". I had a similar problem, resolved when the handler returns > a bit of text. It isn't used/displayed anywhere, but it does seem to > help. I'm a bit confused, where should I display the text? To the console? I tried that, but I don't see the "Done" or "Failed" messages on the console or in the logs. #!/bin/bash echo "nagios event handler" > /home/nagios/anagiosevent STAT=$? if [ $STAT = 0 ] then echo "Done" else echo "Failed" fi The only thing I see in /usr/local/nagios/var/nagios.log (and /var/log/messages) is this... [1090514070] HOST ALERT: fake_server;DOWN;SOFT;8;CRITICAL - Plugin timed out after 10 seconds [1090514080] HOST ALERT: fake_server;DOWN;SOFT;9;CRITICAL - Plugin timed out after 10 seconds [1090514090] HOST ALERT: fake_server;DOWN;HARD;10;CRITICAL - Plugin timed out after 10 seconds [1090514090] HOST NOTIFICATION: sysadmin;fake_server;DOWN;host-notify-by-email;CRITICAL - Plugin timed out after 10 seconds [1090514092] SERVICE ALERT: fake_server;PING;CRITICAL;HARD;1;CRITICAL - Plugin timed out after 10 seconds Thanks, Chris ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From agrajag at dragaera.net Thu Jul 22 19:15:55 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Thu, 22 Jul 2004 13:15:55 -0400 Subject: Need to monitor by hostgroup In-Reply-To: References: Message-ID: <1090516555.4442.13.camel@pel> On Thu, 2004-07-22 at 10:05, Joel wrote: > I have multiple hosts within a hostgroup and am trying to find a way for only > one notification to be sent if any of them go down. Dependencies are not an > option, as they do not have a common dependency. Is there any way to setup a > hostgroup to send notifications instead of individual hosts? You should be able to use check_cluster to do this. Set all the hosts to not notify when they're down, then setup check_cluster for those hosts, and set the warning level to 1. The nagios docs has a section on cluster monitoring under advanced topics. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pete.dewell at volteurope.com Thu Jul 22 18:23:58 2004 From: pete.dewell at volteurope.com (Pete Dewell) Date: Thu, 22 Jul 2004 17:23:58 +0100 Subject: Event Handlers In-Reply-To: <65145.12.30.234.211.1090511652.squirrel@mail.cjp.us> References: <65145.12.30.234.211.1090511652.squirrel@mail.cjp.us> Message-ID: <40FFEA1E.8080501@volteurope.com> Try getting the handler to return some text on completion - say "Done" or "Failed". I had a similar problem, resolved when the handler returns a bit of text. It isn't used/displayed anywhere, but it does seem to help. Pete Dewell Chris Purcell wrote: >>>Are you certain that you have full paths to mail/mailx and any other >>>required programs in your script? >> >>Yes, the script works fine from the command line. Its a very simple >>script that is just being used to test how Nagios event handlers >>work.... > > > I also tested this with a simple bash script that simply writes a short > message to a file in /home/nagios. The handler never runs at all. > > #!/bin/bash > echo "nagios event handler" > /home/nagios/nagiostest > > Chris > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > -- Technical Support/Analyst Volt Europe Tel : (+44) (0) 1737 774100 Fax : (+44) (0) 1737 772949 Mobile : (+44) (0) 777 1513066 E-mail pete.dewell at volteurope.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Thu Jul 22 19:10:39 2004 From: jhmartin at toger.us (Jason Martin) Date: Thu, 22 Jul 2004 10:10:39 -0700 Subject: Event Handlers In-Reply-To: <1165.12.30.234.211.1090514050.squirrel@mail.cjp.us> References: <65145.12.30.234.211.1090511652.squirrel@mail.cjp.us> <40FFEA1E.8080501@volteurope.com> <1165.12.30.234.211.1090514050.squirrel@mail.cjp.us> Message-ID: <20040722171039.GM26681@zippy.members.linode.com> On Thu, Jul 22, 2004 at 12:34:10PM -0400, Chris Purcell wrote: > Pete Dewell said: > > Try getting the handler to return some text on completion - say "Done" > > or "Failed". I had a similar problem, resolved when the handler returns > > a bit of text. It isn't used/displayed anywhere, but it does seem to > > help. > > I'm a bit confused, where should I display the text? To the console? I > tried that, but I don't see the "Done" or "Failed" messages on the console > or in the logs. The text will just dissapear, but I'm surprised there isn't an EVENT HANDLER entry in the log -- at this point it looks like Nagios isn't executing the handler. -- Famous last words - You and what army? This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From agrajag at dragaera.net Thu Jul 22 19:58:40 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Thu, 22 Jul 2004 13:58:40 -0400 Subject: Event Handlers In-Reply-To: <64447.12.30.234.211.1090508550.squirrel@mail.cjp.us> References: <64447.12.30.234.211.1090508550.squirrel@mail.cjp.us> Message-ID: <1090519120.4442.16.camel@pel> On Thu, 2004-07-22 at 11:02, Chris Purcell wrote: > I'm having a problem getting Nagios to execute any event handlers when a > service or host goes down. As a test, I wrote a Perl script called > nagios_test.pl that will simply email me a short message each time its > run. The event handler never runs when the host goes down... > > hosts.cfg > > define host{ > use generic-host > host_name fake_server > alias Fake Non-existent Server > address 192.0.99.101 > parents cat4506 > } > > > services.cfg > > define service{ > use generic-ping > host_name fake_server > event_handler event_handler_testing > } > > > checkcommands.cfg > > define command{ > command_name event_handler_testing > command_line /usr/local/nagios/libexec/nagios_test.pl > $SERVICESTATE$ $STATETYPE$ $SERVICEATTEMPT$ > } > > > I get a notification from Nagios when the host goes down, but the event > handler perl script never runs at all. You have the event handler defined for the service, not the host. I can't find any clarification in the documentation, however I would not be surprised if service event handlers are not run when the host goes down (much like service notifications don't happen when a host goes down). ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios at cjp.us Thu Jul 22 20:06:38 2004 From: nagios at cjp.us (Chris Purcell) Date: Thu, 22 Jul 2004 14:06:38 -0400 (EDT) Subject: Event Handlers In-Reply-To: <1090519120.4442.16.camel@pel> References: <64447.12.30.234.211.1090508550.squirrel@mail.cjp.us> <1090519120.4442.16.camel@pel> Message-ID: <1851.12.30.234.211.1090519598.squirrel@mail.cjp.us> Sean Dilda said: > You have the event handler defined for the service, not the host. I > can't find any clarification in the documentation, however I would not > be surprised if service event handlers are not run when the host goes > down (much like service notifications don't happen when a host goes > down). Sean, that was the problem, thanks a lot:) Chris ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From joelseph at watchtv.net Thu Jul 22 20:55:08 2004 From: joelseph at watchtv.net (Joel) Date: Thu, 22 Jul 2004 18:55:08 +0000 (UTC) Subject: Need to monitor by hostgroup References: <1090516555.4442.13.camel@pel> Message-ID: Sean Dilda dragaera.net> writes: > > On Thu, 2004-07-22 at 10:05, Joel wrote: > > I have multiple hosts within a hostgroup and am trying to find a way for only > > one notification to be sent if any of them go down. Dependencies are not an > > option, as they do not have a common dependency. Is there any way to setup a > > hostgroup to send notifications instead of individual hosts? > > You should be able to use check_cluster to do this. Set all the hosts > to not notify when they're down, then setup check_cluster for those > hosts, and set the warning level to 1. The nagios docs has a section on > cluster monitoring under advanced topics. > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > 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 > > I have this setup, I think it will do what I want.... However, I'm getting "(Return code of 139 is out of bounds)" on all of them... I set up a file in /usr/local/nagios/etc/ to store the host names and used the following check_command and command definition per nagios documentation. check_host_cluster!2!4!/usr/local/nagios/etc/hostcluster-business.cfg define command{ command_name check_host_cluster command_line /usr/local/nagios/libexec/check_cluster --host $ARG1$ $ARG2$ /usr/local/nagios/var/status.log < $ARG3$ } I believe all of my file permissions on the plugin and mentioned files are correct. I'm not sure where else to look. Anyone else with experience setting this up have any ideas? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tbouss at yahoo.fr Thu Jul 22 20:57:09 2004 From: tbouss at yahoo.fr (=?iso-8859-1?q?toussaint=20bouss?=) Date: Thu, 22 Jul 2004 20:57:09 +0200 (CEST) Subject: config Message-ID: <20040722185709.15613.qmail@web60308.mail.yahoo.com> hi, i need your help for the followings problems: 1- is it necessary to enter host's ip addresses to be discovered by nagios; can't we use only the network id (e.g:192.168.10.0/24 ) 2- what can i do for those hosts with dhcp adresses? sorry english is not my native language. And please help me , i've a demo with my boss this night. GOD bless you; Vous manquez d?espace pour stocker vos mails ? Yahoo! Mail vous offre GRATUITEMENT 100 Mo ! Cr?ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Le nouveau Yahoo! Messenger est arriv? ! D?couvrez toutes les nouveaut?s pour dialoguer instantan?ment avec vos amis. A t?l?charger gratuitement sur http://fr.messenger.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Thu Jul 22 21:18:53 2004 From: marc at ena.com (Marc Powell) Date: Thu, 22 Jul 2004 14:18:53 -0500 Subject: config Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B690B@mismail2.ena.com> toussaint bouss wrote: > hi, > > i need your help for the followings problems: > > 1- is it necessary to enter host's ip addresses to be discovered by > nagios; can't we use only the network id (e.g:192.168.10.0/24 ) Nagios does not natively support network auto discovery. The core design philosophy of the software negates the possibility. That being said, the nmap2nagios addon available at http://www.nagios.org/download/extras.php may be useful to you. It's not something I've used but it appears that it can be used to emulate that behavior. > 2- what can i do for those hosts with dhcp adresses? Reconsider why hosts that are running services important enough to monitor are using DHCP. If DHCP is still a must for you then depending on the OS of the host you want to monitor you would have the best results sending passive checks from the host in question to your Nagios server and using freshness checking to verify they're coming in regularly. A unix based host would of course offer the greatest flexibility but you could probably do the same with a windows machine either via cygwin or using send_nsca_win32 possibly. -- Marc This message has been quantum encrypted using twin pentaquarks charmed up. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From joelseph at watchtv.net Thu Jul 22 21:26:39 2004 From: joelseph at watchtv.net (Joel) Date: Thu, 22 Jul 2004 19:26:39 +0000 (UTC) Subject: Need to monitor by hostgroup References: <1090516555.4442.13.camel@pel> Message-ID: Joel watchtv.net> writes: > > Sean Dilda dragaera.net> writes: > > > > > On Thu, 2004-07-22 at 10:05, Joel wrote: > > > I have multiple hosts within a hostgroup and am trying to find a way for > only > > > one notification to be sent if any of them go down. Dependencies are not > an > > > option, as they do not have a common dependency. Is there any way to > setup a > > > hostgroup to send notifications instead of individual hosts? > > > > You should be able to use check_cluster to do this. Set all the hosts > > to not notify when they're down, then setup check_cluster for those > > hosts, and set the warning level to 1. The nagios docs has a section on > > cluster monitoring under advanced topics. > > > I have this setup, I think it will do what I want.... However, I'm > getting "(Return code of 139 is out of bounds)" on all of them... I set up a > file in /usr/local/nagios/etc/ to store the host names and used the following > check_command and command definition per nagios documentation. > > check_host_cluster!2!4!/usr/local/nagios/etc/hostcluster-business.cfg > > define command{ > command_name check_host_cluster > command_line /usr/local/nagios/libexec/check_cluster --host $ARG1 $ > $ARG2$ /usr/local/nagios/var/status.log < $ARG3$ > } > > I believe all of my file permissions on the plugin and mentioned files are > correct. I'm not sure where else to look. Anyone else with experience > setting this up have any ideas? Nevermind, I figured this out right after I posted! : ) The argument order that documented does not match the plugin's actual argument order. The documentation shows a command line as follows: /usr/local/nagios/libexec/check_cluster --host $ARG1$ $ARG2 $ /usr/local/nagios/var/status.log < $ARG3$ It should be: /usr/local/nagios/libexec/check_cluster -- host /usr/local/nagios/var/status.log < $ARG3$ $ARG1$ $ARG2$ I am using nagios plugins v1.3.1. Another thing I stumbled on: You cannot associate the service that you put the cluster check on to any hosts that the cluster check tests. This is in the documentation, but I missed it before I started setting this up. It's working just fine now! Thanks for the information Sean! Hopefully this helps someone else... I will submit the documentation error, assuming it hasn't already been noted & corrected. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From DWilmot at tngus.com Thu Jul 22 22:10:46 2004 From: DWilmot at tngus.com (Wilmot, Doug) Date: Thu, 22 Jul 2004 16:10:46 -0400 Subject: check_snmp install Message-ID: <7FED619E7720714C957E9CA14231C526024D01@crn-mail02.tngus.com> I am trying to use the check_snmp plug-in but it does not seem to be available in my /usr/local/nagios/libexec dir. Should I be looking somewhere else for it? I did install the plug-in package 1.3.1 and also the extras. Thanks in advance Doug -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc at ena.com Thu Jul 22 22:17:51 2004 From: marc at ena.com (Marc Powell) Date: Thu, 22 Jul 2004 15:17:51 -0500 Subject: check_snmp install Message-ID: <370ACCFA5BB3B346A31222E5559BF91F1B690F@mismail2.ena.com> ________________________________ From: Wilmot, Doug [mailto:DWilmot at tngus.com] Sent: Thursday, July 22, 2004 3:11 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] check_snmp install I am trying to use the check_snmp plug-in but it does not seem to be available in my /usr/local/nagios/libexec dir. Should I be looking somewhere else for it? I did install the plug-in package 1.3.1 and also the extras. [marc] Did you have Net-SNMP installed before compiling? From REQUIREMENTS -- check_snmp: - Requires the NET-SNMP package available from http://net-snmp.sourceforge.net ./configure would have complained as well. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From langseth at aero.und.edu Fri Jul 23 00:00:49 2004 From: langseth at aero.und.edu (Ryan Langseth) Date: Thu, 22 Jul 2004 17:00:49 -0500 Subject: check_snmp on a cisco In-Reply-To: <40EC0AA1.3070001@mtu.edu> References: <40EC0AA1.3070001@mtu.edu> Message-ID: <41003911.4030908@aero.und.edu> I just wrote a shell script that uses snmpwalk that will pull the cpu usage from a cisco 6509 router. it is located here: https://portal.aero.und.edu/twiki/bin/view/Know/DebianLinuxNagiosScriptsCheckCiscoCPU (also attached) > Ric Moseley wrote: > >> I have looked around but not really found anything on the forums or >> mainling >> lists. Does anyone have an example of using check_snmp to get the CPU >> readings off of a Cisco device? > -------------- next part -------------- A non-text attachment was scrubbed... Name: check_cisco_cpu.sh Type: application/x-sh Size: 3554 bytes Desc: not available URL: From Juliet_Tree at cotyinc.com Fri Jul 23 02:01:19 2004 From: Juliet_Tree at cotyinc.com (Juliet_Tree at cotyinc.com) Date: Fri, 23 Jul 2004 01:01:19 +0100 Subject: Juliet Tree/ASHFORD/UK/COTY is out of the office. Message-ID: I will be out of the office starting 22/07/2004 and will not return until 26/07/2004. I am away on a Training Course and will not be picking up my email so please contact Paul Seal on 2261 for any urgent issues. Thankyou Thanks. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ali.ajroud at philips.com Fri Jul 23 06:01:27 2004 From: ali.ajroud at philips.com (ali.ajroud at philips.com) Date: Fri, 23 Jul 2004 06:01:27 +0200 Subject: Ali Ajroud/LME/PCC/PHILIPS is out of the office. Message-ID: I will be out of the office starting 23/07/2004 and will not return until 30/08/2004. If your message concerns the Cellon disentanglement project, please contact Emmanuel Ricros email: emmanuel.ricros at philips.com. Otherwise, I will respond to your message when I return. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gillian.bennett at celentia.com Fri Jul 23 08:51:56 2004 From: gillian.bennett at celentia.com (gillian bennett) Date: Fri, 23 Jul 2004 16:51:56 +1000 Subject: a few questions and problems with nagios Message-ID: <1090565516.6144.48.camel@rh-possum.localdomain> Hi, I am running nagios 1.2 on a fedora core 1.0 box. It seemed to compile without problem, and ran all the setup and configure stuff. 1. I had no problems with it, until I came to test out the menu items on the web page. The option for status map doesn't work. When I went to find out what the problem was, the cgi script statusmap.cgi was missing. I checked in the compile dir and infact statusmap.cgi had not been built. statusmap.c was there tho. I have perl-GD modules installed on the machine, so what is it that I am missing? 2. I am running nagios 1.1 on a fedora box. Again it compiled without error and has been running now for almost a year without problem. the problem I am having with it though is that I would like to set up cgi.cfg to have nice icons and all that kind of thing, but I am having a problem with the cgi.cfg file. Whenever I include it in nagios.cfg, I get an error which says: Error: Unexpected token or statement in file '/usr/local/nagios/etc/cgi.cfg' on line 15. when I look at line 15 of cgi.cfg, it is the first definition line: main_config_file=/usr/local/nagios/etc/nagios.cfg I have used od on this file to see if there are non-printable characters, I have created a new one with just a few definition lines in it, I have copied one from another host that is running nagios, all with the same result. I have also tried m moving the definition line in nagios.cfg to see if this makes any difference - I thought that maybe one of the other config files had a problem and as cgi.cfg was last it was trickling down the line ... 3. Back in the old days of netsaint, we used to be able to setup services and hosts via the website. Is there an option with nagios that I am just missing seeing on the webpage because this functionality doesn't seem to be there. Thanks, Gillian ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Fri Jul 23 09:15:32 2004 From: verdon at cict.fr (carole verdon) Date: Fri, 23 Jul 2004 09:15:32 +0200 Subject: [Fwd: Re: [Nagiosplug-help] problems with installing nagios-plugins-1.04a] Message-ID: <4100BB14.2050704@cict.fr> An embedded message was scrubbed... From: subhadeep.das at philips.com Subject: Re: [Nagiosplug-help] problems with installing nagios-plugins-1.04a Date: Thu, 22 Jul 2004 16:34:41 +0200 Size: 8229 URL: From sonar at xs4all.nl Fri Jul 23 09:19:33 2004 From: sonar at xs4all.nl (sonar at xs4all.nl) Date: Fri, 23 Jul 2004 09:19:33 +0200 (CEST) Subject: Citrix and nsclient Message-ID: <5520.212.206.62.50.1090567173.squirrel@webmail.xs4all.nl> Hi all, We have problems running the nsclient on Citrix machines. While the boxes are running just fine, no huge mem or cpu load, check_nt returns with "Connection refused by host". We've tried several versions of the nsclient but nothing seems to help. Does anyone have any idea or the same problem?? Thx, Frank de Groodt ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Fri Jul 23 11:15:34 2004 From: verdon at cict.fr (carole verdon) Date: Fri, 23 Jul 2004 11:15:34 +0200 Subject: Nagiosmapp addon Message-ID: <4100D736.7020108@cict.fr> Hi all, I would want to test the Nagiosmapp addon that i found in http://www.nagios.org/download/extras.php. For that, i installed those two packages on my solaris nagios server (v 1.2): * Tk800-022-sol8-sparc-local.gz . Tk800 is Perl/Tk, a graphical user interface toolKit - installs in /usr/local. * Perl module: *Tk::Event* (Tk-804.027.tar.gz) But i always have erros when i execute nagiosmap.pl. $ ./nagiosmap.pl Can't locate loadable object for module Tk::Event in @INC (@INC contains: /usr/local/lib/perl5/5.8.3/sun4-solaris /usr/local/lib/perl5/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13 Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13. Compilation failed in require at ./nagiosmap.pl line 60. BEGIN failed--compilation aborted at ./nagiosmap.pl line 60. Undefined subroutine &Tk::Event::CleanupGlue called at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk/Event.pm line 3. END failed--call queue aborted at ./nagiosmap.pl line 60. I don't find solution. Can someone help me, please? Carole. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jaap.hogenberg at marketxs.com Fri Jul 23 11:23:15 2004 From: jaap.hogenberg at marketxs.com (Jaap Hogenberg) Date: Fri, 23 Jul 2004 11:23:15 +0200 Subject: logfile rotation and showlog.cgi Message-ID: <1090574594.19979.106.camel@kyle> Hi, I'm not sure if I missed something, but I found that the showlog.cgi does expect some logfile rotation to be done on the nagios.log logfile. I have set up a cron job and a script to do this, but want some confirmation that this is the right thing to do. Anyone care to comment ? :-) Thanks Jaap ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From wgking at shaw.ca Fri Jul 23 00:53:57 2004 From: wgking at shaw.ca (Greg King) Date: Thu, 22 Jul 2004 16:53:57 -0600 Subject: NRPE - Error - Could not complete SSL handshake Message-ID: <2f8ce172f89eca.2f89eca2f8ce17@shaw.ca> Hi folks, Environemt: RH9, Nagios 1.2, NRPE 2.0. I compiled and installed NRPE on the same host as Nagios and configured xinetd to start it. If I test it with the loopback address it works, but if I use the ipaddress of the host it returns the error. There is no firewall active. It appears as though nrpe is only listening on the loopback address. What could be causing this behaviour? Running a check_nrpe from a remote host also gets the same error. I see some prior posts on this and an FAQ but none seem to address this situation. Any ideas welcome. Regards, Greg King ------------------------------- [root at nagios src]# ./check_nrpe -H 127.0.0.1 -c check_nagios Nagios ok: located 1 process, status log updated 3 seconds ago [root at nagios src]# ./check_nrpe -H 192.168.2.106 -c check_nagios CHECK_NRPE: Error - Could not complete SSL handshake. [root at nagios src]# ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:08:74:A0:C8:23 inet addr:192.168.2.106 Bcast:192.168.2.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 [root at nagios src]# netstat -tal Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:32768 *:* LISTEN tcp 0 0 localhost.localdo:32769 *:* LISTEN tcp 0 0 *:nrpe *:* LISTEN tcp 0 0 *:smux *:* LISTEN ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From codejnki at codejnki.com Fri Jul 23 13:58:21 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Fri, 23 Jul 2004 07:58:21 -0400 Subject: Citrix and nsclient In-Reply-To: <5520.212.206.62.50.1090567173.squirrel@webmail.xs4all.nl> References: <5520.212.206.62.50.1090567173.squirrel@webmail.xs4all.nl> Message-ID: <4100FD5D.8010809@codejnki.com> I'm using the ns client to check a number of Citrix metaframe boxes. What is the command you are using to check the Citrix boxes. Mine looks like this: # 'check_nt_citrix' command definition define command{ command_name check_nt_citrix command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -l imaservice } Patrick sonar at xs4all.nl wrote: > Hi all, > > We have problems running the nsclient on Citrix machines. > While the boxes are running just fine, no huge mem or cpu load, check_nt > returns with "Connection refused by host". We've tried several versions of > the nsclient but nothing seems to help. > > Does anyone have any idea or the same problem?? > > Thx, > > Frank de Groodt > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From codejnki at codejnki.com Fri Jul 23 14:04:48 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Fri, 23 Jul 2004 08:04:48 -0400 Subject: logfile rotation and showlog.cgi In-Reply-To: <1090574594.19979.106.camel@kyle> References: <1090574594.19979.106.camel@kyle> Message-ID: <4100FEE0.4080603@codejnki.com> It was my understanding that the logs were supposed to be automatically rotated by the nagios application. I just originally set up Nagios on a test box and the logs were rotating just fine. Three days ago I just completed setting it up on our production box copying over the configuration files over exactly. The logs do not seem to be rotating. The log section of my nagios.cfg looks like this: log_rotation_method=d log_archive_path=/var/nagios/archives use_syslog=1 log_notifications=1 log_service_retries=1 log_host_retries=1 log_event_handlers=1 log_external_commands=1 log_passive_service_checks=1 inter_check_delay_method=s I have verified that the permissions on the archives folder matches my test setup. I'm using gentoo and have used the latest ebuild. Help here would be greatly appricated. Thanks. Jaap Hogenberg wrote: > Hi, > > I'm not sure if I missed something, but I found that > the showlog.cgi does expect some logfile rotation to > be done on the nagios.log logfile. > I have set up a cron job and a script to do this, but > want some confirmation that this is the right thing to do. > > Anyone care to comment ? :-) > > > Thanks > > Jaap > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sonar at xs4all.nl Fri Jul 23 14:44:47 2004 From: sonar at xs4all.nl (Frank de Groodt) Date: Fri, 23 Jul 2004 14:44:47 +0200 Subject: Citrix and nsclient In-Reply-To: <4100FD5D.8010809@codejnki.com> References: <5520.212.206.62.50.1090567173.squirrel@webmail.xs4all.nl> <4100FD5D.8010809@codejnki.com> Message-ID: <1090586687.939.2.camel@probe.remotebeheer.net> It's not the command to check if Citrix is running on the box that gives us problems but all checks performed by check_nt very often come up with connection refused. Frank On Fri, 2004-07-23 at 13:58, Patrick Stockton wrote: > I'm using the ns client to check a number of Citrix metaframe boxes. > > What is the command you are using to check the Citrix boxes. > > Mine looks like this: > > > # 'check_nt_citrix' command definition > define command{ > command_name check_nt_citrix > command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -l imaservice > } > > > Patrick > > sonar at xs4all.nl wrote: > > > Hi all, > > > > We have problems running the nsclient on Citrix machines. > > While the boxes are running just fine, no huge mem or cpu load, check_nt > > returns with "Connection refused by host". We've tried several versions of > > the nsclient but nothing seems to help. > > > > Does anyone have any idea or the same problem?? > > > > Thx, > > > > Frank de Groodt > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Met vriendelijke groet, Frank de Groodt IT Services Imtech ICT Brocom. Terminalweg 32 3821 AJ Amersfoort Tel. + 31 (0)33 - 4500 450 Fax + 31 (0)33 - 4500 455 Email: fdegroodt at remotebeheer.net Website: http://www.brocom.nl ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jeff.vier at tradingtechnologies.com Fri Jul 23 15:44:08 2004 From: jeff.vier at tradingtechnologies.com (jeff vier) Date: Fri, 23 Jul 2004 08:44:08 -0500 Subject: System lockup nagios 1.2 In-Reply-To: References: Message-ID: <1090590248.3442.156.camel@localhost> On Thu, 2004-07-22 at 10:38 -0600, Kreig Dubose wrote: > Thanks for the info. It's nice to know I'm not completely off my rocker. As you say you've upgraded to RHES3, what kernel version? I'm running on AS2.1 right now because of a libprng dependency that isn't met with ES3 (or at least if my memory serves me correctly that's why). I never could get the status-map stuff to work with AS 2.1 or 3. It's worked with the kernel out of the box, and several updates (though only a few reboots, so I didn't actually get to test *every* kernel). Currently, we're at 2.4.21-9.0.1.ELsmp ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From stevelml1 at scee.sony.co.uk Fri Jul 23 16:03:17 2004 From: stevelml1 at scee.sony.co.uk (Steve Loughran) Date: Fri, 23 Jul 2004 15:03:17 +0100 Subject: Time to upgrade :) References: <1090574594.19979.106.camel@kyle> Message-ID: <02c001c470bd$cdc0a1e0$f5cec22b@niltxp2> Hi all I have had Nagios v1.0b6 running with Zero problems since September 2002, but I think its time to get with the plan and upgrade. Questions: 1- Will Nagios v1.2 work out-of-the-box with my template based v1.0b6 config files? Or near enough? (I`ll save my current set of files somewhere safe and create the sample configs so I can spot any new aditions required) 2 - Is the plugins 1.4.0 alpha1 tarball pretty much safe to use,or should I stick with the v1.3.1 tarball for now? 3 - can I just install over te current Nagios Install, or remove the old ersion first? Nagios has been my life saver on many an occasion.... thank you Ethan!! (And the rest of the contributors...) Steve ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From FMarton at PGSM.HU Fri Jul 23 16:14:40 2004 From: FMarton at PGSM.HU (Marton Ferenc) Date: Fri, 23 Jul 2004 16:14:40 +0200 Subject: user management Message-ID: Hi, How can I add users with different privileges? I need a full access class (admin), some user with limited privileges (operator) and guest to view only the reports. thx f.m. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From codejnki at codejnki.com Fri Jul 23 16:29:10 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Fri, 23 Jul 2004 10:29:10 -0400 Subject: Citrix and nsclient In-Reply-To: <1090586687.939.2.camel@probe.remotebeheer.net> References: <5520.212.206.62.50.1090567173.squirrel@webmail.xs4all.nl> <4100FD5D.8010809@codejnki.com> <1090586687.939.2.camel@probe.remotebeheer.net> Message-ID: <410120B6.3000407@codejnki.com> On the NSclient support forums it's been documented that the client will occasionally crash. http://support.tsmgsoftware.com/viewtopic.php?t=261 I've noticed the client will occasionally stop to requests but haven't had it happen often enough to try and figure out a pattern. One way to tell if the client has stopped responding to requests is to try and stop the service. If the service fails to stop and kill the process then you know the client has crashed. A reboot will fix the problem but if a reboot isn't possible use the pskill utility to kill the actual process id (much like UNIX kill): http://www.sysinternals.com/ntw2k/freeware/pstools.shtml Our Citrix servers reboot every night so the nsclient has never had an oprotunity to run longer than 24 hours so I'm still trying to figure out exactly what conditions are needed to cause the client to crash. patrick Frank de Groodt wrote: > It's not the command to check if Citrix is running on the box that gives > us problems but all checks performed by check_nt very often come up with > connection refused. > > Frank > > On Fri, 2004-07-23 at 13:58, Patrick Stockton wrote: > >>I'm using the ns client to check a number of Citrix metaframe boxes. >> >>What is the command you are using to check the Citrix boxes. >> >>Mine looks like this: >> >> >># 'check_nt_citrix' command definition >>define command{ >> command_name check_nt_citrix >> command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -l imaservice >>} >> >> >>Patrick >> >>sonar at xs4all.nl wrote: >> >> >>>Hi all, >>> >>>We have problems running the nsclient on Citrix machines. >>>While the boxes are running just fine, no huge mem or cpu load, check_nt >>>returns with "Connection refused by host". We've tried several versions of >>>the nsclient but nothing seems to help. >>> >>>Does anyone have any idea or the same problem?? >>> >>>Thx, >>> >>>Frank de Groodt >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by BEA Weblogic Workshop >>>FREE Java Enterprise J2EE developer tools! >>>Get your free copy of BEA WebLogic Workshop 8.1 today. >>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>>_______________________________________________ >>>Nagios-users mailing list >>>Nagios-users at 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 >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by BEA Weblogic Workshop >>FREE Java Enterprise J2EE developer tools! >>Get your free copy of BEA WebLogic Workshop 8.1 today. >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>_______________________________________________ >>Nagios-users mailing list >>Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jaap.hogenberg at marketxs.com Fri Jul 23 16:46:01 2004 From: jaap.hogenberg at marketxs.com (Jaap Hogenberg) Date: Fri, 23 Jul 2004 16:46:01 +0200 Subject: logfile rotation and showlog.cgi In-Reply-To: <4100FEE0.4080603@codejnki.com> References: <1090574594.19979.106.camel@kyle> <4100FEE0.4080603@codejnki.com> Message-ID: <1090593961.19979.128.camel@kyle> Hmm, It seems that in my case I was lacking the archives directory, probably causing the log rotation not to work. So I don't need a cronjob to do this after all. Thanks, Jaap On Fri, 2004-07-23 at 14:04, Patrick Stockton wrote: > It was my understanding that the logs were supposed to be automatically rotated by the nagios > application. I just originally set up Nagios on a test box and the logs were rotating just fine. > > Three days ago I just completed setting it up on our production box copying over the configuration > files over exactly. The logs do not seem to be rotating. > > The log section of my nagios.cfg looks like this: > > log_rotation_method=d > > log_archive_path=/var/nagios/archives > > use_syslog=1 > > log_notifications=1 > > log_service_retries=1 > > log_host_retries=1 > > log_event_handlers=1 > > log_external_commands=1 > > log_passive_service_checks=1 > > inter_check_delay_method=s > > I have verified that the permissions on the archives folder matches my test setup. > > I'm using gentoo and have used the latest ebuild. > > Help here would be greatly appricated. > > Thanks. > > > > Jaap Hogenberg wrote: > > > Hi, > > > > I'm not sure if I missed something, but I found that > > the showlog.cgi does expect some logfile rotation to > > be done on the nagios.log logfile. > > I have set up a cron job and a script to do this, but > > want some confirmation that this is the right thing to do. > > > > Anyone care to comment ? :-) > > > > > > Thanks > > > > Jaap > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From glaw at storbase.com Fri Jul 23 16:50:25 2004 From: glaw at storbase.com (Gabriel Law) Date: Fri, 23 Jul 2004 10:50:25 -0400 Subject: passive service checks repost Message-ID: <2337482E01EF0245A81E9F2EEA1E9A00049CF3@mail.storbase.com> HI all, Many, many apologies on the html mail. I was totally unaware that the message would come out as such. Here is my post again in a readable format. Again, any help would be most appreciated!!! ------------------------------------------------------------------- So I have been looking at Nagios as a way to monitor remote users machines, and it looks pretty promising, except I have a few questions. Is there a way to install the plug-ins or something comparable on remote machines, without installing nagios? Really what I'm trying to do is check_ping, check_http, check_smtp on machines behind firewalls with a minimal of installation. (Read: I can talk someone through it on the phone). On linux it's not so bad, I could hack together some suitable scripts, but... How do people manage passive service checks on remote windows machines? Is there a way that qualifies the above? At this point I am thinking at best I can maybe use the java system but I don't want to deal with having to support admin of a jre as well. Or I could write something comparable in C, but my C skills are rusty and I'd rather not do that either. If anyone has any ideas or suggestions I'd greatly appreciate it! Thanks!! -Gabe ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From codejnki at codejnki.com Fri Jul 23 16:56:10 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Fri, 23 Jul 2004 10:56:10 -0400 Subject: logfile rotation and showlog.cgi In-Reply-To: <1090593961.19979.128.camel@kyle> References: <1090574594.19979.106.camel@kyle> <4100FEE0.4080603@codejnki.com> <1090593961.19979.128.camel@kyle> Message-ID: <4101270A.3060105@codejnki.com> So I guess I need to figure out why mine isn't creating the archives. It's not critical. The log is keeping everything, it's just making the print out of all the alerts very long. Jaap Hogenberg wrote: > Hmm, > > It seems that in my case I was lacking the archives directory, > probably causing the log rotation not to work. > > So I don't need a cronjob to do this after all. > > Thanks, > Jaap > > > > On Fri, 2004-07-23 at 14:04, Patrick Stockton wrote: > >>It was my understanding that the logs were supposed to be automatically rotated by the nagios >>application. I just originally set up Nagios on a test box and the logs were rotating just fine. >> >>Three days ago I just completed setting it up on our production box copying over the configuration >>files over exactly. The logs do not seem to be rotating. >> >>The log section of my nagios.cfg looks like this: >> >>log_rotation_method=d >> >>log_archive_path=/var/nagios/archives >> >>use_syslog=1 >> >>log_notifications=1 >> >>log_service_retries=1 >> >>log_host_retries=1 >> >>log_event_handlers=1 >> >>log_external_commands=1 >> >>log_passive_service_checks=1 >> >>inter_check_delay_method=s >> >>I have verified that the permissions on the archives folder matches my test setup. >> >>I'm using gentoo and have used the latest ebuild. >> >>Help here would be greatly appricated. >> >>Thanks. >> >> >> >>Jaap Hogenberg wrote: >> >> >>>Hi, >>> >>>I'm not sure if I missed something, but I found that >>>the showlog.cgi does expect some logfile rotation to >>>be done on the nagios.log logfile. >>>I have set up a cron job and a script to do this, but >>>want some confirmation that this is the right thing to do. >>> >>>Anyone care to comment ? :-) >>> >>> >>>Thanks >>> >>>Jaap >>> >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by BEA Weblogic Workshop >>>FREE Java Enterprise J2EE developer tools! >>>Get your free copy of BEA WebLogic Workshop 8.1 today. >>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>>_______________________________________________ >>>Nagios-users mailing list >>>Nagios-users at 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 >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by BEA Weblogic Workshop >>FREE Java Enterprise J2EE developer tools! >>Get your free copy of BEA WebLogic Workshop 8.1 today. >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>_______________________________________________ >>Nagios-users mailing list >>Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dischide at hotmail.com Fri Jul 23 17:11:27 2004 From: dischide at hotmail.com (dave dischiave) Date: Fri, 23 Jul 2004 15:11:27 +0000 Subject: host are down (just installed) Message-ID: I have installed Nagios on a Sun Solaris 9 machine. I have installed the precompiled Solaris plug-ins. I have nagios up to the point were you see the hosts... using the templates. Except the hosts are either down or unreachable. I added hosts and changed the some templates to the the host, host group, and service cfg files. I am using use_authentication=0 in the cgi.cfg. when I use use_authentication or 1 nothing shows up. I am not sure when I can't get any information. Does any know? Is there some setting that I need to change? I have enclosed host.cfg, hostgroup.cfg, cgi.cfg, and services.cfg. Thank you, Dave _________________________________________________________________ MSN Toolbar provides one-click access to Hotmail from any Web page ? FREE download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/ -------------- next part -------------- A non-text attachment was scrubbed... Name: cgi.cfg Type: application/octet-stream Size: 17082 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: hostgroups.cfg Type: application/octet-stream Size: 1658 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: hosts.cfg Type: application/octet-stream Size: 6688 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: services.cfg Type: application/octet-stream Size: 19073 bytes Desc: not available URL: From stevelml1 at scee.sony.co.uk Fri Jul 23 17:46:11 2004 From: stevelml1 at scee.sony.co.uk (Steve Loughran) Date: Fri, 23 Jul 2004 16:46:11 +0100 Subject: Host Check -> Status Map delay Message-ID: <03c401c470cc$2db01410$f5cec22b@niltxp2> Hi all Sorry... two questions in one day. Just upgraded to Nagios v1.2 (very smooth upgrade... but this issue showed up in v1.0b as well) I have written a global host event handler that takes a snapshot of the status map image (with wget) and dumps it into a predefined directory on the webserver when the host status is "HARD", so it can be used to give a graphical history of any outages (and the effects of that) to the bosses or the ISPs. The handler works just fine, and is called at the right time, but I am finding that there is a delay between when the host check says its UP or DOWN, and when the status map image file is updated. In my config: aggregate_status_updates=0 so any updates should be distributed almost instantly, but even with a 20 second wait in the script, the image file that I grab shows the status of the host as it was just before the host check says its status had changed. Anyone know if this is fixable somehow, or what the delay is between the host being marked as "HARD" + "DOWN" and the status map image being updated to reflect this status? Many thanks. Steve ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sysop at millenia.com Fri Jul 23 18:33:03 2004 From: sysop at millenia.com (Brian Andrus) Date: Fri, 23 Jul 2004 09:33:03 -0700 Subject: Check_nrpe - Connection refused Message-ID: <20040723092778.SM01528@daddy> I am having a devil of a time with the check_nrpe command. I have nagios running on system rh1. I have nrpe running on system rh3 I am trying to run the check_disk1 command on rh3. I can run: "check_nrpe -H rh3 -c check_disk1" from the command line as the nagios user from rh1 successfully. When I try running it from nagios, it tells me "Connection refused by host" in the log files. There is no record of any attempt at connection on the remote system (which has debug logging enabled). My services.cfg: -------------------------------- # disk1 Free Space define service{ use generic-service ; Name of service template to use host_name rh3 service_description disk1 Free Space is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups linux-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_nrpe!check_disk1 } --------------------------------- My commands.cfg: --------------------------------- # 'check_nrpe' command definition define command{ command_name check_nrpe command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ } -------------------------------- Any ideas out there? All The Best, Brian Andrus, president Millenia Internet Services, Inc. (310) 260-1514 http://www.millenia.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From rdrake at stayonline.net Fri Jul 23 18:59:48 2004 From: rdrake at stayonline.net (Robert Drake) Date: Fri, 23 Jul 2004 12:59:48 -0400 Subject: Time to upgrade :) In-Reply-To: <02c001c470bd$cdc0a1e0$f5cec22b@niltxp2> References: <1090574594.19979.106.camel@kyle> <02c001c470bd$cdc0a1e0$f5cec22b@niltxp2> Message-ID: <20040723165948.GD17887@ipsek.net> Steve Loughran(stevelml1 at scee.sony.co.uk)@2004-07-23 15:03:17 +0100: > Hi all > > I have had Nagios v1.0b6 running with Zero problems since September 2002, > but I think its time to get with the plan and upgrade. Questions: I just recently did the same upgrade.. :) > > 1- Will Nagios v1.2 work out-of-the-box with my template based v1.0b6 config > files? Or near enough? (I`ll save my current set of files somewhere safe and > create the sample configs so I can spot any new aditions required) Mostly. I don't think anything changed between the two versions for me. I may have had to make a couple of changes but nothing bad. > > 2 - Is the plugins 1.4.0 alpha1 tarball pretty much safe to use,or should I > stick with the v1.3.1 tarball for now? I'm using the latest tarball without problems. Some things have changed (check_ping now reports duplicate packets, check_ssh now requires you to put your arguments in a certian order) but nothing major. > > 3 - can I just install over te current Nagios Install, or remove the old > ersion first? I installed on a new box, but I think the best bet is to install in a new directory and change your apache links to goto the new one. That way you can back out if something goes wrong. I noticed that 1.2 used more memory and CPU than 1.0b4. The memory may have just been because of different options, but it definately seemed to be hitting the CPU harder. I upgraded to 2.0 and the load dropped from 12 to 0.5. The memory dropped from 1.2Gb down to about 600Mb. People have suggested the chained hash patch to fix the performance problems and I definately think its a good idea if you're not ready for nagios 2.0. > > Nagios has been my life saver on many an occasion.... thank you Ethan!! (And > the rest of the contributors...) Agreed, Thanks for the excellent program. Robert > > Steve > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dave at leaplab.com Fri Jul 23 19:10:47 2004 From: dave at leaplab.com (Dave Barnum) Date: Fri, 23 Jul 2004 10:10:47 -0700 Subject: Can you have and '&' in the path for check_http? Message-ID: <41014697.7060505@leaplab.com> I'm trying to use a command that looks like this.. check_http -w 5 -c 10 -f follow -s SearchTerm -H www.domain.com -u /at/transaction.php?APID=1&affID=0001 I think it's taking the & as a command or something and sepparating the affID=0001 from the rest of the URL. I've tried surrounding that part with quotes but that doesn't seem to work either. Any clues? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Fri Jul 23 19:14:00 2004 From: jhmartin at toger.us (Jason Martin) Date: Fri, 23 Jul 2004 10:14:00 -0700 Subject: Check_nrpe - Connection refused In-Reply-To: <20040723092778.SM01528@daddy> References: <20040723092778.SM01528@daddy> Message-ID: <20040723171400.GX26681@zippy.members.linode.com> On Fri, Jul 23, 2004 at 09:33:03AM -0700, Brian Andrus wrote: > I can run: "check_nrpe -H rh3 -c check_disk1" from the command line as the Nagios is using the address field from the host definition, not necessairly the string 'rh3'. What is the value of address in your host definition? -Jason Martin > nagios user from rh1 successfully. > When I try running it from nagios, it tells me "Connection refused by host" > in the log files. > There is no record of any attempt at connection on the remote system (which > has debug logging enabled). > > My services.cfg: > -------------------------------- > # disk1 Free Space > define service{ > use generic-service ; Name of > service template to use > host_name rh3 > service_description disk1 Free Space > is_volatile 0 > check_period 24x7 > max_check_attempts 3 > normal_check_interval 5 > retry_check_interval 1 > contact_groups linux-admins > notification_interval 120 > notification_period 24x7 > notification_options w,u,c,r > check_command check_nrpe!check_disk1 > } > --------------------------------- > > My commands.cfg: > --------------------------------- > # 'check_nrpe' command definition > define command{ > command_name check_nrpe > command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ > } > -------------------------------- > > > Any ideas out there? > > > > All The Best, > > Brian Andrus, president > Millenia Internet Services, Inc. > (310) 260-1514 > http://www.millenia.com > -- If you believe in telekinesis, raise my hand. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From jhmartin at toger.us Fri Jul 23 19:25:14 2004 From: jhmartin at toger.us (Jason Martin) Date: Fri, 23 Jul 2004 10:25:14 -0700 Subject: Can you have and '&' in the path for check_http? In-Reply-To: <41014697.7060505@leaplab.com> References: <41014697.7060505@leaplab.com> Message-ID: <20040723172513.GY26681@zippy.members.linode.com> On Fri, Jul 23, 2004 at 10:10:47AM -0700, Dave Barnum wrote: > I'm trying to use a command that looks like this.. > > check_http -w 5 -c 10 -f follow -s SearchTerm -H www.domain.com -u > /at/transaction.php?APID=1&affID=0001 Try backslashing the &; the shell treats this as the background character. -Jason Martin -- If you believe in telekinesis, raise my hand. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From dave at leaplab.com Fri Jul 23 19:50:51 2004 From: dave at leaplab.com (Dave Barnum) Date: Fri, 23 Jul 2004 10:50:51 -0700 Subject: host are down (just installed) In-Reply-To: References: Message-ID: <41014FFB.3050805@leaplab.com> Briefly going over your config files i see a lot of the example hosts.. Which ones are yours? Also.. In the services config make sure you have a PING service set up for that host. Not having this will present problems. dave dischiave wrote: > > I have installed Nagios on a Sun Solaris 9 machine. I have installed > the precompiled Solaris plug-ins. I have nagios up to the point were > you see the hosts... using the templates. Except the hosts are either > down or unreachable. > > I added hosts and changed the some templates to the the host, host > group, and service cfg files. I am using use_authentication=0 in the > cgi.cfg. when I use use_authentication or 1 nothing shows up. > > I am not sure when I can't get any information. Does any know? Is > there some setting that I need to change? > > I have enclosed host.cfg, hostgroup.cfg, cgi.cfg, and services.cfg. > > Thank you, > > Dave > > _________________________________________________________________ > MSN Toolbar provides one-click access to Hotmail from any Web page ? > FREE download! > http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dischide at hotmail.com Fri Jul 23 20:03:45 2004 From: dischide at hotmail.com (dave dischiave) Date: Fri, 23 Jul 2004 18:03:45 +0000 Subject: host are down (just installed) Message-ID: Dave Thank you for looking at this. I just turned on web Authentication, I thought that might make a difference. No that just creates a username and password log on. I do have a ping service for the host that I am monitoring. I am left a lot defaults in there and was going to take them out once I got things working. I am monitoring nds1, linux2, and router1 (are the hosts I am looking at) Thank you, Dave >From: Dave Barnum >To: dave dischiave >Subject: Re: [Nagios-users] host are down (just installed) >Date: Fri, 23 Jul 2004 10:50:23 -0700 > >Briefly going over your config files i see a lot of the example hosts.. >Which ones are yours? Also.. In the services config make sure you have a >PING service set up for that host. Not having this will present problems. > >dave dischiave wrote: > >> >>I have installed Nagios on a Sun Solaris 9 machine. I have installed the >>precompiled Solaris plug-ins. I have nagios up to the point were you see >>the hosts... using the templates. Except the hosts are either down or >>unreachable. >> >>I added hosts and changed the some templates to the the host, host group, >>and service cfg files. I am using use_authentication=0 in the cgi.cfg. >>when I use use_authentication or 1 nothing shows up. >> >>I am not sure when I can't get any information. Does any know? Is there >>some setting that I need to change? >> >>I have enclosed host.cfg, hostgroup.cfg, cgi.cfg, and services.cfg. >> >>Thank you, >> >>Dave >> >>_________________________________________________________________ >>MSN Toolbar provides one-click access to Hotmail from any Web page ? FREE >>download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/ > > _________________________________________________________________ Overwhelmed by debt? Find out how to ?Dig Yourself Out of Debt? from MSN Money. http://special.msn.com/money/0407debt.armx ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From wgking at shaw.ca Fri Jul 23 20:12:30 2004 From: wgking at shaw.ca (Greg King) Date: Fri, 23 Jul 2004 12:12:30 -0600 Subject: AW: SOLVED -- NRPE - Error - Could not complete SSL handsha ke Message-ID: <304217e3041aa9.3041aa9304217e@shaw.ca> Thanks for the suggestion Sven. Yes - even though the doc says it is ignored if xinetd is used. However I had a error in the nrpe file in xinetd.d. When I corrected it, everything worked as expected. Here's what I have in each config file: ---nrpe.cfg--- # NOTE: This option is ignored if NRPE is running under either inetd or xinetd allowed_hosts=127.0.0.1,192.168.2.106,192.168.2.109 ---/etc/xinetd.d/nrpe ... only_from = 192.168.2.106 192.168.2.109 127.0.0.1 -------------- ----- Original Message ----- From: "Schaffranneck, Sven (K-DOI-5/4)" Date: Friday, July 23, 2004 5:14 am Subject: AW: [Nagios-users] NRPE - Error - Could not complete SSL handsha ke > Did you configured the nrpe.cfg with the right IP-Adress? > > -------------------- > allowed_hosts=127.0.0.1,192.168.2.106 > -------------------- > > > Mit freundlichen Gr??ssen, > Sven Schaffranneck > K-DOI-5/4 > > Volkswagen AG > Brieffach 1883 > 38436 Wolfsburg > > Telefon: +49 (5361) 9-3 88 58 > http://www.volkswagen.de > > > > -----Urspr??ngliche Nachricht----- > > Von: Greg King [wgking at shaw.ca] > > Gesendet: Freitag, 23. Juli 2004 00:54 > > An: nagios-users at lists.sourceforge.net > > Betreff: [Nagios-users] NRPE - Error - Could not complete SSL > > handshake > > > > > > Hi folks, > > > > Environemt: RH9, Nagios 1.2, NRPE 2.0. > > > > I compiled and installed NRPE on the same host as Nagios and > > configured xinetd to start it. If I test it with the loopback > > address it works, but if I use the ipaddress of the host it > > returns the error. There is no firewall active. It appears as > > though nrpe is only listening on the loopback address. What > > could be causing this behaviour? Running a check_nrpe from a > > remote host also gets the same error. I see some prior posts > > on this and an FAQ but none seem to address this situation. > > > > Any ideas welcome. > > > > Regards, > > Greg King > > ------------------------------- > > [root at nagios src]# ./check_nrpe -H 127.0.0.1 -c check_nagios > > Nagios ok: located 1 process, status log updated 3 seconds ago > > [root at nagios src]# ./check_nrpe -H 192.168.2.106 -c check_nagios > > CHECK_NRPE: Error - Could not complete SSL handshake. > > [root at nagios src]# ifconfig eth0 > > eth0 Link encap:Ethernet HWaddr 00:08:74:A0:C8:23 > > inet addr:192.168.2.106 Bcast:192.168.2.255 > > Mask:255.255.255.0 > > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > > > > [root at nagios src]# netstat -tal > > Active Internet connections (servers and established) > > Proto Recv-Q Send-Q Local Address Foreign Address > > State > > tcp 0 0 *:32768 *:* > > LISTEN > > tcp 0 0 localhost.localdo:32769 *:* > > LISTEN > > tcp 0 0 *:nrpe *:* > > LISTEN > > tcp 0 0 *:smux *:* > > LISTEN > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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> > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dave at leaplab.com Fri Jul 23 20:23:51 2004 From: dave at leaplab.com (Dave Barnum) Date: Fri, 23 Jul 2004 11:23:51 -0700 Subject: Can you have and '&' in the path for check_http? In-Reply-To: References: Message-ID: <410157B7.5090308@leaplab.com> When i try this on the command line check_http comes back with "no match" Ben wrote: >I haven't any experience with what you're doing exactly, but it may be >that a shell is interpretting the &. Trying making it \& > >On Fri, 23 Jul 2004, Dave Barnum wrote: > > > >>I'm trying to use a command that looks like this.. >> >>check_http -w 5 -c 10 -f follow -s SearchTerm -H www.domain.com -u >>/at/transaction.php?APID=1&affID=0001 >> >>I think it's taking the & as a command or something and sepparating the >>affID=0001 from the rest of the URL. I've tried surrounding that part >>with quotes but that doesn't seem to work either. Any clues? >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by BEA Weblogic Workshop >>FREE Java Enterprise J2EE developer tools! >>Get your free copy of BEA WebLogic Workshop 8.1 today. >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>_______________________________________________ >>Nagios-users mailing list >>Nagios-users at 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 >> >> >> > > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From greg_fenton at yahoo.com Fri Jul 23 22:04:09 2004 From: greg_fenton at yahoo.com (Greg Fenton) Date: Fri, 23 Jul 2004 13:04:09 -0700 (PDT) Subject: Can you have and '&' in the path for check_http? In-Reply-To: <410157B7.5090308@leaplab.com> References: <410157B7.5090308@leaplab.com> Message-ID: <20040723200409.33561.qmail@web52908.mail.yahoo.com> --- Dave Barnum wrote: > When i try this on the command line check_http comes back with "no > match" > What if you surround the parameter in double (or single) quotes? greg_fenton. ===== Greg Fenton greg_fenton at yahoo.com __________________________________ Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign! http://advision.webevents.yahoo.com/yahoo/votelifeengine/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From stevelml1 at scee.sony.co.uk Fri Jul 23 22:38:03 2004 From: stevelml1 at scee.sony.co.uk (Steve Loughran) Date: Fri, 23 Jul 2004 21:38:03 +0100 Subject: Can you have and '&' in the path for check_http? References: <410157B7.5090308@leaplab.com> Message-ID: <004701c470f4$f7f0a190$0ffe10ac@niltxp2> err... think the "?" in "/at/transaction.php?APID=1&affID=0001" is causing shell globbing. Try using the '/at/transaction.php?APID=1&affID=0001' quotes as well as the "/at/transaction.php?APID=1&affID=0001" Steve ----- Original Message ----- From: "Dave Barnum" To: Sent: Friday, July 23, 2004 7:23 PM Subject: Re: [Nagios-users] Can you have and '&' in the path for check_http? > When i try this on the command line check_http comes back with "no match" > > Ben wrote: > > >I haven't any experience with what you're doing exactly, but it may be > >that a shell is interpretting the &. Trying making it \& > > > >On Fri, 23 Jul 2004, Dave Barnum wrote: > > > > > > > >>I'm trying to use a command that looks like this.. > >> > >>check_http -w 5 -c 10 -f follow -s SearchTerm -H www.domain.com -u > >>/at/transaction.php?APID=1&affID=0001 > >> > >>I think it's taking the & as a command or something and sepparating the > >>affID=0001 from the rest of the URL. I've tried surrounding that part > >>with quotes but that doesn't seem to work either. Any clues? > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by BEA Weblogic Workshop > >>FREE Java Enterprise J2EE developer tools! > >>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>_______________________________________________ > >>Nagios-users mailing list > >>Nagios-users at 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 > >> > >> > >> > > > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dave at leaplab.com Sat Jul 24 00:16:38 2004 From: dave at leaplab.com (Dave Barnum) Date: Fri, 23 Jul 2004 15:16:38 -0700 Subject: Can nagios -f handle a http-equiv='refresh' Message-ID: <41018E46.5000302@leaplab.com> I have a page that does a forward but i can't get nagios to follow the forward. If i use -v for the check_http command i get the php page that i am hitting first. On that page there the following code even though i have my check command set up like so: check_http -f ok -w 5 -c 10 -s keyword -H www.domain.com -u "/at/transaction.php?APID=1&affID=0001" I cannot get nagios to follow that refresh onto the next page and find my keyword. Any idea what the problem might be? ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dave at leaplab.com Fri Jul 23 22:45:27 2004 From: dave at leaplab.com (Dave Barnum) Date: Fri, 23 Jul 2004 13:45:27 -0700 Subject: Can you have and '&' in the path for check_http? In-Reply-To: <004701c470f4$f7f0a190$0ffe10ac@niltxp2> References: <410157B7.5090308@leaplab.com> <004701c470f4$f7f0a190$0ffe10ac@niltxp2> Message-ID: <410178E7.70806@leaplab.com> If i put it in quotes i get string not found for the search term.. Is there a way i can just have it print out to the screen what it is seeing? Steve Loughran wrote: >err... think the "?" in "/at/transaction.php?APID=1&affID=0001" is causing >shell globbing. Try using the > > '/at/transaction.php?APID=1&affID=0001' > >quotes as well as the > > "/at/transaction.php?APID=1&affID=0001" > >Steve > > >----- Original Message ----- >From: "Dave Barnum" >To: >Sent: Friday, July 23, 2004 7:23 PM >Subject: Re: [Nagios-users] Can you have and '&' in the path for check_http? > > > > >>When i try this on the command line check_http comes back with "no match" >> >>Ben wrote: >> >> >> >>>I haven't any experience with what you're doing exactly, but it may be >>>that a shell is interpretting the &. Trying making it \& >>> >>>On Fri, 23 Jul 2004, Dave Barnum wrote: >>> >>> >>> >>> >>> >>>>I'm trying to use a command that looks like this.. >>>> >>>>check_http -w 5 -c 10 -f follow -s SearchTerm -H www.domain.com -u >>>>/at/transaction.php?APID=1&affID=0001 >>>> >>>>I think it's taking the & as a command or something and sepparating the >>>>affID=0001 from the rest of the URL. I've tried surrounding that part >>>>with quotes but that doesn't seem to work either. Any clues? >>>> >>>> >>>>------------------------------------------------------- >>>>This SF.Net email is sponsored by BEA Weblogic Workshop >>>>FREE Java Enterprise J2EE developer tools! >>>>Get your free copy of BEA WebLogic Workshop 8.1 today. >>>>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>>>_______________________________________________ >>>>Nagios-users mailing list >>>>Nagios-users at 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 >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>> >>> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by BEA Weblogic Workshop >>FREE Java Enterprise J2EE developer tools! >>Get your free copy of BEA WebLogic Workshop 8.1 today. >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>_______________________________________________ >>Nagios-users mailing list >>Nagios-users at 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 >> >> > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-users at gurugeek.com Sat Jul 24 02:26:28 2004 From: nagios-users at gurugeek.com (Jeff Rodriguez) Date: Fri, 23 Jul 2004 17:26:28 -0700 Subject: Can you have and '&' in the path for check_http? In-Reply-To: <410178E7.70806@leaplab.com> References: <410157B7.5090308@leaplab.com> <004701c470f4$f7f0a190$0ffe10ac@niltxp2> <410178E7.70806@leaplab.com> Message-ID: <4101ACB4.6040006@gurugeek.com> I'm not sure if any options off the top of my head will let you do that, but you can use telnet to test URLs: telnet www.domain.com 80 --- GET /at/transaction.php?APID=1&affID=0001 HTTP/1.1 Host: www.domain.com Connection: Close --- Press a couple of times if it doesn't return a page immediately. Dave Barnum wrote: > If i put it in quotes i get string not found for the search term.. Is > there a way i can just have it print out to the screen what it is seeing? > > > Steve Loughran wrote: > >> err... think the "?" in "/at/transaction.php?APID=1&affID=0001" is >> causing >> shell globbing. Try using the >> >> '/at/transaction.php?APID=1&affID=0001' >> >> quotes as well as the >> >> "/at/transaction.php?APID=1&affID=0001" >> >> Steve >> >> >> ----- Original Message ----- From: "Dave Barnum" >> To: >> Sent: Friday, July 23, 2004 7:23 PM >> Subject: Re: [Nagios-users] Can you have and '&' in the path for >> check_http? >> >> >> >> >>> When i try this on the command line check_http comes back with "no >>> match" >>> >>> Ben wrote: >>> >>> >>> >>>> I haven't any experience with what you're doing exactly, but it may be >>>> that a shell is interpretting the &. Trying making it \& >>>> >>>> On Fri, 23 Jul 2004, Dave Barnum wrote: >>>> >>>> >>>> >>>> >>>> >>>>> I'm trying to use a command that looks like this.. >>>>> >>>>> check_http -w 5 -c 10 -f follow -s SearchTerm -H www.domain.com -u >>>>> /at/transaction.php?APID=1&affID=0001 >>>>> >>>>> I think it's taking the & as a command or something and >>>>> sepparating the >>>>> affID=0001 from the rest of the URL. I've tried surrounding that >>>>> part >>>>> with quotes but that doesn't seem to work either. Any clues? >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> This SF.Net email is sponsored by BEA Weblogic Workshop >>>>> FREE Java Enterprise J2EE developer tools! >>>>> Get your free copy of BEA WebLogic Workshop 8.1 today. >>>>> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>>>> _______________________________________________ >>>>> Nagios-users mailing list >>>>> Nagios-users at 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 >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by BEA Weblogic Workshop >>> FREE Java Enterprise J2EE developer tools! >>> Get your free copy of BEA WebLogic Workshop 8.1 today. >>> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >>> _______________________________________________ >>> Nagios-users mailing list >>> Nagios-users at 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 >>> >> >> >> >> >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ali.ajroud at philips.com Sat Jul 24 05:00:24 2004 From: ali.ajroud at philips.com (ali.ajroud at philips.com) Date: Sat, 24 Jul 2004 05:00:24 +0200 Subject: Ali Ajroud/LME/PCC/PHILIPS is out of the office. Message-ID: I will be out of the office starting 23/07/2004 and will not return until 30/08/2004. If your message concerns the Cellon disentanglement project, please contact Emmanuel Ricros email: emmanuel.ricros at philips.com. Otherwise, I will respond to your message when I return. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From karl at debisschop.net Sat Jul 24 13:41:08 2004 From: karl at debisschop.net (Karl DeBisschop) Date: Sat, 24 Jul 2004 07:41:08 -0400 Subject: check_ping problem In-Reply-To: References: Message-ID: <41024AD4.4010404@debisschop.net> Robert Nelson wrote: > Actually, I changed the DNS entries to something that would work, since > my priority was to get the device monitored, THEN to figure out why > Nagios didn't like it :) The new hostname is > tap-5300h.wachovia2.nc.windchannel.com > > I was curious if that's an actual restriction in DNS, or a "guideline", > that domains can't start with numerals. Normal ping and nslookup don't > puke on it, though. I used to be an actual restriction, it no longer is. -- Karl ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From joelseph at watchtv.net Sat Jul 24 15:50:28 2004 From: joelseph at watchtv.net (Joel) Date: Sat, 24 Jul 2004 13:50:28 +0000 (UTC) Subject: Need to monitor by hostgroup References: <1090516555.4442.13.camel@pel> Message-ID: This was working great until last night... Now I'm getting the good old Return code of 139 is out of bounds messages again. When I run the plugin via command line (and manually specify a host via stdin), I get the following: Segmentation fault (core dumped) I can't find any additional support or information on this at all... Anyone have ideas of something else to try? I suppose I could have changed something that affected this but am pretty certain I didn't... ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jrhett at meer.net Sat Jul 24 19:29:15 2004 From: jrhett at meer.net (Joe Rhett) Date: Sat, 24 Jul 2004 10:29:15 -0700 Subject: Can nagios -f handle a http-equiv='refresh' In-Reply-To: <41018E46.5000302@leaplab.com> References: <41018E46.5000302@leaplab.com> Message-ID: <20040724172914.GC48971@meer.net> > even though i have my check command set up like so: check_http -f ok This command says that a forward direction is OK. I believe you want check_http -f follow (other args) You can find more help for this plugin using "check_http -h" -- Joe Rhett Senior Geek Meer.net ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From spushpendra2000 at yahoo.co.in Sat Jul 24 21:12:39 2004 From: spushpendra2000 at yahoo.co.in (=?iso-8859-1?q?pushpendra=20singh?=) Date: Sat, 24 Jul 2004 20:12:39 +0100 (BST) Subject: regarding check_nrpe -SSL handshake error Message-ID: <20040724191239.2647.qmail@web8303.mail.in.yahoo.com> i have installed nrpe daemon in the remote host. now whenever i run check_nrpe in the Nagios server it gives the error : CHECK_NRPE: Error - Could not complete SSL handshake i have seen the FAQ of NAGIOS and they have given the solution as. 1. Different versions. Make sure you are using the same version of the check_nrpe plugin and the NRPE daemon. Newer versions of NRPE are usually not backward compatible with older versions. HELP related to abouve point ::could anyone tell me how do i know the version of above daemon(nrpe) and plugin(check_nrpe). 2.SSL is disabled. Make sure both the NRPE daemon and the check_nrpe plugin were compiled with SSL support and that neither are being run without SSL support (using command line switches). HELP related to above point::how do i do this. please reply as soon as possible ________________________________________________________________________ Yahoo! India Careers: Over 65,000 jobs online Go to: http://yahoo.naukri.com/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mnagel at willingminds.com Sat Jul 24 21:30:46 2004 From: mnagel at willingminds.com (Mark D. Nagel) Date: Sat, 24 Jul 2004 12:30:46 -0700 Subject: Citrix and nsclient In-Reply-To: <1090586687.939.2.camel@probe.remotebeheer.net> References: <5520.212.206.62.50.1090567173.squirrel@webmail.xs4all.nl> <4100FD5D.8010809@codejnki.com> <1090586687.939.2.camel@probe.remotebeheer.net> Message-ID: <4102B8E6.4030208@willingminds.com> Frank de Groodt wrote: >It's not the command to check if Citrix is running on the box that gives >us problems but all checks performed by check_nt very often come up with >connection refused. > We have found that in certain cases the default port (1248) is used by Windows for file sharing or similar. You can check whether this is true on your server by running "netstat -an | findstr 1248" from a shell window (when the NSClient service is stopped). If there is a LISTEN entry on that port, then NSClient cannot bind to it. We have changed the default port we use in our customer systems to 12480 to eliminate this problem in general. We have some tools we've developed (installer, config tool, mass-update tool) to simplify configuration of the port and password on new systems and across multiple already-deployed systems. I might be able to get the tools posted into the contrib section on the Nagios site -- will have to check on that. Mark -- Mark D. Nagel, CCIE #3177 Principal Consultant, Willing Minds LLC tel: 714-630-4772, fax: 714-630-4773, web: http://www.willingminds.com/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Sun Jul 25 11:28:53 2004 From: ae at op5.se (Andreas Ericsson) Date: Sun, 25 Jul 2004 11:28:53 +0200 Subject: Only notify once? In-Reply-To: References: <1090418125.26762.108.camel@delltrb02> <1090430246.3442.133.camel@localhost> Message-ID: <41037D55.5050102@op5.se> Quanah Gibson-Mount wrote: > > > --On Wednesday, July 21, 2004 12:17 PM -0500 jeff vier > wrote: > >> just set your notification interval absurdly high. 525600 minutes is a >> year. > Doesn't anybody ever read the manual? > > If only I could get nagios to notify *more* than once when a host goes > down... :P > Doesn't anybody ever read the manual? > --Quanah > It's stated quite clearly in the documentation that notification_interval sets the time between recurring notifications, and that notifications will be sent out until the host changes state. If notification_interval is set to 0, that's equivalent of sending just one notification. -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ae at op5.se Sun Jul 25 11:45:05 2004 From: ae at op5.se (Andreas Ericsson) Date: Sun, 25 Jul 2004 11:45:05 +0200 Subject: config In-Reply-To: <370ACCFA5BB3B346A31222E5559BF91F1B690B@mismail2.ena.com> References: <370ACCFA5BB3B346A31222E5559BF91F1B690B@mismail2.ena.com> Message-ID: <41038121.6000900@op5.se> Marc Powell wrote: > toussaint bouss wrote: > >>hi, >> >>i need your help for the followings problems: >> >>1- is it necessary to enter host's ip addresses to be discovered by >>nagios; can't we use only the network id (e.g:192.168.10.0/24 ) > > > Nagios does not natively support network auto discovery. The core design > philosophy of the software negates the possibility. That being said, the > nmap2nagios addon available at http://www.nagios.org/download/extras.php > may be useful to you. It's not something I've used but it appears that > it can be used to emulate that behavior. > > >>2- what can i do for those hosts with dhcp adresses? > > > Reconsider why hosts that are running services important enough to > monitor are using DHCP. If DHCP is still a must for you then depending > on the OS of the host you want to monitor you would have the best > results sending passive checks from the host in question to your Nagios > server and using freshness checking to verify they're coming in > regularly. A unix based host would of course offer the greatest > flexibility but you could probably do the same with a windows machine > either via cygwin or using send_nsca_win32 possibly. > Or you can configure your DHCP server to lock an IP to a MAC-address on the server in question (at least with unix dhcpd). Static addressing with DHCP settings (really silly, but sort of cute anyways). -- Sourcerer / Andreas Ericsson OP5 AB +46 (0)733 709032 andreas.ericsson at op5.se ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From benny at bennyvision.com Sun Jul 25 18:17:38 2004 From: benny at bennyvision.com (C. Bensend) Date: Sun, 25 Jul 2004 11:17:38 -0500 (CDT) Subject: config In-Reply-To: <41038121.6000900@op5.se> References: <370ACCFA5BB3B346A31222E5559BF91F1B690B@mismail2.ena.com> <41038121.6000900@op5.se> Message-ID: <53994.63.227.74.41.1090772280.squirrel@webmail.stinkweasel.net> > Or you can configure your DHCP server to lock an IP to a MAC-address on > the server in question (at least with unix dhcpd). Static addressing > with DHCP settings (really silly, but sort of cute anyways). Static addressing via DHCP is not silly at all. It allows for central change control, and makes making network-wide changes very easy. As long as your DHCP server is reliable and your configuration is well thought out, DHCP can save much work and many headaches, even with static hosts. Benny -- "You were doing well until everyone died." -- "God", Futurama ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From ghe_rivero at yahoo.es Sun Jul 25 19:39:18 2004 From: ghe_rivero at yahoo.es (Ghe Rivero) Date: Sun, 25 Jul 2004 17:39:18 +0000 Subject: checking hosts frequently Message-ID: <1090777158.8535.0.camel@sid> Hi people, we are going to start to use nagios at my university and everything works nice, but there are one thing missing. Check hosts frequenty Reading the docs and the faq, they say that nagios is a service monitoring tool, not a host monitor, but there are some cases where we don't have services to check (like routers), or we need no know if it's the host what is down or only the service. Anybody know how to force for host checkings as frequenty are checks services? I've tried with all kind of configurations but no output is get (Just "Not enough data to determine host status yet"). Thx in advanced Ghe Rivero ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Sun Jul 25 21:24:08 2004 From: jhmartin at toger.us (Jason Martin) Date: Sun, 25 Jul 2004 12:24:08 -0700 Subject: checking hosts frequently In-Reply-To: <1090777158.8535.0.camel@sid> References: <1090777158.8535.0.camel@sid> Message-ID: <20040725192408.GJ26681@zippy.members.linode.com> On Sun, Jul 25, 2004 at 05:39:18PM +0000, Ghe Rivero wrote: > monitoring tool, not a host monitor, but there are some cases where we > don't have services to check (like routers), or we need no know if Most routers support some SNMP, or at the mininum ping-checks. You could check for either of those. -Jason Martin -- This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From marino.simons at acerta.be Mon Jul 26 01:03:58 2004 From: marino.simons at acerta.be (marino.simons at acerta.be) Date: Mon, 26 Jul 2004 01:03:58 +0200 Subject: Marino Simons/GEM/ACERTA/DOMINO is afwezig. Message-ID: Ik ben afwezig vanaf 24/07/2004 en ik ben niet eerder terug dan 09/08/2004. Ik antwoord op uw bericht wanneer ik terug ben. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mksmith at noanet.net Mon Jul 26 06:20:12 2004 From: mksmith at noanet.net (Michael Smith) Date: Sun, 25 Jul 2004 21:20:12 -0700 Subject: New Installation - "Host Assumed to Be Up" - Undertimined Sate in Avalability Report Message-ID: <6B628149FCE1B543A3AB351A29DC7D8E1D7248@basilisk.noanet.lan> Hello All: I have just installed 1.2 from the FreeBSD ports and everything appears to be working well. I can monitor all of my devices and they send alarms and show properly when there is an outage (as defined). However, when I look at the availability report for a particular host that shows "up" in the GUI, I show 100% Undetermined State, unless there has been a critical event which shows correctly. Can someone point me to the appropriate way to get the devices to show "up" instead of "undetermined state"? Thanks in advance, Mike ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Mon Jul 26 07:28:13 2004 From: marc at ena.com (Marc Powell) Date: Mon, 26 Jul 2004 00:28:13 -0500 Subject: New Installation - "Host Assumed to Be Up" - Undertimined Sate in Avalability Report Message-ID: <370ACCFA5BB3B346A31222E5559BF91F0142BD@mismail2.ena.com> Check the FAQ. The behavior you are seeing is correct and accurate. The FAQ will give you some tips on how to get the output you desire from the reports. -- Marc -----Original Message----- From: Michael Smith To: nagios-users at lists.sourceforge.net Sent: Sun Jul 25 23:20:12 2004 Subject: [Nagios-users] New Installation - "Host Assumed to Be Up" - Undertimined Sate in Avalability Report Hello All: I have just installed 1.2 from the FreeBSD ports and everything appears to be working well. I can monitor all of my devices and they send alarms and show properly when there is an outage (as defined). However, when I look at the availability report for a particular host that shows "up" in the GUI, I show 100% Undetermined State, unless there has been a critical event which shows correctly. Can someone point me to the appropriate way to get the devices to show "up" instead of "undetermined state"? Thanks in advance, Mike ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=ick _______________________________________________ Nagios-users mailing list Nagios-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From verdon at cict.fr Mon Jul 26 10:28:28 2004 From: verdon at cict.fr (carole verdon) Date: Mon, 26 Jul 2004 10:28:28 +0200 Subject: Nagiosmapp addon In-Reply-To: <20040723160711.BWHL15848.out010.verizon.net@stacy> References: <20040723160711.BWHL15848.out010.verizon.net@stacy> Message-ID: <4104C0AC.7060203@cict.fr> In /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13, there is that: use Tk::Event (); But the lines above are: package Tk; require 5.007; Perhaps, there is a problem of Perl version? My version is 5.8.3. $ /usr/local/bin/perl -v This is perl, v5.8.3 built for sun4-solaris My env output gives that: $ env _=/usr/bin/env MANPATH=/usr/share/man:/usr/local/man:/usr/openwin/man:/opt/sfw/man:/opt/SUNWspro/man VISUAL=emacs SSH_TTY=/dev/pts/3 PATH=/home/nagios/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin/X11:/opt/SUNWspro/bin:/usr/ucb:/usr/ccs/bin:/usr/local/mysql/bin:/usr/local/nagios/bin OPENWINHOME=/usr/openwin EDITOR=emacs LOGNAME=nagios MAIL=/var/mail//nagios USER=nagios DISPLAY=localhost:12.0 SHELL=/bin/ksh HOME=/home/nagios SSH_CONNECTION=130.120.74.37 58071 195.220.61.9 22 SSH_CLIENT=130.120.74.37 58071 22 LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql:/usr/local/ssl/lib:/usr/local/lib TERM=xterm XAPPLRESDIR=/usr/local/lib/X11/app-defaults PWD=/usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris TZ=MET Thanks for your response. Steve Rieger wrote: > Three questions > > What on /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13 > > What is the env output > > Do a find for whatever it is on line 13, is that dir in your path > > > > -- > > Steve Rieger > > ICQ# 53956607 > > MSN IM steve at n2sw.com > > Yahoo IM riegersteve > > ------------------------------------------------------------------------ > > *From:* nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] *On Behalf Of > *carole verdon > *Sent:* Friday, July 23, 2004 5:16 AM > *To:* Nagios Users > *Subject:* [Nagios-users] Nagiosmapp addon > > > >Hi all, > > > >I would want to test the Nagiosmapp addon that i found in http://www.nagios.org/download/extras.php. > > > >For that, i installed those two packages on my solaris nagios server > >(v 1.2): > > > >* Tk800-022-sol8-sparc-local.gz . Tk800 is Perl/Tk, a graphical user interface toolKit - installs in /usr/local. > > > >* Perl module: *Tk::Event* (Tk-804.027.tar.gz) > > > > > >But i always have erros when i execute nagiosmap.pl. > > > >$ ./nagiosmap.pl > >Can't locate loadable object for module Tk::Event in @INC (@INC contains: /usr/local/lib/perl5/5.8.3/sun4-solaris /usr/local/lib/perl5/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13 > >Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13. > >BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13. > >Compilation failed in require at ./nagiosmap.pl line 60. > >BEGIN failed--compilation aborted at ./nagiosmap.pl line 60. > >Undefined subroutine &Tk::Event::CleanupGlue called at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk/Event.pm line 3. > >END failed--call queue aborted at ./nagiosmap.pl line 60. > > > > > >I don't find solution. Can someone help me, please? > > > > > >Carole. > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Mon Jul 26 11:01:28 2004 From: verdon at cict.fr (carole verdon) Date: Mon, 26 Jul 2004 11:01:28 +0200 Subject: regarding check_nrpe -SSL handshake error In-Reply-To: <20040724191239.2647.qmail@web8303.mail.in.yahoo.com> References: <20040724191239.2647.qmail@web8303.mail.in.yahoo.com> Message-ID: <4104C868.7000708@cict.fr> To know version of nrpe daemon and check_nrpe, you can execute the following commands which give the usage: * on remote host: /usr/local/nagios/bin/nrpe * on nagios server: /usr/local/nagios/libexec/check_nrpe For ssl, if you compiled nrpe without '--disable-ssl' option, then that means nrpe have ssl support enabled. Do nagios server and remote host have ssl support ? Carole. pushpendra singh wrote: >i have installed nrpe daemon in the remote host. > >now whenever i run check_nrpe in the Nagios server it >gives the error : >CHECK_NRPE: Error - Could not complete SSL handshake > >i have seen the FAQ of NAGIOS and they have given the >solution as. > > >1. Different versions. Make sure you are using the >same version of the check_nrpe plugin and the NRPE >daemon. Newer versions of NRPE are usually not >backward compatible with older versions. > > >HELP related to abouve point ::could anyone tell me >how do i know the version of above daemon(nrpe) and >plugin(check_nrpe). > >2.SSL is disabled. Make sure both the NRPE daemon and >the check_nrpe plugin were compiled with SSL support >and that neither are being run without SSL support >(using command line switches). > >HELP related to above point::how do i do this. > > > >please reply as soon as possible > >________________________________________________________________________ >Yahoo! India Careers: Over 65,000 jobs online >Go to: http://yahoo.naukri.com/ > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From edrandom at gmail.com Mon Jul 26 14:04:59 2004 From: edrandom at gmail.com (Ed Voncken) Date: Mon, 26 Jul 2004 14:04:59 +0200 Subject: checking hosts frequently In-Reply-To: <1090777158.8535.0.camel@sid> References: <1090777158.8535.0.camel@sid> Message-ID: <3c19a9930407260504158c52a@mail.gmail.com> Hi, On Sun, 25 Jul 2004 17:39:18 +0000, Ghe Rivero wrote: > Anybody know how to force for host checkings as frequenty are checks > services? I've tried with all kind of configurations but no output is > get (Just "Not enough data to determine host status yet"). I usually assign a PING service to each host, so I can at least see if it is responding - this way, all my devices have at least one service. -- Gxis! Ed. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From maca02 at atlas.cz Mon Jul 26 14:19:40 2004 From: maca02 at atlas.cz (=?ISO-8859-2?Q?Tom=E1=B9_Macek?=) Date: Mon, 26 Jul 2004 14:19:40 +0200 (CEST) Subject: Problems with history In-Reply-To: <1090696088.1332.3.camel@localhost.localdomain> References: <1088785269.1329.15.camel@localhost.localdomain> <1089228015.1375.5.camel@localhost.localdomain> <1089401755.1340.4.camel@localhost.localdomain> <1090696088.1332.3.camel@localhost.localdomain> Message-ID: Hello, I'm really sorry, but it doesn't work. I did not noticed three files *-23 (last yesterday) because of my inattention. Excude me, false alarm. You are writing that it works for you with the ntpdate scheduled once a day. I will try your method - I'm assured it will work perfectly ;-) Bye, Tomas On Sat, 24 Jul 2004, Horvath Tamas wrote: > Hello! > > I've just come back from holiday. I'm glad that it works. > > Maybe the key point is "the 55 minutes" because - as I mentioned - I > scheduled nptdate on every 3 hours (01:00, 04:00, etc.) but this didn't > work. Now I ran ntpdate once ebvery day and my installation works too, > but I'll try your method. > > Bye, Tamas! > > > > 2004-07-19, h keltez?ssel Tom?? Macek ezt ?rta: >> Hi, >> on 2004-07-08 we sheduled the ntpdate on every second hour and 55 minutes and it still works without mistake... (hopefully it will work in the future ;-) ) >> >> This is our line from contab of ntpdate: >> >> 55 */2 * * * root /usr/sbin/ntpdate -s our.host.cz >> >> So the difference is, that we shedulled the ntpdate about once per 2 hours, that's 50% less than it was before (it was once per hour), and this could be why nagios could be confused... >> >> By, Tom >> >> >> >> On Fri, 9 Jul 2004, Horvath Tamas wrote: >> >>> Hello! >>> >>> I think this won't help you. As I mentioned I ran ntpdate 01:00, 04:00, >>> ... 22:00. About every two or three days the "-23.log" files appear. >>> >>> I saw Nagios info about time change. Did you see this too? The FAQ says >>> that too many time change confuses Nagios. >>> >>> If I'm wrong please write it to me. >>> >>> Bye, Tamas! >>> >>> >>> 2004-07-08, cs keltez?ssel Tom?? Macek ezt ?rta: >>>> Hi, >>>> I asked our administrator about the FAQ 0093 and he told me, that the time synchronization is sheduled on 00:00 in cron, so maybe this could cause the problem. We scheduled the synchronization at the every hour and 50 minutes (1:50, 3:50, ...) and I'm very curious what will happen... >>>> >>>> Thank you very much for the tip! >>>> >>>> Tom >>>> >>>> >>>> On Wed, 7 Jul 2004, Horvath Tamas wrote: >>>> >>>>> Hi Tom! >>>>> >>>>> I've thought it already, but I wanted a working solution as soon as >>>>> possible. If I have enough time I'll be ad this capability to the script >>>>> too. >>>>> >>>>> I found the cause also: see FAQ 0093: >>>>> http://www.nagios.org/faqs/viewfaq.php?faq_id=93 >>>>> >>>>> I use ntpdate which was run by root crontab in every 3 hours. Now I run >>>>> it just once a day, when my nagios is not running. It seems that the >>>>> problem gone! (I use it from 3 July, so its not a big time period to be >>>>> anbsolutely secure.) >>>>> >>>>> Have a nice day, Tamas! >>>>> >>>>> >>>>> 2004-07-07, sze keltez?ssel Tom?? Macek ezt ?rta: >>>>>> Hi Tamas! >>>>>> sorry, for the delay of my answer, we had a 2 days free in Czech Republic... >>>>>> >>>>>> Thank you very much for the script, I will test it as early as possible. Nowaday >>>>>> s I do not have enaught time to do that, but I will test it surely when I finish current project I'm working on. >>>>>> You are writing, that you are not a programmer -> you wrote this script, so you >>>>>> are the programmer! ;-) >>>>>> >>>>>> I looked into the script and I think you always go through the whole directory, it would be better to do move only one file according to the current date and this script would be run at 00:01 every day. I would like to add this to the script. >>>>>> >>>>>> Have a nice day >>>>>> >>>>>> Tom >>>>>> >>>>>> >>>>>> On Fri, 2 Jul 2004, Horvath Tamas wrote: >>>>>> >>>>>>> Hi Tom! >>>>>>> >>>>>>> I couldn't manage to figure out why nagios creates *-23.log files. >>>>>>> >>>>>>> I wrote a little shell script for our problem. I use it via root >>>>>>> crontab. I tested it in every scenario which I can imagine and it seemed >>>>>>> to me that it works. >>>>>>> >>>>>>> Please note that I am not a programmer so the code may be not as >>>>>>> compact, fast, etc. as would be. >>>>>>> >>>>>>> Two important notes: >>>>>>> 1. Please replace MAGYAR_DATUM with DATUM. The first one create >>>>>>> Hungarian date format from the original one. >>>>>>> 2. Sorry for Hungarian textparts. I've no enough time to translate them >>>>>>> to English. >>>>>>> >>>>>>> Congratulations for your football team. I'm a fun of them and I terrible >>>>>>> sorry that they aren't in the final!:( >>>>>>> >>>>>>> Have a nice weekend, Tamas! >>>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>> >>> >>> >>> >>> >>> > > > > > > From philk4you at hotmail.com Mon Jul 26 17:12:26 2004 From: philk4you at hotmail.com (PHIL K) Date: Mon, 26 Jul 2004 17:12:26 +0200 Subject: Problem CPU LOAD Message-ID: Hello, i have a the following error message in nagios CPU LOAD NSClient - ERROR:Malformed request or internal error. Check EventLog:None&2&10 I've the same configuration on my windows NT4 and 2000 servers and i've this error only for 3 of them. Thanks Philippe _________________________________________________________________ Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! http://g.msn.fr/FR1000/9493 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dischide at hotmail.com Mon Jul 26 17:13:02 2004 From: dischide at hotmail.com (dave dischiave) Date: Mon, 26 Jul 2004 15:13:02 +0000 Subject: Hosts and Host Groups Message-ID: I have nagios up except all my hosts show up on the webpage as down. The webpage says, "(Not enough data to determine host status yet)." I have added the hosts to the host and host group files. Then I restarted Nagios. On the webpage when I go to Service Detail, the hosts that I have added do not show up. ?? I can run the command line check_ping and that works fine. I have at least the check_ping associated with the hosts in the services.cfg. Does anyone know why the webpage is reporting these hosts as down? I have enclosed my .cfg files (I changed linux1, linux2, router1 and I added a host called nds1 in my cfg files.) The rest are samples. Thank you for your help. Dave _________________________________________________________________ Don?t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ -------------- next part -------------- A non-text attachment was scrubbed... Name: cgi.cfg Type: application/octet-stream Size: 17082 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: checkcommands.cfg Type: application/octet-stream Size: 4475 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: dependencies.cfg Type: application/octet-stream Size: 1662 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: hostgroups.cfg Type: application/octet-stream Size: 1658 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: hosts.cfg Type: application/octet-stream Size: 6688 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: misccommands.cfg Type: application/octet-stream Size: 4262 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nagios.cfg Type: application/octet-stream Size: 21327 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: resource.cfg Type: application/octet-stream Size: 3069 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: services.cfg Type: application/octet-stream Size: 19073 bytes Desc: not available URL: From GWCOOK at mactec.com Mon Jul 26 17:57:33 2004 From: GWCOOK at mactec.com (Cook, Garry) Date: Mon, 26 Jul 2004 09:57:33 -0600 Subject: Hosts and Host Groups Message-ID: <41FD7929498A174DAB86C45F28E0EC0D6E95FC@golden-m.mactec.com> nagios-users-admin at lists.sourceforge.net wrote: > I have nagios up except all my hosts show up on the webpage > as down. The > webpage says, "(Not enough data to determine host status yet)." > > I have added the hosts to the host and host group files. Then > I restarted > Nagios. On the webpage when I go to Service Detail, the hosts that I > have added do not show up. ?? > > I can run the command line check_ping and that works fine. I > have at least > the check_ping associated with the hosts in the services.cfg. > > Does anyone know why the webpage is reporting these hosts as down? > > I have enclosed my .cfg files (I changed linux1, linux2, > router1 and I added > a host called nds1 in my cfg files.) The rest are samples. > > Thank you for your help. > > Dave > Have you associated any service checks with your hosts? Nagios will not check host status without service checks... http://nagios.sourceforge.net/docs/1_0/networkreachability.html Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dischide at hotmail.com Mon Jul 26 18:41:37 2004 From: dischide at hotmail.com (dave dischiave) Date: Mon, 26 Jul 2004 16:41:37 +0000 Subject: Hosts and Host Groups Message-ID: Garry w. Cook: I have at least the check_ping associated with the hosts in the services.cfg. Is this what you are talking about? The command line works. But the webpage states the all the hosts are down or unreachable. It says, "This host has not yet been checked." And my host does not show up under the "Service Details" link. I am not sure why. Any ideas? Thank you for your help, Dave >From: "Cook, Garry" >To: "dave dischiave" >, >Subject: RE: [Nagios-users] Hosts and Host Groups >Date: Mon, 26 Jul 2004 09:57:33 -0600 > >nagios-users-admin at lists.sourceforge.net wrote: > > I have nagios up except all my hosts show up on the webpage > > as down. The > > webpage says, "(Not enough data to determine host status yet)." > > > > I have added the hosts to the host and host group files. Then > > I restarted > > Nagios. On the webpage when I go to Service Detail, the hosts that I > > have added do not show up. ?? > > > > I can run the command line check_ping and that works fine. I > > have at least > > the check_ping associated with the hosts in the services.cfg. > > > > Does anyone know why the webpage is reporting these hosts as down? > > > > I have enclosed my .cfg files (I changed linux1, linux2, > > router1 and I added > > a host called nds1 in my cfg files.) The rest are samples. > > > > Thank you for your help. > > > > Dave > > > >Have you associated any service checks with your hosts? >Nagios will not check host status without service checks... > >http://nagios.sourceforge.net/docs/1_0/networkreachability.html > >Garry W. Cook, CCNA >Network Infrastructure Manager >MACTEC, Inc. - http://www.mactec.com/ >303.308.6228 (Office) - 720.220.1862 (Mobile) > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 _________________________________________________________________ Don?t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From GWCOOK at mactec.com Mon Jul 26 18:48:35 2004 From: GWCOOK at mactec.com (Cook, Garry) Date: Mon, 26 Jul 2004 10:48:35 -0600 Subject: Hosts and Host Groups Message-ID: <41FD7929498A174DAB86C45F28E0EC0D6E9602@golden-m.mactec.com> dave dischiave wrote: > Garry w. Cook: > > I have at least the check_ping associated with the hosts in the > services.cfg. Is this what you are talking about? Yes, this is good. You probably have check_ping associated with the hosts as the 'host-check'. In other words, if Nagios determines that a service on your host is down, it will use 'check_ping' to check if the host is alive. > The command line works. But the webpage states the all the hosts are > down or unreachable. > It says, "This host has not yet been checked." This means that the hosts have not yet been checked, either because no services have yet failed on a host, or no services have been associated with the hosts. > And my host does not show up under the "Service Details" > link. I am not sure > why. Any ideas? Yes, most likely there are no service checks associated with any of your hosts. If there were, you would see services listed under 'Service Details'. Go back and read the docs again. Start with the one that I pointed out in my previous email. > Thank you for your help, > > Dave Welcome. Hope this helps >> From: "Cook, Garry" >> To: "dave dischiave" >> , >> Subject: RE: [Nagios-users] Hosts and Host Groups >> Date: Mon, 26 Jul 2004 09:57:33 -0600 >> >> nagios-users-admin at lists.sourceforge.net wrote: >>> I have nagios up except all my hosts show up on the webpage >>> as down. The >>> webpage says, "(Not enough data to determine host status yet)." >>> >>> I have added the hosts to the host and host group files. Then >>> I restarted >>> Nagios. On the webpage when I go to Service Detail, the hosts that >>> I have added do not show up. ?? >>> >>> I can run the command line check_ping and that works fine. I >>> have at least >>> the check_ping associated with the hosts in the services.cfg. >>> >>> Does anyone know why the webpage is reporting these hosts as down? >>> >>> I have enclosed my .cfg files (I changed linux1, linux2, >>> router1 and I added >>> a host called nds1 in my cfg files.) The rest are samples. >>> >>> Thank you for your help. >>> >>> Dave >>> >> >> Have you associated any service checks with your hosts? >> Nagios will not check host status without service checks... >> >> http://nagios.sourceforge.net/docs/1_0/networkreachability.html >> >> Garry W. Cook, CCNA >> Network Infrastructure Manager >> MACTEC, Inc. - http://www.mactec.com/ >> 303.308.6228 (Office) - 720.220.1862 (Mobile) ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From paviles at adjoined.com Mon Jul 26 21:34:57 2004 From: paviles at adjoined.com (Paul Aviles) Date: Mon, 26 Jul 2004 15:34:57 -0400 Subject: Monitoring win servers Message-ID: <7F1B2E8605ED6B4EA45F13F991588A3D04DE8AD4@smmia001.adjoined.net> I am having nothing but nightmares with nsclient. Can someone please send me a copy of their config files to see how to monitor stuff on windows boxes? Thanks Paul ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From codejnki at codejnki.com Mon Jul 26 22:08:46 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Mon, 26 Jul 2004 16:08:46 -0400 Subject: Monitoring win servers In-Reply-To: <7F1B2E8605ED6B4EA45F13F991588A3D04DE8AD4@smmia001.adjoined.net> References: <7F1B2E8605ED6B4EA45F13F991588A3D04DE8AD4@smmia001.adjoined.net> Message-ID: <410564CE.1090806@codejnki.com> What sort of problems are you having. I am checking twenty windows servers without any problems. One of my check commands looks like this: # 'check_nt_citrix' command definition define command{ command_name check_nt_citrix command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -l imaservice } Patrick Paul Aviles wrote: > I am having nothing but nightmares with nsclient. Can someone please > send me a copy of their config files to see how to monitor stuff on > windows boxes? > > Thanks > > Paul > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From atlev at flyingcroc.net Tue Jul 27 01:34:33 2004 From: atlev at flyingcroc.net (Atle Veka) Date: Mon, 26 Jul 2004 16:34:33 -0700 (PDT) Subject: Problem with use_authentication=0 Message-ID: <20040726162704.X73916@fincher.users.accretive-networks.net> Hello, We have an SSL proxy server that sits in front of all of our internal tools, including Nagios. You can view all status pages but not execute any commands. Is this not possible without modifying the sourcecode and recompiling or associating user 'guest' to all the hosts? If I have missed anything in the documentation, please let me know. :) Here's the relevant info from cgi.cfg: use_authentication=0 default_user_name=guest authorized_for_system_information=guest authorized_for_configuration_information=guest authorized_for_system_commands=guest authorized_for_all_services=guest authorized_for_all_hosts=guest authorized_for_all_service_commands=guest authorized_for_all_host_commands=guest Regards, Atle - Flying Crocodile Inc, Junior Unix Systems Administrator ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dischide at hotmail.com Mon Jul 26 18:22:39 2004 From: dischide at hotmail.com (dave dischiave) Date: Mon, 26 Jul 2004 16:22:39 +0000 Subject: Hosts and Host Groups Message-ID: Garry w. Cook: I have at least the check_ping associated with the hosts in the services.cfg. Is this what you are talking about? The command line works. But the webpage states the all the hosts are down or unreachable. It says, "This host has not yet been checked." And my host does not show up under the "Service Details" link. I am not sure why. Any ideas? Thank you for your help, Dave >From: "Cook, Garry" >To: "dave dischiave" >, >Subject: RE: [Nagios-users] Hosts and Host Groups >Date: Mon, 26 Jul 2004 09:57:33 -0600 > >nagios-users-admin at lists.sourceforge.net wrote: > > I have nagios up except all my hosts show up on the webpage > > as down. The > > webpage says, "(Not enough data to determine host status yet)." > > > > I have added the hosts to the host and host group files. Then > > I restarted > > Nagios. On the webpage when I go to Service Detail, the hosts that I > > have added do not show up. ?? > > > > I can run the command line check_ping and that works fine. I > > have at least > > the check_ping associated with the hosts in the services.cfg. > > > > Does anyone know why the webpage is reporting these hosts as down? > > > > I have enclosed my .cfg files (I changed linux1, linux2, > > router1 and I added > > a host called nds1 in my cfg files.) The rest are samples. > > > > Thank you for your help. > > > > Dave > > > >Have you associated any service checks with your hosts? >Nagios will not check host status without service checks... > >http://nagios.sourceforge.net/docs/1_0/networkreachability.html > >Garry W. Cook, CCNA >Network Infrastructure Manager >MACTEC, Inc. - http://www.mactec.com/ >303.308.6228 (Office) - 720.220.1862 (Mobile) > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 _________________________________________________________________ Overwhelmed by debt? Find out how to ?Dig Yourself Out of Debt? from MSN Money. http://special.msn.com/money/0407debt.armx ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dischide at hotmail.com Mon Jul 26 15:49:14 2004 From: dischide at hotmail.com (dave dischiave) Date: Mon, 26 Jul 2004 13:49:14 +0000 Subject: Hosts and Host Groups Message-ID: I have nagios up except all my hosts show up on the webpage as down. The webpage says, "(Not enough data to determine host status yet)." I have added the hosts to the host and host group files. Then I restarted Nagios. On the webpage when I go to Service Detail, the hosts that I have added do not show up. ?? I can run the command line check_ping and that works fine. I have at least the check_ping associated with the hosts in the services.cfg. Does anyone know why the webpage is reporting these hosts as down? I have enclosed my .cfg files (I changed linux1, linux2, router1 and I added a host called nds1 in my cfg files.) The rest are samples. Thank you for your help. Dave _________________________________________________________________ Planning a family vacation? Check out the MSN Family Travel guide! http://dollar.msn.com -------------- next part -------------- A non-text attachment was scrubbed... Name: cgi.cfg Type: application/octet-stream Size: 17082 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: hostgroups.cfg Type: application/octet-stream Size: 1658 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: hosts.cfg Type: application/octet-stream Size: 6688 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nagios.cfg Type: application/octet-stream Size: 21327 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: services.cfg Type: application/octet-stream Size: 19073 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: dependencies.cfg Type: application/octet-stream Size: 1662 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: resource.cfg Type: application/octet-stream Size: 3069 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: checkcommands.cfg Type: application/octet-stream Size: 4475 bytes Desc: not available URL: From dischide at hotmail.com Mon Jul 26 18:18:23 2004 From: dischide at hotmail.com (dave dischiave) Date: Mon, 26 Jul 2004 16:18:23 +0000 Subject: Hosts and Host Groups Message-ID: Garry w. Cook: I have at least the check_ping associated with the hosts in the services.cfg. Is this what you are talking about? The command line works. But the webpage states the all the hosts are down or unreachable. It says, "This host has not yet been checked." And my host does not show up under the "Service Details" link. I am not sure why. Any ideas? Thank you for your help, Dave >From: "Cook, Garry" >To: "dave dischiave" >, >Subject: RE: [Nagios-users] Hosts and Host Groups >Date: Mon, 26 Jul 2004 09:57:33 -0600 > >nagios-users-admin at lists.sourceforge.net wrote: > > I have nagios up except all my hosts show up on the webpage > > as down. The > > webpage says, "(Not enough data to determine host status yet)." > > > > I have added the hosts to the host and host group files. Then > > I restarted > > Nagios. On the webpage when I go to Service Detail, the hosts that I > > have added do not show up. ?? > > > > I can run the command line check_ping and that works fine. I > > have at least > > the check_ping associated with the hosts in the services.cfg. > > > > Does anyone know why the webpage is reporting these hosts as down? > > > > I have enclosed my .cfg files (I changed linux1, linux2, > > router1 and I added > > a host called nds1 in my cfg files.) The rest are samples. > > > > Thank you for your help. > > > > Dave > > > >Have you associated any service checks with your hosts? >Nagios will not check host status without service checks... > >http://nagios.sourceforge.net/docs/1_0/networkreachability.html > >Garry W. Cook, CCNA >Network Infrastructure Manager >MACTEC, Inc. - http://www.mactec.com/ >303.308.6228 (Office) - 720.220.1862 (Mobile) > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee? Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From atlev at flyingcroc.net Tue Jul 27 02:24:01 2004 From: atlev at flyingcroc.net (Atle Veka) Date: Mon, 26 Jul 2004 17:24:01 -0700 (PDT) Subject: Problem with use_authentication=0 In-Reply-To: <20040726162704.X73916@fincher.users.accretive-networks.net> References: <20040726162704.X73916@fincher.users.accretive-networks.net> Message-ID: <20040726172150.Q68339@fincher.users.accretive-networks.net> Well, looks like I finally found my answer: [http://nagios.sourceforge.net/docs/1_0/cgis.html#cmd_cgi] "If you have chosen not to use authentication with the CGIs, this CGI will not allow anyone to issue commands to Nagios. This is done for your own protection. I would suggest removing this CGI altogether if you decide not to use authentication with the CGIs." Sucks for me since the SSL proxy already does authentication and I don't want our employees to have to enter two passwords to access Nagios. I'll have to figure out something else. :/ Regards, Atle On Mon, 26 Jul 2004, Atle Veka wrote: > > Hello, > > We have an SSL proxy server that sits in front of all of our internal > tools, including Nagios. You can view all status pages but not execute any > commands. Is this not possible without modifying the sourcecode and > recompiling or associating user 'guest' to all the hosts? If I have missed > anything in the documentation, please let me know. :) > > > Here's the relevant info from cgi.cfg: > > use_authentication=0 > default_user_name=guest > authorized_for_system_information=guest > authorized_for_configuration_information=guest > authorized_for_system_commands=guest > authorized_for_all_services=guest > authorized_for_all_hosts=guest > authorized_for_all_service_commands=guest > authorized_for_all_host_commands=guest > > > Regards, > > Atle > - > Flying Crocodile Inc, Junior Unix Systems Administrator > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Stanley.Hopcroft at IPAustralia.Gov.AU Tue Jul 27 02:35:09 2004 From: Stanley.Hopcroft at IPAustralia.Gov.AU (Stanley Hopcroft) Date: Tue, 27 Jul 2004 10:35:09 +1000 Subject: Anyone using "check_citrix" with Nagios? Help. In-Reply-To: ; from nagios-users-request@lists.sourceforge.net on Mon, Jul 26, 2004 at 08:14:01AM -0700 References: Message-ID: <20040727103508.A61517@IPAustralia.Gov.AU> Dear Folks, Some person who should have held his tongue wrote with some advice about creating a wrapper to log the results of a plugin that is running Ok from the command line but returns 'No output!' under Nagios. > 3.2 create a script called check_citrix containing something like > pc09011> cat x > #!/bin/sh > exec > BAD_PLUGIN_whining 2>&1 *** WRONG > _path_to_nagios_/libexec/check_citrix_WRAPPED $ *** /WRONG > # BAD_PLUGIN_whining is the name of a file in a path writable by > # Nag. It will contain any output - including compiler warnings > # sent to stdout or stderr. > Warning ! I haven't tried this with my Nag setup. It will probably > behave no worse than what you have at the moment, but YMMV. The last line in the wrapper script aboive is incorrect. It should be exec __path_to_nagios_/libexec/check_citrix_WRAPPED $@ 'check_citrix_WRAPPED' is the name of the faulty plugin; this script will be called check_citrix. Yours sincerely. -- ------------------------------------------------------------------------ Stanley Hopcroft ------------------------------------------------------------------------ '...No man is an island, entire of itself; every man is a piece of the continent, a part of the main. If a clod be washed away by the sea, Europe is the less, as well as if a promontory were, as well as if a manor of thy friend's or of thine own were. Any man's death diminishes me, because I am involved in mankind; and therefore never send to know for whom the bell tolls; it tolls for thee...' from Meditation 17, J Donne. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gabe at pancentric.com Tue Jul 27 10:43:09 2004 From: gabe at pancentric.com (Gabriel Granger) Date: Tue, 27 Jul 2004 09:43:09 +0100 Subject: HTTP check error Message-ID: Hi All, I've been using Nagios for quite some time and I have what I think is probably a small issue. I came into work this morning after a problem free weekend only to discover that the HTTP check for one of my hosts keeps coming back with a "Socket timeout after 10 seconds". I have manually checked the host from itself, from my workstation and from the machine which nagios sits on. All machines can get to http on that server well within the socket timeout. This is a production server and therefore cannot be restarted during business hours, though I do not believe that will fix the problem. There have been no changes to the server, nagios, firewall of anything really that would cause a change in report. if anyone has any idea how I can fix this or try to reset that status of the check that would be most helpful. Gabe ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From duverger at illicom.com Tue Jul 27 11:17:12 2004 From: duverger at illicom.com (duverger) Date: Tue, 27 Jul 2004 11:17:12 +0200 Subject: fail over Message-ID: <1090919832.2068.2.camel@sushi> Hello, Is there a way to disable/enable all HOST & HOST_SVC checks by external commands at a time (without doing ENABLE_HOST_CHECK for each host), like ENABLE_NOTIFICATIONS do it for host and services notifications. thanks in advance Regards, stef -------------- next part -------------- An HTML attachment was scrubbed... URL: From verdon at cict.fr Tue Jul 27 11:29:04 2004 From: verdon at cict.fr (carole verdon) Date: Tue, 27 Jul 2004 11:29:04 +0200 Subject: nagiosmap.pl Message-ID: <41062060.3000900@cict.fr> Hi, I want to use the nagiosmap addon but i have got problems at the time of the execution of nagiosmap.pl under nagios user. $ ./nagiosmap.pl Can't locate loadable object for module Tk::Event in @INC (@INC contains: /usr/local/lib/perl5/5.8.3/sun4-solaris /usr/local/lib/perl5/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl .) at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13 Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk.pm line 13. Compilation failed in require at ./nagiosmap.pl line 60. BEGIN failed--compilation aborted at ./nagiosmap.pl line 60. Undefined subroutine &Tk::Event::CleanupGlue called at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk/Event.pm line 3. END failed--call queue aborted at ./nagiosmap.pl line 60. I installed this addon on solaris and i installed also the required packages. $ uname -a SunOS lerins.cict.fr 5.8 Generic_108528-27 sun4u sparc SUNW,Sun-Blade-100 Nagios 1.2 Perl 5.8.3 Tk-804.027 Tk-FileDialog-1.3 Locale::gettext-1.01 File::Basename --> already present I searched on www.cpan.org and i found that Tk::Event is included in Tk-804.027 that i already installed: *Tk::Event* Tk-804.027 - 11 Apr 2004 - Nick Ing-Simmons I don't understand why I have got those errors. On the other hand, if i execute nagiosmap.pl under root, i don't have the same errors. What is the solution? # ./nagiosmap.pl couldn't connect to display ":0" at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk/MainWindow.pm line 55. MainWindow->new(-title,NagiosMap) at ./nagiosmap.pl line 94 I need help. Can you put me on the good direction? Thanks for advance. Carole. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From duverger at illicom.com Tue Jul 27 11:29:31 2004 From: duverger at illicom.com (duverger) Date: Tue, 27 Jul 2004 11:29:31 +0200 Subject: fail over Message-ID: <1090920571.2068.5.camel@sushi> sorry i have not slept enough thi night :) ... found my problem. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sven.schaffranneck at volkswagen.de Tue Jul 27 13:14:57 2004 From: sven.schaffranneck at volkswagen.de (Schaffranneck, Sven (K-DOI-5/4)) Date: Tue, 27 Jul 2004 13:14:57 +0200 Subject: Monitoring Websphere Message-ID: <09FCA2FF7E92D71186320008C71E91C604C97070@devwagwodx0029.wob.vw.de> Hello, i'm searching for a plugin that monitors an ibm websphere mq. does anyone knows a solution? Mit freundlichen Gr?ssen, Sven Schaffranneck K-DOI-5/4 Volkswagen AG Brieffach 1883 38436 Wolfsburg Telefon: +49 (5361) 9-3 88 58 http://www.volkswagen.de ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Philipp.Sand at sycor.de Tue Jul 27 13:41:53 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Tue, 27 Jul 2004 13:41:53 +0200 Subject: Regular Expressions Nagios 2.0a1 Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068E98@SYGOMAIL.GOE.AD.SYCOR.DE> Hi there, I'm still searching for an opportunity to define a service check on a hostgroup and excluding one or two members out of that group, e.g. there are about 100hosts in a hostgroup and I want to run a specific check on 98hosts out of that hostgroup. Can this be done with regular expressions in Nagios 2.0a1? Thanks in advance, Philipp _____________________________ Philipp Sand OC-CC-TEC-SYS SYCOR GmbH Heinrich-von-Stephan-Stra?e 1-5 D - 37073 G?ttingen Telefon +49 (0) 551 / 490 - 0 Telefax +49 (0) 551 / 490 - 232468 philipp.sand at sycor.de www.sycor.de ------------------------------------------------ ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From codejnki at codejnki.com Tue Jul 27 13:58:54 2004 From: codejnki at codejnki.com (Patrick Stockton) Date: Tue, 27 Jul 2004 07:58:54 -0400 Subject: Nagios-users digest, Vol 1 #2148 - 7 msgs In-Reply-To: <7F1B2E8605ED6B4EA45F13F991588A3D04DE8ADC@smmia001.adjoined.net> References: <7F1B2E8605ED6B4EA45F13F991588A3D04DE8ADC@smmia001.adjoined.net> Message-ID: <4106437E.7070907@codejnki.com> That is what I put in my checkcommand.cfg file. Then it is just a normal service definition using my newly created check_nt_citrix command as the command name on the service. What sort of errors are you getting. From the command line are you able to get a response from your server? Go to your nagios libexe directory and try this command ./check_nt -H $IPADDRESS$ -p 1248 -v SERVICESTATE -l imaservice Change $IPADDRESS$ to the ip address of your windows box. Good luck Paul Aviles wrote: > What do you put in your command.cfg, and any other file you modify? > > What about hosts and services? > > Thanks > > > > > > --__--__-- > > Message: 5 > Date: Mon, 26 Jul 2004 16:08:46 -0400 > From: Patrick Stockton > To: nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] Monitoring win servers > > What sort of problems are you having. > > I am checking twenty windows servers without any problems. > > One of my check commands looks like this: > > > # 'check_nt_citrix' command definition > define command{ > command_name check_nt_citrix > command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -l imaservice > } > > > Patrick > > Paul Aviles wrote: > > I am having nothing but nightmares with nsclient. Can someone please > > send me a copy of their config files to see how to monitor stuff on > > windows boxes? > > > > Thanks > > > > Paul > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > > _______________________________________________ > > Nagios-users mailing list > > Nagios-users at 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 > > > --__--__-- > > Message: 6 > Date: Mon, 26 Jul 2004 16:34:33 -0700 (PDT) > From: Atle Veka > To: Nagios User List > Subject: [Nagios-users] Problem with use_authentication=0 > > > Hello, > > We have an SSL proxy server that sits in front of all of our internal > tools, including Nagios. You can view all status pages but not execute any > commands. Is this not possible without modifying the sourcecode and > recompiling or associating user 'guest' to all the hosts? If I have missed > anything in the documentation, please let me know. :) > > > Here's the relevant info from cgi.cfg: > > use_authentication=0 > default_user_name=guest > authorized_for_system_information=guest > authorized_for_configuration_information=guest > authorized_for_system_commands=guest > authorized_for_all_services=guest > authorized_for_all_hosts=guest > authorized_for_all_service_commands=guest > authorized_for_all_host_commands=guest > > > Regards, > > Atle > - > Flying Crocodile Inc, Junior Unix Systems Administrator > > > --__--__-- > > Message: 7 > From: "dave dischiave" > To: nagios-users at lists.sourceforge.net > Date: Mon, 26 Jul 2004 13:49:14 +0000 > Subject: [Nagios-users] Hosts and Host Groups > > This is a multi-part message in MIME format. > > ------=_NextPart_000_8bd_37cb_747c > Content-Type: text/plain; format=flowed > > > I have nagios up except all my hosts show up on the webpage as down. The > webpage says, "(Not enough data to determine host status yet)." > > I have added the hosts to the host and host group files. Then I restarted > Nagios. On the webpage when I go to Service Detail, the hosts that I have > added do not show up. ?? > > I can run the command line check_ping and that works fine. I have at least > the check_ping associated with the hosts in the services.cfg. > > Does anyone know why the webpage is reporting these hosts as down? > > I have enclosed my .cfg files (I changed linux1, linux2, router1 and I added > a host called nds1 in my cfg files.) The rest are samples. > > Thank you for your help. > > Dave > > _________________________________________________________________ > Planning a family vacation? Check out the MSN Family Travel guide! > http://dollar.msn.com > > ------=_NextPart_000_8bd_37cb_747c > Content-Type: application/octet-stream; name="cgi.cfg" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; filename="cgi.cfg" > > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMKIwojIENHSS5DRkcgLSBTYW1wbGUgQ0dJ > IENvbmZpZ3VyYXRpb24gRmlsZSBmb3IgTmFnaW9zIAojCiMgTGFzdCBNb2Rp > ZmllZDogMTAtMjktMjAwMgojCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCgoKIyBN > QUlOIENPTkZJR1VSQVRJT04gRklMRQojIFRoaXMgdGVsbHMgdGhlIENHSXMg > d2hlcmUgdG8gZmluZCB5b3VyIG1haW4gY29uZmlndXJhdGlvbiBmaWxlLgoj > IFRoZSBDR0lzIHdpbGwgcmVhZCB0aGUgbWFpbiBhbmQgaG9zdCBjb25maWcg > ZmlsZXMgZm9yIGFueSBvdGhlcgojIGRhdGEgdGhleSBtaWdodCBuZWVkLgoK > bWFpbl9jb25maWdfZmlsZT0vdXNyL2xvY2FsL25hZ2lvcy9ldGMvbmFnaW9z > LmNmZwoKCgojIFBIWVNJQ0FMIEhUTUwgUEFUSAojIFRoaXMgaXMgdGhlIHBh > dGggd2hlcmUgdGhlIEhUTUwgZmlsZXMgZm9yIE5hZ2lvcyByZXNpZGUuICBU > aGlzCiMgdmFsdWUgaXMgdXNlZCB0byBsb2NhdGUgdGhlIGxvZ28gaW1hZ2Vz > IG5lZWRlZCBieSB0aGUgc3RhdHVzbWFwCiMgYW5kIHN0YXR1c3dybCBDR0lz > LgoKcGh5c2ljYWxfaHRtbF9wYXRoPS91c3IvbG9jYWwvbmFnaW9zL3NoYXJl > CgoKCiMgVVJMIEhUTUwgUEFUSAojIFRoaXMgaXMgdGhlIHBhdGggcG9ydGlv > biBvZiB0aGUgVVJMIHRoYXQgY29ycmVzcG9uZHMgdG8gdGhlCiMgcGh5c2lj > YWwgbG9jYXRpb24gb2YgdGhlIE5hZ2lvcyBIVE1MIGZpbGVzIChhcyBkZWZp > bmVkIGFib3ZlKS4KIyBUaGlzIHZhbHVlIGlzIHVzZWQgYnkgdGhlIENHSXMg > dG8gbG9jYXRlIHRoZSBvbmxpbmUgZG9jdW1lbnRhdGlvbgojIGFuZCBncmFw > aGljcy4gIElmIHlvdSBhY2Nlc3MgdGhlIE5hZ2lvcyBwYWdlcyB3aXRoIGFu > IFVSTCBsaWtlCiMgaHR0cDovL3d3dy5teWhvc3QuY29tL25hZ2lvcywgdGhp > cyB2YWx1ZSBzaG91bGQgYmUgJy9uYWdpb3MnCiMgKHdpdGhvdXQgdGhlIHF1 > b3RlcykuCgp1cmxfaHRtbF9wYXRoPS9uYWdpb3MKCgoKIyBDT05URVhULVNF > TlNJVElWRSBIRUxQCiMgVGhpcyBvcHRpb24gZGV0ZXJtaW5lcyB3aGV0aGVy > IG9yIG5vdCBhIGNvbnRleHQtc2Vuc2l0aXZlCiMgaGVscCBpY29uIHdpbGwg > YmUgZGlzcGxheWVkIGZvciBtb3N0IG9mIHRoZSBDR0lzLgojIFZhbHVlczog > MCA9IGRpc2FibGVzIGNvbnRleHQtc2Vuc2l0aXZlIGhlbHAKIyAgICAgICAg > IDEgPSBlbmFibGVzIGNvbnRleHQtc2Vuc2l0aXZlIGhlbHAKCnNob3dfY29u > dGV4dF9oZWxwPTAKCgoKIyBOQUdJT1MgUFJPQ0VTUyBDSEVDSyBDT01NQU5E > CiMgVGhpcyBpcyB0aGUgZnVsbCBwYXRoIGFuZCBmaWxlbmFtZSBvZiB0aGUg > cHJvZ3JhbSB1c2VkIHRvIGNoZWNrCiMgdGhlIHN0YXR1cyBvZiB0aGUgTmFn > aW9zIHByb2Nlc3MuICBJdCBpcyB1c2VkIG9ubHkgYnkgdGhlIENHSXMKIyBh > bmQgaXMgY29tcGxldGVseSBvcHRpb25hbC4gIEhvd2V2ZXIsIGlmIHlvdSBk > b24ndCB1c2UgaXQsIHlvdSdsbAojIHNlZSB3YXJuaW5nIG1lc3NhZ2VzIGlu > IHRoZSBDR0lzIGFib3V0IHRoZSBOYWdpb3MgcHJvY2VzcwojIG5vdCBydW5u > aW5nIGFuZCB5b3Ugd29uJ3QgYmUgYWJsZSB0byBleGVjdXRlIGFueSBjb21t > YW5kcyBmcm9tCiMgdGhlIHdlYiBpbnRlcmZhY2UuICBUaGUgcHJvZ3JhbSBz > aG91bGQgZm9sbG93IHRoZSBzYW1lIHJ1bGVzCiMgYXMgcGx1Z2luczsgdGhl > IHJldHVybiBjb2RlcyBhcmUgdGhlIHNhbWUgYXMgZm9yIHRoZSBwbHVnaW5z > LAojIGl0IHNob3VsZCBoYXZlIHRpbWVvdXQgcHJvdGVjdGlvbiwgaXQgc2hv > dWxkIG91dHB1dCBzb21ldGhpbmcKIyB0byBTVERJTywgZXRjLgojCiMgTm90 > ZTogSWYgeW91IGFyZSB1c2luZyB0aGUgY2hlY2tfbmFnaW9zIHBsdWdpbiBo > ZXJlLCB0aGUgZmlyc3QKIyBhcmd1bWVudCBzaG91bGQgYmUgdGhlIHBoeXNp > Y2FsIHBhdGggdG8gdGhlIHN0YXR1cyBsb2csIHRoZSAKIyBzZWNvbmQgYXJn > dW1lbnQgaXMgdGhlIG51bWJlciBvZiBtaW51dGVzIHRoYXQgdGhlIHN0YXR1 > cyBsb2cgCiMgY29udGVudHMgc2hvdWxkIGJlICJmcmVzaGVyIiB0aGFuLCBh > bmQgdGhlIHRoaXJkIGFyZ3VtZW50IGlzIHRoZQojIHN0cmluZyB0aGF0IHNo > b3VsZCBiZSBtYXRjaGVkIGZyb20gdGhlIG91dHB1dCBvZiB0aGUgJ3BzJyAK > IyBjb21tYW5kIGluIG9yZGVyIHRvIGxvY2F0ZSB0aGUgcnVubmluZyBOYWdp > b3MgcHJvY2Vzcy4gIFRoYXQKIyBwcm9jZXNzIHN0cmluZyBpcyBnb2luZyB0 > byB2YXJ5IGRlcGVuZGluZyBvbiBob3cgeW91IHN0YXJ0CiMgTmFnaW9zLiAg > UnVuIHRoZSAncHMnIGNvbW1hbmQgbWFudWFsbHkgdG8gc2VlIHdoYXQgdGhl > IGNvbW1hbmQKIyBsaW5lIGVudHJ5IGZvciB0aGUgTmFnaW9zIHByb2Nlc3Mg > bG9va3MgbGlrZS4KCm5hZ2lvc19jaGVja19jb21tYW5kPS91c3IvbG9jYWwv > bmFnaW9zL2xpYmV4ZWMvY2hlY2tfbmFnaW9zIC91c3IvbG9jYWwvbmFnaW9z > L3Zhci9zdGF0dXMubG9nIDUgJy91c3IvbG9jYWwvbmFnaW9zL2Jpbi9uYWdp > b3MnCgoKCiMgQVVUSEVOVElDQVRJT04gVVNBR0UKIyBUaGlzIG9wdGlvbiBj > b250cm9scyB3aGV0aGVyIG9yIG5vdCB0aGUgQ0dJcyB3aWxsIHVzZSBhbnkg > CiMgYXV0aGVudGljYXRpb24gd2hlbiBkaXNwbGF5aW5nIGhvc3QgYW5kIHNl > cnZpY2UgaW5mb3JtYXRpb24sIGFzCiMgd2VsbCBhcyBjb21taXR0aW5nIGNv > bW1hbmRzIHRvIE5hZ2lvcyBmb3IgcHJvY2Vzc2luZy4gIAojCiMgUmVhZCB0 > aGUgSFRNTCBkb2N1bWVudGF0aW9uIHRvIGxlYXJuIGhvdyB0aGUgYXV0aG9y > aXphdGlvbiB3b3JrcyEKIwojIE5PVEU6IEl0IGlzIGEgcmVhbGx5ICpiYWQq > IGlkZWEgdG8gZGlzYWJsZSBhdXRob3JpemF0aW9uLCB1bmxlc3MKIyB5b3Ug > cGxhbiBvbiByZW1vdmluZyB0aGUgY29tbWFuZCBDR0kgKGNtZC5jZ2kpISAg > RmFpbHVyZSB0byBkbwojIHNvIHdpbGwgbGVhdmUgeW91IHdpZGUgb3BlbiB0 > byBraWRkaWVzIG1lc3Npbmcgd2l0aCBOYWdpb3MgYW5kCiMgcG9zc2libHkg > aGl0dGluZyB5b3Ugd2l0aCBhIGRlbmlhbCBvZiBzZXJ2aWNlIGF0dGFjayBi > eSBmaWxsaW5nIHVwCiMgeW91ciBkcml2ZSBieSBjb250aW51b3VzbHkgd3Jp > dGluZyB0byB5b3VyIGNvbW1hbmQgZmlsZSEKIwojIFNldHRpbmcgdGhpcyB2 > YWx1ZSB0byAwIHdpbGwgY2F1c2UgdGhlIENHSXMgdG8gKm5vdCogdXNlCiMg > YXV0aGVudGljYXRpb24gKGJhZCBpZGVhKSwgd2hpbGUgYW55IG90aGVyIHZh > bHVlIHdpbGwgbWFrZSB0aGVtCiMgdXNlIHRoZSBhdXRoZW50aWNhdGlvbiBm > dW5jdGlvbnMgKHRoZSBkZWZhdWx0KS4KCnVzZV9hdXRoZW50aWNhdGlvbj0w > CgoKCiMgREVGQVVMVCBVU0VSCiMgU2V0dGluZyB0aGlzIHZhcmlhYmxlIHdp > bGwgZGVmaW5lIGEgZGVmYXVsdCB1c2VyIG5hbWUgdGhhdCBjYW4KIyBhY2Nl > c3MgcGFnZXMgd2l0aG91dCBhdXRoZW50aWNhdGlvbi4gIFRoaXMgYWxsb3dz > IHBlb3BsZSB3aXRoaW4gYQojIHNlY3VyZSBkb21haW4gKGkuZS4sIGJlaGlu > ZCBhIGZpcmV3YWxsKSB0byBzZWUgdGhlIGN1cnJlbnQgc3RhdHVzCiMgd2l0 > aG91dCBhdXRoZW50aWNhdGluZy4gIFlvdSBtYXkgd2FudCB0byB1c2UgdGhp > cyB0byBhdm9pZCBiYXNpYwojIGF1dGhlbnRpY2F0aW9uIGlmIHlvdSBhcmUg > bm90IHVzaW5nIGEgc2VyY3VyZSBzZXJ2ZXIgc2luY2UgYmFzaWMKIyBhdXRo > ZW50aWNhdGlvbiB0cmFuc21pdHMgcGFzc3dvcmRzIGluIHRoZSBjbGVhci4K > IwojIEltcG9ydGFudDogIERvIG5vdCBkZWZpbmUgYSBkZWZhdWx0IHVzZXJu > YW1lIHVubGVzcyB5b3UgYXJlCiMgcnVubmluZyBhIHNlY3VyZSB3ZWIgc2Vy > dmVyIGFuZCBhcmUgc3VyZSB0aGF0IGV2ZXJ5b25lIHdobyBoYXMKIyBhY2Nl > c3MgdG8gdGhlIENHSXMgaGFzIGJlZW4gYXV0aGVudGljYXRlZCBpbiBzb21l > IG1hbm5lciEgIElmIHlvdQojIGRlZmluZSB0aGlzIHZhcmlhYmxlLCBhbnlv > bmUgd2hvIGhhcyBub3QgYXV0aGVudGljYXRlZCB0byB0aGUgd2ViCiMgc2Vy > dmVyIHdpbGwgaW5oZXJpdCBhbGwgcmlnaHRzIHlvdSBhc3NpZ24gdG8gdGhp > cyB1c2VyIQogCiNkZWZhdWx0X3VzZXJfbmFtZT1ndWVzdAoKCgojIFNZU1RF > TS9QUk9DRVNTIElORk9STUFUSU9OIEFDQ0VTUwojIFRoaXMgb3B0aW9uIGlz > IGEgY29tbWEtZGVsaW1pdGVkIGxpc3Qgb2YgYWxsIHVzZXJuYW1lcyB0aGF0 > CiMgaGF2ZSBhY2Nlc3MgdG8gdmlld2luZyB0aGUgTmFnaW9zIHByb2Nlc3Mg > aW5mb3JtYXRpb24gYXMKIyBwcm92aWRlZCBieSB0aGUgRXh0ZW5kZWQgSW5m > b3JtYXRpb24gQ0dJIChleHRpbmZvLmNnaSkuICBCeQojIGRlZmF1bHQsICpu > byBvbmUqIGhhcyBhY2Nlc3MgdG8gdGhpcyB1bmxlc3MgeW91IGNob29zZSB0 > bwojIG5vdCB1c2UgYXV0aG9yaXphdGlvbi4gIFlvdSBtYXkgdXNlIGFuIGFz > dGVyaXNrICgqKSB0bwojIGF1dGhvcml6ZSBhbnkgdXNlciB3aG8gaGFzIGF1 > dGhlbnRpY2F0ZWQgdG8gdGhlIHdlYiBzZXJ2ZXIuCgphdXRob3JpemVkX2Zv > cl9zeXN0ZW1faW5mb3JtYXRpb249KgoKCgojIENPTkZJR1VSQVRJT04gSU5G > T1JNQVRJT04gQUNDRVNTCiMgVGhpcyBvcHRpb24gaXMgYSBjb21tYS1kZWxp > bWl0ZWQgbGlzdCBvZiBhbGwgdXNlcm5hbWVzIHRoYXQKIyBjYW4gdmlldyBB > TEwgY29uZmlndXJhdGlvbiBpbmZvcm1hdGlvbiAoaG9zdHMsIGNvbW1hbmRz > LCBldGMpLgojIEJ5IGRlZmF1bHQsIHVzZXJzIGNhbiBvbmx5IHZpZXcgY29u > ZmlndXJhdGlvbiBpbmZvcm1hdGlvbgojIGZvciB0aGUgaG9zdHMgYW5kIHNl > cnZpY2VzIHRoZXkgYXJlIGNvbnRhY3RzIGZvci4gWW91IG1heSB1c2UKIyBh > biBhc3RlcmlzayAoKikgdG8gYXV0aG9yaXplIGFueSB1c2VyIHdobyBoYXMg > YXV0aGVudGljYXRlZAojIHRvIHRoZSB3ZWIgc2VydmVyLgoKYXV0aG9yaXpl > ZF9mb3JfY29uZmlndXJhdGlvbl9pbmZvcm1hdGlvbj0qCgoKCiMgU1lTVEVN > L1BST0NFU1MgQ09NTUFORCBBQ0NFU1MKIyBUaGlzIG9wdGlvbiBpcyBhIGNv > bW1hLWRlbGltaXRlZCBsaXN0IG9mIGFsbCB1c2VybmFtZXMgdGhhdAojIGNh > biBpc3N1ZSBzaHV0ZG93biBhbmQgcmVzdGFydCBjb21tYW5kcyB0byBOYWdp > b3MgdmlhIHRoZQojIGNvbW1hbmQgQ0dJIChjbWQuY2dpKS4gIFVzZXJzIGlu > IHRoaXMgbGlzdCBjYW4gYWxzbyBjaGFuZ2UKIyB0aGUgcHJvZ3JhbSBtb2Rl > IHRvIGFjdGl2ZSBvciBzdGFuZGJ5LiBCeSBkZWZhdWx0LCAqbm8gb25lKgoj > IGhhcyBhY2Nlc3MgdG8gdGhpcyB1bmxlc3MgeW91IGNob29zZSB0byBub3Qg > dXNlIGF1dGhvcml6YXRpb24uCiMgWW91IG1heSB1c2UgYW4gYXN0ZXJpc2sg > KCopIHRvIGF1dGhvcml6ZSBhbnkgdXNlciB3aG8gaGFzCiMgYXV0aGVudGlj > YXRlZCB0byB0aGUgd2ViIHNlcnZlci4KCmF1dGhvcml6ZWRfZm9yX3N5c3Rl > bV9jb21tYW5kcz1uYWdpb3NhZG1pbgoKCgojIEdMT0JBTCBIT1NUL1NFUlZJ > Q0UgVklFVyBBQ0NFU1MKIyBUaGVzZSB0d28gb3B0aW9ucyBhcmUgY29tbWEt > ZGVsaW1pdGVkIGxpc3RzIG9mIGFsbCB1c2VybmFtZXMgdGhhdAojIGNhbiB2 > aWV3IGluZm9ybWF0aW9uIGZvciBhbGwgaG9zdHMgYW5kIHNlcnZpY2VzIHRo > YXQgYXJlIGJlaW5nCiMgbW9uaXRvcmVkLiAgQnkgZGVmYXVsdCwgdXNlcnMg > Y2FuIG9ubHkgdmlldyBpbmZvcm1hdGlvbgojIGZvciBob3N0cyBvciBzZXJ2 > aWNlcyB0aGF0IHRoZXkgYXJlIGNvbnRhY3RzIGZvciAodW5sZXNzIHlvdQoj > IHlvdSBjaG9vc2UgdG8gbm90IHVzZSBhdXRob3JpemF0aW9uKS4gWW91IG1h > eSB1c2UgYW4gYXN0ZXJpc2sgKCopCiMgdG8gYXV0aG9yaXplIGFueSB1c2Vy > IHdobyBoYXMgYXV0aGVudGljYXRlZCB0byB0aGUgd2ViIHNlcnZlci4KCgph > dXRob3JpemVkX2Zvcl9hbGxfc2VydmljZXM9KgphdXRob3JpemVkX2Zvcl9h > bGxfaG9zdHM9KgoKCgojIEdMT0JBTCBIT1NUL1NFUlZJQ0UgQ09NTUFORCBB > Q0NFU1MKIyBUaGVzZSB0d28gb3B0aW9ucyBhcmUgY29tbWEtZGVsaW1pdGVk > IGxpc3RzIG9mIGFsbCB1c2VybmFtZXMgdGhhdAojIGNhbiBpc3N1ZSBob3N0 > IG9yIHNlcnZpY2UgcmVsYXRlZCBjb21tYW5kcyB2aWEgdGhlIGNvbW1hbmQK > IyBDR0kgKGNtZC5jZ2kpIGZvciBhbGwgaG9zdHMgYW5kIHNlcnZpY2VzIHRo > YXQgYXJlIGJlaW5nIG1vbml0b3JlZC4gCiMgQnkgZGVmYXVsdCwgdXNlcnMg > Y2FuIG9ubHkgaXNzdWUgY29tbWFuZHMgZm9yIGhvc3RzIG9yIHNlcnZpY2Vz > IAojIHRoYXQgdGhleSBhcmUgY29udGFjdHMgZm9yICh1bmxlc3MgeW91IHlv > dSBjaG9vc2UgdG8gbm90IHVzZSAKIyBhdXRob3JpemF0aW9uKS4gIFlvdSBt > YXkgdXNlIGFuIGFzdGVyaXNrICgqKSB0byBhdXRob3JpemUgYW55CiMgdXNl > ciB3aG8gaGFzIGF1dGhlbnRpY2F0ZWQgdG8gdGhlIHdlYiBzZXJ2ZXIuCgph > dXRob3JpemVkX2Zvcl9hbGxfc2VydmljZV9jb21tYW5kcz0qCmF1dGhvcml6 > ZWRfZm9yX2FsbF9ob3N0X2NvbW1hbmRzPSoKCgoKIyBFWFRFTkRFRCBIT1NU > IElORk9STUFUSU9OCiMgVGhpcyBpcyBhbGwgZW50aXJlbHkgb3B0aW9uYWwu > ICBJZiB5b3UgZG9uJ3QgZW50ZXIgYW55IGV4dGVuZGVkCiMgaW5mb3JtYXRp > b24sIG5vdGhpbmcgYmFkIHdpbGwgaGFwcGVuIC0gSSBwcm9taXNlLi4uICBJ > dHMgYmFzaWNhbGx5CiMganVzdCB1c2VkIHRvIGhhdmUgcHJldHR5IGljb25z > IGFuZCBzdWNoIGFzc29jaWF0ZWQgd2l0aCB5b3VyIGhvc3RzLgojIFRoaXMg > aXMgZXNwZWNpYWxseSBuaWNlIHdoZW4geW91J3JlIHVzaW5nIHRoZSBzdGF0 > dXNtYXAgYW5kCiMgc3RhdHVzd3JsIENHSXMuICBZb3UgY2FuIGFsc28gc3Bl > Y2lmeSBhbiBVUkwgdGhhdCBsaW5rcyB0byBhIGRvY3VtZW50CiMgY29udGFp > bmluZyBtb3JlIGluZm9ybWF0aW9uIGFib3V0IHRoZSBob3N0IChsb2NhdGlv > biBkZXRhaWxzLCBjb250YWN0CiMgaW5mb3JtYXRpb24sIGV0YykuIAojCiMg > aG9zdGV4dGluZm9bPGhvc3RfbmFtZT5dPTxub3Rlc191cmw+OzxpY29uX2lt > YWdlPjs8dnJtbF9pbWFnZT47PGdkMl9pbWFnZT47XAojCQkJICAgPGltYWdl > X2FsdD47PHhfMmQ+LDx5XzJkPjs8eF8zZD4sPHlfM2Q+LDx6XzNkPjsKIwoj > IDxub3Rlc191cmw+ICAgICAgICA9IE9wdGlvbmFsIFVSTCB0aGF0IHBvaW50 > cyB0byBhIGRvY3VtZW50IG9mCiMgICAgICAgICAgICAgICAgICAgICAgc29t > ZSB0eXBlIGNvbnRhaW5pbmcgaW5mb3JtYXRpb24gb24gdGhlIGhvc3QuCiMg > ICAgICAgICAgICAgICAgICAgICAgVGhlIGluZm9ybWF0aW9uIChhbmQgdGhl > IGRvY3VtZW50IHR5cGUpIGNhbgojICAgICAgICAgICAgICAgICAgICAgIGJl > IGFueXRoaW5nIHlvdSB3YW50LiAgRXhhbXBsZXMgaW5jbHVkZSBkZXRhaWxz > CiMgICAgICAgICAgICAgICAgICAgICAgb24gdGhlIHBoeXNpY2FsIGxvY2F0 > aW9uIG9mIHRoZSBzZXJ2ZXIsIGluZm8KIyAgICAgICAgICAgICAgICAgICAg > ICBvbiBob3cgdG8gY29udGFjdCB0aGUgYWRtaW5zIGluIGNhc2Ugb2YgYW4K > IyAgICAgICAgICAgICAgICAgICAgICBlbWVyZ2VuY3ksIGV0Yy4gIFJlbGF0 > aXZlIFVSTHMgc3RhcnQgaW4gdGhlCiMgICAgICAgICAgICAgICAgICAgICAg > c2FtZSBwYXRoIHRoYXQgaXMgdXNlZCB0byBhY2Nlc3MgdGhlIENHSXMuCiMg > ICAgICAgICAgICAgICAgICAgICAgVGhlIGxpbmsgdGhhdCBpcyBjcmVhdGVk > IGZvciB0aGUgaG9zdCdzIG5vdGVzCiMgICAgICAgICAgICAgICAgICAgICAg > bm90ZXMgaXMgZm91bmQgaW4gdGhlIGV4dGluZm8gQ0dJLgojICAgICAgICAg > ICAgICAgICAgICAgIE5vdGU6IFlvdSBtYXkgdXNlIHRoZSAkSE9TVE5BTUUk > IGFuZAojICAgICAgICAgICAgICAgICAgICAgICRIT1NUQUREUkVTUyQgbWFj > cm9zIGluIHRoaXMgVVJMLgojIDxpY29uX2ltYWdlPiAgICAgICA9IEEgR0lG > LCBQTkcsIG9yIEpQRUcgaW1hZ2UgdG8gYXNzb2NpYXRlIHdpdGgKIyAgICAg > ICAgICAgICAgICAgICAgICB0aGUgaG9zdC4gIFRoaXMgaXMgdXNlZCBpbiB0 > aGUgc3RhdHVzIGFuZAojICAgICAgICAgICAgICAgICAgICAgIGV4dGluZm8g > Q0dJcy4gIAojIDx2cm1sX2ltYWdlPiAgICAgICA9IEFuIGltYWdlIHRvIHVz > ZSBpbiB0aGUgc3RhdHVzd3JsIENHSSBpbiB0aGUKIyAgICAgICAgICAgICAg > ICAgICAgICBWUk1MIGdlbmVyYXRpb24uICBUcmFuc3BhcmVudCBpbWFnZXMg > ZG9uJ3QKIyAgICAgICAgICAgICAgICAgICAgICB3b3JrIHNvIGdyZWF0Li4K > IyA8Z2QyX2ltYWdlPiAgICAgICAgPSBBbiBpbWFnZSB1c2VkIGJ5IHRoZSBz > dGF0dXNtYXAgQ0dJIHRvCiMgICAgICAgICAgICAgICAgICAgICAgcmVwcmVz > ZW50IHRoZSBob3N0LiAgVGhpcyBjYW4gYmUgYSBHSUYsIFBORywKIyAgICAg > ICAgICAgICAgICAgICAgICBKUEVHLCBvciBHRDIgaW1hZ2UuICBHRDIgZm9y > bWF0IGlzIHJlY29tbWVuZGVkLAkKIyAgICAgICAgICAgICAgICAgICAgICBh > cyBpdCBwcm9kdWNlcyB0aGUgbG9hZCBDUFUgbG9hZC4KIyAgICAgICAgICAg > ICAgICAgICAgICB1dGlsaXR5IHN1cHBsaWVkIHdpdGggQm91dGVsbCdzIGdk > IGxpYnJhcnkuCiMgPGltYWdlX2FsdD4gICAgICAgID0gQUxUIHRhZyB1c2Vk > IHdpdGggaW1hZ2VzIGluIHZhcmlvdXMgQ0dJcwojIDx4XzJkPiw8eV8yZD4g > ICAgICA9IFggYW5kIFkgY29vcmRpbmF0ZXMgdXNlZCB3aGVuIGRyYXdpbmcg > dGhlCiMgICAgICAgICAgICAgICAgICAgICAgaG9zdCBpbiB0aGUgc3RhdHVz > bWFwIENHSS4gICgwLDApIGlzIGxvY2F0ZWQKIyAgICAgICAgICAgICAgICAg > ICAgICBpbiB0aGUgdXBwZXIgbGVmdCBjb3JuZXIgb2YgdGhlIHNjcmVlbiBh > bmQgaXMKIyAgICAgICAgICAgICAgICAgICAgICBjb25zaWRlcmVkIHRvIGJl > IHRoZSBvcmlnaW4uICBUaGUgY29vcmRpbmF0ZXMKIyAgICAgICAgICAgICAg > ICAgICAgICB5b3Ugc3VwcGx5IGhlcmUgYXJlIHVzZWQgYXMgdGhlIGNvb3Jk > cyBvZiB0aGUKIyAgICAgICAgICAgICAgICAgICAgICB1cHBlciBsZWZ0IGhh > bmQgY29ybmVyIG9mIGhvc3QgaWNvbi4gIEJvdGgKIyAgICAgICAgICAgICAg > ICAgICAgICBudW1iZXJzIHNob3VsZCBiZSBwb3NpdGl2ZSBpbnRlZ2Vycy4K > IyA8eF8zZD4sPHlfM2Q+LDx6XzNkPiA9IFgsIFksIGFuZCBaIGNvb3JkaW5h > dGVzIHVzZWQgd2hlbiBkcmF3aW5nCiMgICAgICAgICAgICAgICAgICAgICAg > dGhlIGhvc3QgaW4gdGhlIHN0YXR1c3dybCAoVlJNTCkgQ0dJLiAgQWxsCiMg > ICAgICAgICAgICAgICAgICAgICAgbnVtYmVycyBjYW4gYmUgcG9zaXRpdmUg > b3IgbmVnYXRpdmUgKGFueXdoZXJlCiMgICAgICAgICAgICAgICAgICAgICAg > aW4gMy1EIHNwYWNlKS4gIFRoZSBjb29yZGluYXRlcyBhcmUgdXNlZCB0bwoj > ICAgICAgICAgICAgICAgICAgICAgIGRldGVybWluZSB0aGUgY2VudGVyIG9m > IHRoZSBob3N0ICJjdWJlIiB0aGF0CiMgICAgICAgICAgICAgICAgICAgICAg > aXMgZHJhd24uIEhvc3QgImN1YmVzIiBhcmUgZHJhd24gd2l0aCBhCiMgICAg > ICAgICAgICAgICAgICAgICAgaGVpZ2h0LCB3aWR0aCwgYW5kIGRlcHRoIG9m > IDAuNSAobWV0ZXJzKS4KIwojIE5vdGU6IEFsbCBpbWFnZXMgbXVzdCBiZSBw > bGFjZWQgaW4gdGhlIC9sb2dvcyBzdWJkaXJlY3RvcnkgdW5kZXIKIyB0aGUg > SFRNTCBpbWFnZXMgcGF0aCAoaS5lLiAvdXNyL2xvY2FsL25hZ2lvcy9zaGFy > ZS9pbWFnZXMvbG9nb3MvKS4KIyBUaGlzIHBhdGggaXMgYXV0b21hdGljYWxs > eSBkZXRlcm1pbmVkIGJ5IGFwcGVuZGluZyAiL2ltYWdlcy9sb2dvcyIKIyB0 > byB0aGUgcGF0aCBzcGVjaWZpZWQgYnkgdGhlICdwaHlzaWNhbF9odG1sX3Bh > dGgnIGRpcmVjdGl2ZS4KCiNob3N0ZXh0aW5mb1tlcy1lZHNdPS9zZXJ2ZXJp > bmZvL2VzLWVkcy5odG1sO25vdmVsbDQwLmdpZjtub3ZlbGw0MC5qcGc7bm92 > ZWxsNDAuZ2QyO0ludHJhbmV0V2FyZSA0LjExOzEwMCw1MDszLjUsMC4wLC0x > LjU7CiNob3N0ZXh0aW5mb1tyb3NpZV09L3NlcnZlcmluZm8vcm9zaWUuaHRt > bDt3aW40MC5naWY7d2luNDAuanBnO3dpbjQwLmdkMjtOVCBTZXJ2ZXIgNC4w > Ozs7CgoKCiMgRVhURU5ERUQgU0VSVklDRSBJTkZPUk1BVElPTgojIFRoaXMg > aXMgYWxsIGVudGlyZWx5IG9wdGlvbmFsLiAgSWYgeW91IGRvbid0IGVudGVy > IGFueSBleHRlbmRlZAojIGluZm9ybWF0aW9uLCBub3RoaW5nIGJhZCB3aWxs > IGhhcHBlbiAtIEkgcHJvbWlzZS4uLiAgSXRzIGJhc2ljYWxseQojIGp1c3Qg > dXNlZCB0byBoYXZlIHByZXR0eSBpY29ucyBhbmQgc3VjaCBhc3NvY2lhdGVk > IHdpdGggeW91ciBzZXJ2aWNlcy4KIyBZb3UgY2FuIGFsc28gc3BlY2lmeSBh > biBVUkwgdGhhdCBsaW5rcyB0byBhIGRvY3VtZW50IGNvbnRhaW5pbmcgbW9y > ZQojIGluZm9ybWF0aW9uIGFib3V0IHRoZSBzZXJ2aWNlIChsb2NhdGlvbiBk > ZXRhaWxzLCBjb250YWN0IGluZm9ybWF0aW9uLAojIGV0YykuIAojCiMgc2Vy > dmljZWV4dGluZm9bPGhvc3RfbmFtZT47PHN2Y19kZXNjcmlwdGlvbj5dPTxu > b3Rlc191cmw+OzxpY29uX2ltYWdlPjs8aW1hZ2VfYWx0PgojCiMgPG5vdGVz > X3VybD4gICAgICAgID0gT3B0aW9uYWwgVVJMIHRoYXQgcG9pbnRzIHRvIGEg > ZG9jdW1lbnQgb2YKIyAgICAgICAgICAgICAgICAgICAgICBzb21lIHR5cGUg > Y29udGFpbmluZyBpbmZvcm1hdGlvbiBvbiB0aGUgc2VydmljZS4KIyAgICAg > ICAgICAgICAgICAgICAgICBUaGUgaW5mb3JtYXRpb24gKGFuZCB0aGUgZG9j > dW1lbnQgdHlwZSkgY2FuCiMgICAgICAgICAgICAgICAgICAgICAgYmUgYW55 > dGhpbmcgeW91IHdhbnQuICBFeGFtcGxlcyBpbmNsdWRlIGRldGFpbHMKIyAg > ICAgICAgICAgICAgICAgICAgICBvbiB0aGUgcGh5c2ljYWwgbG9jYXRpb24g > b2YgdGhlIHNlcnZlciwgaW5mbwojICAgICAgICAgICAgICAgICAgICAgIG9u > IGhvdyB0byBjb250YWN0IHRoZSBhZG1pbnMgaW4gY2FzZSBvZiBhbgojICAg > ICAgICAgICAgICAgICAgICAgIGVtZXJnZW5jeSwgZXRjLiAgUmVsYXRpdmUg > VVJMcyBzdGFydCBpbiB0aGUKIyAgICAgICAgICAgICAgICAgICAgICBzYW1l > IHBhdGggdGhhdCBpcyB1c2VkIHRvIGFjY2VzcyB0aGUgQ0dJcy4KIyAgICAg > ICAgICAgICAgICAgICAgICBUaGUgbGluayB0aGF0IGlzIGNyZWF0ZWQgZm9y > IHRoZSBzZXJ2aWNlJ3MKIyAgICAgICAgICAgICAgICAgICAgICBub3RlcyBV > UkwgaXMgZm91bmQgaW4gdGhlIGV4dGluZm8gQ0dJLgojICAgICAgICAgICAg > ICAgICAgICAgIE5vdGU6IFlvdSBtYXkgdXNlIHRoZSAkSE9TVE5BTUUkLCAk > SE9TVEFERFJFU1MkLAojICAgICAgICAgICAgICAgICAgICAgIGFuZCAkU0VS > VklDRURFU0MkIG1hY3JvcyBpbiB0aGlzIFVSTC4KIyA8aWNvbl9pbWFnZT4g > ICAgICAgPSBBIEdJRiwgUE5HLCBvciBKUEVHIGltYWdlIHRvIGFzc29jaWF0 > ZSB3aXRoCiMgICAgICAgICAgICAgICAgICAgICAgdGhlIHNlcnZpY2UuICBU > aGlzIGlzIHVzZWQgaW4gdGhlIHN0YXR1cyBhbmQKIyAgICAgICAgICAgICAg > ICAgICAgICBleHRpbmZvIENHSXMuICAKIyA8aW1hZ2VfYWx0PiAgICAgICAg > PSBBTFQgdGFnIHVzZWQgd2l0aCBpbWFnZQojCiMgTm90ZTogQWxsIGltYWdl > cyBtdXN0IGJlIHBsYWNlZCBpbiB0aGUgL2xvZ29zIHN1YmRpcmVjdG9yeSB1 > bmRlcgojIHRoZSBIVE1MIGltYWdlcyBwYXRoIChpLmUuIC91c3IvbG9jYWwv > bmFnaW9zL3NoYXJlL2ltYWdlcy9sb2dvcy8pLgojIFRoaXMgcGF0aCBpcyBh > dXRvbWF0aWNhbGx5IGRldGVybWluZWQgYnkgYXBwZW5kaW5nICIvaW1hZ2Vz > L2xvZ29zIgojIHRvIHRoZSBwYXRoIHNwZWNpZmllZCBieSB0aGUgJ3BoeXNp > Y2FsX2h0bWxfcGF0aCcgZGlyZWN0aXZlLgoKI3NlcnZpY2VleHRpbmZvW2Vz > LWVkcztQSU5HXT1odHRwOi8vd3d3LnNvbWV3aGVyZS5jb20/dHJhY2Vyb3V0 > ZXRvPSRIT1NUQUREUkVTUyQ7O1BJTkcgcmF0ZQojc2VydmljZWV4dGluZm9b > cm9zaWU7U2VjdXJpdHkgQWxlcnRzXT07c2VjdXJpdHkuZ2lmO1NlY3VyaXR5 > IGFsZXJ0cwoKCgojIFNUQVRVU01BUCBCQUNLR1JPVU5EIElNQUdFCiMgVGhp > cyBvcHRpb24gYWxsb3dzIHlvdSB0byBzcGVjaWZ5IGFuIGltYWdlIHRvIGJl > IHVzZWQgYXMgYSAKIyBiYWNrZ3JvdW5kIGluIHRoZSBzdGF0dXNtYXAgQ0dJ > LiAgSXQgaXMgYXNzdW1lZCB0aGF0IHRoZSBpbWFnZQojIHJlc2lkZXMgaW4g > dGhlIEhUTUwgaW1hZ2VzIHBhdGggKGkuZS4gL3Vzci9sb2NhbC9uYWdpb3Mv > c2hhcmUvaW1hZ2VzKS4KIyBUaGlzIHBhdGggaXMgYXV0b21hdGljYWxseSBk > ZXRlcm1pbmVkIGJ5IGFwcGVuZGluZyAiL2ltYWdlcyIKIyB0byB0aGUgcGF0 > aCBzcGVjaWZpZWQgYnkgdGhlICdwaHlzaWNhbF9odG1sX3BhdGgnIGRpcmVj > dGl2ZS4KIyBOb3RlOiAgVGhlIGltYWdlIGZpbGUgbWF5IGJlIGluIEdJRiwg > UE5HLCBKUEVHLCBvciBHRDIgZm9ybWF0LgojIEhvd2V2ZXIsIEkgcmVjb21t > ZW5kIHRoYXQgeW91IGNvbnZlcnQgeW91ciBpbWFnZSB0byBHRDIgZm9ybWF0 > CiMgKHVuY29tcHJlc3NlZCksIGFzIHRoaXMgd2lsbCBjYXVzZSBsZXNzIENQ > VSBsb2FkIHdoZW4gdGhlIENHSQojIGdlbmVyYXRlcyB0aGUgaW1hZ2UuCgoj > c3RhdHVzbWFwX2JhY2tncm91bmRfaW1hZ2U9c21iYWNrZ3JvdW5kLmdkMgoK > CgojIERFRkFVTFQgU1RBVFVTTUFQIExBWU9VVCBNRVRIT0QKIyBUaGlzIG9w > dGlvbiBhbGxvd3MgeW91IHRvIHNwZWNpZnkgdGhlIGRlZmF1bHQgbGF5b3V0 > IG1ldGhvZAojIHRoZSBzdGF0dXNtYXAgQ0dJIHNob3VsZCB1c2UgZm9yIGRy > YXdpbmcgaG9zdHMuICBJZiB5b3UgZG8KIyBub3QgdXNlIHRoaXMgb3B0aW9u > LCB0aGUgZGVmYXVsdCBpcyB0byB1c2UgdXNlci1kZWZpbmVkCiMgY29vcmRp > bmF0ZXMuICBWYWxpZCBvcHRpb25zIGFyZSBhcyBmb2xsb3dzOgojCTAgPSBV > c2VyLWRlZmluZWQgY29vcmRpbmF0ZXMKIwkxID0gRGVwdGggbGF5ZXJzCiMg > ICAgICAgMiA9IENvbGxhcHNlZCB0cmVlCiMgICAgICAgMyA9IEJhbGFuY2Vk > IHRyZWUKIyAgICAgICA0ID0gQ2lyY3VsYXIKIyAgICAgICA1ID0gQ2lyY3Vs > YXIgKE1hcmtlZCBVcCkKCmRlZmF1bHRfc3RhdHVzbWFwX2xheW91dD01CgoK > CiMgREVGQVVMVCBTVEFUVVNXUkwgTEFZT1VUIE1FVEhPRAojIFRoaXMgb3B0 > aW9uIGFsbG93cyB5b3UgdG8gc3BlY2lmeSB0aGUgZGVmYXVsdCBsYXlvdXQg > bWV0aG9kCiMgdGhlIHN0YXR1c3dybCAoVlJNTCkgQ0dJIHNob3VsZCB1c2Ug > Zm9yIGRyYXdpbmcgaG9zdHMuICBJZiB5b3UKIyBkbyBub3QgdXNlIHRoaXMg > b3B0aW9uLCB0aGUgZGVmYXVsdCBpcyB0byB1c2UgdXNlci1kZWZpbmVkCiMg > Y29vcmRpbmF0ZXMuICBWYWxpZCBvcHRpb25zIGFyZSBhcyBmb2xsb3dzOgoj > CTAgPSBVc2VyLWRlZmluZWQgY29vcmRpbmF0ZXMKIyAgICAgICAyID0gQ29s > bGFwc2VkIHRyZWUKIyAgICAgICAzID0gQmFsYW5jZWQgdHJlZQojICAgICAg > IDQgPSBDaXJjdWxhcgoKZGVmYXVsdF9zdGF0dXN3cmxfbGF5b3V0PTQKCgoK > IyBTVEFUVVNXUkwgSU5DTFVERQojIFRoaXMgb3B0aW9uIGFsbG93cyB5b3Ug > dG8gaW5jbHVkZSB5b3VyIG93biBvYmplY3RzIGluIHRoZSAKIyBnZW5lcmF0 > ZWQgVlJNTCB3b3JsZC4gIEl0IGlzIGFzc3VtZWQgdGhhdCB0aGUgZmlsZQoj > IHJlc2lkZXMgaW4gdGhlIEhUTUwgcGF0aCAoaS5lLiAvdXNyL2xvY2FsL25h > Z2lvcy9zaGFyZSkuCgojc3RhdHVzd3JsX2luY2x1ZGU9bXl3b3JsZC53cmwK > CgoKIyBQSU5HIFNZTlRBWAojIFRoaXMgb3B0aW9uIGRldGVybWluZXMgd2hh > dCBzeW50YXggc2hvdWxkIGJlIHVzZWQgd2hlbgojIGF0dGVtcHRpbmcgdG8g > cGluZyBhIGhvc3QgZnJvbSB0aGUgV0FQIGludGVyZmFjZSAodXNpbmcKIyB0 > aGUgc3RhdHVzd21sIENHSS4gIFlvdSBtdXN0IGluY2x1ZGUgdGhlIGZ1bGwg > cGF0aCB0bwojIHRoZSBwaW5nIGJpbmFyeSwgYWxvbmcgd2l0aCBhbGwgcmVx > dWlyZWQgb3B0aW9ucy4gIFRoZQojICRIT1NUQUREUkVTUyQgbWFjcm8gaXMg > c3Vic3RpdHV0ZWQgd2l0aCB0aGUgYWRkcmVzcyBvZgojIHRoZSBob3N0IGJl > Zm9yZSB0aGUgY29tbWFuZCBpcyBleGVjdXRlZC4KCnBpbmdfc3ludGF4PS91 > c3Ivc2Jpbi9waW5nIC1uICRIT1NUQUREUkVTUyQgNQoKCgojIFJFRlJFU0gg > UkFURQojIFRoaXMgb3B0aW9uIGFsbG93cyB5b3UgdG8gc3BlY2lmeSB0aGUg > cmVmcmVzaCByYXRlIGluIHNlY29uZHMKIyBvZiB2YXJpb3VzIENHSXMgKHN0 > YXR1cywgc3RhdHVzbWFwLCBleHRpbmZvLCBhbmQgb3V0YWdlcykuICAKCnJl > ZnJlc2hfcmF0ZT02MAoKCgojIFNPVU5EIE9QVElPTlMKIyBUaGVzZSBvcHRp > b25zIGFsbG93IHlvdSB0byBzcGVjaWZ5IGFuIG9wdGlvbmFsIGF1ZGlvIGZp > bGUKIyB0aGF0IHNob3VsZCBiZSBwbGF5ZWQgaW4geW91ciBicm93c2VyIHdp > bmRvdyB3aGVuIHRoZXJlIGFyZQojIHByb2JsZW1zIG9uIHRoZSBuZXR3b3Jr > LiAgVGhlIGF1ZGlvIGZpbGVzIGFyZSB1c2VkIG9ubHkgaW4KIyB0aGUgc3Rh > dHVzIENHSS4gIE9ubHkgdGhlIHNvdW5kIGZvciB0aGUgbW9zdCBjcml0aWNh > bCBwcm9ibGVtCiMgd2lsbCBiZSBwbGF5ZWQuICBPcmRlciBvZiBpbXBvcnRh > bmNlIChoaWdoZXIgdG8gbG93ZXIpIGlzIGFzCiMgZm9sbG93czogdW5yZWFj > aGFibGUgaG9zdHMsIGRvd24gaG9zdHMsIGNyaXRpY2FsIHNlcnZpY2VzLAoj > IHdhcm5pbmcgc2VydmljZXMsIGFuZCB1bmtub3duIHNlcnZpY2VzLiBJZiB0 > aGVyZSBhcmUgbm8KIyB2aXNpYmxlIHByb2JsZW1zLCB0aGUgc291bmQgZmls > ZSBvcHRpb25hbGx5IHNwZWNpZmllZCBieQojICdub3JtYWxfc291bmQnIHZh > cmlhYmxlIHdpbGwgYmUgcGxheWVkLgojCiMKIyA8dmFybmFtZT49PHNvdW5k > X2ZpbGU+CiMKIyBOb3RlOiBBbGwgYXVkaW8gZmlsZXMgbXVzdCBiZSBwbGFj > ZWQgaW4gdGhlIC9tZWRpYSBzdWJkaXJlY3RvcnkKIyB1bmRlciB0aGUgSFRN > TCBwYXRoIChpLmUuIC91c3IvbG9jYWwvbmFnaW9zL3NoYXJlL21lZGlhLyku > CgojaG9zdF91bnJlYWNoYWJsZV9zb3VuZD1ob3N0ZG93bi53YXYKI2hvc3Rf > ZG93bl9zb3VuZD1ob3N0ZG93bi53YXYKI3NlcnZpY2VfY3JpdGljYWxfc291 > bmQ9Y3JpdGljYWwud2F2CiNzZXJ2aWNlX3dhcm5pbmdfc291bmQ9d2Fybmlu > Zy53YXYKI3NlcnZpY2VfdW5rbm93bl9zb3VuZD13YXJuaW5nLndhdgojbm9y > bWFsX3NvdW5kPW5vcHJvYmxlbS53YXYKCgoKIyBERyBFWFRFTkRFRCBEQVRB > CiMgTm90ZTogVGhlc2UgY29uZmlnIGRpcmVjdGl2ZXMgYXJlIG9ubHkgdXNl > ZCBpZiB5b3UgY29tcGlsZWQKIyBpbiBkYXRhYmFzZSBzdXBwb3J0IGZvciBl > eHRlbmRlZCBkYXRhIQojIFRoZSB1c2VyIHlvdSBzcGVjaWZ5IGhlcmUgb25s > eSBuZWVkcyBTRUxFQ1QgcHJpdmlsZWdlcyBvbiB0aGUgCiMgJ2hvc3RleHRp > bmZvJyB0YWJsZSBpbiB0aGUgZGF0YWJhc2UuCgojeGVkZGJfaG9zdD1zb21l > aG9zdAojeGVkZGJfcG9ydD1zb21lcG9ydAojeGVkZGJfZGF0YWJhc2U9c29t > ZWRhdGFiYXNlCiN4ZWRkYl91c2VybmFtZT1zb21ldXNlcgojeGVkZGJfcGFz > c3dvcmQ9c29tZXBhc3N3b3JkCgoKCiMgREIgU1RBVFVTIERBVEEgKFJlYWQt > T25seSBGb3IgQ0dJcykKIyBOb3RlOiBUaGVzZSBjb25maWcgZGlyZWN0aXZl > cyBhcmUgb25seSB1c2VkIGlmIHlvdSBjb21waWxlZAojIGluIGRhdGFiYXNl > IHN1cHBvcnQgZm9yIHN0YXR1cyBkYXRhIQojIFRoZSB1c2VyIHlvdSBzcGVj > aWZ5IGhlcmUgb25seSBuZWVkcyBTRUxFQ1QgcHJpdmlsZWdlcyBvbiB0aGUg > CiMgJ3Byb2dyYW1zdGF0dXMnLCAnaG9zdHN0YXR1cycsIGFuZCAnc2Vydmlj > ZXN0YXR1cycgdGFibGVzCiMgaW4gdGhlIGRhdGFiYXNlLCBhcyB0aGVzZSB2 > YWx1ZXMgYXJlIG9ubHkgdXNlZCBieSB0aGUgQ0dJcy4KIyBUaGUgY29yZSBw > cm9ncmFtIHdpbGwgcmVhZCB0aGUgZGlyZWN0aXZlcyB5b3Ugc3BlY2lmeSBp > bgojIGluIGEgcmVzb3VyY2UgZmlsZS4KCiN4c2RkYl9ob3N0PXNvbWVob3N0 > CiN4c2RkYl9wb3J0PXNvbWVwb3J0CiN4c2RkYl9kYXRhYmFzZT1zb21lZGF0 > YWJhc2UKI3hzZGRiX3VzZXJuYW1lPXNvbWV1c2VyCiN4c2RkYl9wYXNzd29y > ZD1zb21lcGFzc3dvcmQKCgoKIyBEQiBDT01NRU5UIERBVEEgKFJlYWQtT25s > eSBGb3IgQ0dJcykKIyBOb3RlOiBUaGVzZSBjb25maWcgZGlyZWN0aXZlcyBh > cmUgb25seSB1c2VkIGlmIHlvdSBjb21waWxlZAojIGluIGRhdGFiYXNlIHN1 > cHBvcnQgZm9yIGNvbW1lbnQgZGF0YSEKIyBUaGUgdXNlciB5b3Ugc3BlY2lm > eSBoZXJlIG9ubHkgbmVlZHMgU0VMRUNUIHByaXZpbGVnZXMgb24gdGhlIAoj > ICdob3N0Y29tbWVudHMnLCBhbmQgJ3NlcnZpY2Vjb21tZW50cycgdGFibGVz > IGluIHRoZSBkYXRhYmFzZSwKIyBhcyB0aGVzZSB2YWx1ZXMgYXJlIG9ubHkg > dXNlZCBieSB0aGUgQ0dJcy4gIFRoZSBjb3JlIHByb2dyYW0gCiMgd2lsbCBy > ZWFkIHRoZSBkaXJlY3RpdmVzIHlvdSBzcGVjaWZ5IGluIGEgcmVzb3VyY2Ug > ZmlsZS4KCiN4Y2RkYl9ob3N0PXNvbWVob3N0CiN4Y2RkYl9wb3J0PXNvbWVw > b3J0CiN4Y2RkYl9kYXRhYmFzZT1zb21lZGF0YWJhc2UKI3hjZGRiX3VzZXJu > YW1lPXNvbWV1c2VyCiN4Y2RkYl9wYXNzd29yZD1zb21lcGFzc3dvcmQKCgoK > IyBEQiBET1dOVElNRSBEQVRBIChSZWFkLU9ubHkgRm9yIENHSXMpCiMgTm90 > ZTogVGhlc2UgY29uZmlnIGRpcmVjdGl2ZXMgYXJlIG9ubHkgdXNlZCBpZiB5 > b3UgY29tcGlsZWQKIyBpbiBkYXRhYmFzZSBzdXBwb3J0IGZvciBkb3dudGlt > ZSBkYXRhIQojIFRoZSB1c2VyIHlvdSBzcGVjaWZ5IGhlcmUgb25seSBuZWVk > cyBTRUxFQ1QgcHJpdmlsZWdlcyBvbiB0aGUgCiMgJ2hvc3Rkb3dudGltZScs > IGFuZCAnc2VydmljZWRvd250aW1lJyB0YWJsZXMgaW4gdGhlIGRhdGFiYXNl > LAojIGFzIHRoZXNlIHZhbHVlcyBhcmUgb25seSB1c2VkIGJ5IHRoZSBDR0lz > LiAgVGhlIGNvcmUgcHJvZ3JhbSAKIyB3aWxsIHJlYWQgdGhlIGRpcmVjdGl2 > ZXMgeW91IHNwZWNpZnkgaW4gYSByZXNvdXJjZSBmaWxlLgoKI3hkZGRiX2hv > c3Q9c29tZWhvc3QKI3hkZGRiX3BvcnQ9c29tZXBvcnQKI3hkZGRiX2RhdGFi > YXNlPXNvbWVkYXRhYmFzZQojeGRkZGJfdXNlcm5hbWU9c29tZXVzZXIKI3hk > ZGRiX3Bhc3N3b3JkPXNvbWVwYXNzd29yZAoK > > > ------=_NextPart_000_8bd_37cb_747c > Content-Type: application/octet-stream; name="hostgroups.cfg" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; filename="hostgroups.cfg" > > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMKIyBTYW1wbGUg > b2JqZWN0IGNvbmZpZyBmaWxlIGZvciBOYWdpb3MgCiMKIyBSZWFkIHRoZSBk > b2N1bWVudGF0aW9uIGZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHRoaXMgY29u > ZmlndXJhdGlvbiBmaWxlLiAgSSd2ZQojIHByb3ZpZGVkIHNvbWUgY29tbWVu > dHMgaGVyZSwgYnV0IHRoaW5ncyBtYXkgbm90IGJlIHNvIGNsZWFyIHdpdGhv > dXQgZnVydGhlcgojIGV4cGxhbmF0aW9uLCBzbyBtYWtlIHN1cmUgdG8gcmVh > ZCB0aGUgSFRNTCBkb2N1bWVudGF0aW9uIQojIAojIExhc3QgTW9kaWZpZWQ6 > IDAzLTA3LTIwMDIKIwojIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIwoKCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCiMg > SE9TVCBHUk9VUCBERUZJTklUSU9OUwojCiMgU1lOVEFYOgojCiMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCgojICdub3ZlbGwtc2VydmVy > cycgaG9zdCBncm91cCBkZWZpbml0aW9uCmRlZmluZSBob3N0Z3JvdXB7Cglo > b3N0Z3JvdXBfbmFtZQlub3ZlbGwtc2VydmVycwoJYWxpYXMJCU5vdmVsbCBT > ZXJ2ZXJzCgljb250YWN0X2dyb3Vwcwlub3ZlbGwtYWRtaW5zCgltZW1iZXJz > CQlub3ZlbGwxLG5vdmVsbDIKCX0KCgojICdudC1zZXJ2ZXJzJyBob3N0IGdy > b3VwIGRlZmluaXRpb24KZGVmaW5lIGhvc3Rncm91cHsKCWhvc3Rncm91cF9u > YW1lCW50LXNlcnZlcnMKCWFsaWFzCQlOVCBTZXJ2ZXJzCgljb250YWN0X2dy > b3VwcwludC1hZG1pbnMKCW1lbWJlcnMJCW50MSxudDIKCX0KCgojICdsaW51 > eC1ib3hlcycgaG9zdCBncm91cCBkZWZpbml0aW9uCmRlZmluZSBob3N0Z3Jv > dXB7Cglob3N0Z3JvdXBfbmFtZQlsaW51eC1ib3hlcwoJYWxpYXMJCUxpbnV4 > IFNlcnZlcnMKCWNvbnRhY3RfZ3JvdXBzCWxpbnV4LWFkbWlucwoJbWVtYmVy > cwkJbmRzMSxsaW51eDEsbGludXgyCgl9CgoKIyAnc3dpdGNoZXMnIGhvc3Qg > Z3JvdXAgZGVmaW5pdGlvbgpkZWZpbmUgaG9zdGdyb3VwewoJaG9zdGdyb3Vw > X25hbWUJc3dpdGNoZXMKCWFsaWFzCQlTd2l0Y2hlcwoJY29udGFjdF9ncm91 > cHMJc3dpdGNoLWFkbWlucwoJbWVtYmVycwkJc3dpdGNoMSxzd2l0Y2gyLHN3 > aXRjaDMsc3dpdGNoNCxzd2l0Y2g1Cgl9CgoKIyAncm91dGVycycgaG9zdCBn > cm91cCBkZWZpbml0aW9uCmRlZmluZSBob3N0Z3JvdXB7Cglob3N0Z3JvdXBf > bmFtZQlyb3V0ZXJzCglhbGlhcwkJUm91dGVycwoJY29udGFjdF9ncm91cHMJ > cm91dGVyLWFkbWlucwoJbWVtYmVycwkJcm91dGVyMQoJfQoKCiMgJ3ByaW50 > ZXJzJyBob3N0IGdyb3VwIGRlZmluaXRpb24KZGVmaW5lIGhvc3Rncm91cHsK > CWhvc3Rncm91cF9uYW1lCXByaW50ZXJzCglhbGlhcwkJUHJpbnRlcnMKCWNv > bnRhY3RfZ3JvdXBzCXByaW50ZXItYWRtaW5zLGxpbnV4LWFkbWlucwoJbWVt > YmVycwkJcHJpbnRlcjEscHJpbnRlcjIscHJpbnRlcjMKCX0KCgo= > > > ------=_NextPart_000_8bd_37cb_747c > Content-Type: application/octet-stream; name="hosts.cfg" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; filename="hosts.cfg" > > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMKIyBTYW1wbGUg > b2JqZWN0IGNvbmZpZyBmaWxlIGZvciBOYWdpb3MgCiMKIyBSZWFkIHRoZSBk > b2N1bWVudGF0aW9uIGZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHRoaXMgY29u > ZmlndXJhdGlvbiBmaWxlLiAgSSd2ZQojIHByb3ZpZGVkIHNvbWUgY29tbWVu > dHMgaGVyZSwgYnV0IHRoaW5ncyBtYXkgbm90IGJlIHNvIGNsZWFyIHdpdGhv > dXQgZnVydGhlcgojIGV4cGxhbmF0aW9uLCBzbyBtYWtlIHN1cmUgdG8gcmVh > ZCB0aGUgSFRNTCBkb2N1bWVudGF0aW9uIQojIAojIExhc3QgTW9kaWZpZWQ6 > IDAzLTEwLTIwMDIKIwojIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIwoKCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCiMg > SE9TVCBERUZJTklUSU9OUwojCiMgU1lOVEFYOgojCiMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjCgojIEdlbmVyaWMgaG9zdCBkZWZpbml0 > aW9uIHRlbXBsYXRlCmRlZmluZSBob3N0ewoJbmFtZQkJCQlnZW5lcmljLWhv > c3QJOyBUaGUgbmFtZSBvZiB0aGlzIGhvc3QgdGVtcGxhdGUgLSByZWZlcmVu > Y2VkIGluIG90aGVyIGhvc3QgZGVmaW5pdGlvbnMsIHVzZWQgZm9yIHRlbXBs > YXRlIHJlY3Vyc2lvbi9yZXNvbHV0aW9uCglub3RpZmljYXRpb25zX2VuYWJs > ZWQJCTEJOyBIb3N0IG5vdGlmaWNhdGlvbnMgYXJlIGVuYWJsZWQKCWV2ZW50 > X2hhbmRsZXJfZW5hYmxlZAkJMQk7IEhvc3QgZXZlbnQgaGFuZGxlciBpcyBl > bmFibGVkCglmbGFwX2RldGVjdGlvbl9lbmFibGVkCQkxCTsgRmxhcCBkZXRl > Y3Rpb24gaXMgZW5hYmxlZAoJcHJvY2Vzc19wZXJmX2RhdGEJCTEJOyBQcm9j > ZXNzIHBlcmZvcm1hbmNlIGRhdGEKCXJldGFpbl9zdGF0dXNfaW5mb3JtYXRp > b24JMQk7IFJldGFpbiBzdGF0dXMgaW5mb3JtYXRpb24gYWNyb3NzIHByb2dy > YW0gcmVzdGFydHMKCXJldGFpbl9ub25zdGF0dXNfaW5mb3JtYXRpb24JMQk7 > IFJldGFpbiBub24tc3RhdHVzIGluZm9ybWF0aW9uIGFjcm9zcyBwcm9ncmFt > IHJlc3RhcnRzCgoJcmVnaXN0ZXIJCQkwCTsgRE9OVCBSRUdJU1RFUiBUSElT > IERFRklOSVRJT04gLSBJVFMgTk9UIEEgUkVBTCBIT1NULCBKVVNUIEEgVEVN > UExBVEUhCgl9CgojICdub3ZlbGwxJyBob3N0IGRlZmluaXRpb24KZGVmaW5l > IGhvc3R7Cgl1c2UJCQlnZW5lcmljLWhvc3QJCTsgTmFtZSBvZiBob3N0IHRl > bXBsYXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJbm92ZWxsMQoJYWxpYXMJCQlO > b3ZlbGwgU2VydmVyICMxCglhZGRyZXNzCQkJMTkyLjE2OC4xLjIKCWNoZWNr > X2NvbW1hbmQJCWNoZWNrLWhvc3QtYWxpdmUKCW1heF9jaGVja19hdHRlbXB0 > cwkxMAoJbm90aWZpY2F0aW9uX2ludGVydmFsCTEyMAoJbm90aWZpY2F0aW9u > X3BlcmlvZAkyNHg3Cglub3RpZmljYXRpb25fb3B0aW9ucwlkLHUscgoJfQoK > CiMgJ25vdmVsbDInIGhvc3QgZGVmaW5pdGlvbgpkZWZpbmUgaG9zdHsKCXVz > ZQkJCWdlbmVyaWMtaG9zdAkJOyBOYW1lIG9mIGhvc3QgdGVtcGxhdGUgdG8g > dXNlCgoJaG9zdF9uYW1lCQlub3ZlbGwyCglhbGlhcwkJCU5vdmVsbCBTZXJ2 > ZXIgIzIKCWFkZHJlc3MJCQkxOTIuMTY4LjEuMwoJY2hlY2tfY29tbWFuZAkJ > Y2hlY2staG9zdC1hbGl2ZQoJbWF4X2NoZWNrX2F0dGVtcHRzCTEwCglub3Rp > ZmljYXRpb25faW50ZXJ2YWwJMTIwCglub3RpZmljYXRpb25fcGVyaW9kCTI0 > eDcKCW5vdGlmaWNhdGlvbl9vcHRpb25zCWQsdSxyCgl9CgoKIyAnbnQxJyBo > b3N0IGRlZmluaXRpb24KZGVmaW5lIGhvc3R7Cgl1c2UJCQlnZW5lcmljLWhv > c3QJCTsgTmFtZSBvZiBob3N0IHRlbXBsYXRlIHRvIHVzZQoKCWhvc3RfbmFt > ZQkJbnQxCglhbGlhcwkJCU5UIFNlcnZlciAjMQoJYWRkcmVzcwkJCTE5Mi4x > NjguMS40CgljaGVja19jb21tYW5kCQljaGVjay1ob3N0LWFsaXZlCgltYXhf > Y2hlY2tfYXR0ZW1wdHMJMTAKCW5vdGlmaWNhdGlvbl9pbnRlcnZhbAkxMjAK > CW5vdGlmaWNhdGlvbl9wZXJpb2QJMjR4NwoJbm90aWZpY2F0aW9uX29wdGlv > bnMJZCx1LHIKCX0KCgojICdudDInIGhvc3QgZGVmaW5pdGlvbgpkZWZpbmUg > aG9zdHsKCXVzZQkJCWdlbmVyaWMtaG9zdAkJOyBOYW1lIG9mIGhvc3QgdGVt > cGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQludDIKCWFsaWFzCQkJTlQgU2Vy > dmVyICMyCglhZGRyZXNzCQkJMTkyLjE2OC4xLjUKCWNoZWNrX2NvbW1hbmQJ > CWNoZWNrLWhvc3QtYWxpdmUKCW1heF9jaGVja19hdHRlbXB0cwkxMAoJbm90 > aWZpY2F0aW9uX2ludGVydmFsCTEyMAoJbm90aWZpY2F0aW9uX3BlcmlvZAky > NHg3Cglub3RpZmljYXRpb25fb3B0aW9ucwlkLHUscgoJfQoKCiMgJ2xpbnV4 > MScgaG9zdCBkZWZpbml0aW9uCmRlZmluZSBob3N0ewoJdXNlCQkJZ2VuZXJp > Yy1ob3N0CQk7IE5hbWUgb2YgaG9zdCB0ZW1wbGF0ZSB0byB1c2UKCglob3N0 > X25hbWUJCWxpbnV4MQoJYWxpYXMJCQlMaW51eCBTZXJ2ZXIgIzEKCWFkZHJl > c3MJCQkxOTIuMTY5LjEuNgoJY2hlY2tfY29tbWFuZAkJY2hlY2staG9zdC1h > bGl2ZQoJbWF4X2NoZWNrX2F0dGVtcHRzCTEwCglub3RpZmljYXRpb25faW50 > ZXJ2YWwJNDgwCglub3RpZmljYXRpb25fcGVyaW9kCTI0eDcKCW5vdGlmaWNh > dGlvbl9vcHRpb25zCWQsdSxyCgl9CgoKIyAnbGludXgyJyBob3N0IGRlZmlu > aXRpb24KZGVmaW5lIGhvc3R7Cgl1c2UJCQlnZW5lcmljLWhvc3QJCTsgTmFt > ZSBvZiBob3N0IHRlbXBsYXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJbGludXgy > CglhbGlhcwkJCUxpbnV4IFNlcnZlciAjMgoJYWRkcmVzcwkJCTEwLjIwMC4w > LjEKCXBhcmVudHMJCQlyb3V0ZXIxCgljaGVja19jb21tYW5kCQljaGVjay1o > b3N0LWFsaXZlCgltYXhfY2hlY2tfYXR0ZW1wdHMJMTAKCW5vdGlmaWNhdGlv > bl9pbnRlcnZhbAk0ODAKCW5vdGlmaWNhdGlvbl9wZXJpb2QJMjR4NwoJbm90 > aWZpY2F0aW9uX29wdGlvbnMJZCx1LHIKCX0KCiMgJ25kczEnIGhvc3QgZGVm > aW5pdGlvbgpkZWZpbmUgaG9zdHsKICAgICAgICB1c2UgICAgICAgICAgICAg > ICAgICAgICBnZW5lcmljLWhvc3QgICAgICAgICAgICA7IE5hbWUgb2YgaG9z > dCB0ZW1wbGF0ZSB0byB1c2UKCiAgICAgICAgaG9zdF9uYW1lICAgICAgICAg > ICAgICAgbmRzMQogICAgICAgIGFsaWFzICAgICAgICAgICAgICAgICAgIG5k > czEgCiAgICAgICAgYWRkcmVzcyAgICAgICAgICAgICAgICAgMTI3LjAuMC4x > CiAgICAgICAgY2hlY2tfY29tbWFuZCAgICAgICAgICAgY2hlY2staG9zdC1h > bGl2ZQogICAgICAgIG1heF9jaGVja19hdHRlbXB0cyAgICAgIDEwCiAgICAg > ICAgbm90aWZpY2F0aW9uX2ludGVydmFsICAgNDgwCiAgICAgICAgbm90aWZp > Y2F0aW9uX3BlcmlvZCAgICAgMjR4NwogICAgICAgIG5vdGlmaWNhdGlvbl9v > cHRpb25zICAgIGQsdSxyCiAgICAgICAgfQoKIyAnc3dpdGNoMScgaG9zdCBk > ZWZpbml0aW9uCmRlZmluZSBob3N0ewoJdXNlCQkJZ2VuZXJpYy1ob3N0CQk7 > IE5hbWUgb2YgaG9zdCB0ZW1wbGF0ZSB0byB1c2UKCglob3N0X25hbWUJCXN3 > aXRjaDEKCWFsaWFzCQkJU3dpdGNoICMxCglhZGRyZXNzCQkJMTkyLjE2OC4x > LjIzMAoJY2hlY2tfY29tbWFuZAkJY2hlY2staG9zdC1hbGl2ZQoJbWF4X2No > ZWNrX2F0dGVtcHRzCTEwCglub3RpZmljYXRpb25faW50ZXJ2YWwJNjAKCW5v > dGlmaWNhdGlvbl9wZXJpb2QJMjR4NwoJbm90aWZpY2F0aW9uX29wdGlvbnMJ > ZCx1LHIKCX0KCgojICdzd2l0Y2gyJyBob3N0IGRlZmluaXRpb24KZGVmaW5l > IGhvc3R7Cgl1c2UJCQlnZW5lcmljLWhvc3QJCTsgTmFtZSBvZiBob3N0IHRl > bXBsYXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJc3dpdGNoMgoJYWxpYXMJCQlT > d2l0Y2ggIzIKCWFkZHJlc3MJCQkxOTIuMTY4LjEuMjMxCgljaGVja19jb21t > YW5kCQljaGVjay1ob3N0LWFsaXZlCgltYXhfY2hlY2tfYXR0ZW1wdHMJMTAK > CW5vdGlmaWNhdGlvbl9pbnRlcnZhbAk2MAoJbm90aWZpY2F0aW9uX3Blcmlv > ZAkyNHg3Cglub3RpZmljYXRpb25fb3B0aW9ucwlkLHUscgoJfQoKCiMgJ3N3 > aXRjaDMnIGhvc3QgZGVmaW5pdGlvbgpkZWZpbmUgaG9zdHsKCXVzZQkJCWdl > bmVyaWMtaG9zdAkJOyBOYW1lIG9mIGhvc3QgdGVtcGxhdGUgdG8gdXNlCgoJ > aG9zdF9uYW1lCQlzd2l0Y2gzCglhbGlhcwkJCVN3aXRjaCAjMwoJYWRkcmVz > cwkJCTE5Mi4xNjguMS4yMzIKCWNoZWNrX2NvbW1hbmQJCWNoZWNrLWhvc3Qt > YWxpdmUKCW1heF9jaGVja19hdHRlbXB0cwkxMAoJbm90aWZpY2F0aW9uX2lu > dGVydmFsCTYwCglub3RpZmljYXRpb25fcGVyaW9kCTI0eDcKCW5vdGlmaWNh > dGlvbl9vcHRpb25zCWQsdSxyCgl9CgoKIyAnc3dpdGNoNCcgaG9zdCBkZWZp > bml0aW9uCmRlZmluZSBob3N0ewoJdXNlCQkJZ2VuZXJpYy1ob3N0CQk7IE5h > bWUgb2YgaG9zdCB0ZW1wbGF0ZSB0byB1c2UKCglob3N0X25hbWUJCXN3aXRj > aDQKCWFsaWFzCQkJU3dpdGNoICM0CglhZGRyZXNzCQkJMTkyLjE2OC4xLjIz > MwoJY2hlY2tfY29tbWFuZAkJY2hlY2staG9zdC1hbGl2ZQoJbWF4X2NoZWNr > X2F0dGVtcHRzCTEwCglub3RpZmljYXRpb25faW50ZXJ2YWwJNjAKCW5vdGlm > aWNhdGlvbl9wZXJpb2QJMjR4NwoJbm90aWZpY2F0aW9uX29wdGlvbnMJZCx1 > LHIKCX0KCgojICdzd2l0Y2g1JyBob3N0IGRlZmluaXRpb24KZGVmaW5lIGhv > c3R7Cgl1c2UJCQlnZW5lcmljLWhvc3QJCTsgTmFtZSBvZiBob3N0IHRlbXBs > YXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJc3dpdGNoNQoJYWxpYXMJCQlTd2l0 > Y2ggIzUKCWFkZHJlc3MJCQkxOTIuMTY4LjEuMjM0CgljaGVja19jb21tYW5k > CQljaGVjay1ob3N0LWFsaXZlCgltYXhfY2hlY2tfYXR0ZW1wdHMJMTAKCW5v > dGlmaWNhdGlvbl9pbnRlcnZhbAk2MAoJbm90aWZpY2F0aW9uX3BlcmlvZAky > NHg3Cglub3RpZmljYXRpb25fb3B0aW9ucwlkLHUscgoJfQoKCiMgJ3JvdXRl > cjEnIGhvc3QgZGVmaW5pdGlvbgojZGVmaW5lIGhvc3R7CiMJdXNlCQkJZ2Vu > ZXJpYy1ob3N0CQk7IE5hbWUgb2YgaG9zdCB0ZW1wbGF0ZSB0byB1c2UKIwoj > CWhvc3RfbmFtZQkJcm91dGVyMQojCWFsaWFzCQkJUm91dGVyICMxCiMJYWRk > cmVzcwkJCTE5Mi4xNjguMS4yNTQKIwljaGVja19jb21tYW5kCQljaGVjay1o > b3N0LWFsaXZlCiMJbWF4X2NoZWNrX2F0dGVtcHRzCTIwCiMJbm90aWZpY2F0 > aW9uX2ludGVydmFsCTYwCiMJbm90aWZpY2F0aW9uX3BlcmlvZAkyNHg3CiMJ > bm90aWZpY2F0aW9uX29wdGlvbnMJZCx1LHIKIwl9CgojICdyb3V0ZXIxJyBo > b3N0IGRlZmluaXRpb24KZGVmaW5lIGhvc3R7CiAgICAgICAgdXNlICAgICAg > ICAgICAgICAgICAgICAgZ2VuZXJpYy1ob3N0ICAgICAgICAgICAgOyBOYW1l > IG9mIGhvc3QgdGVtcGxhdGUgdG8gdXNlCgogICAgICAgIGhvc3RfbmFtZSAg > ICAgICAgICAgICAgIHJvdXRlcjEKICAgICAgICBhbGlhcyAgICAgICAgICAg > ICAgICAgICBSb3V0ZXIgIzEKICAgICAgICBhZGRyZXNzICAgICAgICAgICAg > ICAgICAxMC4yMDAuMC4yNTQKICAgICAgICBjaGVja19jb21tYW5kICAgICAg > ICAgICBjaGVjay1ob3N0LWFsaXZlCiAgICAgICAgbWF4X2NoZWNrX2F0dGVt > cHRzICAgICAgMjAKICAgICAgICBub3RpZmljYXRpb25faW50ZXJ2YWwgICA2 > MAogICAgICAgIG5vdGlmaWNhdGlvbl9wZXJpb2QgICAgIDI0eDcKICAgICAg > ICBub3RpZmljYXRpb25fb3B0aW9ucyAgICBkLHUscgogICAgICAgIH0KCiMg > J3ByaW50ZXIxJyBob3N0IGRlZmluaXRpb24KZGVmaW5lIGhvc3R7Cgl1c2UJ > CQlnZW5lcmljLWhvc3QJCTsgTmFtZSBvZiBob3N0IHRlbXBsYXRlIHRvIHVz > ZQoKCWhvc3RfbmFtZQkJcHJpbnRlcjEKCWFsaWFzCQkJUHJpbnRlciAjMQoJ > YWRkcmVzcwkJCTE5Mi4xNjguMS4xMDAKCWNoZWNrX2NvbW1hbmQJCWNoZWNr > LWhvc3QtYWxpdmUKCW1heF9jaGVja19hdHRlbXB0cwkxMAoJbm90aWZpY2F0 > aW9uX2ludGVydmFsCTQ4MAoJbm90aWZpY2F0aW9uX3BlcmlvZAl3b3JraG91 > cnMKCX0KCgojICdwcmludGVyMicgaG9zdCBkZWZpbml0aW9uCmRlZmluZSBo > b3N0ewoJdXNlCQkJZ2VuZXJpYy1ob3N0CQk7IE5hbWUgb2YgaG9zdCB0ZW1w > bGF0ZSB0byB1c2UKCglob3N0X25hbWUJCXByaW50ZXIyCglhbGlhcwkJCVBy > aW50ZXIgIzIKCWFkZHJlc3MJCQkxOTIuMTY4LjEuMTAxCgljaGVja19jb21t > YW5kCQljaGVjay1ob3N0LWFsaXZlCgltYXhfY2hlY2tfYXR0ZW1wdHMJMTAK > CW5vdGlmaWNhdGlvbl9pbnRlcnZhbAk0ODAKCW5vdGlmaWNhdGlvbl9wZXJp > b2QJd29ya2hvdXJzCgl9CgoKIyAncHJpbnRlcjMnIGhvc3QgZGVmaW5pdGlv > bgpkZWZpbmUgaG9zdHsKCXVzZQkJCWdlbmVyaWMtaG9zdAkJOyBOYW1lIG9m > IGhvc3QgdGVtcGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQlwcmludGVyMwoJ > YWxpYXMJCQlQcmludGVyICMzCglhZGRyZXNzCQkJMTkyLjE2OC4xLjEwMgoJ > Y2hlY2tfY29tbWFuZAkJY2hlY2staG9zdC1hbGl2ZQoJbWF4X2NoZWNrX2F0 > dGVtcHRzCTEwCglub3RpZmljYXRpb25faW50ZXJ2YWwJNDgwCglub3RpZmlj > YXRpb25fcGVyaW9kCXdvcmtob3VycwoJfQoKCg== > > > ------=_NextPart_000_8bd_37cb_747c > Content-Type: application/octet-stream; name="nagios.cfg" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; filename="nagios.cfg" > > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCiMKIyBOQUdJT1Mu > Q0ZHIC0gU2FtcGxlIE1haW4gQ29uZmlnIEZpbGUgZm9yIE5hZ2lvcyAKIwoj > IFJlYWQgdGhlIGRvY3VtZW50YXRpb24gZm9yIG1vcmUgaW5mb3JtYXRpb24g > b24gdGhpcyBjb25maWd1cmF0aW9uCiMgZmlsZS4gIEkndmUgcHJvdmlkZWQg > c29tZSBjb21tZW50cyBoZXJlLCBidXQgdGhpbmdzIG1heSBub3QgYmUgc28K > IyBjbGVhciB3aXRob3V0IGZ1cnRoZXIgZXhwbGFuYXRpb24uCiMKIyBMYXN0 > IE1vZGlmaWVkOiAwNy0wNC0yMDAyCiMKIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjCgoKIyBMT0cgRklMRQojIFRoaXMgaXMgdGhlIG1haW4g > bG9nIGZpbGUgd2hlcmUgc2VydmljZSBhbmQgaG9zdCBldmVudHMgYXJlIGxv > Z2dlZAojIGZvciBoaXN0b3JpY2FsIHB1cnBvc2VzLiAgVGhpcyBzaG91bGQg > YmUgdGhlIGZpcnN0IG9wdGlvbiBzcGVjaWZpZWQgCiMgaW4gdGhlIGNvbmZp > ZyBmaWxlISEhCgpsb2dfZmlsZT0vdXNyL2xvY2FsL25hZ2lvcy92YXIvbmFn > aW9zLmxvZwoKCgojIE9CSkVDVCBDT05GSUdVUkFUSU9OIEZJTEUoUykKIyBU > aGlzIGlzIHRoZSBjb25maWd1cmF0aW9uIGZpbGUgaW4gd2hpY2ggeW91IGRl > ZmluZSBob3N0cywgaG9zdAojIGdyb3VwcywgY29udGFjdHMsIGNvbnRhY3Qg > Z3JvdXBzLCBzZXJ2aWNlcywgZXRjLiAgSSBndWVzcyBpdCB3b3VsZAojIGJl > IGJldHRlciBjYWxsZWQgYW4gb2JqZWN0IGRlZmluaXRpb24gZmlsZSwgYnV0 > IGZvciBoaXN0b3JpY2FsCiMgcmVhc29ucyBpdCBpc24ndC4gIFlvdSBjYW4g > c3BsaXQgb2JqZWN0IGRlZmluaXRpb25zIGludG8gc2V2ZXJhbAojIGRpZmZl > cmVudCBjb25maWcgZmlsZXMgYnkgdXNpbmcgbXVsdGlwbGUgY2ZnX2ZpbGUg > c3RhdGVtZW50cyBoZXJlLgojIE5hZ2lvcyB3aWxsIHJlYWQgYW5kIHByb2Nl > c3MgYWxsIHRoZSBjb25maWcgZmlsZXMgeW91IGRlZmluZS4KIyBUaGlzIGNh > biBiZSB2ZXJ5IHVzZWZ1bCBpZiB5b3Ugd2FudCB0byBrZWVwIGNvbW1hbmQg > ZGVmaW5pdGlvbnMgCiMgc2VwYXJhdGUgZnJvbSBob3N0IGFuZCBjb250YWN0 > IGRlZmluaXRpb25zLi4uCgojIFBsdWdpbiBjb21tYW5kcyAoc2VydmljZSBh > bmQgaG9zdCBjaGVjayBjb21tYW5kcykKIyBBcmd1bWVudHMgYXJlIGxpa2Vs > eSB0byBjaGFuZ2UgYmV0d2VlbiBkaWZmZXJlbnQgcmVsZWFzZXMgb2YgdGhl > CiMgcGx1Z2lucywgc28geW91IHNob3VsZCB1c2UgdGhlIHNhbWUgY29uZmln > IGZpbGUgcHJvdmlkZWQgd2l0aCB0aGUKIyBwbHVnaW4gcmVsZWFzZSByYXRo > ZXIgdGhhbiB0aGUgb25lIHByb3ZpZGVkIHdpdGggTmFnaW9zLgpjZmdfZmls > ZT0vdXNyL2xvY2FsL25hZ2lvcy9ldGMvY2hlY2tjb21tYW5kcy5jZmcKCiMg > TWlzYyBjb21tYW5kcyAobm90aWZpY2F0aW9uIGFuZCBldmVudCBoYW5kbGVy > IGNvbW1hbmRzLCBldGMpCmNmZ19maWxlPS91c3IvbG9jYWwvbmFnaW9zL2V0 > Yy9taXNjY29tbWFuZHMuY2ZnCgojIFlvdSBjYW4gc3BsaXQgb3RoZXIgdHlw > ZXMgb2Ygb2JqZWN0IGRlZmluaXRpb25zIGFjcm9zcyBzZXZlcmFsCiMgY29u > ZmlnIGZpbGVzIGlmIHlvdSB3aXNoIChhcyBkb25lIGhlcmUpLCBvciBrZWVw > IHRoZW0gYWxsIGluIGEKIyBzaW5nbGUgY29uZmlnIGZpbGUuCgpjZmdfZmls > ZT0vdXNyL2xvY2FsL25hZ2lvcy9ldGMvY29udGFjdGdyb3Vwcy5jZmcKY2Zn > X2ZpbGU9L3Vzci9sb2NhbC9uYWdpb3MvZXRjL2NvbnRhY3RzLmNmZwpjZmdf > ZmlsZT0vdXNyL2xvY2FsL25hZ2lvcy9ldGMvZGVwZW5kZW5jaWVzLmNmZwpj > ZmdfZmlsZT0vdXNyL2xvY2FsL25hZ2lvcy9ldGMvZXNjYWxhdGlvbnMuY2Zn > CmNmZ19maWxlPS91c3IvbG9jYWwvbmFnaW9zL2V0Yy9ob3N0Z3JvdXBzLmNm > ZwpjZmdfZmlsZT0vdXNyL2xvY2FsL25hZ2lvcy9ldGMvaG9zdHMuY2ZnCmNm > Z19maWxlPS91c3IvbG9jYWwvbmFnaW9zL2V0Yy9zZXJ2aWNlcy5jZmcKY2Zn > X2ZpbGU9L3Vzci9sb2NhbC9uYWdpb3MvZXRjL3RpbWVwZXJpb2RzLmNmZwoK > CgojIFJFU09VUkNFIEZJTEUKIyBUaGlzIGlzIGFuIG9wdGlvbmFsIHJlc291 > cmNlIGZpbGUgdGhhdCBjb250YWlucyAkVVNFUngkIG1hY3JvCiMgZGVmaW5p > dGlvbnMuIE11bHRpcGxlIHJlc291cmNlIGZpbGVzIGNhbiBiZSBzcGVjaWZp > ZWQgYnkgdXNpbmcKIyBtdWx0aXBsZSByZXNvdXJjZV9maWxlIGRlZmluaXRp > b25zLiAgVGhlIENHSXMgd2lsbCBub3QgYXR0ZW1wdCB0bwojIHJlYWQgdGhl > IGNvbnRlbnRzIG9mIHJlc291cmNlIGZpbGVzLCBzbyBpbmZvcm1hdGlvbiB0 > aGF0IGlzCiMgY29uc2lkZXJlZCB0byBiZSBzZW5zaXRpdmUgKHVzZXJuYW1l > cywgcGFzc3dvcmRzLCBldGMpIGNhbiBiZQojIGRlZmluZWQgYXMgbWFjcm9z > IGluIHRoaXMgZmlsZSBhbmQgcmVzdHJpY3RpdmUgcGVybWlzc2lvbnMgKDYw > MCkKIyBjYW4gYmUgcGxhY2VkIG9uIHRoaXMgZmlsZS4KCnJlc291cmNlX2Zp > bGU9L3Vzci9sb2NhbC9uYWdpb3MvZXRjL3Jlc291cmNlLmNmZwoKCgojIFNU > QVRVUyBGSUxFCiMgVGhpcyBpcyB3aGVyZSB0aGUgY3VycmVudCBzdGF0dXMg > b2YgYWxsIG1vbml0b3JlZCBzZXJ2aWNlcyBhbmQKIyBob3N0cyBpcyBzdG9y > ZWQuICBJdHMgY29udGVudHMgYXJlIHJlYWQgYW5kIHByb2Nlc3NlZCBieSB0 > aGUgQ0dJcy4KIyBUaGUgY29udGVudHNvZiB0aGUgc3RhdHVzIGZpbGUgYXJl > IGRlbGV0ZWQgZXZlcnkgdGltZSBOYWdpb3MKIyAgcmVzdGFydHMuCgpzdGF0 > dXNfZmlsZT0vdXNyL2xvY2FsL25hZ2lvcy92YXIvc3RhdHVzLmxvZwoKCgoj > IE5BR0lPUyBVU0VSCiMgVGhpcyBkZXRlcm1pbmVzIHRoZSBlZmZlY3RpdmUg > dXNlciB0aGF0IE5hZ2lvcyBzaG91bGQgcnVuIGFzLiAgCiMgWW91IGNhbiBl > aXRoZXIgc3VwcGx5IGEgdXNlcm5hbWUgb3IgYSBVSUQuCgpuYWdpb3NfdXNl > cj1uYWdpb3MKCgoKIyBOQUdJT1MgR1JPVVAKIyBUaGlzIGRldGVybWluZXMg > dGhlIGVmZmVjdGl2ZSBncm91cCB0aGF0IE5hZ2lvcyBzaG91bGQgcnVuIGFz > LiAgCiMgWW91IGNhbiBlaXRoZXIgc3VwcGx5IGEgZ3JvdXAgbmFtZSBvciBh > IEdJRC4KCm5hZ2lvc19ncm91cD1uYWdpb3MKCgoKIyBFWFRFUk5BTCBDT01N > QU5EIE9QVElPTgojIFRoaXMgb3B0aW9uIGFsbG93cyB5b3UgdG8gc3BlY2lm > eSB3aGV0aGVyIG9yIG5vdCBOYWdpb3Mgc2hvdWxkIGNoZWNrCiMgZm9yIGV4 > dGVybmFsIGNvbW1hbmRzIChpbiB0aGUgY29tbWFuZCBmaWxlIGRlZmluZWQg > YmVsb3cpLiAgQnkgZGVmYXVsdAojIE5hZ2lvcyB3aWxsICpub3QqIGNoZWNr > IGZvciBleHRlcm5hbCBjb21tYW5kcywganVzdCB0byBiZSBvbiB0aGUKIyBj > YXV0aW91cyBzaWRlLiAgSWYgeW91IHdhbnQgdG8gYmUgYWJsZSB0byB1c2Ug > dGhlIENHSSBjb21tYW5kIGludGVyZmFjZQojIHlvdSB3aWxsIGhhdmUgdG8g > ZW5hYmxlIHRoaXMuICBTZXR0aW5nIHRoaXMgdmFsdWUgdG8gMCBkaXNhYmxl > cyBjb21tYW5kCiMgY2hlY2tpbmcgKHRoZSBkZWZhdWx0KSwgb3RoZXIgdmFs > dWVzIGVuYWJsZSBpdC4KCmNoZWNrX2V4dGVybmFsX2NvbW1hbmRzPTAKCgoK > IyBFWFRFUk5BTCBDT01NQU5EIENIRUNLIElOVEVSVkFMCiMgVGhpcyBpcyB0 > aGUgaW50ZXJ2YWwgYXQgd2hpY2ggTmFnaW9zIHNob3VsZCBjaGVjayBmb3Ig > ZXh0ZXJuYWwgY29tbWFuZHMuCiMgVGhpcyB2YWx1ZSB3b3JrcyBvZiB0aGUg > aW50ZXJ2YWxfbGVuZ3RoIHlvdSBzcGVjaWZ5IGxhdGVyLiAgSWYgeW91IGxl > YXZlCiMgdGhhdCBhdCBpdHMgZGVmYXVsdCB2YWx1ZSBvZiA2MCAoc2Vjb25k > cyksIGEgdmFsdWUgb2YgMSBoZXJlIHdpbGwgY2F1c2UKIyBOYWdpb3MgdG8g > Y2hlY2sgZm9yIGV4dGVybmFsIGNvbW1hbmRzIGV2ZXJ5IG1pbnV0ZS4gIElm > IHlvdSBzcGVjaWZ5IGEKIyBudW1iZXIgZm9sbG93ZWQgYnkgYW4gInMiIChp > LmUuIDE1cyksIHRoaXMgd2lsbCBiZSBpbnRlcnByZXRlZCB0byBtZWFuCiMg > YWN0dWFsIHNlY29uZHMgcmF0aGVyIHRoYW4gYSBtdWx0aXBsZSBvZiB0aGUg > aW50ZXJ2YWxfbGVuZ3RoIHZhcmlhYmxlLgojIE5vdGU6IEluIGFkZGl0aW9u > IHRvIHJlYWRpbmcgdGhlIGV4dGVybmFsIGNvbW1hbmQgZmlsZSBhdCByZWd1 > bGFybHkgCiMgc2NoZWR1bGVkIGludGVydmFscywgTmFnaW9zIHdpbGwgYWxz > byBjaGVjayBmb3IgZXh0ZXJuYWwgY29tbWFuZHMgYWZ0ZXIKIyBldmVudCBo > YW5kbGVycyBhcmUgZXhlY3V0ZWQuCiMgTk9URTogU2V0dGluZyB0aGlzIHZh > bHVlIHRvIC0xIGNhdXNlcyBOYWdpb3MgdG8gY2hlY2sgdGhlIGV4dGVybmFs > CiMgY29tbWFuZCBmaWxlIGFzIG9mdGVuIGFzIHBvc3NpYmxlLgoKI2NvbW1h > bmRfY2hlY2tfaW50ZXJ2YWw9MQojY29tbWFuZF9jaGVja19pbnRlcnZhbD0x > NXMKY29tbWFuZF9jaGVja19pbnRlcnZhbD0tMQoKCgojIEVYVEVSTkFMIENP > TU1BTkQgRklMRQojIFRoaXMgaXMgdGhlIGZpbGUgdGhhdCBOYWdpb3MgY2hl > Y2tzIGZvciBleHRlcm5hbCBjb21tYW5kIHJlcXVlc3RzLgojIEl0IGlzIGFs > c28gd2hlcmUgdGhlIGNvbW1hbmQgQ0dJIHdpbGwgd3JpdGUgY29tbWFuZHMg > dGhhdCBhcmUgc3VibWl0dGVkCiMgYnkgdXNlcnMsIHNvIGl0IG11c3QgYmUg > d3JpdGVhYmxlIGJ5IHRoZSB1c2VyIHRoYXQgdGhlIHdlYiBzZXJ2ZXIKIyBp > cyBydW5uaW5nIGFzICh1c3VhbGx5ICdub2JvZHknKS4gIFBlcm1pc3Npb25z > IHNob3VsZCBiZSBzZXQgYXQgdGhlIAojIGRpcmVjdG9yeSBsZXZlbCBpbnN0 > ZWFkIG9mIG9uIHRoZSBmaWxlLCBhcyB0aGUgZmlsZSBpcyBkZWxldGVkIGV2 > ZXJ5CiMgdGltZSBpdHMgY29udGVudHMgYXJlIHByb2Nlc3NlZC4KCmNvbW1h > bmRfZmlsZT0vdXNyL2xvY2FsL25hZ2lvcy92YXIvcncvbmFnaW9zLmNtZAoK > CgojIENPTU1FTlQgRklMRQojIFRoaXMgaXMgdGhlIGZpbGUgdGhhdCBOYWdp > b3Mgd2lsbCB1c2UgZm9yIHN0b3JpbmcgaG9zdCBhbmQgc2VydmljZQojIGNv > bW1lbnRzLgoKY29tbWVudF9maWxlPS91c3IvbG9jYWwvbmFnaW9zL3Zhci9j > b21tZW50LmxvZwoKCgojIERPV05USU1FIEZJTEUKIyBUaGlzIGlzIHRoZSBm > aWxlIHRoYXQgTmFnaW9zIHdpbGwgdXNlIGZvciBzdG9yaW5nIGhvc3QgYW5k > IHNlcnZpY2UKIyBkb3dudGltZSBkYXRhLgoKZG93bnRpbWVfZmlsZT0vdXNy > L2xvY2FsL25hZ2lvcy92YXIvZG93bnRpbWUubG9nCgoKCiMgTE9DSyBGSUxF > CiMgVGhpcyBpcyB0aGUgbG9ja2ZpbGUgdGhhdCBOYWdpb3Mgd2lsbCB1c2Ug > dG8gc3RvcmUgaXRzIFBJRCBudW1iZXIKIyBpbiB3aGVuIGl0IGlzIHJ1bm5p > bmcgaW4gZGFlbW9uIG1vZGUuCgpsb2NrX2ZpbGU9L3Vzci9sb2NhbC9uYWdp > b3MvdmFyL25hZ2lvcy5sb2NrCgoKCiMgVEVNUCBGSUxFCiMgVGhpcyBpcyBh > IHRlbXBvcmFyeSBmaWxlIHRoYXQgaXMgdXNlZCBhcyBzY3JhdGNoIHNwYWNl > IHdoZW4gTmFnaW9zCiMgdXBkYXRlcyB0aGUgc3RhdHVzIGxvZywgY2xlYW5z > IHRoZSBjb21tZW50IGZpbGUsIGV0Yy4gIFRoaXMgZmlsZQojIGlzIGNyZWF0 > ZWQsIHVzZWQsIGFuZCBkZWxldGVkIHRocm91Z2hvdXQgdGhlIHRpbWUgdGhh > dCBOYWdpb3MgaXMKIyBydW5uaW5nLgoKdGVtcF9maWxlPS91c3IvbG9jYWwv > bmFnaW9zL3Zhci9uYWdpb3MudG1wCgoKCiMgTE9HIFJPVEFUSU9OIE1FVEhP > RAojIFRoaXMgaXMgdGhlIGxvZyByb3RhdGlvbiBtZXRob2QgdGhhdCBOYWdp > b3Mgc2hvdWxkIHVzZSB0byByb3RhdGUKIyB0aGUgbWFpbiBsb2cgZmlsZS4g > VmFsdWVzIGFyZSBhcyBmb2xsb3dzLi4KIwluCT0gTm9uZSAtIGRvbid0IHJv > dGF0ZSB0aGUgbG9nCiMJaAk9IEhvdXJseSByb3RhdGlvbiAodG9wIG9mIHRo > ZSBob3VyKQojCWQJPSBEYWlseSByb3RhdGlvbiAobWlkbmlnaHQgZXZlcnkg > ZGF5KQojCXcJPSBXZWVrbHkgcm90YXRpb24gKG1pZG5pZ2h0IG9uIFNhdHVy > ZGF5IGV2ZW5pbmcpCiMJbQk9IE1vbnRobHkgcm90YXRpb24gKG1pZG5pZ2h0 > IGxhc3QgZGF5IG9mIG1vbnRoKQoKbG9nX3JvdGF0aW9uX21ldGhvZD1kCgoK > CiMgTE9HIEFSQ0hJVkUgUEFUSAojIFRoaXMgaXMgdGhlIGRpcmVjdG9yeSB3 > aGVyZSBhcmNoaXZlZCAocm90YXRlZCkgbG9nIGZpbGVzIHNob3VsZCBiZSAK > IyBwbGFjZWQgKGFzc3VtaW5nIHlvdSd2ZSBjaG9zZW4gdG8gZG8gbG9nIHJv > dGF0aW9uKS4KCmxvZ19hcmNoaXZlX3BhdGg9L3Vzci9sb2NhbC9uYWdpb3Mv > dmFyL2FyY2hpdmVzCgoKCiMgTE9HR0lORyBPUFRJT05TCiMgSWYgeW91IHdh > bnQgbWVzc2FnZXMgbG9nZ2VkIHRvIHRoZSBzeXNsb2cgZmFjaWxpdHksIGFz > IHdlbGwgYXMgdGhlCiMgTmV0QWxhcm0gbG9nIGZpbGUgc2V0IHRoaXMgb3B0 > aW9uIHRvIDEuICBJZiBub3QsIHNldCBpdCB0byAwLgoKdXNlX3N5c2xvZz0x > CgoKCiMgTk9USUZJQ0FUSU9OIExPR0dJTkcgT1BUSU9OCiMgSWYgeW91IGRv > bid0IHdhbnQgbm90aWZpY2F0aW9ucyB0byBiZSBsb2dnZWQsIHNldCB0aGlz > IHZhbHVlIHRvIDAuCiMgSWYgbm90aWZpY2F0aW9ucyBzaG91bGQgYmUgbG9n > Z2VkLCBzZXQgdGhlIHZhbHVlIHRvIDEuCgpsb2dfbm90aWZpY2F0aW9ucz0x > CgoKCiMgU0VSVklDRSBSRVRSWSBMT0dHSU5HIE9QVElPTgojIElmIHlvdSBk > b24ndCB3YW50IHNlcnZpY2UgY2hlY2sgcmV0cmllcyB0byBiZSBsb2dnZWQs > IHNldCB0aGlzIHZhbHVlCiMgdG8gMC4gIElmIHJldHJpZXMgc2hvdWxkIGJl > IGxvZ2dlZCwgc2V0IHRoZSB2YWx1ZSB0byAxLgoKbG9nX3NlcnZpY2VfcmV0 > cmllcz0xCgoKCiMgSE9TVCBSRVRSWSBMT0dHSU5HIE9QVElPTgojIElmIHlv > dSBkb24ndCB3YW50IGhvc3QgY2hlY2sgcmV0cmllcyB0byBiZSBsb2dnZWQs > IHNldCB0aGlzIHZhbHVlIHRvCiMgMC4gIElmIHJldHJpZXMgc2hvdWxkIGJl > IGxvZ2dlZCwgc2V0IHRoZSB2YWx1ZSB0byAxLgoKbG9nX2hvc3RfcmV0cmll > cz0xCgoKCiMgRVZFTlQgSEFORExFUiBMT0dHSU5HIE9QVElPTgojIElmIHlv > dSBkb24ndCB3YW50IGhvc3QgYW5kIHNlcnZpY2UgZXZlbnQgaGFuZGxlcnMg > dG8gYmUgbG9nZ2VkLCBzZXQKIyB0aGlzIHZhbHVlIHRvIDAuICBJZiBldmVu > dCBoYW5kbGVycyBzaG91bGQgYmUgbG9nZ2VkLCBzZXQgdGhlIHZhbHVlCiMg > dG8gMS4KCmxvZ19ldmVudF9oYW5kbGVycz0xCgoKCiMgSU5JVElBTCBTVEFU > RVMgTE9HR0lORyBPUFRJT04KIyBJZiB5b3Ugd2FudCBOYWdpb3MgdG8gbG9n > IGFsbCBpbml0aWFsIGhvc3QgYW5kIHNlcnZpY2Ugc3RhdGVzIHRvCiMgdGhl > IG1haW4gbG9nIGZpbGUgKHRoZSBmaXJzdCB0aW1lIHRoZSBzZXJ2aWNlIG9y > IGhvc3QgaXMgY2hlY2tlZCkKIyB5b3UgY2FuIGVuYWJsZSB0aGlzIG9wdGlv > biBieSBzZXR0aW5nIHRoaXMgdmFsdWUgdG8gMS4gIElmIHlvdQojIGFyZSBu > b3QgdXNpbmcgYW4gZXh0ZXJuYWwgYXBwbGljYXRpb24gdGhhdCBkb2VzIGxv > bmcgdGVybSBzdGF0ZQojIHN0YXRpc3RpY3MgcmVwb3J0aW5nLCB5b3UgZG8g > bm90IG5lZWQgdG8gZW5hYmxlIHRoaXMgb3B0aW9uLiAgSW4KIyB0aGlzIGNh > c2UsIHNldCB0aGUgdmFsdWUgdG8gMC4KCmxvZ19pbml0aWFsX3N0YXRlcz0w > CgoKCiMgRVhURVJOQUwgQ09NTUFORFMgTE9HR0lORyBPUFRJT04KIyBJZiB5 > b3UgZG9uJ3Qgd2FudCBOYWdpb3MgdG8gbG9nIGV4dGVybmFsIGNvbW1hbmRz > LCBzZXQgdGhpcyB2YWx1ZQojIHRvIDAuICBJZiBleHRlcm5hbCBjb21tYW5k > cyBzaG91bGQgYmUgbG9nZ2VkLCBzZXQgdGhpcyB2YWx1ZSB0byAxLgojIE5v > dGU6IFRoaXMgb3B0aW9uIGRvZXMgbm90IGluY2x1ZGUgbG9nZ2luZyBvZiBw > YXNzaXZlIHNlcnZpY2UKIyBjaGVja3MgLSBzZWUgdGhlIG9wdGlvbiBiZWxv > dyBmb3IgY29udHJvbGxpbmcgd2hldGhlciBvciBub3QKIyBwYXNzaXZlIGNo > ZWNrcyBhcmUgbG9nZ2VkLgoKbG9nX2V4dGVybmFsX2NvbW1hbmRzPTEKCgoK > IyBQQVNTSVZFIFNFUlZJQ0UgQ0hFQ0tTIExPR0dJTkcgT1BUSU9OCiMgSWYg > eW91IGRvbid0IHdhbnQgTmFnaW9zIHRvIGxvZyBwYXNzaXZlIHNlcnZpY2Ug > Y2hlY2tzLCBzZXQgdGhpcwojIHZhbHVlIHRvIDAuICBJZiBwYXNzaXZlIHNl > cnZpY2UgY2hlY2tzIHNob3VsZCBiZSBsb2dnZWQsIHNldCB0aGlzCiMgdmFs > dWUgdG8gMS4KCmxvZ19wYXNzaXZlX3NlcnZpY2VfY2hlY2tzPTEKCgoKIyBH > TE9CQUwgSE9TVCBBTkQgU0VSVklDRSBFVkVOVCBIQU5ETEVSUwojIFRoZXNl > IG9wdGlvbnMgYWxsb3cgeW91IHRvIHNwZWNpZnkgYSBob3N0IGFuZCBzZXJ2 > aWNlIGV2ZW50IGhhbmRsZXIKIyBjb21tYW5kIHRoYXQgaXMgdG8gYmUgcnVu > IGZvciBldmVyeSBob3N0IG9yIHNlcnZpY2Ugc3RhdGUgY2hhbmdlLgojIFRo > ZSBnbG9iYWwgZXZlbnQgaGFuZGxlciBpcyBleGVjdXRlZCBpbW1lZGlhdGVs > eSBwcmlvciB0byB0aGUgZXZlbnQKIyBoYW5kbGVyIHRoYXQgeW91IGhhdmUg > b3B0aW9uYWxseSBzcGVjaWZpZWQgaW4gZWFjaCBob3N0IG9yCiMgc2Vydmlj > ZSBkZWZpbml0aW9uLiBUaGUgY29tbWFuZCBhcmd1bWVudCBpcyB0aGUgc2hv > cnQgbmFtZSBvZiBhCiMgY29tbWFuZCBkZWZpbml0aW9uIHRoYXQgeW91IGRl > ZmluZSBpbiB5b3VyIGhvc3QgY29uZmlndXJhdGlvbiBmaWxlLgojIFJlYWQg > dGhlIEhUTUwgZG9jcyBmb3IgbW9yZSBpbmZvcm1hdGlvbi4KCiNnbG9iYWxf > aG9zdF9ldmVudF9oYW5kbGVyPXNvbWVjb21tYW5kCiNnbG9iYWxfc2Vydmlj > ZV9ldmVudF9oYW5kbGVyPXNvbWVjb21tYW5kCgoKCiMgSU5URVItQ0hFQ0sg > REVMQVkgTUVUSE9ECiMgVGhpcyBpcyB0aGUgbWV0aG9kIHRoYXQgTmFnaW9z > IHNob3VsZCB1c2Ugd2hlbiBpbml0aWFsbHkKIyAic3ByZWFkaW5nIG91dCIg > c2VydmljZSBjaGVja3Mgd2hlbiBpdCBzdGFydHMgbW9uaXRvcmluZy4gIFRo > ZQojIGRlZmF1bHQgaXMgdG8gdXNlIHNtYXJ0IGRlbGF5IGNhbGN1bGF0aW9u > LCB3aGljaCB3aWxsIHRyeSB0bwojIHNwYWNlIGFsbCBzZXJ2aWNlIGNoZWNr > cyBvdXQgZXZlbmx5IHRvIG1pbmltaXplIENQVSBsb2FkLgojIFVzaW5nIHRo > ZSBkdW1iIHNldHRpbmcgd2lsbCBjYXVzZSBhbGwgY2hlY2tzIHRvIGJlIHNj > aGVkdWxlZAojIGF0IHRoZSBzYW1lIHRpbWUgKHdpdGggbm8gZGVsYXkgYmV0 > d2VlbiB0aGVtKSEgIFRoaXMgaXMgbm90IGEKIyBnb29kIHRoaW5nIGZvciBw > cm9kdWN0aW9uLCBidXQgaXMgdXNlZnVsIHdoZW4gdGVzdGluZyB0aGUKIyBw > YXJhbGxlbGl6YXRpb24gZnVuY3Rpb25hbGl0eS4KIwluCT0gTm9uZSAtIGRv > bid0IHVzZSBhbnkgZGVsYXkgYmV0d2VlbiBjaGVja3MKIwlkCT0gVXNlIGEg > ImR1bWIiIGRlbGF5IG9mIDEgc2Vjb25kIGJldHdlZW4gY2hlY2tzCiMJcwk9 > IFVzZSAic21hcnQiIGludGVyLWNoZWNrIGRlbGF5IGNhbGN1bGF0aW9uCiMg > ICAgICAgeC54eCAgICA9IFVzZSBhbiBpbnRlci1jaGVjayBkZWxheSBvZiB4 > Lnh4IHNlY29uZHMKCmludGVyX2NoZWNrX2RlbGF5X21ldGhvZD1zCgoKCiMg > U0VSVklDRSBDSEVDSyBJTlRFUkxFQVZFIEZBQ1RPUgojIFRoaXMgdmFyaWFi > bGUgZGV0ZXJtaW5lcyBob3cgc2VydmljZSBjaGVja3MgYXJlIGludGVybGVh > dmVkLgojIEludGVybGVhdmluZyB0aGUgc2VydmljZSBjaGVja3MgYWxsb3dz > IGZvciBhIG1vcmUgZXZlbgojIGRpc3RyaWJ1dGlvbiBvZiBzZXJ2aWNlIGNo > ZWNrcyBhbmQgcmVkdWNlZCBsb2FkIG9uIHJlbW90ZQojIGhvc3RzLiAgU2V0 > dGluZyB0aGlzIHZhbHVlIHRvIDEgaXMgZXF1aXZhbGVudCB0byBob3cgdmVy > c2lvbnMKIyBvZiBOYWdpb3MgcHJldmlvdXMgdG8gMC4wLjUgZGlkIHNlcnZp > Y2UgY2hlY2tzLiAgU2V0IHRoaXMKIyB2YWx1ZSB0byBzIChzbWFydCkgZm9y > IGF1dG9tYXRpYyBjYWxjdWxhdGlvbiBvZiB0aGUgaW50ZXJsZWF2ZQojIGZh > Y3RvciB1bmxlc3MgeW91IGhhdmUgYSBzcGVjaWZpYyByZWFzb24gdG8gY2hh > bmdlIGl0LgojICAgICAgIHMgICAgICAgPSBVc2UgInNtYXJ0IiBpbnRlcmxl > YXZlIGZhY3RvciBjYWxjdWxhdGlvbgojICAgICAgIHggICAgICAgPSBVc2Ug > YW4gaW50ZXJsZWF2ZSBmYWN0b3Igb2YgeCwgd2hlcmUgeCBpcyBhCiMgICAg > ICAgICAgICAgICAgIG51bWJlciBncmVhdGVyIHRoYW4gb3IgZXF1YWwgdG8g > MS4KCnNlcnZpY2VfaW50ZXJsZWF2ZV9mYWN0b3I9cwoKCgojIE1BWElNVU0g > Q09OQ1VSUkVOVCBTRVJWSUNFIENIRUNLUwojIFRoaXMgb3B0aW9uIGFsbG93 > cyB5b3UgdG8gc3BlY2lmeSB0aGUgbWF4aW11bSBudW1iZXIgb2YgCiMgc2Vy > dmljZSBjaGVja3MgdGhhdCBjYW4gYmUgcnVuIGluIHBhcmFsbGVsIGF0IGFu > eSBnaXZlbiB0aW1lLgojIFNwZWNpZnlpbmcgYSB2YWx1ZSBvZiAxIGZvciB0 > aGlzIHZhcmlhYmxlIGVzc2VudGlhbGx5IHByZXZlbnRzCiMgYW55IHNlcnZp > Y2UgY2hlY2tzIGZyb20gYmVpbmcgcGFyYWxsZWxpemVkLiAgQSB2YWx1ZSBv > ZiAwCiMgd2lsbCBub3QgcmVzdHJpY3QgdGhlIG51bWJlciBvZiBjb25jdXJy > ZW50IGNoZWNrcyB0aGF0IGFyZQojIGJlaW5nIGV4ZWN1dGVkLgoKbWF4X2Nv > bmN1cnJlbnRfY2hlY2tzPTAKCgoKIyBTRVJWSUNFIENIRUNLIFJFQVBFUiBG > UkVRVUVOQ1kKIyBUaGlzIGlzIHRoZSBmcmVxdWVuY3kgKGluIHNlY29uZHMh > KSB0aGF0IE5hZ2lvcyB3aWxsIHByb2Nlc3MKIyB0aGUgcmVzdWx0cyBvZiBz > ZXJ2aWNlcyB0aGF0IGhhdmUgYmVlbiBjaGVja2VkLgoKc2VydmljZV9yZWFw > ZXJfZnJlcXVlbmN5PTEwCgoKCiMgU0xFRVAgVElNRQojIFRoaXMgaXMgdGhl > IG51bWJlciBvZiBzZWNvbmRzIHRvIHNsZWVwIGJldHdlZW4gY2hlY2tpbmcg > Zm9yIHN5c3RlbQojIGV2ZW50cyBhbmQgc2VydmljZSBjaGVja3MgdGhhdCBu > ZWVkIHRvIGJlIHJ1bi4gIEkgd291bGQgcmVjb21tZW5kCiMgKm5vdCogY2hh > bmdpbmcgdGhpcyBmcm9tIGl0cyBkZWZhdWx0IHZhbHVlIG9mIDEgc2Vjb25k > LgoKc2xlZXBfdGltZT0xCgoKCiMgVElNRU9VVCBWQUxVRVMKIyBUaGVzZSBv > cHRpb25zIGNvbnRyb2wgaG93IG11Y2ggdGltZSBOYWdpb3Mgd2lsbCBhbGxv > dyB2YXJpb3VzCiMgdHlwZXMgb2YgY29tbWFuZHMgdG8gZXhlY3V0ZSBiZWZv > cmUga2lsbGluZyB0aGVtIG9mZi4gIE9wdGlvbnMKIyBhcmUgYXZhaWxhYmxl > IGZvciBjb250cm9sbGluZyBtYXhpbXVtIHRpbWUgYWxsb3R0ZWQgZm9yCiMg > c2VydmljZSBjaGVja3MsIGhvc3QgY2hlY2tzLCBldmVudCBoYW5kbGVycywg > bm90aWZpY2F0aW9ucywgdGhlCiMgb2NzcCBjb21tYW5kLCBhbmQgcGVyZm9y > bWFuY2UgZGF0YSBjb21tYW5kcy4gIEFsbCB2YWx1ZXMgYXJlIGluCiMgc2Vj > b25kcy4KCnNlcnZpY2VfY2hlY2tfdGltZW91dD02MApob3N0X2NoZWNrX3Rp > bWVvdXQ9MzAKZXZlbnRfaGFuZGxlcl90aW1lb3V0PTMwCm5vdGlmaWNhdGlv > bl90aW1lb3V0PTMwCm9jc3BfdGltZW91dD01CnBlcmZkYXRhX3RpbWVvdXQ9 > NQoKCgojIFJFVEFJTiBTVEFURSBJTkZPUk1BVElPTgojIFRoaXMgc2V0dGlu > ZyBkZXRlcm1pbmVzIHdoZXRoZXIgb3Igbm90IE5hZ2lvcyB3aWxsIHNhdmUg > c3RhdGUKIyBpbmZvcm1hdGlvbiBmb3Igc2VydmljZXMgYW5kIGhvc3RzIGJl > Zm9yZSBpdCBzaHV0cyBkb3duLiAgVXBvbgojIHN0YXJ0dXAgTmFnaW9zIHdp > bGwgcmVsb2FkIGFsbCBzYXZlZCBzZXJ2aWNlIGFuZCBob3N0IHN0YXRlCiMg > aW5mb3JtYXRpb24gYmVmb3JlIHN0YXJ0aW5nIHRvIG1vbml0b3IuICBUaGlz > IGlzIHVzZWZ1bCBmb3IgCiMgbWFpbnRhaW5pbmcgbG9uZy10ZXJtIGRhdGEg > b24gc3RhdGUgc3RhdGlzdGljcywgZXRjLCBidXQgd2lsbAojIHNsb3cgTmFn > aW9zIGRvd24gYSBiaXQgd2hlbiBpdCAocmUpc3RhcnRzLiAgU2luY2UgaXRz > IG9ubHkKIyBhIG9uZS10aW1lIHBlbmFsdHksIEkgdGhpbmsgaXRzIHdlbGwg > d29ydGggdGhlIGFkZGl0aW9uYWwKIyBzdGFydHVwIGRlbGF5LgoKcmV0YWlu > X3N0YXRlX2luZm9ybWF0aW9uPTEKCgoKIyBTVEFURSBSRVRFTlRJT04gRklM > RQojIFRoaXMgaXMgdGhlIGZpbGUgdGhhdCBOYWdpb3Mgc2hvdWxkIHVzZSB0 > byBzdG9yZSBob3N0IGFuZAojIHNlcnZpY2Ugc3RhdGUgaW5mb3JtYXRpb24g > YmVmb3JlIGl0IHNodXRzIGRvd24uICBUaGUgc3RhdGUgCiMgaW5mb3JtYXRp > b24gaW4gdGhpcyBmaWxlIGlzIGFsc28gcmVhZCBpbW1lZGlhdGVseSBwcmlv > ciB0bwojIHN0YXJ0aW5nIHRvIG1vbml0b3IgdGhlIG5ldHdvcmsgd2hlbiBO > YWdpb3MgaXMgcmVzdGFydGVkLgojIFRoaXMgZmlsZSBpcyB1c2VkIG9ubHkg > aWYgdGhlIHByZXNlcnZlX3N0YXRlX2luZm9ybWF0aW9uCiMgdmFyaWFibGUg > aXMgc2V0IHRvIDEuCgpzdGF0ZV9yZXRlbnRpb25fZmlsZT0vdXNyL2xvY2Fs > L25hZ2lvcy92YXIvc3RhdHVzLnNhdgoKCgojIFJFVEVOVElPTiBEQVRBIFVQ > REFURSBJTlRFUlZBTAojIFRoaXMgc2V0dGluZyBkZXRlcm1pbmVzIGhvdyBv > ZnRlbiAoaW4gbWludXRlcykgdGhhdCBOYWdpb3MKIyB3aWxsIGF1dG9tYXRp > Y2FsbHkgc2F2ZSByZXRlbnRpb24gZGF0YSBkdXJpbmcgbm9ybWFsIG9wZXJh > dGlvbi4KIyBJZiB5b3Ugc2V0IHRoaXMgdmFsdWUgdG8gMCwgTmFnaW9zIHdp > bGwgbm90IHNhdmUgcmV0ZW50aW9uCiMgZGF0YSBhdCByZWd1bGFyIGludGVy > dmFsLCBidXQgaXQgd2lsbCBzdGlsbCBzYXZlIHJldGVudGlvbgojIGRhdGEg > YmVmb3JlIHNodXR0aW5nIGRvd24gb3IgcmVzdGFydGluZy4gIElmIHlvdSBo > YXZlIGRpc2FibGVkCiMgc3RhdGUgcmV0ZW50aW9uLCB0aGlzIG9wdGlvbiBo > YXMgbm8gZWZmZWN0LgoKcmV0ZW50aW9uX3VwZGF0ZV9pbnRlcnZhbD02MAoK > CgojIFVTRSBSRVRBSU5FRCBQUk9HUkFNIFNUQVRFCiMgVGhpcyBzZXR0aW5n > IGRldGVybWluZXMgd2hldGhlciBvciBub3QgTmFnaW9zIHdpbGwgc2V0IAoj > IHByb2dyYW0gc3RhdHVzIHZhcmlhYmxlcyBiYXNlZCBvbiB0aGUgdmFsdWVz > IHNhdmVkIGluIHRoZQojIHJldGVudGlvbiBmaWxlLiAgSWYgeW91IHdhbnQg > dG8gdXNlIHJldGFpbmVkIHByb2dyYW0gc3RhdHVzCiMgaW5mb3JtYXRpb24s > IHNldCB0aGlzIHZhbHVlIHRvIDEuICBJZiBub3QsIHNldCB0aGlzIHZhbHVl > CiMgdG8gMC4KCnVzZV9yZXRhaW5lZF9wcm9ncmFtX3N0YXRlPTAKCgoKIyBJ > TlRFUlZBTCBMRU5HVEgKIyBUaGlzIGlzIHRoZSBzZWNvbmRzIHBlciB1bml0 > IGludGVydmFsIGFzIHVzZWQgaW4gdGhlCiMgaG9zdC9jb250YWN0L3NlcnZp > Y2UgY29uZmlndXJhdGlvbiBmaWxlcy4gIFNldHRpbmcgdGhpcyB0byA2MCBt > ZWFucwojIHRoYXQgZWFjaCBpbnRlcnZhbCBpcyBvbmUgbWludXRlIGxvbmcg > KDYwIHNlY29uZHMpLiAgT3RoZXIgc2V0dGluZ3MKIyBoYXZlIG5vdCBiZWVu > IHRlc3RlZCBtdWNoLCBzbyB5b3VyIG1pbGVhZ2UgaXMgbGlrZWx5IHRvIHZh > cnkuLi4KCmludGVydmFsX2xlbmd0aD02MAoKCgojIEFHUkVTU0lWRSBIT1NU > IENIRUNLSU5HIE9QVElPTgojIElmIHlvdSBkb24ndCB3YW50IHRvIHR1cm4g > b24gYWdyZXNzaXZlIGhvc3QgY2hlY2tpbmcgZmVhdHVyZXMsIHNldAojIHRo > aXMgdmFsdWUgdG8gMCAodGhlIGRlZmF1bHQpLiAgT3RoZXJ3aXNlIHNldCB0 > aGlzIHZhbHVlIHRvIDEgdG8KIyBlbmFibGUgdGhlIGFncmVzc2l2ZSBjaGVj > ayBvcHRpb24uICBSZWFkIHRoZSBkb2NzIGZvciBtb3JlIGluZm8KIyBvbiB3 > aGF0IGFncmVzc2l2ZSBob3N0IGNoZWNrIGlzIG9yIGNoZWNrIG91dCB0aGUg > c291cmNlIGNvZGUgaW4KIyBiYXNlL2NoZWNrcy5jCgp1c2VfYWdyZXNzaXZl > X2hvc3RfY2hlY2tpbmc9MAoKCgojIFNFUlZJQ0UgQ0hFQ0sgRVhFQ1VUSU9O > IE9QVElPTgojIFRoaXMgZGV0ZXJtaW5lcyB3aGV0aGVyIG9yIG5vdCBOYWdp > b3Mgd2lsbCBhY3RpdmVseSBleGVjdXRlCiMgc2VydmljZSBjaGVja3Mgd2hl > biBpdCBpbml0aWFsbHkgc3RhcnRzLiAgSWYgdGhpcyBvcHRpb24gaXMgCiMg > ZGlzYWJsZWQsIGNoZWNrcyBhcmUgbm90IGFjdGl2ZWx5IG1hZGUsIGJ1dCBO > YWdpb3MgY2FuIHN0aWxsCiMgcmVjZWl2ZSBhbmQgcHJvY2VzcyBwYXNzaXZl > IGNoZWNrIHJlc3VsdHMgdGhhdCBjb21lIGluLiAgVW5sZXNzCiMgeW91J3Jl > IGltcGxlbWVudGluZyByZWR1bmRhbnQgaG9zdHMgb3IgaGF2ZSBhIHNwZWNp > YWwgbmVlZCBmb3IKIyBkaXNhYmxpbmcgdGhlIGV4ZWN1dGlvbiBvZiBzZXJ2 > aWNlIGNoZWNrcywgbGVhdmUgdGhpcyBlbmFibGVkIQojIFZhbHVlczogMSA9 > IGVuYWJsZSBjaGVja3MsIDAgPSBkaXNhYmxlIGNoZWNrcwoKZXhlY3V0ZV9z > ZXJ2aWNlX2NoZWNrcz0xCgoKCiMgUEFTU0lWRSBDSEVDSyBBQ0NFUFRBTkNF > IE9QVElPTgojIFRoaXMgZGV0ZXJtaW5lcyB3aGV0aGVyIG9yIG5vdCBOYWdp > b3Mgd2lsbCBhY2NlcHQgcGFzc2l2ZQojIHNlcnZpY2UgY2hlY2tzIHJlc3Vs > dHMgd2hlbiBpdCBpbml0aWFsbHkgKHJlKXN0YXJ0cy4KIyBWYWx1ZXM6IDEg > PSBhY2NlcHQgcGFzc2l2ZSBjaGVja3MsIDAgPSByZWplY3QgcGFzc2l2ZSBj > aGVja3MKCmFjY2VwdF9wYXNzaXZlX3NlcnZpY2VfY2hlY2tzPTEKCgoKIyBO > T1RJRklDQVRJT05TIE9QVElPTgojIFRoaXMgZGV0ZXJtaW5lcyB3aGV0aGVy > IG9yIG5vdCBOYWdpb3Mgd2lsbCBzZW50IG91dCBhbnkgaG9zdCBvcgojIHNl > cnZpY2Ugbm90aWZpY2F0aW9ucyB3aGVuIGl0IGlzIGluaXRpYWxseSAocmUp > c3RhcnRlZC4KIyBWYWx1ZXM6IDEgPSBlbmFibGUgbm90aWZpY2F0aW9ucywg > MCA9IGRpc2FibGUgbm90aWZpY2F0aW9ucwoKZW5hYmxlX25vdGlmaWNhdGlv > bnM9MQoKCgojIEVWRU5UIEhBTkRMRVIgVVNFIE9QVElPTgojIFRoaXMgZGV0 > ZXJtaW5lcyB3aGV0aGVyIG9yIG5vdCBOYWdpb3Mgd2lsbCBydW4gYW55IGhv > c3Qgb3IKIyBzZXJ2aWNlIGV2ZW50IGhhbmRsZXJzIHdoZW4gaXQgaXMgaW5p > dGlhbGx5IChyZSlzdGFydGVkLiAgVW5sZXNzCiMgeW91J3JlIGltcGxlbWVu > dGluZyByZWR1bmRhbnQgaG9zdHMsIGxlYXZlIHRoaXMgb3B0aW9uIGVuYWJs > ZWQuCiMgVmFsdWVzOiAxID0gZW5hYmxlIGV2ZW50IGhhbmRsZXJzLCAwID0g > ZGlzYWJsZSBldmVudCBoYW5kbGVycwoKZW5hYmxlX2V2ZW50X2hhbmRsZXJz > PTEKCgoKIyBQUk9DRVNTIFBFUkZPUk1BTkNFIERBVEEgT1BUSU9OCiMgVGhp > cyBkZXRlcm1pbmVzIHdoZXRoZXIgb3Igbm90IE5hZ2lvcyB3aWxsIHByb2Nl > c3MgcGVyZm9ybWFuY2UKIyBkYXRhIHJldHVybmVkIGZyb20gc2VydmljZSBh > bmQgaG9zdCBjaGVja3MuICBJZiB0aGlzIG9wdGlvbiBpcwojIGVuYWJsZWQs > IGhvc3QgcGVyZm9ybWFuY2UgZGF0YSB3aWxsIGJlIHByb2Nlc3NlZCB1c2lu > ZyB0aGUKIyBob3N0X3BlcmZkYXRhX2NvbW1hbmQgKGRlZmluZWQgYmVsb3cp > IGFuZCBzZXJ2aWNlIHBlcmZvcm1hbmNlCiMgZGF0YSB3aWxsIGJlIHByb2Nl > c3NlZCB1c2luZyB0aGUgc2VydmljZV9wZXJmZGF0YV9jb21tYW5kIChhbHNv > CiMgZGVmaW5lZCBiZWxvdykuICBSZWFkIHRoZSBIVE1MIGRvY3MgZm9yIG1v > cmUgaW5mb3JtYXRpb24gb24KIyBwZXJmb3JtYW5jZSBkYXRhLgojIFZhbHVl > czogMSA9IHByb2Nlc3MgcGVyZm9ybWFuY2UgZGF0YSwgMCA9IGRvIG5vdCBw > cm9jZXNzIHBlcmZvcm1hbmNlIGRhdGEKCnByb2Nlc3NfcGVyZm9ybWFuY2Vf > ZGF0YT0wCgoKCiMgSE9TVCBBTkQgU0VSVklDRSBQRVJGT1JNQU5DRSBEQVRB > IFBST0NFU1NJTkcgQ09NTUFORFMKIyBUaGVzZSBjb21tYW5kcyBhcmUgcnVu > IGFmdGVyIGV2ZXJ5IGhvc3QgYW5kIHNlcnZpY2UgY2hlY2sgaXMKIyBwZXJm > b3JtZWQuICBUaGVzZSBjb21tYW5kcyBhcmUgZXhlY3V0ZWQgb25seSBpZiB0 > aGUKIyBlbmFibGVfcGVyZm9ybWFuY2VfZGF0YSBvcHRpb24gKGFib3ZlKSBp > cyBzZXQgdG8gMS4gIFRoZSBjb21tYW5kCiMgYXJndW1lbnQgaXMgdGhlIHNo > b3J0IG5hbWUgb2YgYSBjb21tYW5kIGRlZmluaXRpb24gdGhhdCB5b3UgCiMg > ZGVmaW5lIGluIHlvdXIgaG9zdCBjb25maWd1cmF0aW9uIGZpbGUuICBSZWFk > IHRoZSBIVE1MIGRvY3MgZm9yCiMgbW9yZSBpbmZvcm1hdGlvbiBvbiBwZXJm > b3JtYW5jZSBkYXRhLgoKI2hvc3RfcGVyZmRhdGFfY29tbWFuZD1wcm9jZXNz > LWhvc3QtcGVyZmRhdGEKI3NlcnZpY2VfcGVyZmRhdGFfY29tbWFuZD1wcm9j > ZXNzLXNlcnZpY2UtcGVyZmRhdGEKCgoKIyBPQlNFU1MgT1ZFUiBTRVJWSUNF > IENIRUNLUyBPUFRJT04KIyBUaGlzIGRldGVybWluZXMgd2hldGhlciBvciBu > b3QgTmFnaW9zIHdpbGwgb2JzZXNzIG92ZXIgc2VydmljZQojIGNoZWNrcyBh > bmQgcnVuIHRoZSBvY3NwX2NvbW1hbmQgZGVmaW5lZCBiZWxvdy4gIFVubGVz > cyB5b3UncmUKIyBwbGFubmluZyBvbiBpbXBsZW1lbnRpbmcgZGlzdHJpYnV0 > ZWQgbW9uaXRvcmluZywgZG8gbm90IGVuYWJsZQojIHRoaXMgb3B0aW9uLiAg > UmVhZCB0aGUgSFRNTCBkb2NzIGZvciBtb3JlIGluZm9ybWF0aW9uIG9uCiMg > aW1wbGVtZW50aW5nIGRpc3RyaWJ1dGVkIG1vbml0b3JpbmcuCiMgVmFsdWVz > OiAxID0gb2JzZXNzIG92ZXIgc2VydmljZXMsIDAgPSBkbyBub3Qgb2JzZXNz > IChkZWZhdWx0KQoKb2JzZXNzX292ZXJfc2VydmljZXM9MAoKCgojIE9CU0VT > U0lWRSBDT01QVUxTSVZFIFNFUlZJQ0UgUFJPQ0VTU09SIENPTU1BTkQKIyBU > aGlzIGlzIHRoZSBjb21tYW5kIHRoYXQgaXMgcnVuIGZvciBldmVyeSBzZXJ2 > aWNlIGNoZWNrIHRoYXQgaXMKIyBwcm9jZXNzZWQgYnkgTmFnaW9zLiAgVGhp > cyBjb21tYW5kIGlzIGV4ZWN1dGVkIG9ubHkgaWYgdGhlCiMgb2JzZXNzX292 > ZXJfc2VydmljZSBvcHRpb24gKGFib3ZlKSBpcyBzZXQgdG8gMS4gIFRoZSBj > b21tYW5kIAojIGFyZ3VtZW50IGlzIHRoZSBzaG9ydCBuYW1lIG9mIGEgY29t > bWFuZCBkZWZpbml0aW9uIHRoYXQgeW91CiMgZGVmaW5lIGluIHlvdXIgaG9z > dCBjb25maWd1cmF0aW9uIGZpbGUuIFJlYWQgdGhlIEhUTUwgZG9jcyBmb3IK > IyBtb3JlIGluZm9ybWF0aW9uIG9uIGltcGxlbWVudGluZyBkaXN0cmlidXRl > ZCBtb25pdG9yaW5nLgoKI29jc3BfY29tbWFuZD1zb21lY29tbWFuZAoKCgoj > IE9SUEhBTkVEIFNFUlZJQ0UgQ0hFQ0sgT1BUSU9OCiMgVGhpcyBkZXRlcm1p > bmVzIHdoZXRoZXIgb3Igbm90IE5hZ2lvcyB3aWxsIHBlcmlvZGljYWxseSAK > IyBjaGVjayBmb3Igb3JwaGFuZWQgc2VydmljZXMuICBTaW5jZSBzZXJ2aWNl > IGNoZWNrcyBhcmUgbm90CiMgcmVzY2hlZHVsZWQgdW50aWwgdGhlIHJlc3Vs > dHMgb2YgdGhlaXIgcHJldmlvdXMgZXhlY3V0aW9uIAojIGluc3RhbmNlIGFy > ZSBwcm9jZXNzZWQsIHRoZXJlIGV4aXN0cyBhIHBvc3NpYmlsaXR5IHRoYXQg > c29tZQojIGNoZWNrcyBtYXkgbmV2ZXIgZ2V0IHJlc2NoZWR1bGVkLiAgVGhp > cyBzZWVtcyB0byBiZSBhIHJhcmUKIyBwcm9ibGVtIGFuZCBzaG91bGQgbm90 > IGhhcHBlbiB1bmRlciBub3JtYWwgY2lyY3Vtc3RhbmNlcy4KIyBJZiB5b3Ug > aGF2ZSBwcm9ibGVtcyB3aXRoIHNlcnZpY2UgY2hlY2tzIG5ldmVyIGdldHRp > bmcKIyByZXNjaGVkdWxlZCwgeW91IG1pZ2h0IHdhbnQgdG8gdHJ5IGVuYWJs > aW5nIHRoaXMgb3B0aW9uLgojIFZhbHVlczogMSA9IGVuYWJsZSBjaGVja3Ms > IDAgPSBkaXNhYmxlIGNoZWNrcwoKY2hlY2tfZm9yX29ycGhhbmVkX3NlcnZp > Y2VzPTAKCgoKIyBTRVJWSUNFIEZSRVNITkVTUyBDSEVDSyBPUFRJT04KIyBU > aGlzIG9wdGlvbiBkZXRlcm1pbmVzIHdoZXRoZXIgb3Igbm90IE5hZ2lvcyB3 > aWxsIHBlcmlvZGljYWxseQojIGNoZWNrIHRoZSAiZnJlc2huZXNzIiBvZiBz > ZXJ2aWNlIHJlc3VsdHMuICBFbmFibGluZyB0aGlzIG9wdGlvbgojIGlzIHVz > ZWZ1bCBmb3IgZW5zdXJpbmcgcGFzc2l2ZSBjaGVja3MgYXJlIHJlY2VpdmVk > IGluIGEgdGltZWx5CiMgbWFubmVyLgojIFZhbHVlczogMSA9IGVuYWJsZWQg > ZnJlc2huZXNzIGNoZWNraW5nLCAwID0gZGlzYWJsZSBmcmVzaG5lc3MgY2hl > Y2tpbmcKCmNoZWNrX3NlcnZpY2VfZnJlc2huZXNzPTEKCgoKIyBGUkVTSE5F > U1MgQ0hFQ0sgSU5URVJWQUwKIyBUaGlzIHNldHRpbmcgZGV0ZXJtaW5lcyBo > b3cgb2Z0ZW4gKGluIHNlY29uZHMpIE5hZ2lvcyB3aWxsCiMgY2hlY2sgdGhl > ICJmcmVzaG5lc3MiIG9mIHNlcnZpY2UgY2hlY2sgcmVzdWx0cy4gIElmIHlv > dSBoYXZlCiMgZGlzYWJsZWQgc2VydmljZSBmcmVzaG5lc3MgY2hlY2tpbmcs > IHRoaXMgb3B0aW9uIGhhcyBubyBlZmZlY3QuCgpmcmVzaG5lc3NfY2hlY2tf > aW50ZXJ2YWw9NjAKCgoKIyBBR0dSRUdBVEVEIFNUQVRVUyBVUERBVEVTCiMg > VGhpcyBvcHRpb24gZGV0ZXJtaW5lcyB3aGV0aGVyIG9yIG5vdCBOYWdpb3Mg > d2lsbCAKIyBhZ2dyZWdhdGUgdXBkYXRlcyBvZiBob3N0LCBzZXJ2aWNlLCBh > bmQgcHJvZ3JhbSBzdGF0dXMKIyBkYXRhLiAgTm9ybWFsbHksIHN0YXR1cyBk > YXRhIGlzIHVwZGF0ZWQgaW1tZWRpYXRlbHkgd2hlbgojIGEgY2hhbmdlIG9j > Y3Vycy4gIFRoaXMgY2FuIHJlc3VsdCBpbiBoaWdoIENQVSBsb2FkcyBpZgoj > IHlvdSBhcmUgbW9uaXRvcmluZyBhIGxvdCBvZiBzZXJ2aWNlcy4gIElmIHlv > dSB3YW50IE5hZ2lvcwojIHRvIG9ubHkgcmVmcmVzaCBzdGF0dXMgZGF0YSBl > dmVyeSBmZXcgc2Vjb25kcywgZGlzYWJsZQojIHRoaXMgb3B0aW9uLgojIFZh > bHVlczogMSA9IGVuYWJsZSBhZ2dyZWdhdGUgdXBkYXRlcywgMCA9IGRpc2Fi > bGUgYWdncmVnYXRlIHVwZGF0ZXMKCmFnZ3JlZ2F0ZV9zdGF0dXNfdXBkYXRl > cz0xCgoKCiMgQUdHUkVHQVRFRCBTVEFUVVMgVVBEQVRFIElOVEVSVkFMCiMg > Q29tYmluZWQgd2l0aCB0aGUgYWdncmVnYXRlX3N0YXR1c191cGRhdGVzIG9w > dGlvbiwKIyB0aGlzIG9wdGlvbiBkZXRlcm1pbmVzIHRoZSBmcmVxdWVuY3kg > KGluIHNlY29uZHMhKSB0aGF0CiMgTmFnaW9zIHdpbGwgcGVyaW9kaWNhbGx5 > IGR1bXAgcHJvZ3JhbSwgaG9zdCwgYW5kIAojIHNlcnZpY2Ugc3RhdHVzIGRh > dGEuICBJZiB5b3UgYXJlIG5vdCB1c2luZyBhZ2dyZWdhdGVkCiMgc3RhdHVz > IGRhdGEgdXBkYXRlcywgdGhpcyBvcHRpb24gaGFzIG5vIGVmZmVjdC4KCnN0 > YXR1c191cGRhdGVfaW50ZXJ2YWw9MTUKCgoKIyBGTEFQIERFVEVDVElPTiBP > UFRJT04KIyBUaGlzIG9wdGlvbiBkZXRlcm1pbmVzIHdoZXRoZXIgb3Igbm90 > IE5hZ2lvcyB3aWxsIHRyeQojIGFuZCBkZXRlY3QgaG9zdHMgYW5kIHNlcnZp > Y2VzIHRoYXQgYXJlICJmbGFwcGluZyIuICAKIyBGbGFwcGluZyBvY2N1cnMg > d2hlbiBhIGhvc3Qgb3Igc2VydmljZSBjaGFuZ2VzIGJldHdlZW4KIyBzdGF0 > ZXMgdG9vIGZyZXF1ZW50bHkuICBXaGVuIE5hZ2lvcyBkZXRlY3RzIHRoYXQg > YSAKIyBob3N0IG9yIHNlcnZpY2UgaXMgZmxhcHBpbmcsIGl0IHdpbGwgdGVt > cG9yYXJpbHkgc3VwcmVzcwojIG5vdGlmaWNhdGlvbnMgZm9yIHRoYXQgaG9z > dC9zZXJ2aWNlIHVudGlsIGl0IHN0b3BzCiMgZmxhcHBpbmcuICBGbGFwIGRl > dGVjdGlvbiBpcyB2ZXJ5IGV4cGVyaW1lbnRhbCwgc28gcmVhZAojIHRoZSBI > VE1MIGRvY3VtZW50YXRpb24gYmVmb3JlIGVuYWJsaW5nIHRoaXMgZmVhdHVy > ZSEKIyBWYWx1ZXM6IDEgPSBlbmFibGUgZmxhcCBkZXRlY3Rpb24KIyAgICAg > ICAgIDAgPSBkaXNhYmxlIGZsYXAgZGV0ZWN0aW9uIChkZWZhdWx0KQoKZW5h > YmxlX2ZsYXBfZGV0ZWN0aW9uPTAKCgoKIyBGTEFQIERFVEVDVElPTiBUSFJF > U0hPTERTIEZPUiBIT1NUUyBBTkQgU0VSVklDRVMKIyBSZWFkIHRoZSBIVE1M > IGRvY3VtZW50YXRpb24gb24gZmxhcCBkZXRlY3Rpb24gZm9yCiMgYW4gZXhw > bGFuYXRpb24gb2Ygd2hhdCB0aGlzIG9wdGlvbiBkb2VzLiAgVGhpcyBvcHRp > b24KIyBoYXMgbm8gZWZmZWN0IGlmIGZsYXAgZGV0ZWN0aW9uIGlzIGRpc2Fi > bGVkLgoKbG93X3NlcnZpY2VfZmxhcF90aHJlc2hvbGQ9NS4wCmhpZ2hfc2Vy > dmljZV9mbGFwX3RocmVzaG9sZD0yMC4wCmxvd19ob3N0X2ZsYXBfdGhyZXNo > b2xkPTUuMApoaWdoX2hvc3RfZmxhcF90aHJlc2hvbGQ9MjAuMAoKCgojIERB > VEUgRk9STUFUIE9QVElPTgojIFRoaXMgb3B0aW9uIGRldGVybWluZXMgaG93 > IHNob3J0IGRhdGVzIGFyZSBkaXNwbGF5ZWQuIFZhbGlkIG9wdGlvbnMKIyBp > bmNsdWRlOgojCXVzCQkoTU0tREQtWVlZWSBISDpNTTpTUykKIwlldXJvICAg > IAkoREQtTU0tWVlZWSBISDpNTTpTUykKIwlpc284NjAxCQkoWVlZWS1NTS1E > RCBISDpNTTpTUykKIwlzdHJpY3QtaXNvODYwMQkoWVlZWS1NTS1ERFRISDpN > TTpTUykKIwoKZGF0ZV9mb3JtYXQ9dXMKCgoKIyBJTExFR0FMIE9CSkVDVCBO > QU1FIENIQVJBQ1RFUlMKIyBUaGlzIG9wdGlvbnMgYWxsb3dzIHlvdSB0byBz > cGVjaWZ5IGlsbGVnYWwgY2hhcmFjdGVycyB0aGF0IGNhbm5vdAojIGJlIHVz > ZWQgaW4gaG9zdCBuYW1lcywgc2VydmljZSBkZXNjcmlwdGlvbnMsIG9yIG5h > bWVzIG9mIG90aGVyCiMgb2JqZWN0IHR5cGVzLgoKaWxsZWdhbF9vYmplY3Rf > bmFtZV9jaGFycz1gfiEkJV4mKnwnIjw+PywoKT0KCgoKIyBJTExFR0FMIE1B > Q1JPIE9VVFBVVCBDSEFSQUNURVJTCiMgVGhpcyBvcHRpb25zIGFsbG93cyB5 > b3UgdG8gc3BlY2lmeSBpbGxlZ2FsIGNoYXJhY3RlcnMgdGhhdCBhcmUKIyBz > dHJpcHBlZCBmcm9tIG1hY3JvcyBiZWZvcmUgYmVpbmcgdXNlZCBpbiBub3Rp > ZmljYXRpb25zLCBldmVudAojIGhhbmRsZXJzLCBldGMuICBUaGlzIERPRVMg > Tk9UIGFmZmVjdCBtYWNyb3MgdXNlZCBpbiBzZXJ2aWNlIG9yCiMgaG9zdCBj > aGVjayBjb21tYW5kcy4KIyBUaGUgZm9sbG93aW5nIG1hY3JvcyBhcmUgc3Ry > aXBwZWQgb2YgdGhlIGNoYXJhY3RlcnMgeW91IHNwZWNpZnk6CiMgCSRPVVRQ > VVQkLCAkUEVSRkRBVEEkCgppbGxlZ2FsX21hY3JvX291dHB1dF9jaGFycz1g > fiQmfCciPD4KCgoKIyBBRE1JTklTVFJBVE9SIEVNQUlMIEFERFJFU1MKIyBU > aGUgZW1haWwgYWRkcmVzcyBvZiB0aGUgYWRtaW5pc3RyYXRvciBvZiAqdGhp > cyogbWFjaGluZSAodGhlIG9uZQojIGRvaW5nIHRoZSBtb25pdG9yaW5nKS4g > IE5hZ2lvcyBuZXZlciB1c2VzIHRoaXMgdmFsdWUgaXRzZWxmLCBidXQKIyB5 > b3UgY2FuIGFjY2VzcyB0aGlzIHZhbHVlIGJ5IHVzaW5nIHRoZSAkQURNSU5F > TUFJTCQgbWFjcm8gaW4geW91cgojIG5vdGlmaWNhdGlvbiBjb21tYW5kcy4K > CmFkbWluX2VtYWlsPW5hZ2lvcwoKCgojIEFETUlOSVNUUkFUT1IgUEFHRVIg > TlVNQkVSL0FERFJFU1MKIyBUaGUgcGFnZXIgbnVtYmVyL2FkZHJlc3MgZm9y > IHRoZSBhZG1pbmlzdHJhdG9yIG9mICp0aGlzKiBtYWNoaW5lLgojIE5hZ2lv > cyBuZXZlciB1c2VzIHRoaXMgdmFsdWUgaXRzZWxmLCBidXQgeW91IGNhbiBh > Y2Nlc3MgdGhpcwojIHZhbHVlIGJ5IHVzaW5nIHRoZSAkQURNSU5QQUdFUiQg > bWFjcm8gaW4geW91ciBub3RpZmljYXRpb24KIyBjb21tYW5kcy4KCmFkbWlu > X3BhZ2VyPXBhZ2VuYWdpb3MKCgoKIyBFT0YgKEVuZCBvZiBmaWxlKQoK > > > ------=_NextPart_000_8bd_37cb_747c > Content-Type: application/octet-stream; name="services.cfg" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; filename="services.cfg" > > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMKIyBTYW1wbGUg > b2JqZWN0IGNvbmZpZyBmaWxlIGZvciBOYWdpb3MgCiMKIyBSZWFkIHRoZSBk > b2N1bWVudGF0aW9uIGZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHRoaXMgY29u > ZmlndXJhdGlvbiBmaWxlLiAgSSd2ZQojIHByb3ZpZGVkIHNvbWUgY29tbWVu > dHMgaGVyZSwgYnV0IHRoaW5ncyBtYXkgbm90IGJlIHNvIGNsZWFyIHdpdGhv > dXQgZnVydGhlcgojIGV4cGxhbmF0aW9uLCBzbyBtYWtlIHN1cmUgdG8gcmVh > ZCB0aGUgSFRNTCBkb2N1bWVudGF0aW9uIQojIAojIExhc3QgTW9kaWZpZWQ6 > IDA5LTE3LTIwMDIKIwojIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIwoKCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCiMg > U0VSVklDRSBERUZJTklUSU9OUwojCiMgU1lOVEFYOgojCiMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCgojIEdlbmVyaWMgc2VydmljZSBk > ZWZpbml0aW9uIHRlbXBsYXRlCmRlZmluZSBzZXJ2aWNlewoJbmFtZQkJCQln > ZW5lcmljLXNlcnZpY2UJOyBUaGUgJ25hbWUnIG9mIHRoaXMgc2VydmljZSB0 > ZW1wbGF0ZSwgcmVmZXJlbmNlZCBpbiBvdGhlciBzZXJ2aWNlIGRlZmluaXRp > b25zCglhY3RpdmVfY2hlY2tzX2VuYWJsZWQJCTEJOyBBY3RpdmUgc2Vydmlj > ZSBjaGVja3MgYXJlIGVuYWJsZWQKCXBhc3NpdmVfY2hlY2tzX2VuYWJsZWQJ > CTEJOyBQYXNzaXZlIHNlcnZpY2UgY2hlY2tzIGFyZSBlbmFibGVkL2FjY2Vw > dGVkCglwYXJhbGxlbGl6ZV9jaGVjawkJMQk7IEFjdGl2ZSBzZXJ2aWNlIGNo > ZWNrcyBzaG91bGQgYmUgcGFyYWxsZWxpemVkIChkaXNhYmxpbmcgdGhpcyBj > YW4gbGVhZCB0byBtYWpvciBwZXJmb3JtYW5jZSBwcm9ibGVtcykKCW9ic2Vz > c19vdmVyX3NlcnZpY2UJCTEJOyBXZSBzaG91bGQgb2JzZXNzIG92ZXIgdGhp > cyBzZXJ2aWNlIChpZiBuZWNlc3NhcnkpCgljaGVja19mcmVzaG5lc3MJCQkw > CTsgRGVmYXVsdCBpcyB0byBOT1QgY2hlY2sgc2VydmljZSAnZnJlc2huZXNz > JwoJbm90aWZpY2F0aW9uc19lbmFibGVkCQkxCTsgU2VydmljZSBub3RpZmlj > YXRpb25zIGFyZSBlbmFibGVkCglldmVudF9oYW5kbGVyX2VuYWJsZWQJCTEJ > OyBTZXJ2aWNlIGV2ZW50IGhhbmRsZXIgaXMgZW5hYmxlZAoJZmxhcF9kZXRl > Y3Rpb25fZW5hYmxlZAkJMQk7IEZsYXAgZGV0ZWN0aW9uIGlzIGVuYWJsZWQK > CXByb2Nlc3NfcGVyZl9kYXRhCQkxCTsgUHJvY2VzcyBwZXJmb3JtYW5jZSBk > YXRhCglyZXRhaW5fc3RhdHVzX2luZm9ybWF0aW9uCTEJOyBSZXRhaW4gc3Rh > dHVzIGluZm9ybWF0aW9uIGFjcm9zcyBwcm9ncmFtIHJlc3RhcnRzCglyZXRh > aW5fbm9uc3RhdHVzX2luZm9ybWF0aW9uCTEJOyBSZXRhaW4gbm9uLXN0YXR1 > cyBpbmZvcm1hdGlvbiBhY3Jvc3MgcHJvZ3JhbSByZXN0YXJ0cwoKCXJlZ2lz > dGVyCQkJMAk7IERPTlQgUkVHSVNURVIgVEhJUyBERUZJTklUSU9OIC0gSVRT > IE5PVCBBIFJFQUwgU0VSVklDRSwgSlVTVCBBIFRFTVBMQVRFIQoJfQoKIyBT > ZXJ2aWNlIGRlZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJCQkJZ2Vu > ZXJpYy1zZXJ2aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0byB1 > c2UKCglob3N0X25hbWUJCQlub3ZlbGwxCglzZXJ2aWNlX2Rlc2NyaXB0aW9u > CQlTTVRQCglpc192b2xhdGlsZQkJCTAKCWNoZWNrX3BlcmlvZAkJCTI0eDcK > CW1heF9jaGVja19hdHRlbXB0cwkJMwoJbm9ybWFsX2NoZWNrX2ludGVydmFs > CQkzCglyZXRyeV9jaGVja19pbnRlcnZhbAkJMQoJY29udGFjdF9ncm91cHMJ > CQlub3ZlbGwtYWRtaW5zCglub3RpZmljYXRpb25faW50ZXJ2YWwJCTEyMAoJ > bm90aWZpY2F0aW9uX3BlcmlvZAkJMjR4NwoJbm90aWZpY2F0aW9uX29wdGlv > bnMJCXcsdSxjLHIKCWNoZWNrX2NvbW1hbmQJCQljaGVja19zbXRwCgl9CgoK > IyBTZXJ2aWNlIGRlZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJCQkJ > Z2VuZXJpYy1zZXJ2aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0 > byB1c2UKCglob3N0X25hbWUJCQlub3ZlbGwxCglzZXJ2aWNlX2Rlc2NyaXB0 > aW9uCQlGVFAKCWlzX3ZvbGF0aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJMjR4 > NwoJbWF4X2NoZWNrX2F0dGVtcHRzCQkzCglub3JtYWxfY2hlY2tfaW50ZXJ2 > YWwJCTUKCXJldHJ5X2NoZWNrX2ludGVydmFsCQkxCgljb250YWN0X2dyb3Vw > cwkJCW5vdmVsbC1hZG1pbnMKCW5vdGlmaWNhdGlvbl9pbnRlcnZhbAkJMTIw > Cglub3RpZmljYXRpb25fcGVyaW9kCQkyNHg3Cglub3RpZmljYXRpb25fb3B0 > aW9ucwkJdyx1LGMscgoJY2hlY2tfY29tbWFuZAkJCWNoZWNrX2Z0cAoJfQoK > CiMgU2VydmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2aWNlewoJdXNlCQkJ > CWdlbmVyaWMtc2VydmljZQkJOyBOYW1lIG9mIHNlcnZpY2UgdGVtcGxhdGUg > dG8gdXNlCgoJaG9zdF9uYW1lCQkJbm92ZWxsMQoJc2VydmljZV9kZXNjcmlw > dGlvbgkJUE9QMwoJaXNfdm9sYXRpbGUJCQkwCgljaGVja19wZXJpb2QJCQky > NHg3CgltYXhfY2hlY2tfYXR0ZW1wdHMJCTMKCW5vcm1hbF9jaGVja19pbnRl > cnZhbAkJNQoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJCTEKCWNvbnRhY3RfZ3Jv > dXBzCQkJbm92ZWxsLWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQkx > MjAKCW5vdGlmaWNhdGlvbl9wZXJpb2QJCTI0eDcKCW5vdGlmaWNhdGlvbl9v > cHRpb25zCQl3LHUsYyxyCgljaGVja19jb21tYW5kCQkJY2hlY2tfcG9wCgl9 > CgoKIyBTZXJ2aWNlIGRlZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJ > CQkJZ2VuZXJpYy1zZXJ2aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0 > ZSB0byB1c2UKCglob3N0X25hbWUJCQlub3ZlbGwxCglzZXJ2aWNlX2Rlc2Ny > aXB0aW9uCQlQSU5HCglpc192b2xhdGlsZQkJCTAKCWNoZWNrX3BlcmlvZAkJ > CTI0eDcKCW1heF9jaGVja19hdHRlbXB0cwkJMwoJbm9ybWFsX2NoZWNrX2lu > dGVydmFsCQk1CglyZXRyeV9jaGVja19pbnRlcnZhbAkJMQoJY29udGFjdF9n > cm91cHMJCQlub3ZlbGwtYWRtaW5zCglub3RpZmljYXRpb25faW50ZXJ2YWwJ > CTEyMAoJbm90aWZpY2F0aW9uX3BlcmlvZAkJMjR4NwoJbm90aWZpY2F0aW9u > X29wdGlvbnMJCWMscgoJY2hlY2tfY29tbWFuZAkJCWNoZWNrX3BpbmchMTAw > LjAsMjAlITUwMC4wLDYwJQoJfQoKCiMgU2VydmljZSBkZWZpbml0aW9uCmRl > ZmluZSBzZXJ2aWNlewoJdXNlCQkJCWdlbmVyaWMtc2VydmljZQkJOyBOYW1l > IG9mIHNlcnZpY2UgdGVtcGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQkJbm92 > ZWxsMgoJc2VydmljZV9kZXNjcmlwdGlvbgkJU01UUAoJaXNfdm9sYXRpbGUJ > CQkwCgljaGVja19wZXJpb2QJCQkyNHg3CgltYXhfY2hlY2tfYXR0ZW1wdHMJ > CTMKCW5vcm1hbF9jaGVja19pbnRlcnZhbAkJMwoJcmV0cnlfY2hlY2tfaW50 > ZXJ2YWwJCTEKCWNvbnRhY3RfZ3JvdXBzCQkJbm92ZWxsLWFkbWlucwoJbm90 > aWZpY2F0aW9uX2ludGVydmFsCQkxMjAKCW5vdGlmaWNhdGlvbl9wZXJpb2QJ > CTI0eDcKCW5vdGlmaWNhdGlvbl9vcHRpb25zCQl3LHUsYyxyCgljaGVja19j > b21tYW5kCQkJY2hlY2tfc210cAoJfQoKCiMgU2VydmljZSBkZWZpbml0aW9u > CmRlZmluZSBzZXJ2aWNlewoJdXNlCQkJCWdlbmVyaWMtc2VydmljZQkJOyBO > YW1lIG9mIHNlcnZpY2UgdGVtcGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQkJ > bm92ZWxsMgoJc2VydmljZV9kZXNjcmlwdGlvbgkJRlRQCglpc192b2xhdGls > ZQkJCTAKCWNoZWNrX3BlcmlvZAkJCTI0eDcKCW1heF9jaGVja19hdHRlbXB0 > cwkJMwoJbm9ybWFsX2NoZWNrX2ludGVydmFsCQk1CglyZXRyeV9jaGVja19p > bnRlcnZhbAkJMQoJY29udGFjdF9ncm91cHMJCQlub3ZlbGwtYWRtaW5zCglu > b3RpZmljYXRpb25faW50ZXJ2YWwJCTEyMAoJbm90aWZpY2F0aW9uX3Blcmlv > ZAkJMjR4NwoJbm90aWZpY2F0aW9uX29wdGlvbnMJCXcsdSxjLHIKCWNoZWNr > X2NvbW1hbmQJCQljaGVja19mdHAKCX0KCgojIFNlcnZpY2UgZGVmaW5pdGlv > bgpkZWZpbmUgc2VydmljZXsKCXVzZQkJCQlnZW5lcmljLXNlcnZpY2UJCTsg > TmFtZSBvZiBzZXJ2aWNlIHRlbXBsYXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJ > CW5vdmVsbDIKCXNlcnZpY2VfZGVzY3JpcHRpb24JCVBPUDMKCWlzX3ZvbGF0 > aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJMjR4NwoJbWF4X2NoZWNrX2F0dGVt > cHRzCQkzCglub3JtYWxfY2hlY2tfaW50ZXJ2YWwJCTUKCXJldHJ5X2NoZWNr > X2ludGVydmFsCQkxCgljb250YWN0X2dyb3VwcwkJCW5vdmVsbC1hZG1pbnMK > CW5vdGlmaWNhdGlvbl9pbnRlcnZhbAkJMTIwCglub3RpZmljYXRpb25fcGVy > aW9kCQkyNHg3Cglub3RpZmljYXRpb25fb3B0aW9ucwkJdyx1LGMscgoJY2hl > Y2tfY29tbWFuZAkJCWNoZWNrX3BvcAoJfQoKCiMgU2VydmljZSBkZWZpbml0 > aW9uCmRlZmluZSBzZXJ2aWNlewoJdXNlCQkJCWdlbmVyaWMtc2VydmljZQkJ > OyBOYW1lIG9mIHNlcnZpY2UgdGVtcGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1l > CQkJbm92ZWxsMgoJc2VydmljZV9kZXNjcmlwdGlvbgkJUElORwoJaXNfdm9s > YXRpbGUJCQkwCgljaGVja19wZXJpb2QJCQkyNHg3CgltYXhfY2hlY2tfYXR0 > ZW1wdHMJCTMKCW5vcm1hbF9jaGVja19pbnRlcnZhbAkJNQoJcmV0cnlfY2hl > Y2tfaW50ZXJ2YWwJCTEKCWNvbnRhY3RfZ3JvdXBzCQkJbm92ZWxsLWFkbWlu > cwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQkxMjAKCW5vdGlmaWNhdGlvbl9w > ZXJpb2QJCTI0eDcKCW5vdGlmaWNhdGlvbl9vcHRpb25zCQljLHIKCWNoZWNr > X2NvbW1hbmQJCQljaGVja19waW5nITEwMC4wLDIwJSE1MDAuMCw2MCUKCX0K > CgojIFNlcnZpY2UgZGVmaW5pdGlvbgpkZWZpbmUgc2VydmljZXsKCXVzZQkJ > CQlnZW5lcmljLXNlcnZpY2UJCTsgTmFtZSBvZiBzZXJ2aWNlIHRlbXBsYXRl > IHRvIHVzZQoKCWhvc3RfbmFtZQkJCW50MQoJc2VydmljZV9kZXNjcmlwdGlv > bgkJUElORwoJaXNfdm9sYXRpbGUJCQkwCgljaGVja19wZXJpb2QJCQkyNHg3 > CgltYXhfY2hlY2tfYXR0ZW1wdHMJCTMKCW5vcm1hbF9jaGVja19pbnRlcnZh > bAkJNQoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJCTEKCWNvbnRhY3RfZ3JvdXBz > CQkJbnQtYWRtaW5zCglub3RpZmljYXRpb25faW50ZXJ2YWwJCTEyMAoJbm90 > aWZpY2F0aW9uX3BlcmlvZAkJMjR4NwoJbm90aWZpY2F0aW9uX29wdGlvbnMJ > CWMscgoJY2hlY2tfY29tbWFuZAkJCWNoZWNrX3BpbmchMTAwLjAsMjAlITUw > MC4wLDYwJQoJfQoKCiMgU2VydmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2 > aWNlewoJdXNlCQkJCWdlbmVyaWMtc2VydmljZQkJOyBOYW1lIG9mIHNlcnZp > Y2UgdGVtcGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQkJbnQxCglzZXJ2aWNl > X2Rlc2NyaXB0aW9uCQlGVFAKCWlzX3ZvbGF0aWxlCQkJMAoJY2hlY2tfcGVy > aW9kCQkJMjR4NwoJbWF4X2NoZWNrX2F0dGVtcHRzCQkzCglub3JtYWxfY2hl > Y2tfaW50ZXJ2YWwJCTUKCXJldHJ5X2NoZWNrX2ludGVydmFsCQkxCgljb250 > YWN0X2dyb3VwcwkJCW50LWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVydmFs > CQkxMjAKCW5vdGlmaWNhdGlvbl9wZXJpb2QJCTI0eDcKCW5vdGlmaWNhdGlv > bl9vcHRpb25zCQl3LHUsYyxyCgljaGVja19jb21tYW5kCQkJY2hlY2tfZnRw > Cgl9CgoKIyBTZXJ2aWNlIGRlZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1 > c2UJCQkJZ2VuZXJpYy1zZXJ2aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1w > bGF0ZSB0byB1c2UKCglob3N0X25hbWUJCQludDEKCXNlcnZpY2VfZGVzY3Jp > cHRpb24JCUhUVFAKCWlzX3ZvbGF0aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJ > MjR4NwoJbWF4X2NoZWNrX2F0dGVtcHRzCQkzCglub3JtYWxfY2hlY2tfaW50 > ZXJ2YWwJCTUKCXJldHJ5X2NoZWNrX2ludGVydmFsCQkxCgljb250YWN0X2dy > b3VwcwkJCW50LWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQkxMjAK > CW5vdGlmaWNhdGlvbl9wZXJpb2QJCTI0eDcKCW5vdGlmaWNhdGlvbl9vcHRp > b25zCQl3LHUsYyxyCgljaGVja19jb21tYW5kCQkJY2hlY2tfaHR0cAoJfQoK > CiMgU2VydmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2aWNlewoJdXNlCQkJ > CWdlbmVyaWMtc2VydmljZQkJOyBOYW1lIG9mIHNlcnZpY2UgdGVtcGxhdGUg > dG8gdXNlCgoJaG9zdF9uYW1lCQkJbnQyCglzZXJ2aWNlX2Rlc2NyaXB0aW9u > CQlQSU5HCglpc192b2xhdGlsZQkJCTAKCWNoZWNrX3BlcmlvZAkJCTI0eDcK > CW1heF9jaGVja19hdHRlbXB0cwkJMwoJbm9ybWFsX2NoZWNrX2ludGVydmFs > CQk1CglyZXRyeV9jaGVja19pbnRlcnZhbAkJMQoJY29udGFjdF9ncm91cHMJ > CQludC1hZG1pbnMKCW5vdGlmaWNhdGlvbl9pbnRlcnZhbAkJMTIwCglub3Rp > ZmljYXRpb25fcGVyaW9kCQkyNHg3Cglub3RpZmljYXRpb25fb3B0aW9ucwkJ > YyxyCgljaGVja19jb21tYW5kCQkJY2hlY2tfcGluZyExMDAuMCwyMCUhNTAw > LjAsNjAlCgl9CgoKIyBTZXJ2aWNlIGRlZmluaXRpb24KZGVmaW5lIHNlcnZp > Y2V7Cgl1c2UJCQkJZ2VuZXJpYy1zZXJ2aWNlCQk7IE5hbWUgb2Ygc2Vydmlj > ZSB0ZW1wbGF0ZSB0byB1c2UKCglob3N0X25hbWUJCQludDIKCXNlcnZpY2Vf > ZGVzY3JpcHRpb24JCUZUUAoJaXNfdm9sYXRpbGUJCQkwCgljaGVja19wZXJp > b2QJCQkyNHg3CgltYXhfY2hlY2tfYXR0ZW1wdHMJCTMKCW5vcm1hbF9jaGVj > a19pbnRlcnZhbAkJNQoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJCTEKCWNvbnRh > Y3RfZ3JvdXBzCQkJbnQtYWRtaW5zCglub3RpZmljYXRpb25faW50ZXJ2YWwJ > CTEyMAoJbm90aWZpY2F0aW9uX3BlcmlvZAkJMjR4NwoJbm90aWZpY2F0aW9u > X29wdGlvbnMJCXcsdSxjLHIKCWNoZWNrX2NvbW1hbmQJCQljaGVja19mdHAK > CX0KCgojIFNlcnZpY2UgZGVmaW5pdGlvbgpkZWZpbmUgc2VydmljZXsKCXVz > ZQkJCQlnZW5lcmljLXNlcnZpY2UJCTsgTmFtZSBvZiBzZXJ2aWNlIHRlbXBs > YXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJCW50MgoJc2VydmljZV9kZXNjcmlw > dGlvbgkJSFRUUAoJaXNfdm9sYXRpbGUJCQkwCgljaGVja19wZXJpb2QJCQky > NHg3CgltYXhfY2hlY2tfYXR0ZW1wdHMJCTMKCW5vcm1hbF9jaGVja19pbnRl > cnZhbAkJNQoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJCTEKCWNvbnRhY3RfZ3Jv > dXBzCQkJbnQtYWRtaW5zCglub3RpZmljYXRpb25faW50ZXJ2YWwJCTEyMAoJ > bm90aWZpY2F0aW9uX3BlcmlvZAkJMjR4NwoJbm90aWZpY2F0aW9uX29wdGlv > bnMJCXcsdSxjLHIKCWNoZWNrX2NvbW1hbmQJCQljaGVja19odHRwCgl9CgoK > IyBTZXJ2aWNlIGRlZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJCQkJ > Z2VuZXJpYy1zZXJ2aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0 > byB1c2UKCglob3N0X25hbWUJCQlsaW51eDEKCXNlcnZpY2VfZGVzY3JpcHRp > b24JCVBJTkcKCWlzX3ZvbGF0aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJMjR4 > NwoJbWF4X2NoZWNrX2F0dGVtcHRzCQkzCglub3JtYWxfY2hlY2tfaW50ZXJ2 > YWwJCTUKCXJldHJ5X2NoZWNrX2ludGVydmFsCQkxCgljb250YWN0X2dyb3Vw > cwkJCWxpbnV4LWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQkyNDAK > CW5vdGlmaWNhdGlvbl9wZXJpb2QJCTI0eDcKCW5vdGlmaWNhdGlvbl9vcHRp > b25zCQljLHIKCWNoZWNrX2NvbW1hbmQJCQljaGVja19waW5nITEwMC4wLDIw > JSE1MDAuMCw2MCUKCX0KCgojIFNlcnZpY2UgZGVmaW5pdGlvbgpkZWZpbmUg > c2VydmljZXsKCXVzZQkJCQlnZW5lcmljLXNlcnZpY2UJCTsgTmFtZSBvZiBz > ZXJ2aWNlIHRlbXBsYXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJCWxpbnV4MQoJ > c2VydmljZV9kZXNjcmlwdGlvbgkJSFRUUAoJaXNfdm9sYXRpbGUJCQkwCglj > aGVja19wZXJpb2QJCQkyNHg3CgltYXhfY2hlY2tfYXR0ZW1wdHMJCTMKCW5v > cm1hbF9jaGVja19pbnRlcnZhbAkJMgoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJ > CTEKCWNvbnRhY3RfZ3JvdXBzCQkJbGludXgtYWRtaW5zCglub3RpZmljYXRp > b25faW50ZXJ2YWwJCTI0MAoJbm90aWZpY2F0aW9uX3BlcmlvZAkJMjR4NwoJ > bm90aWZpY2F0aW9uX29wdGlvbnMJCXcsdSxjLHIKCWNoZWNrX2NvbW1hbmQJ > CQljaGVja19odHRwCgl9CgoKIyBTZXJ2aWNlIGRlZmluaXRpb24KZGVmaW5l > IHNlcnZpY2V7Cgl1c2UJCQkJZ2VuZXJpYy1zZXJ2aWNlCQk7IE5hbWUgb2Yg > c2VydmljZSB0ZW1wbGF0ZSB0byB1c2UKCglob3N0X25hbWUJCQlsaW51eDEK > CXNlcnZpY2VfZGVzY3JpcHRpb24JCUN1cnJlbnQgVXNlcnMKCWlzX3ZvbGF0 > aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJMjR4NwoJbWF4X2NoZWNrX2F0dGVt > cHRzCQkzCglub3JtYWxfY2hlY2tfaW50ZXJ2YWwJCTUKCXJldHJ5X2NoZWNr > X2ludGVydmFsCQkyCgljb250YWN0X2dyb3VwcwkJCWxpbnV4LWFkbWlucwoJ > bm90aWZpY2F0aW9uX2ludGVydmFsCQkyNDAKCW5vdGlmaWNhdGlvbl9wZXJp > b2QJCTI0eDcKCW5vdGlmaWNhdGlvbl9vcHRpb25zCQl3LHUsYyxyCgljaGVj > a19jb21tYW5kCQkJY2hlY2tfbG9jYWxfdXNlcnMhNzUhMTUwCgl9CgoKIyBT > ZXJ2aWNlIGRlZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJCQkJZ2Vu > ZXJpYy1zZXJ2aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0byB1 > c2UKCglob3N0X25hbWUJCQlsaW51eDEKCXNlcnZpY2VfZGVzY3JpcHRpb24J > CVRvdGFsIFByb2Nlc3NlcwoJaXNfdm9sYXRpbGUJCQkwCgljaGVja19wZXJp > b2QJCQkyNHg3CgltYXhfY2hlY2tfYXR0ZW1wdHMJCTMKCW5vcm1hbF9jaGVj > a19pbnRlcnZhbAkJNQoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJCTIKCWNvbnRh > Y3RfZ3JvdXBzCQkJbGludXgtYWRtaW5zCglub3RpZmljYXRpb25faW50ZXJ2 > YWwJCTI0MAoJbm90aWZpY2F0aW9uX3BlcmlvZAkJMjR4NwoJbm90aWZpY2F0 > aW9uX29wdGlvbnMJCXcsdSxjLHIKCWNoZWNrX2NvbW1hbmQJCQljaGVja19s > b2NhbF9wcm9jcyExNTAhMjAwIVJTWkRUCgl9CgoKIyBTZXJ2aWNlIGRlZmlu > aXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJCQkJZ2VuZXJpYy1zZXJ2aWNl > CQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0byB1c2UKCglob3N0X25h > bWUJCQlsaW51eDEKCXNlcnZpY2VfZGVzY3JpcHRpb24JCS9kZXYvaGRhMSBG > cmVlIFNwYWNlCglpc192b2xhdGlsZQkJCTAKCWNoZWNrX3BlcmlvZAkJCTI0 > eDcKCW1heF9jaGVja19hdHRlbXB0cwkJMwoJbm9ybWFsX2NoZWNrX2ludGVy > dmFsCQk1CglyZXRyeV9jaGVja19pbnRlcnZhbAkJMQoJY29udGFjdF9ncm91 > cHMJCQlsaW51eC1hZG1pbnMKCW5vdGlmaWNhdGlvbl9pbnRlcnZhbAkJMTIw > Cglub3RpZmljYXRpb25fcGVyaW9kCQkyNHg3Cglub3RpZmljYXRpb25fb3B0 > aW9ucwkJdyx1LGMscgoJY2hlY2tfY29tbWFuZAkJCWNoZWNrX2xvY2FsX2Rp > c2shMjAlITEwJSEvZGV2L2hkYTEKCX0KCgojIFNlcnZpY2UgZGVmaW5pdGlv > bgpkZWZpbmUgc2VydmljZXsKCXVzZQkJCQlnZW5lcmljLXNlcnZpY2UJCTsg > TmFtZSBvZiBzZXJ2aWNlIHRlbXBsYXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJ > CWxpbnV4MQoJc2VydmljZV9kZXNjcmlwdGlvbgkJL2Rldi9oZGIyIEZyZWUg > U3BhY2UKCWlzX3ZvbGF0aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJMjR4NwoJ > bWF4X2NoZWNrX2F0dGVtcHRzCQkzCglub3JtYWxfY2hlY2tfaW50ZXJ2YWwJ > CTUKCXJldHJ5X2NoZWNrX2ludGVydmFsCQkxCgljb250YWN0X2dyb3VwcwkJ > CWxpbnV4LWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQkxMjAKCW5v > dGlmaWNhdGlvbl9wZXJpb2QJCTI0eDcKCW5vdGlmaWNhdGlvbl9vcHRpb25z > CQl3LHUsYyxyCgljaGVja19jb21tYW5kCQkJY2hlY2tfbG9jYWxfZGlzayEy > MCUhMTAlIS9kZXYvaGRiMgoJfQoKCiMgU2VydmljZSBkZWZpbml0aW9uCmRl > ZmluZSBzZXJ2aWNlewoJdXNlCQkJCWdlbmVyaWMtc2VydmljZQkJOyBOYW1l > IG9mIHNlcnZpY2UgdGVtcGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQkJbGlu > dXgyCglzZXJ2aWNlX2Rlc2NyaXB0aW9uCQlQSU5HCglpc192b2xhdGlsZQkJ > CTAKCWNoZWNrX3BlcmlvZAkJCTI0eDcKCW1heF9jaGVja19hdHRlbXB0cwkJ > MwoJbm9ybWFsX2NoZWNrX2ludGVydmFsCQk1CglyZXRyeV9jaGVja19pbnRl > cnZhbAkJMQoJY29udGFjdF9ncm91cHMJCQlsaW51eC1hZG1pbnMKCW5vdGlm > aWNhdGlvbl9pbnRlcnZhbAkJMjQwCglub3RpZmljYXRpb25fcGVyaW9kCQky > NHg3Cglub3RpZmljYXRpb25fb3B0aW9ucwkJYyxyCgljaGVja19jb21tYW5k > CQkJY2hlY2tfcGluZyExMDAuMCwyMCUhNTAwLjAsNjAlCgl9CgoKIyBTZXJ2 > aWNlIGRlZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJCQkJZ2VuZXJp > Yy1zZXJ2aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0byB1c2UK > Cglob3N0X25hbWUJCQlsaW51eDIKCXNlcnZpY2VfZGVzY3JpcHRpb24JCUhU > VFAKCWlzX3ZvbGF0aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJMjR4NwoJbWF4 > X2NoZWNrX2F0dGVtcHRzCQkzCglub3JtYWxfY2hlY2tfaW50ZXJ2YWwJCTIK > CXJldHJ5X2NoZWNrX2ludGVydmFsCQkxCgljb250YWN0X2dyb3VwcwkJCWxp > bnV4LWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQkyNDAKCW5vdGlm > aWNhdGlvbl9wZXJpb2QJCTI0eDcKCW5vdGlmaWNhdGlvbl9vcHRpb25zCQl3 > LHUsYyxyCgljaGVja19jb21tYW5kCQkJY2hlY2tfaHR0cAoJfQoKCiMgU2Vy > dmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2aWNlewoJdXNlCQkJCWdlbmVy > aWMtc2VydmljZQkJOyBOYW1lIG9mIHNlcnZpY2UgdGVtcGxhdGUgdG8gdXNl > CgoJaG9zdF9uYW1lCQkJbGludXgyCglzZXJ2aWNlX2Rlc2NyaXB0aW9uCQlD > dXJyZW50IFVzZXJzCglpc192b2xhdGlsZQkJCTAKCWNoZWNrX3BlcmlvZAkJ > CTI0eDcKCW1heF9jaGVja19hdHRlbXB0cwkJMwoJbm9ybWFsX2NoZWNrX2lu > dGVydmFsCQk1CglyZXRyeV9jaGVja19pbnRlcnZhbAkJMgoJY29udGFjdF9n > cm91cHMJCQlsaW51eC1hZG1pbnMKCW5vdGlmaWNhdGlvbl9pbnRlcnZhbAkJ > MjQwCglub3RpZmljYXRpb25fcGVyaW9kCQkyNHg3Cglub3RpZmljYXRpb25f > b3B0aW9ucwkJdyx1LGMscgoJY2hlY2tfY29tbWFuZAkJCWNoZWNrX2xvY2Fs > X3VzZXJzITc1ITE1MAoJfQoKCiMgU2VydmljZSBkZWZpbml0aW9uCmRlZmlu > ZSBzZXJ2aWNlewoJdXNlCQkJCWdlbmVyaWMtc2VydmljZQkJOyBOYW1lIG9m > IHNlcnZpY2UgdGVtcGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQkJbGludXgy > CglzZXJ2aWNlX2Rlc2NyaXB0aW9uCQlUb3RhbCBQcm9jZXNzZXMKCWlzX3Zv > bGF0aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJMjR4NwoJbWF4X2NoZWNrX2F0 > dGVtcHRzCQkzCglub3JtYWxfY2hlY2tfaW50ZXJ2YWwJCTUKCXJldHJ5X2No > ZWNrX2ludGVydmFsCQkyCgljb250YWN0X2dyb3VwcwkJCWxpbnV4LWFkbWlu > cwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQkyNDAKCW5vdGlmaWNhdGlvbl9w > ZXJpb2QJCTI0eDcKCW5vdGlmaWNhdGlvbl9vcHRpb25zCQl3LHUsYyxyCglj > aGVja19jb21tYW5kCQkJY2hlY2tfbG9jYWxfcHJvY3MhMTUwITIwMCFSU1pE > VAoJfQoKCiMgU2VydmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2aWNlewoJ > dXNlCQkJCWdlbmVyaWMtc2VydmljZQkJOyBOYW1lIG9mIHNlcnZpY2UgdGVt > cGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQkJbGludXgyCglzZXJ2aWNlX2Rl > c2NyaXB0aW9uCQkvZGV2L2hkYTEgRnJlZSBTcGFjZQoJaXNfdm9sYXRpbGUJ > CQkwCgljaGVja19wZXJpb2QJCQkyNHg3CgltYXhfY2hlY2tfYXR0ZW1wdHMJ > CTMKCW5vcm1hbF9jaGVja19pbnRlcnZhbAkJNQoJcmV0cnlfY2hlY2tfaW50 > ZXJ2YWwJCTEKCWNvbnRhY3RfZ3JvdXBzCQkJbGludXgtYWRtaW5zCglub3Rp > ZmljYXRpb25faW50ZXJ2YWwJCTEyMAoJbm90aWZpY2F0aW9uX3BlcmlvZAkJ > MjR4NwoJbm90aWZpY2F0aW9uX29wdGlvbnMJCXcsdSxjLHIKCWNoZWNrX2Nv > bW1hbmQJCQljaGVja19sb2NhbF9kaXNrITIwJSExMCUhL2Rldi9oZGExCgl9 > CgoKIyBTZXJ2aWNlIGRlZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJ > CQkJZ2VuZXJpYy1zZXJ2aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0 > ZSB0byB1c2UKCglob3N0X25hbWUJCQlsaW51eDIKCXNlcnZpY2VfZGVzY3Jp > cHRpb24JCS9kZXYvaGRiMSBGcmVlIFNwYWNlCglpc192b2xhdGlsZQkJCTAK > CWNoZWNrX3BlcmlvZAkJCTI0eDcKCW1heF9jaGVja19hdHRlbXB0cwkJMwoJ > bm9ybWFsX2NoZWNrX2ludGVydmFsCQk1CglyZXRyeV9jaGVja19pbnRlcnZh > bAkJMQoJY29udGFjdF9ncm91cHMJCQlsaW51eC1hZG1pbnMKCW5vdGlmaWNh > dGlvbl9pbnRlcnZhbAkJMTIwCglub3RpZmljYXRpb25fcGVyaW9kCQkyNHg3 > Cglub3RpZmljYXRpb25fb3B0aW9ucwkJdyx1LGMscgoJY2hlY2tfY29tbWFu > ZAkJCWNoZWNrX2xvY2FsX2Rpc2shMjAlITEwJSEvZGV2L2hkYjEKCX0KCiMg > U2VydmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2aWNlewogICAgICAgIHVz > ZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZ2VuZXJpYy1zZXJ2aWNl > ICAgICAgICAgOyBOYW1lIG9mIHNlcnZpY2UgdGVtcGxhdGUgdG8gdXNlCgog > ICAgICAgIGhvc3RfbmFtZSAgICAgICAgICAgICAgICAgICAgICAgbmRzMQog > ICAgICAgIHNlcnZpY2VfZGVzY3JpcHRpb24gICAgICAgICAgICAgUElORwog > ICAgICAgIGlzX3ZvbGF0aWxlICAgICAgICAgICAgICAgICAgICAgMAogICAg > ICAgIGNoZWNrX3BlcmlvZCAgICAgICAgICAgICAgICAgICAgMjR4NwogICAg > ICAgIG1heF9jaGVja19hdHRlbXB0cyAgICAgICAgICAgICAgMwogICAgICAg > IG5vcm1hbF9jaGVja19pbnRlcnZhbCAgICAgICAgICAgNQogICAgICAgIHJl > dHJ5X2NoZWNrX2ludGVydmFsICAgICAgICAgICAgMQogICAgICAgIGNvbnRh > Y3RfZ3JvdXBzICAgICAgICAgICAgICAgICAgbGludXgtYWRtaW5zCiAgICAg > ICAgbm90aWZpY2F0aW9uX2ludGVydmFsICAgICAgICAgICAyNDAKICAgICAg > ICBub3RpZmljYXRpb25fcGVyaW9kICAgICAgICAgICAgIDI0eDcKICAgICAg > ICBub3RpZmljYXRpb25fb3B0aW9ucyAgICAgICAgICAgIGMscgogICAgICAg > IGNoZWNrX2NvbW1hbmQgICAgICAgICAgICAgICAgICAgY2hlY2tfcGluZyEx > MDAuMCwyMCUhNTAwLjAsNjAlCiAgICAgICAgfQoKIyBTZXJ2aWNlIGRlZmlu > aXRpb24KZGVmaW5lIHNlcnZpY2V7CiAgICAgICAgdXNlICAgICAgICAgICAg > ICAgICAgICAgICAgICAgICBnZW5lcmljLXNlcnZpY2UgICAgICAgICA7IE5h > bWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0byB1c2UKCiAgICAgICAgaG9zdF9u > YW1lICAgICAgICAgICAgICAgICAgICAgICBuZHMxIAogICAgICAgIHNlcnZp > Y2VfZGVzY3JpcHRpb24gICAgICAgICAgICAgSFRUUAogICAgICAgIGlzX3Zv > bGF0aWxlICAgICAgICAgICAgICAgICAgICAgMAogICAgICAgIGNoZWNrX3Bl > cmlvZCAgICAgICAgICAgICAgICAgICAgMjR4NwogICAgICAgIG1heF9jaGVj > a19hdHRlbXB0cyAgICAgICAgICAgICAgMwogICAgICAgIG5vcm1hbF9jaGVj > a19pbnRlcnZhbCAgICAgICAgICAgMgogICAgICAgIHJldHJ5X2NoZWNrX2lu > dGVydmFsICAgICAgICAgICAgMQogICAgICAgIGNvbnRhY3RfZ3JvdXBzICAg > ICAgICAgICAgICAgICAgbGludXgtYWRtaW5zCiAgICAgICAgbm90aWZpY2F0 > aW9uX2ludGVydmFsICAgICAgICAgICAyNDAKICAgICAgICBub3RpZmljYXRp > b25fcGVyaW9kICAgICAgICAgICAgIDI0eDcKICAgICAgICBub3RpZmljYXRp > b25fb3B0aW9ucyAgICAgICAgICAgIHcsdSxjLHIKICAgICAgICBjaGVja19j > b21tYW5kICAgICAgICAgICAgICAgICAgIGNoZWNrX2h0dHAKICAgICAgICB9 > CgojIFNlcnZpY2UgZGVmaW5pdGlvbgpkZWZpbmUgc2VydmljZXsKCXVzZQkJ > CQlnZW5lcmljLXNlcnZpY2UJCTsgTmFtZSBvZiBzZXJ2aWNlIHRlbXBsYXRl > IHRvIHVzZQoKCWhvc3RfbmFtZQkJCXN3aXRjaDEKCXNlcnZpY2VfZGVzY3Jp > cHRpb24JCVBJTkcKCWlzX3ZvbGF0aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJ > MjR4NwoJbWF4X2NoZWNrX2F0dGVtcHRzCQkzCglub3JtYWxfY2hlY2tfaW50 > ZXJ2YWwJCTUKCXJldHJ5X2NoZWNrX2ludGVydmFsCQkxCgljb250YWN0X2dy > b3VwcwkJCXN3aXRjaC1hZG1pbnMKCW5vdGlmaWNhdGlvbl9pbnRlcnZhbAkJ > MjQwCglub3RpZmljYXRpb25fcGVyaW9kCQkyNHg3Cglub3RpZmljYXRpb25f > b3B0aW9ucwkJYyxyCgljaGVja19jb21tYW5kCQkJY2hlY2tfcGluZyExMDAu > MCwyMCUhNTAwLjAsNjAlCgl9CgoKIyBTZXJ2aWNlIGRlZmluaXRpb24KZGVm > aW5lIHNlcnZpY2V7Cgl1c2UJCQkJZ2VuZXJpYy1zZXJ2aWNlCQk7IE5hbWUg > b2Ygc2VydmljZSB0ZW1wbGF0ZSB0byB1c2UKCglob3N0X25hbWUJCQlzd2l0 > Y2gyCglzZXJ2aWNlX2Rlc2NyaXB0aW9uCQlQSU5HCglpc192b2xhdGlsZQkJ > CTAKCWNoZWNrX3BlcmlvZAkJCTI0eDcKCW1heF9jaGVja19hdHRlbXB0cwkJ > MwoJbm9ybWFsX2NoZWNrX2ludGVydmFsCQk1CglyZXRyeV9jaGVja19pbnRl > cnZhbAkJMQoJY29udGFjdF9ncm91cHMJCQlzd2l0Y2gtYWRtaW5zCglub3Rp > ZmljYXRpb25faW50ZXJ2YWwJCTI0MAoJbm90aWZpY2F0aW9uX3BlcmlvZAkJ > MjR4NwoJbm90aWZpY2F0aW9uX29wdGlvbnMJCWMscgoJY2hlY2tfY29tbWFu > ZAkJCWNoZWNrX3BpbmchMTAwLjAsMjAlITUwMC4wLDYwJQoJfQoKCiMgU2Vy > dmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2aWNlewoJdXNlCQkJCWdlbmVy > aWMtc2VydmljZQkJOyBOYW1lIG9mIHNlcnZpY2UgdGVtcGxhdGUgdG8gdXNl > CgoJaG9zdF9uYW1lCQkJc3dpdGNoMwoJc2VydmljZV9kZXNjcmlwdGlvbgkJ > UElORwoJaXNfdm9sYXRpbGUJCQkwCgljaGVja19wZXJpb2QJCQkyNHg3Cglt > YXhfY2hlY2tfYXR0ZW1wdHMJCTMKCW5vcm1hbF9jaGVja19pbnRlcnZhbAkJ > NQoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJCTEKCWNvbnRhY3RfZ3JvdXBzCQkJ > c3dpdGNoLWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQkyNDAKCW5v > dGlmaWNhdGlvbl9wZXJpb2QJCTI0eDcKCW5vdGlmaWNhdGlvbl9vcHRpb25z > CQljLHIKCWNoZWNrX2NvbW1hbmQJCQljaGVja19waW5nITEwMC4wLDIwJSE1 > MDAuMCw2MCUKCX0KCgojIFNlcnZpY2UgZGVmaW5pdGlvbgpkZWZpbmUgc2Vy > dmljZXsKCXVzZQkJCQlnZW5lcmljLXNlcnZpY2UJCTsgTmFtZSBvZiBzZXJ2 > aWNlIHRlbXBsYXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJCXN3aXRjaDQKCXNl > cnZpY2VfZGVzY3JpcHRpb24JCVBJTkcKCWlzX3ZvbGF0aWxlCQkJMAoJY2hl > Y2tfcGVyaW9kCQkJMjR4NwoJbWF4X2NoZWNrX2F0dGVtcHRzCQkzCglub3Jt > YWxfY2hlY2tfaW50ZXJ2YWwJCTUKCXJldHJ5X2NoZWNrX2ludGVydmFsCQkx > Cgljb250YWN0X2dyb3VwcwkJCXN3aXRjaC1hZG1pbnMKCW5vdGlmaWNhdGlv > bl9pbnRlcnZhbAkJMjQwCglub3RpZmljYXRpb25fcGVyaW9kCQkyNHg3Cglu > b3RpZmljYXRpb25fb3B0aW9ucwkJYyxyCgljaGVja19jb21tYW5kCQkJY2hl > Y2tfcGluZyExMDAuMCwyMCUhNTAwLjAsNjAlCgl9CgoKIyBTZXJ2aWNlIGRl > ZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJCQkJZ2VuZXJpYy1zZXJ2 > aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0byB1c2UKCglob3N0 > X25hbWUJCQlzd2l0Y2g1CglzZXJ2aWNlX2Rlc2NyaXB0aW9uCQlQSU5HCglp > c192b2xhdGlsZQkJCTAKCWNoZWNrX3BlcmlvZAkJCTI0eDcKCW1heF9jaGVj > a19hdHRlbXB0cwkJMwoJbm9ybWFsX2NoZWNrX2ludGVydmFsCQk1CglyZXRy > eV9jaGVja19pbnRlcnZhbAkJMQoJY29udGFjdF9ncm91cHMJCQlzd2l0Y2gt > YWRtaW5zCglub3RpZmljYXRpb25faW50ZXJ2YWwJCTI0MAoJbm90aWZpY2F0 > aW9uX3BlcmlvZAkJMjR4NwoJbm90aWZpY2F0aW9uX29wdGlvbnMJCWMscgoJ > Y2hlY2tfY29tbWFuZAkJCWNoZWNrX3BpbmchMTAwLjAsMjAlITUwMC4wLDYw > JQoJfQoKCiMgU2VydmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2aWNlewoJ > dXNlCQkJCWdlbmVyaWMtc2VydmljZQkJOyBOYW1lIG9mIHNlcnZpY2UgdGVt > cGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQkJcm91dGVyMQoJc2VydmljZV9k > ZXNjcmlwdGlvbgkJUElORwoJaXNfdm9sYXRpbGUJCQkwCgljaGVja19wZXJp > b2QJCQkyNHg3CgltYXhfY2hlY2tfYXR0ZW1wdHMJCTMKCW5vcm1hbF9jaGVj > a19pbnRlcnZhbAkJNQoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJCTEKCWNvbnRh > Y3RfZ3JvdXBzCQkJcm91dGVyLWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVy > dmFsCQkyNDAKCW5vdGlmaWNhdGlvbl9wZXJpb2QJCTI0eDcKCW5vdGlmaWNh > dGlvbl9vcHRpb25zCQljLHIKCWNoZWNrX2NvbW1hbmQJCQljaGVja19waW5n > ITEwMC4wLDIwJSE1MDAuMCw2MCUKCX0KCgojIFNlcnZpY2UgZGVmaW5pdGlv > bgpkZWZpbmUgc2VydmljZXsKCXVzZQkJCQlnZW5lcmljLXNlcnZpY2UJCTsg > TmFtZSBvZiBzZXJ2aWNlIHRlbXBsYXRlIHRvIHVzZQoKCWhvc3RfbmFtZQkJ > CXByaW50ZXIxCglzZXJ2aWNlX2Rlc2NyaXB0aW9uCQlQcmludGVyIFN0YXR1 > cwoJaXNfdm9sYXRpbGUJCQkwCgljaGVja19wZXJpb2QJCQl3b3JraG91cnMK > CW1heF9jaGVja19hdHRlbXB0cwkJNAoJbm9ybWFsX2NoZWNrX2ludGVydmFs > CQk1CglyZXRyeV9jaGVja19pbnRlcnZhbAkJMQoJY29udGFjdF9ncm91cHMJ > CQlwcmludGVyLWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQk5NjAK > CW5vdGlmaWNhdGlvbl9wZXJpb2QJCXdvcmtob3VycwoJbm90aWZpY2F0aW9u > X29wdGlvbnMJCWMscgoJY2hlY2tfY29tbWFuZAkJCWNoZWNrX2hwamQKCX0K > CgojIFNlcnZpY2UgZGVmaW5pdGlvbgpkZWZpbmUgc2VydmljZXsKCXVzZQkJ > CQlnZW5lcmljLXNlcnZpY2UJCTsgTmFtZSBvZiBzZXJ2aWNlIHRlbXBsYXRl > IHRvIHVzZQoKCWhvc3RfbmFtZQkJCXByaW50ZXIxCglzZXJ2aWNlX2Rlc2Ny > aXB0aW9uCQlQSU5HCglpc192b2xhdGlsZQkJCTAKCWNoZWNrX3BlcmlvZAkJ > CXdvcmtob3VycwoJbWF4X2NoZWNrX2F0dGVtcHRzCQk0Cglub3JtYWxfY2hl > Y2tfaW50ZXJ2YWwJCTUKCXJldHJ5X2NoZWNrX2ludGVydmFsCQkxCgljb250 > YWN0X2dyb3VwcwkJCXByaW50ZXItYWRtaW5zCglub3RpZmljYXRpb25faW50 > ZXJ2YWwJCTk2MAoJbm90aWZpY2F0aW9uX3BlcmlvZAkJd29ya2hvdXJzCglu > b3RpZmljYXRpb25fb3B0aW9ucwkJYyxyCgljaGVja19jb21tYW5kCQkJY2hl > Y2tfcGluZyExMDAuMCwyMCUhNTAwLjAsNjAlCgl9CgoKIyBTZXJ2aWNlIGRl > ZmluaXRpb24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJCQkJZ2VuZXJpYy1zZXJ2 > aWNlCQk7IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0byB1c2UKCglob3N0 > X25hbWUJCQlwcmludGVyMgoJc2VydmljZV9kZXNjcmlwdGlvbgkJUHJpbnRl > ciBTdGF0dXMKCWlzX3ZvbGF0aWxlCQkJMAoJY2hlY2tfcGVyaW9kCQkJd29y > a2hvdXJzCgltYXhfY2hlY2tfYXR0ZW1wdHMJCTQKCW5vcm1hbF9jaGVja19p > bnRlcnZhbAkJNQoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJCTEKCWNvbnRhY3Rf > Z3JvdXBzCQkJcHJpbnRlci1hZG1pbnMKCW5vdGlmaWNhdGlvbl9pbnRlcnZh > bAkJOTYwCglub3RpZmljYXRpb25fcGVyaW9kCQl3b3JraG91cnMKCWNoZWNr > X2NvbW1hbmQJCQljaGVja19ocGpkCgl9CgoKIyBTZXJ2aWNlIGRlZmluaXRp > b24KZGVmaW5lIHNlcnZpY2V7Cgl1c2UJCQkJZ2VuZXJpYy1zZXJ2aWNlCQk7 > IE5hbWUgb2Ygc2VydmljZSB0ZW1wbGF0ZSB0byB1c2UKCglob3N0X25hbWUJ > CQlwcmludGVyMgoJc2VydmljZV9kZXNjcmlwdGlvbgkJUElORwoJaXNfdm9s > YXRpbGUJCQkwCgljaGVja19wZXJpb2QJCQl3b3JraG91cnMKCW1heF9jaGVj > a19hdHRlbXB0cwkJNAoJbm9ybWFsX2NoZWNrX2ludGVydmFsCQk1CglyZXRy > eV9jaGVja19pbnRlcnZhbAkJMQoJY29udGFjdF9ncm91cHMJCQlwcmludGVy > LWFkbWlucwoJbm90aWZpY2F0aW9uX2ludGVydmFsCQk5NjAKCW5vdGlmaWNh > dGlvbl9wZXJpb2QJCXdvcmtob3VycwoJbm90aWZpY2F0aW9uX29wdGlvbnMJ > CWMscgoJY2hlY2tfY29tbWFuZAkJCWNoZWNrX3BpbmchMTAwLjAsMjAlITUw > MC4wLDYwJQoJfQoKCiMgU2VydmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2 > aWNlewoJdXNlCQkJCWdlbmVyaWMtc2VydmljZQkJOyBOYW1lIG9mIHNlcnZp > Y2UgdGVtcGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQkJcHJpbnRlcjMKCXNl > cnZpY2VfZGVzY3JpcHRpb24JCVByaW50ZXIgU3RhdHVzCglpc192b2xhdGls > ZQkJCTAKCWNoZWNrX3BlcmlvZAkJCXdvcmtob3VycwoJbWF4X2NoZWNrX2F0 > dGVtcHRzCQk0Cglub3JtYWxfY2hlY2tfaW50ZXJ2YWwJCTUKCXJldHJ5X2No > ZWNrX2ludGVydmFsCQkxCgljb250YWN0X2dyb3VwcwkJCXByaW50ZXItYWRt > aW5zCglub3RpZmljYXRpb25faW50ZXJ2YWwJCTk2MAoJbm90aWZpY2F0aW9u > X3BlcmlvZAkJd29ya2hvdXJzCgljaGVja19jb21tYW5kCQkJY2hlY2tfaHBq > ZAoJfQoKCiMgU2VydmljZSBkZWZpbml0aW9uCmRlZmluZSBzZXJ2aWNlewoJ > dXNlCQkJCWdlbmVyaWMtc2VydmljZQkJOyBOYW1lIG9mIHNlcnZpY2UgdGVt > cGxhdGUgdG8gdXNlCgoJaG9zdF9uYW1lCQkJcHJpbnRlcjMKCXNlcnZpY2Vf > ZGVzY3JpcHRpb24JCVBJTkcKCWlzX3ZvbGF0aWxlCQkJMAoJY2hlY2tfcGVy > aW9kCQkJd29ya2hvdXJzCgltYXhfY2hlY2tfYXR0ZW1wdHMJCTQKCW5vcm1h > bF9jaGVja19pbnRlcnZhbAkJNQoJcmV0cnlfY2hlY2tfaW50ZXJ2YWwJCTEK > CWNvbnRhY3RfZ3JvdXBzCQkJcHJpbnRlci1hZG1pbnMKCW5vdGlmaWNhdGlv > bl9pbnRlcnZhbAkJOTYwCglub3RpZmljYXRpb25fcGVyaW9kCQl3b3JraG91 > cnMKCW5vdGlmaWNhdGlvbl9vcHRpb25zCQljLHIKCWNoZWNrX2NvbW1hbmQJ > CQljaGVja19waW5nITEwMC4wLDIwJSE1MDAuMCw2MCUKCX0KCgo= > > > ------=_NextPart_000_8bd_37cb_747c > Content-Type: application/octet-stream; name="dependencies.cfg" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; filename="dependencies.cfg" > > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMKIyBTYW1wbGUg > b2JqZWN0IGNvbmZpZyBmaWxlIGZvciBOYWdpb3MgCiMKIyBSZWFkIHRoZSBk > b2N1bWVudGF0aW9uIGZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHRoaXMgY29u > ZmlndXJhdGlvbiBmaWxlLiAgSSd2ZQojIHByb3ZpZGVkIHNvbWUgY29tbWVu > dHMgaGVyZSwgYnV0IHRoaW5ncyBtYXkgbm90IGJlIHNvIGNsZWFyIHdpdGhv > dXQgZnVydGhlcgojIGV4cGxhbmF0aW9uLCBzbyBtYWtlIHN1cmUgdG8gcmVh > ZCB0aGUgSFRNTCBkb2N1bWVudGF0aW9uIQojIAojIExhc3QgTW9kaWZpZWQ6 > IDAzLTA3LTIwMDIKIwojIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIwoKCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCiMg > U0VSVklDRSBERVBFTkRFTkNZIERFRklOSVRJT05TCiMKIyBTWU5UQVg6CiMK > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMKCiMgU2Vydmlj > ZWRlcGVuZGVuY3kgZGVmaW5pdGlvbgojZGVmaW5lIHNlcnZpY2VkZXBlbmRl > bmN5ewojCWhvc3RfbmFtZQkJCW50MQojCXNlcnZpY2VfZGVzY3JpcHRpb24J > CUlJUyBQcm9jZXNzCiMJZGVwZW5kZW50X2hvc3RfbmFtZQkJbnQxCiMJZGVw > ZW5kZW50X3NlcnZpY2VfZGVzY3JpcHRpb24JV2Vic2l0ZSAjMQojCWV4ZWN1 > dGlvbl9mYWlsdXJlX2NyaXRlcmlhCW4JOyBUaGVzZSBhcmUgdGhlIGNyaXRl > cmlhIGZvciB3aGljaCBjaGVjayBleGVjdXRpb24gd2lsbCBiZSBzdXByZXNz > ZWQKIwlub3RpZmljYXRpb25fZmFpbHVyZV9jcml0ZXJpYQl3LHUsYwk7IFRo > ZXNlIGFyZSB0aGUgY3JpdGVyaWEgZm9yIHdoaWNoIG5vdGlmaWNhdGlvbnMg > d2lsbCBiZSBzdXByZXNzZWQKIwl9CgoKIyBTZXJ2aWNlZGVwZW5kZW5jeSBk > ZWZpbml0aW9uCiNkZWZpbmUgc2VydmljZWRlcGVuZGVuY3l7CiMJaG9zdF9u > YW1lCQkJbnQxCiMJc2VydmljZV9kZXNjcmlwdGlvbgkJSUlTIFByb2Nlc3MK > IwlkZXBlbmRlbnRfaG9zdF9uYW1lCQludDEKIwlkZXBlbmRlbnRfc2Vydmlj > ZV9kZXNjcmlwdGlvbglXZWJzaXRlICMyCiMJZXhlY3V0aW9uX2ZhaWx1cmVf > Y3JpdGVyaWEJdyx1LGMJOyBUaGVzZSBhcmUgdGhlIGNyaXRlcmlhIGZvciB3 > aGljaCBjaGVjayBleGVjdXRpb24gd2lsbCBiZSBzdXByZXNzZWQKIwlub3Rp > ZmljYXRpb25fZmFpbHVyZV9jcml0ZXJpYQl3LHUsYwk7IFRoZXNlIGFyZSB0 > aGUgY3JpdGVyaWEgZm9yIHdoaWNoIG5vdGlmaWNhdGlvbnMgd2lsbCBiZSBz > dXByZXNzZWQKIwl9CgoKIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMKIyBIT1NUIERFUEVOREVOQ1kgREVGSU5JVElPTlMKIwojIFNZTlRB > WDoKIwojIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIwoK > > > ------=_NextPart_000_8bd_37cb_747c > Content-Type: application/octet-stream; name="resource.cfg" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; filename="resource.cfg" > > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCiMKIyBSRVNPVVJDRS5D > RkcgLSBTYW1wbGUgUmVzb3VyY2UgRmlsZSBmb3IgTmFnaW9zIAojCiMgWW91 > IGNhbiBkZWZpbmUgJFVTRVJ4JCBtYWNyb3MgaW4gdGhpcyBmaWxlLCB3aGlj > aCBjYW4gaW4gdHVybiBiZSB1c2VkCiMgaW4gY29tbWFuZCBkZWZpbml0aW9u > cyBpbiB5b3VyIGhvc3QgY29uZmlnIGZpbGUocykuICAkVVNFUngkIG1hY3Jv > cyBhcmUKIyB1c2VmdWwgZm9yIHN0b3Jpbmcgc2Vuc2l0aXZlIGluZm9ybWF0 > aW9uIHN1Y2ggYXMgdXNlcm5hbWVzLCBwYXNzd29yZHMsIAojIGV0Yy4gIFRo > ZXkgYXJlIGFsc28gaGFuZHkgZm9yIHNwZWNpZnlpbmcgdGhlIHBhdGggdG8g > cGx1Z2lucyBhbmQgCiMgZXZlbnQgaGFuZGxlcnMgLSBpZiB5b3UgZGVjaWRl > IHRvIG1vdmUgdGhlIHBsdWdpbnMgb3IgZXZlbnQgaGFuZGxlcnMgdG8KIyBh > IGRpZmZlcmVudCBkaXJlY3RvcnkgaW4gdGhlIGZ1dHVyZSwgeW91IGNhbiBq > dXN0IHVwZGF0ZSBvbmUgb3IgdHdvCiMgJFVTRVJ4JCBtYWNyb3MsIGluc3Rl > YWQgb2YgbW9kaWZ5aW5nIGEgbG90IG9mIGNvbW1hbmQgZGVmaW5pdGlvbnMu > CiMKIyBUaGUgQ0dJcyB3aWxsIG5vdCBhdHRlbXB0IHRvIHJlYWQgdGhlIGNv > bnRlbnRzIG9mIHJlc291cmNlIGZpbGVzLCBzbwojIHlvdSBjYW4gc2V0IHJl > c3RyaWN0aXZlIHBlcm1pc3Npb25zICg2MDAgb3IgNjYwKSBvbiB0aGVtLgoj > CiMgTmFnaW9zIHN1cHBvcnRzIHVwIHRvIDMyICRVU0VSeCQgbWFjcm9zICgk > VVNFUjEkIHRocm91Z2ggJFVTRVIzMiQpCiMKIyBSZXNvdXJjZSBmaWxlcyBt > YXkgYWxzbyBiZSB1c2VkIHRvIHN0b3JlIGNvbmZpZ3VyYXRpb24gZGlyZWN0 > aXZlcyBmb3IKIyBleHRlcm5hbCBkYXRhIHNvdXJjZXMgbGlrZSBNeVNRTC4u > LgojCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIwoKIyBTZXRzICRV > U0VSMSQgdG8gYmUgdGhlIHBhdGggdG8gdGhlIHBsdWdpbnMKJFVTRVIxJD0v > dXNyL2xvY2FsL25hZ2lvcy9saWJleGVjCgojIFNldHMgJFVTRVIyJCB0byBi > ZSB0aGUgcGF0aCB0byBldmVudCBoYW5kbGVycwojJFVTRVIyJD0vdXNyL2xv > Y2FsL25hZ2lvcy9saWJleGVjL2V2ZW50aGFuZGxlcnMKCiMgU3RvcmUgc29t > ZSB1c2VybmFtZXMgYW5kIHBhc3N3b3JkcyAoaGlkZGVuIGZyb20gdGhlIENH > SXMpCiMkVVNFUjMkPXNvbWV1c2VyCiMkVVNFUjQkPXNvbWVwYXNzd29yZAoK > CiMgREIgU1RBVFVTIERBVEEKIyBOb3RlOiBUaGVzZSBjb25maWcgZGlyZWN0 > aXZlcyBhcmUgb25seSB1c2VkIGlmIHlvdSBjb21waWxlZAojIGluIGRhdGFi > YXNlIHN1cHBvcnQgZm9yIHN0YXR1cyBkYXRhIQojIFRoZSB1c2VyIHlvdSBz > cGVjaWZ5IGhlcmUgbmVlZHMgU0VMRUNULCBJTlNFUlQsIFVQREFURSwgYW5k > CiMgREVMRVRFIHByaXZpbGVnZXMgb24gdGhlICdwcm9ncmFtc3RhdHVzJywg > J2hvc3RzdGF0dXMnLAojIGFuZCAnc2VydmljZXN0YXR1cycgdGFibGVzIGlu > IHRoZSBkYXRhYmFzZS4KCiN4c2RkYl9ob3N0PXNvbWVob3N0CiN4c2RkYl9w > b3J0PXNvbWVwb3J0CiN4c2RkYl9kYXRhYmFzZT1zb21lZGF0YWJhc2UKI3hz > ZGRiX3VzZXJuYW1lPXNvbWV1c2VyCiN4c2RkYl9wYXNzd29yZD1zb21lcGFz > c3dvcmQKI3hzZGRiX29wdGltaXplX2RhdGE9MQojeHNkZGJfb3B0aW1pemVf > aW50ZXJ2YWw9MzYwMAoKCiMgREIgQ09NTUVOVCBEQVRBCiMgTm90ZTogVGhl > c2UgY29uZmlnIGRpcmVjdGl2ZXMgYXJlIG9ubHkgdXNlZCBpZiB5b3UgY29t > cGlsZWQKIyBpbiBkYXRhYmFzZSBzdXBwb3J0IGZvciBjb21tZW50IGRhdGEh > CiMgVGhlIHVzZXIgeW91IHNwZWNpZnkgaGVyZSBuZWVkcyBTRUxFQ1QsIElO > U0VSVCwgVVBEQVRFLCBhbmQKIyBERUxFVEUgcHJpdmlsZWdlcyBvbiB0aGUg > J2hvc3Rjb21tZW50cycgYW5kICdzZXJ2aWNlY29tbWVudHMnCiMgdGFibGVz > IGluIHRoZSBkYXRhYmFzZS4KCiN4Y2RkYl9ob3N0PXNvbWVob3N0CiN4Y2Rk > Yl9wb3J0PXNvbWVwb3J0CiN4Y2RkYl9kYXRhYmFzZT1zb21lZGF0YWJhc2UK > I3hjZGRiX3VzZXJuYW1lPXNvbWV1c2VyCiN4Y2RkYl9wYXNzd29yZD1zb21l > cGFzc3dvcmQKI3hjZGRiX29wdGltaXplX2RhdGE9MQoKCgojIERCIERPV05U > SU1FIERBVEEKIyBOb3RlOiBUaGVzZSBjb25maWcgZGlyZWN0aXZlcyBhcmUg > b25seSB1c2VkIGlmIHlvdSBjb21waWxlZAojIGluIGRhdGFiYXNlIHN1cHBv > cnQgZm9yIGRvd250aW1lIGRhdGEhCiMgVGhlIHVzZXIgeW91IHNwZWNpZnkg > aGVyZSBuZWVkcyBTRUxFQ1QsIElOU0VSVCwgVVBEQVRFLCBhbmQKIyBERUxF > VEUgcHJpdmlsZWdlcyBvbiB0aGUgJ2hvc3Rkb3dudGltZScgYW5kICdzZXJ2 > aWNlZG93bnRpbWUnCiMgdGFibGVzIGluIHRoZSBkYXRhYmFzZS4KCiN4ZGRk > Yl9ob3N0PXNvbWVob3N0CiN4ZGRkYl9wb3J0PXNvbWVwb3J0CiN4ZGRkYl9k > YXRhYmFzZT1zb21lZGF0YWJhc2UKI3hkZGRiX3VzZXJuYW1lPXNvbWV1c2Vy > CiN4ZGRkYl9wYXNzd29yZD1zb21lcGFzc3dvcmQKI3hkZGRiX29wdGltaXpl > X2RhdGE9MQoKCiMgREIgUkVURU5USU9OIERBVEEKIyBOb3RlOiBUaGVzZSBj > b25maWcgZGlyZWN0aXZlcyBhcmUgb25seSB1c2VkIGlmIHlvdSBjb21waWxl > ZAojIGluIGRhdGFiYXNlIHN1cHBvcnQgZm9yIHJldGVudGlvbiBkYXRhIQoj > IFRoZSB1c2VyIHlvdSBzcGVjaWZ5IGhlcmUgbmVlZHMgU0VMRUNULCBJTlNF > UlQsIFVQREFURSwgYW5kCiMgREVMRVRFIHByaXZpbGVnZXMgb24gdGhlICdw > cm9ncmFtcmV0ZW50aW9uJywgJ2hvc3RyZXRlbnRpb24nLAojIGFuZCAnc2Vy > dmljZXJldGVudGlvbicgdGFibGVzIGluIHRoZSBkYXRhYmFzZS4KCiN4cmRk > Yl9ob3N0PXNvbWVob3N0CiN4cmRkYl9wb3J0PXNvbWVwb3J0CiN4cmRkYl9k > YXRhYmFzZT1zb21lZGF0YWJhc2UKI3hyZGRiX3VzZXJuYW1lPXNvbWV1c2Vy > CiN4cmRkYl9wYXNzd29yZD1zb21lcGFzc3dvcmQKI3hyZGRiX29wdGltaXpl > X2RhdGE9MQoK > > > ------=_NextPart_000_8bd_37cb_747c > Content-Type: application/octet-stream; name="checkcommands.cfg" > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; filename="checkcommands.cfg" > > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMKIyBTYW1wbGUg > b2JqZWN0IGNvbmZpZyBmaWxlIGZvciBOYWdpb3MgCiMKIyBSZWFkIHRoZSBk > b2N1bWVudGF0aW9uIGZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHRoaXMgY29u > ZmlndXJhdGlvbiBmaWxlLiAgSSd2ZQojIHByb3ZpZGVkIHNvbWUgY29tbWVu > dHMgaGVyZSwgYnV0IHRoaW5ncyBtYXkgbm90IGJlIHNvIGNsZWFyIHdpdGhv > dXQgZnVydGhlcgojIGV4cGxhbmF0aW9uLCBzbyBtYWtlIHN1cmUgdG8gcmVh > ZCB0aGUgSFRNTCBkb2N1bWVudGF0aW9uIQojIAojIExhc3QgTW9kaWZpZWQ6 > IDA2LTA5LTIwMDIKIwojIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIwoKCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCiMg > Q09NTUFORCBERUZJTklUSU9OUwojCiMgU1lOVEFYOgojCiMJZGVmaW5lIGNv > bW1hbmR7CiMgICAgICAgICAgICAgICB0ZW1wbGF0ZSAgICAgIDx0ZW1wbGF0 > ZW5hbWU+CiMJCW5hbWUgICAgICAgICAgPG9iamVjdG5hbWU+CiMgICAgICAg > ICAgICAgICBjb21tYW5kX25hbWUgIDxjb21tYW5kbmFtZT4KIyAgICAgICAg > ICAgICAgIGNvbW1hbmRfbGluZSAgPGNvbW1hbmRsaW5lPgojICAgICAgICAg > ICAgICAgfQojCiMgV0hFUkU6CiMKIyA8dGVtcGxhdGVuYW1lPiA9IG9iamVj > dCBuYW1lIG9mIGFub3RoZXIgY29tbWFuZCBkZWZpbml0aW9uIHRoYXQgc2hv > dWxkIGJlCiMgICAgICAgICAgICAgICAgICB1c2VkIGFzIGEgdGVtcGxhdGUg > Zm9yIHRoaXMgZGVmaW5pdGlvbiAob3B0aW9uYWwpCiMgPG9iamVjdG5hbWU+ > ICAgPSBvYmplY3QgbmFtZSBvZiBjb21tYW5kIGRlZmluaXRpb24sIHJlZmVy > ZW5jZWQgYnkgb3RoZXIKIyAgICAgICAgICAgICAgICAgIGNvbW1hbmQgZGVm > aW5pdGlvbnMgdGhhdCB1c2UgaXQgYXMgYSB0ZW1wbGF0ZSAob3B0aW9uYWwp > CiMgPGNvbW1hbmRuYW1lPiAgPSBuYW1lIG9mIHRoZSBjb21tYW5kLCBhcyBy > ZWNvZ25pemVkL3VzZWQgYnkgTmFnaW9zCiMgPGNvbW1hbmRsaW5lPiAgPSBj > b21tYW5kIGxpbmUKIwojIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIwoKCgoKIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMK > IwojIFNBTVBMRSBTRVJWSUNFIENIRUNLIENPTU1BTkRTCiMKIyBUaGVzZSBh > cmUgc29tZSBleGFtcGxlIHNlcnZpY2UgY2hlY2sgY29tbWFuZHMuICBUaGV5 > IG1heSBvciBtYXkgbm90IHdvcmsgb24KIyB5b3VyIHN5c3RlbSwgYXMgdGhl > eSBtdXN0IGJlIG1vZGlmaWVkIGZvciB5b3VyIHBsdWdpbnMuICBTZWUgdGhl > IEhUTUwgCiMgZG9jdW1lbnRhdGlvbiBvbiB0aGUgcGx1Z2lucyBmb3IgZXhh > bXBsZXMgb2YgaG93IHRvIGNvbmZpZ3VyZSBjb21tYW5kIGRlZmluaXRpb25z > LgojCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjCgoKIyAn > Y2hlY2tfdGNwJyBjb21tYW5kIGRlZmluaXRpb24KZGVmaW5lIGNvbW1hbmR7 > Cgljb21tYW5kX25hbWUJY2hlY2tfdGNwCgljb21tYW5kX2xpbmUJJFVTRVIx > JC9jaGVja190Y3AgLUggJEhPU1RBRERSRVNTJCAtcCAkQVJHMSQKCX0KCgoj > ICdjaGVja191ZHAnIGNvbW1hbmQgZGVmaW5pdGlvbgpkZWZpbmUgY29tbWFu > ZHsKCWNvbW1hbmRfbmFtZQljaGVja191ZHAKCWNvbW1hbmRfbGluZQkkVVNF > UjEkL2NoZWNrX3VkcCAtSCAkSE9TVEFERFJFU1MkIC1wICRBUkcxJAoJfQoK > CiMgJ2NoZWNrX2Z0cCcgY29tbWFuZCBkZWZpbml0aW9uCmRlZmluZSBjb21t > YW5kewoJY29tbWFuZF9uYW1lCWNoZWNrX2Z0cAoJY29tbWFuZF9saW5lCSRV > U0VSMSQvY2hlY2tfZnRwIC1IICRIT1NUQUREUkVTUyQKCX0KCgojICdjaGVj > a19wb3AnIGNvbW1hbmQgZGVmaW5pdGlvbgpkZWZpbmUgY29tbWFuZHsKCWNv > bW1hbmRfbmFtZQljaGVja19wb3AKCWNvbW1hbmRfbGluZQkkVVNFUjEkL2No > ZWNrX3BvcCAtSCAkSE9TVEFERFJFU1MkCgl9CgoKIyAnY2hlY2tfc210cCcg > Y29tbWFuZCBkZWZpbml0aW9uCmRlZmluZSBjb21tYW5kewoJY29tbWFuZF9u > YW1lCWNoZWNrX3NtdHAKCWNvbW1hbmRfbGluZQkkVVNFUjEkL2NoZWNrX3Nt > dHAgLUggJEhPU1RBRERSRVNTJAoJfQoKCiMgJ2NoZWNrX25udHAnIGNvbW1h > bmQgZGVmaW5pdGlvbgpkZWZpbmUgY29tbWFuZHsKCWNvbW1hbmRfbmFtZQlj > aGVja19ubnRwCgljb21tYW5kX2xpbmUJJFVTRVIxJC9jaGVja19ubnRwIC1I > ICRIT1NUQUREUkVTUyQKCX0KCgojICdjaGVja19odHRwJyBjb21tYW5kIGRl > ZmluaXRpb24KZGVmaW5lIGNvbW1hbmR7Cgljb21tYW5kX25hbWUJY2hlY2tf > aHR0cAoJY29tbWFuZF9saW5lCSRVU0VSMSQvY2hlY2tfaHR0cCAtSCAkSE9T > VEFERFJFU1MkCgl9CgoKIyAnY2hlY2tfdGVsbmV0JyBjb21tYW5kIGRlZmlu > aXRpb24KZGVmaW5lIGNvbW1hbmR7Cgljb21tYW5kX25hbWUJY2hlY2tfdGVs > bmV0Cgljb21tYW5kX2xpbmUJJFVTRVIxJC9jaGVja190Y3AgLUggJEhPU1RB > RERSRVNTJCAtcCAyMwoJfQoKCiMgJ2NoZWNrX3BpbmcnIGNvbW1hbmQgZGVm > aW5pdGlvbgpkZWZpbmUgY29tbWFuZHsKCWNvbW1hbmRfbmFtZQljaGVja19w > aW5nCgljb21tYW5kX2xpbmUJJFVTRVIxJC9jaGVja19waW5nIC1IICRIT1NU > QUREUkVTUyQgLXcgJEFSRzEkIC1jICRBUkcyJCAtcCA1Cgl9CgoKIyAnY2hl > Y2tfZG5zJyBjb21tYW5kIGRlZmluaXRpb24KZGVmaW5lIGNvbW1hbmR7Cglj > b21tYW5kX25hbWUJY2hlY2tfZG5zCgljb21tYW5kX2xpbmUJJFVTRVIxJC9j > aGVja19kbnMgLUggd3d3LnlhaG9vLmNvbSAtcyAkSE9TVEFERFJFU1MkCgl9 > CgoKIyAnY2hlY2tfaHBqZCcgY29tbWFuZCBkZWZpbml0aW9uCmRlZmluZSBj > b21tYW5kewoJY29tbWFuZF9uYW1lCWNoZWNrX2hwamQKCWNvbW1hbmRfbGlu > ZQkkVVNFUjEkL2NoZWNrX2hwamQgLUggJEhPU1RBRERSRVNTJCAtQyBwdWJs > aWMKCX0KCgojICdjaGVja19sb2NhbF9kaXNrJyBjb21tYW5kIGRlZmluaXRp > b24KZGVmaW5lIGNvbW1hbmR7Cgljb21tYW5kX25hbWUJY2hlY2tfbG9jYWxf > ZGlzawoJY29tbWFuZF9saW5lCSRVU0VSMSQvY2hlY2tfZGlzayAtdyAkQVJH > MSQgLWMgJEFSRzIkIC1wICRBUkczJAoJfQoKCiMgJ2NoZWNrX2xvY2FsX3Vz > ZXJzJyBjb21tYW5kIGRlZmluaXRpb24KZGVmaW5lIGNvbW1hbmR7Cgljb21t > YW5kX25hbWUJY2hlY2tfbG9jYWxfdXNlcnMKCWNvbW1hbmRfbGluZQkkVVNF > UjEkL2NoZWNrX3VzZXJzIC13ICRBUkcxJCAtYyAkQVJHMiQKCX0KCgojICdj > aGVja19sb2NhbF9wcm9jcycgY29tbWFuZCBkZWZpbml0aW9uCmRlZmluZSBj > b21tYW5kewoJY29tbWFuZF9uYW1lCWNoZWNrX2xvY2FsX3Byb2NzCgljb21t > YW5kX2xpbmUJJFVTRVIxJC9jaGVja19wcm9jcyAtdyAkQVJHMSQgLWMgJEFS > RzIkIC1zICRBUkczJAoJfQoKCiMgJ2NoZWNrX2xvY2FsX2xvYWQnIGNvbW1h > bmQgZGVmaW5pdGlvbgpkZWZpbmUgY29tbWFuZHsKCWNvbW1hbmRfbmFtZQlj > aGVja19sb2NhbF9sb2FkCgljb21tYW5kX2xpbmUJJFVTRVIxJC9jaGVja19s > b2FkIC13ICRBUkcxJCAtYyAkQVJHMiQKCX0KCgoKCiMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjCiMKIyBTQU1QTEUgSE9TVCBDSEVDSyBD > T01NQU5EUwojCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj > CgoKIyBUaGlzIGNvbW1hbmQgY2hlY2tzIHRvIHNlZSBpZiBhIGhvc3QgaXMg > ImFsaXZlIiBieSBwaW5naW5nIGl0CiMgVGhlIGNoZWNrIG11c3QgcmVzdWx0 > IGluIGEgMTAwJSBwYWNrZXQgbG9zcyBvciA1IHNlY29uZCAoNTAwMG1zKSBy > b3VuZCB0cmlwIAojIGF2ZXJhZ2UgdGltZSB0byBwcm9kdWNlIGEgY3JpdGlj > YWwgZXJyb3IuCiMgTm90ZTogT25seSBvbmUgSUNNUCBlY2hvIHBhY2tldCBp > cyBzZW50IChkZXRlcm1pbmVkIGJ5IHRoZSAnLXAgMScgYXJndW1lbnQpCgoj > ICdjaGVjay1ob3N0LWFsaXZlJyBjb21tYW5kIGRlZmluaXRpb24KZGVmaW5l > IGNvbW1hbmR7CiAgICAgICAgY29tbWFuZF9uYW1lICAgIGNoZWNrLWhvc3Qt > YWxpdmUKICAgICAgICBjb21tYW5kX2xpbmUgICAgJFVTRVIxJC9jaGVja19w > aW5nIC1IICRIT1NUQUREUkVTUyQgLXcgMzAwMC4wLDgwJSAtYyA1MDAwLjAs > MTAwJSAtcCAxCiAgICAgICAgfQo= > > > ------=_NextPart_000_8bd_37cb_747c-- > > > > --__--__-- > > _______________________________________________ > Nagios-users mailing list > Nagios-users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > > > End of Nagios-users Digest > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Jeramy.Eling at britax-pmg.com Tue Jul 27 14:36:10 2004 From: Jeramy.Eling at britax-pmg.com (Jeramy Eling) Date: Tue, 27 Jul 2004 13:36:10 +0100 Subject: CPU and Motherboard Temperatures Message-ID: <5CD3BFF77DFFD411BCD100D0B720F9451984B3@probe.britax-pmg.com> Hi All, I am using Nagios on our network and it is working great. I would like to extend this to monitor the core temperatures of our Windows 2000 servers, I use a piece of software called Motherboard Monitor 5 at the moment. Does anyone have any ideas how I could use Nagios to monitor these items and have it displayed in Nagios? I am not bothered about staying with the software I have at the moment and I would love to hear from anyone doing a similar thing. Thanks In Advance Jez ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gpadilla at cbct.com Tue Jul 27 15:10:21 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Tue, 27 Jul 2004 09:10:21 -0400 Subject: nagios sending out old alert emails Message-ID: We had a problem a few days ago where half of our network went down including the connection to the server running nagios. Well today I started receiving alerts from that day, is there a reason why this is happening now? Instead of the day it happened? Thx. -Guillermo -------------- next part -------------- An HTML attachment was scrubbed... URL: From agrajag at dragaera.net Tue Jul 27 15:53:36 2004 From: agrajag at dragaera.net (Sean Dilda) Date: Tue, 27 Jul 2004 09:53:36 -0400 Subject: nagios sending out old alert emails In-Reply-To: References: Message-ID: <1090936415.4397.7.camel@pel> On Tue, 2004-07-27 at 09:10, Guillermo Padilla wrote: > We had a problem a few days ago where half of our network went down > including the connection to the server running nagios. Well today I > started receiving alerts from that day, is there a reason why this is > happening now? Instead of the day it happened? My guess is that nagios sent the emails the day it happened. However, because your nagios server had no network connection the got spooled on the nagios server. And now that it has connectivity again, sendmail (or postfix or whatever) is flushing its queue. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Tue Jul 27 16:19:46 2004 From: marc at ena.com (Marc Powell) Date: Tue, 27 Jul 2004 09:19:46 -0500 Subject: nagios sending out old alert emails Message-ID: <370ACCFA5BB3B346A31222E5559BF91F38A382@mismail2.ena.com> ________________________________ From: Guillermo Padilla [mailto:gpadilla at cbct.com] Sent: Tuesday, July 27, 2004 8:10 AM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] nagios sending out old alert emails We had a problem a few days ago where half of our network went down including the connection to the server running nagios. Well today I started receiving alerts from that day, is there a reason why this is happening now? Instead of the day it happened? Since Nagios does not have any internal queueing of notifications, the most likely scenario is that Nagios properly handed off the notifications to your MTA on the Nagios machine, the MTA was unable to deliver the messages, queued them and is just now attempting re-delivery. A quick look at your mail server logs on the Nagios machine should confirm or refute that. -- Marc P.S Please try to post to the list in plain text. Not only will more people see your message, it's easier to respond with proper quoting and it won't clutter up the digests with useless HTML. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Tue Jul 27 16:56:12 2004 From: jhmartin at toger.us (Jason Martin) Date: Tue, 27 Jul 2004 07:56:12 -0700 Subject: Monitoring Websphere In-Reply-To: <09FCA2FF7E92D71186320008C71E91C604C97070@devwagwodx0029.wob.vw.de> References: <09FCA2FF7E92D71186320008C71E91C604C97070@devwagwodx0029.wob.vw.de> Message-ID: <20040727145612.GC6227@zippy.members.linode.com> On Tue, Jul 27, 2004 at 01:14:57PM +0200, Schaffranneck, Sven (K-DOI-5/4) wrote: > i'm searching for a plugin that monitors an ibm websphere mq. does anyone > knows a solution? I don't believe one has been made available yet, but you are very welcome to write one and I know there are other people who could make use of it. -Jason Martin > > Mit freundlichen Gr?ssen, > Sven Schaffranneck > K-DOI-5/4 > > Volkswagen AG > Brieffach 1883 > 38436 Wolfsburg > > Telefon: +49 (5361) 9-3 88 58 > http://www.volkswagen.de > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- Those who can't write, write help files. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From nsahnoun at refco.fr Tue Jul 27 17:49:40 2004 From: nsahnoun at refco.fr (SAHNOUN, Nadir) Date: Tue, 27 Jul 2004 17:49:40 +0200 Subject: Installing Net-SNMP for Solaris Message-ID: <5F0A27BFF6A3D811A8200002A547CD3C1A6893@srparexchg2.refcopar.com> Hi all, Am trying to install NET-SNMP for Solaris and snmpd provided by NET-SNMP because it's provides more information that snmpdx. I downloaded, unzip and untar downloaded file "net-snmp_5.0.9-SunOS_5.8_sun4d.tar.gz" For installation, i need run ./configure but i can not find it ! Can you help me please ? Thanks a lot !! @NS ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Tue Jul 27 18:48:23 2004 From: marc at ena.com (Marc Powell) Date: Tue, 27 Jul 2004 11:48:23 -0500 Subject: Installing Net-SNMP for Solaris Message-ID: <370ACCFA5BB3B346A31222E5559BF91F38A393@mismail2.ena.com> SAHNOUN, Nadir wrote: > Hi all, > > Am trying to install NET-SNMP for Solaris and snmpd provided by > NET-SNMP because it's provides more information that snmpdx. > > I downloaded, unzip and untar downloaded file > "net-snmp_5.0.9-SunOS_5.8_sun4d.tar.gz" > > For installation, i need run ./configure but i can not find it ! > > Can you help me please ? While this is more properly a question for the Net-SNMP lists, I have downloaded the archive and as indicated on the download page, it is a binary (meaning pre-compiled) release. If we're looking at the same archive then you should be able to 'cd /; tar zxvf /path/to/net-snmp_5.0.9-SunOS_5.8_sun4d.tar.gz' and you're done. There is no configuration or compilation needed and the executables will be located in /usr/local/bin. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mattcase at loanprotector.com Tue Jul 27 19:10:04 2004 From: mattcase at loanprotector.com (Matthew Case) Date: Tue, 27 Jul 2004 13:10:04 -0400 Subject: Only first notification in escalation definition being used Message-ID: I am setting up notification escalations for downed hosts and they are not working like they should. I currently have service notification escalations setup and they are working perfectly. I know that my host is reading the escalation file each time I change it because when testing, I change who is getting notified (i.e.. level1, level2 ) and nagios properly reflects the changes. The problem is that only the first notification in the definitions is being sent out. The host is not recovering so there is no reason for the next notifications to not be sent. define hostgroupescalation{ hostgroup_name production-servers first_notification 1 last_notification 3 contact_groups level1 notification_interval 1 } This definition states that level1 contact group should get 3 emails over 3 minutes but by looking at the notification logs for the host only the first email is being sent. define hostgroupescalation{ hostgroup_name production-servers first_notification 1 last_notification 1 contact_groups level1 notification_interval 1 } define hostgroupescalation{ hostgroup_name production-servers first_notification 2 last_notification 2 contact_groups level2 notification_interval 1 } Looking at the notification logs for the host only the first email is being sent for these definitions as well. Matt Case MIS Director Loan Protector 440-542-9145 mattcase at loanprotector.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From dischide at hotmail.com Tue Jul 27 19:30:45 2004 From: dischide at hotmail.com (dave dischiave) Date: Tue, 27 Jul 2004 17:30:45 +0000 Subject: Hosts and Host Groups Message-ID: Yes, that is it! Thank you for your help, Dave >From: "Cook, Garry" >To: "dave dischiave" >, >Subject: RE: [Nagios-users] Hosts and Host Groups >Date: Mon, 26 Jul 2004 10:48:35 -0600 > >dave dischiave wrote: > > Garry w. Cook: > > > > I have at least the check_ping associated with the hosts in the > > services.cfg. Is this what you are talking about? > >Yes, this is good. You probably have check_ping associated with the >hosts as the 'host-check'. In other words, if Nagios determines that a >service on your host is down, it will use 'check_ping' to check if the >host is alive. > > > > The command line works. But the webpage states the all the hosts are > > down or unreachable. > > It says, "This host has not yet been checked." > >This means that the hosts have not yet been checked, either because no >services have yet failed on a host, or no services have been associated >with the hosts. > > > > And my host does not show up under the "Service Details" > > link. I am not sure > > why. Any ideas? > >Yes, most likely there are no service checks associated with any of your >hosts. If there were, you would see services listed under 'Service >Details'. > >Go back and read the docs again. Start with the one that I pointed out >in my previous email. > > > > Thank you for your help, > > > > Dave > >Welcome. Hope this helps > > >> From: "Cook, Garry" > >> To: "dave dischiave" > >> , > >> Subject: RE: [Nagios-users] Hosts and Host Groups > >> Date: Mon, 26 Jul 2004 09:57:33 -0600 > >> > >> nagios-users-admin at lists.sourceforge.net wrote: > >>> I have nagios up except all my hosts show up on the webpage > >>> as down. The > >>> webpage says, "(Not enough data to determine host status yet)." > >>> > >>> I have added the hosts to the host and host group files. Then > >>> I restarted > >>> Nagios. On the webpage when I go to Service Detail, the hosts that > >>> I have added do not show up. ?? > >>> > >>> I can run the command line check_ping and that works fine. I > >>> have at least > >>> the check_ping associated with the hosts in the services.cfg. > >>> > >>> Does anyone know why the webpage is reporting these hosts as down? > >>> > >>> I have enclosed my .cfg files (I changed linux1, linux2, > >>> router1 and I added > >>> a host called nds1 in my cfg files.) The rest are samples. > >>> > >>> Thank you for your help. > >>> > >>> Dave > >>> > >> > >> Have you associated any service checks with your hosts? > >> Nagios will not check host status without service checks... > >> > >> http://nagios.sourceforge.net/docs/1_0/networkreachability.html > >> > >> Garry W. Cook, CCNA > >> Network Infrastructure Manager > >> MACTEC, Inc. - http://www.mactec.com/ > >> 303.308.6228 (Office) - 720.220.1862 (Mobile) > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_idG21&alloc_id040&op=click >_______________________________________________ >Nagios-users mailing list >Nagios-users at 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 _________________________________________________________________ Don?t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Markus.Saner at antalis.ch Tue Jul 27 19:50:37 2004 From: Markus.Saner at antalis.ch (Saner, Markus) Date: Tue, 27 Jul 2004 19:50:37 +0200 Subject: Monitoring Websphere Message-ID: <491A5F682BEFA742B21EF20AD4A81733E93D9C@chluex01.ch.antalis.local> Schaffranneck, Sven (K-DOI-5/4) wrote: > i'm searching for a plugin that monitors an ibm websphere mq. does > anyone knows a solution? I wrote a plugin about a year ago. It works fine for me and some others. We use it to monitor several MQ Q manager primary on AIX and AS/400 systems. (Except five, Nobody seams to be interested ones I asked on this user list). The plugin is only to monitor DL-Q, Q-depts and channel status. It will not be usefull to collect statistical data ! If this is what you are looking for, I will send you a copy either in source and/or executable for Linux i386. You have to install the MQ client on the nagios server or where the plugin runs. Regards, Markus Overview: You can use this utility without nagios. If you like to integrate it into Nagios, use the '-h' switch to produce html output. More about below. Parameters: [ -m name ] : Q-manager name [ -x name ] : connection name [ -c name ] : connection channel name [-qn name ] : check these queues, MQS syntax, 'QNAM*' will display all Q's starting with. [-qx name ] : exclude this ',' delimited queues, limited to a number of 63. [-qd name ] : dead letter queue [-qw uint ] : queues warning level [-qc uint ] : queues critical level [-cn name ] : check these channels [-cx name ] : exclude this ',' delimited channels, limited to a number of 63. [-dx name ] : exclude this ',' delimited list in display, limited to a number of 63. [ -h ] : generate html usable output for Nagios [ -v ] : be a bit verbose, only for testing ! Following samples assume: - Q-manager: QMTEST - host Q-manager is running on: testhost - Q-manager port: 1414, (the default) - dead letter Q on QMTEST: QMTEST.QD Samples: 1). - check, no entries in dead letter Q. - check, all channels up. - Check all queues warning=1000 and critical=2000 levels check_mqseries -m 'QMTEST' -x 'testhost(1414)' -qn '*' -qd 'QMTEST.QD' -qw 1000 -qc 2000 -cn '*' Result: MqC RUNNING - SYSTEM.ADMIN.SVRCONN MqQ 2 entries - MQAI.REPLY.3ED857450083C073 MqQ 76 entries - SYSTEM.ADMIN.CHANNEL.EVENT MqQ 1 entries - SYSTEM.ADMIN.QMGR.EVENT MqQ 36 entries - SYSTEM.AUTH.DATA.QUEUE MqQ 2 entries - SYSTEM.CHANNEL.SYNCQ MqQ 1 entries - SYSTEM.CLUSTER.REPOSITORY.QUEUE 2). Because Nagios has some limitations in number of characters to display, you can limit the displayed output. Use option -dx. This option will not switch off error checking. The previose statement would look like following if you like to suppress all 'SYSTEM.*' channels and Q's. check_mqseries -m 'QMTEST' -x 'testhost(1414)' -qn '*' -qd 'QMTEST.QD' -qw 1000 -qc 2000 -cn '*' -dx 'SYSTEM.*' Result: MqQ 2 entries - MQAI.REPLY.3ED857450083D033 By default the Q-manager connection is esablished on 'SYSTEM.ADMIN.SVRCONN' channel, like that the MQSserver-client part needs not to be installed. If you wish to connect to another channel, use the -c option to overwrite the default. But in most cases the default is perfect i guess. If you wonder what check_mqseries does with your parameters you can switch on verbose mode (-v). You get a list of all options set and how they are intepreted. Sample 2). with verbose mode will display following result: Connecting to Q-manager: QMTEST connection channel: SYSTEM.ADMIN.SVRCONN on connection name: testhost(1414) report on channel: * exclude channels(s): (null) report on dl-queue: QMTEST.QD report on queue: * queue warning level: 1000 critical level: 2000 exclude queue(s): (null) exclude in display: SYSTEM.* MqQ 2 entries - MQAI.REPLY.3ED8574500840033 Verbose mode is not usefull when using it with Nagios. I suggest to play aroud with it until you found the parameters of your needs and after implement it in Nagios. How to integrate into Nagios: This is very simple, (as everithing with Nagios, thanks to Ethan), you need two definitions to follow the previose samples. 1). checkcommands.cfg Add following lines: # 'check_mqseries' command definition # ARG1: Q-manager name, '-m name' # ARG2: conection name, '-x server(port)' # ARG3: dead letter q name, '-qd name' # ARG4: queue depth warning level, '-qw uint' # ARG5: queue depth critical level, '-qc uint' define command{ command_name check_mqseries command_line $USER1$/check_mqseries -m $ARG1$ -x '$HOSTADDRESS$($ARG2$)' -cn '*' -qn '*' -qd $ARG3$ -qw $ARG4$ -qc $ARG5$ -dx 'SYSTEM.*' -h } As you can see, the 'SYSTEM.*' Q's and channels are excluded from display by default. The '-h' switch is on, to say we want html output. 2). services.cfg Add as many definition like this: define service{ use whatever_template_you_like host_name testhost service_description MQ-Series QMTEST is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 3 contact_groups whatever_contactgroup_you_like notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_mqseries!QMTEST!1414!QMTEST.QD!1000!2000 name MQ-Series } Of cource this is only a sample and may does'nt hit your needs. There are many options. If you like to split it up into different checks on the same Q-manager, you can exclude channels and queues with -cx and -qx. They will not be displayd and not be checked for errors where excluded. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From psma at mpsnet.net.mx Wed Jul 28 01:11:36 2004 From: psma at mpsnet.net.mx (=?iso-8859-1?Q?Manuel_Alejandro_Pe=F1a_S=E1nchez?=) Date: Tue, 27 Jul 2004 18:11:36 -0500 Subject: Problem With nagios with mysql In-Reply-To: References: Message-ID: <200407271911.i6RJBULu017434@master.mpsnet.net.mx> I compiled nagios with suport of mysql, this are my parameters of configure: ./configure --prefix=/usr/local/nagios --with-cgiurl=/cgi-bin --with-htmurl=/nagios --with-nagios-user=nagios --with-nagios-grp=nagios --with-mysql-lib=/usr/lib --with-mysql-inc=/usr/include/mysql --with-mysql-status --with-mysql-comments --with-mysql-extinfo --with-mysql-retention --with-mysql-downtime --with-mysql-xdata --libexecdir=/usr/local/nagios/libexec The version of my nagios is 1.2 And the problem that I have is that nagios.log sends me this output: [1090941392] Nagios 1.2 starting... (PID=18906) [1090941392] Finished daemonizing... (New PID=18907) [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Status data will not be saved! [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Retention data will not be processed or saved! [1090941392] Error: Could not re-connect to database server on host '' for statu s data. I'll keep trying every 60 seconds... [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password '' for comment data! [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password '' for downtime data! And it starts but when it tries to check a host it doesn?t recognize any check program and sends this output: [1090941492] HOST ALERT: linux1;DOWN;SOFT;9;CRITICAL - Plugin timed out after 10 Seconds And on some times it sends that nagios doesn?t found a check_xxx plugin, beside I have compiled also the nagios-plugins source. May any one help me, also I want to know if any one have a dump of mysql tables for nagios. Regards Manuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From mscandian at freebsdbrasil.com.br Tue Jul 27 20:27:52 2004 From: mscandian at freebsdbrasil.com.br (Mario Sergio Candian) Date: Tue, 27 Jul 2004 15:27:52 -0300 (BRT) Subject: nagios+multiple independent networks Message-ID: <20040727152708.M942-100000@cyberdine.freebsdbrasil.com.br> Hi, I wanna to use the nagios, but can i use it for multiple independent networks? Mario Sergio Candian ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Studer.Patrick at gmx.ch Tue Jul 27 21:00:48 2004 From: Studer.Patrick at gmx.ch (Studer Patrick) Date: Tue, 27 Jul 2004 21:00:48 +0200 (MEST) Subject: Temptrax plugin update Message-ID: <21745.1090954848@www29.gmx.net> Hi We are running nagios since a while (we started with netsaint some years ago and switched over to nagios). We also have some temptrax in use and now we have ordered some new temptrax sensors. The problem with the new sensors is, that they don't work with the old check_temptraxe plugin. So far I understand the source code of the plugin, the web interface is parsed. The problem with that is, that the web interface on the new temptrax has changed. We have an temptrax with firmware version 3.4, date from july 2004. Is there anybody out, who allready changed the plugin for the new web interface? Regards Patrick -- NEU: WLAN-Router f?r 0,- EUR* - auch f?r DSL-Wechsler! GMX DSL = superg?nstig & kabellos http://www.gmx.net/de/go/dsl ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Tue Jul 27 21:09:42 2004 From: marc at ena.com (Marc Powell) Date: Tue, 27 Jul 2004 14:09:42 -0500 Subject: nagios+multiple independent networks Message-ID: <370ACCFA5BB3B346A31222E5559BF91F38A3A6@mismail2.ena.com> Mario Sergio Candian wrote: > Hi, > > I wanna to use the nagios, but can i use it for multiple independent > networks? Huh? Nagios doesn't care where the devices you are monitoring are located or how (or how they are not) connected. You can monitor routers and web servers on the other side of the planet if you want. _or_ Were you thinking more along the lines of distributed monitoring? http://nagios.sourceforge.net/docs/1_0/distributed.html -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Edwin_Zoeller at ama-assn.org Tue Jul 27 21:19:55 2004 From: Edwin_Zoeller at ama-assn.org (Edwin Zoeller) Date: Tue, 27 Jul 2004 14:19:55 -0500 Subject: Informix Message-ID: Does anyone know or have any monitoring for a Informix database? Anything would be helpful. Ed ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Tue Jul 27 21:56:00 2004 From: marc at ena.com (Marc Powell) Date: Tue, 27 Jul 2004 14:56:00 -0500 Subject: Informix Message-ID: <370ACCFA5BB3B346A31222E5559BF91F38A3AD@mismail2.ena.com> Edwin Zoeller wrote: > Does anyone know or have any monitoring for a Informix database? > Anything would be helpful. Mmm... Google. Crunchy. http://64.233.161.104/search?q=cache:XM8i1GHbyVUJ:article.gmane.org/gman e.network.nagios.plugins.devel/510+check_informix&hl=en Specifically: https://sourceforge.net/tracker/?func=detail&atid=541465&aid=807052&grou p_id=29880 Doesn't look like it was ever integrated into the plugins distribution, even as a contrib, so YMM definitely V. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From acosta at vdov.net Tue Jul 27 21:51:28 2004 From: acosta at vdov.net (Anthony Costa) Date: Tue, 27 Jul 2004 15:51:28 -0400 Subject: Problem With nagios with mysql In-Reply-To: <200407271911.i6RJBULu017434@master.mpsnet.net.mx> References: <200407271911.i6RJBULu017434@master.mpsnet.net.mx> Message-ID: <59916986-E006-11D8-8101-000A95B02F9C@vdov.net> make sure you have mysql installed and running. then what you want to do here is this ... first extract the table setup into mysql using zcat /usr/share/doc/nagios-mysql/create_mysql.sql.gz | mysql -u root -p nagios (the above file may be in a different place on your system, but a then create your locks for the mysql user GRANT LOCK TABLES ON nagios.* TO nagios at localhost IDENTIFIED BY 'password'; GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON nagios.* TO nagios at localhost; then you're gonna need to edit your resource.cfg and cgi.cfg such that each one of the database fields correspond to machine=localhost, user=nagios, passwd=password specified above. reboot and pray! ac; On Jul 27, 2004, at 7:11 PM, Manuel Alejandro Pe?a S?nchez wrote: > I compiled nagios with suport of mysql, this are my parameters of > configure: > > ? > > ./configure --prefix=/usr/local/nagios --with-cgiurl=/cgi-bin > --with-htmurl=/nagios --with-nagios-user=nagios > --with-nagios-grp=nagios --with-mysql-lib=/usr/lib > --with-mysql-inc=/usr/include/mysql --with-mysql-status? > --with-mysql-comments? --with-mysql-extinfo? --with-mysql-retention? > --with-mysql-downtime --with-mysql-xdata > --libexecdir=/usr/local/nagios/libexec > > ? > > The version of my nagios is 1.2 > > ? > > And the problem that I have is that nagios.log sends me this output: > > ? > > [1090941392] Nagios 1.2 starting... (PID=18906) > > [1090941392] Finished daemonizing... (New PID=18907) > > [1090941392] Error: Could not connect to MySQL database '' on host '' > using user > > name '' and password ''.? Status data will not be saved! > > [1090941392] Error: Could not connect to MySQL database '' on host '' > using user > > name '' and password ''.? Retention data will not be processed or > saved! > > [1090941392] Error: Could not re-connect to database server on host '' > for statu > > s data.? I'll keep trying every 60 seconds... > > [1090941392] Error: Could not connect to MySQL database '' on host '' > using user > > name '' and password '' for comment data! > > [1090941392] Error: Could not connect to MySQL database '' on host '' > using user > > name '' and password '' for downtime data! > > ? > > And it starts but when it tries to check a host it doesn?t recognize > any check program and sends this output: > > ? > > [1090941492] HOST ALERT: linux1;DOWN;SOFT;9;CRITICAL - Plugin timed > out after 10 > > ?Seconds > > ? > > And on some times it sends that nagios doesn?t found a check_xxx > plugin, beside I have compiled also the nagios-plugins source. > > ? > > May any one help me, also I want to know if any one have a dump of > mysql tables for nagios. > > ? > > Regards > > ? > > Manuel -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 6523 bytes Desc: not available URL: From schroedi2001 at web.de Tue Jul 27 23:52:47 2004 From: schroedi2001 at web.de (Mario Schroeder) Date: Tue, 27 Jul 2004 23:52:47 +0200 Subject: nagios sample cfg Message-ID: <1090965166.2355.3.camel@localhost> Hi, ich suche eine nagios sample cfg f?r die ?berwachung eines localen httpd Prozesses. Apache und nagiosserver sollen auf dem gleichen System laufen. Hat jemand eine Muster CFG f?r mich ?? schroedi -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: From thomaspan2 at yahoo.com Wed Jul 28 00:58:58 2004 From: thomaspan2 at yahoo.com (Hu Thomas Pan) Date: Tue, 27 Jul 2004 15:58:58 -0700 Subject: service check pending Message-ID: <007a01c4742d$4d2bc140$0d3f91d8@hupan> Hi, I have set up a Nagios server with active checks. When I add new services to the Nagios server, certain services would be pending for ever. Say, I have 1248 active checks. After reaching 1193, 55 checks would be pending for ever unless I manually schedule a checking time. Also, for service under hard state, the next check would be delayed for a long long time, not according to check_interval at all. Any idea? Best, Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: From psma at mpsnet.net.mx Wed Jul 28 06:04:01 2004 From: psma at mpsnet.net.mx (=?iso-8859-1?Q?Manuel_Alejandro_Pe=F1a_S=E1nchez?=) Date: Tue, 27 Jul 2004 23:04:01 -0500 Subject: Problem With nagios with mysql In-Reply-To: <59916986-E006-11D8-8101-000A95B02F9C@vdov.net> References: <59916986-E006-11D8-8101-000A95B02F9C@vdov.net> Message-ID: <200407280003.i6S03qLu024714@master.mpsnet.net.mx> Anthony: I have done that, the thing is that my nagios doesn?t recognize the mysql Server and i dont have a .deb o the dump of nagios database, I also have my database fields typed on my resources.cfg and my cgi.cfg. Does any have an idea?? Regards _____ De: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] En nombre de Anthony Costa Enviado el: martes, 27 de julio de 2004 14:51 Para: nagios-users at lists.sourceforge.net Asunto: Re: [Nagios-users] Problem With nagios with mysql make sure you have mysql installed and running. then what you want to do here is this ... first extract the table setup into mysql using zcat /usr/share/doc/nagios-mysql/create_mysql.sql.gz | mysql -u root -p nagios (the above file may be in a different place on your system, but a then create your locks for the mysql user GRANT LOCK TABLES ON nagios.* TO nagios at localhost IDENTIFIED BY 'password'; GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON nagios.* TO nagios at localhost; then you're gonna need to edit your resource.cfg and cgi.cfg such that each one of the database fields correspond to machine=localhost, user=nagios, passwd=password specified above. reboot and pray! ac; On Jul 27, 2004, at 7:11 PM, Manuel Alejandro Pe?a S?nchez wrote: I compiled nagios with suport of mysql, this are my parameters of configure: ./configure --prefix=/usr/local/nagios --with-cgiurl=/cgi-bin --with-htmurl=/nagios --with-nagios-user=nagios --with-nagios-grp=nagios --with-mysql-lib=/usr/lib --with-mysql-inc=/usr/include/mysql --with-mysql-status --with-mysql-comments --with-mysql-extinfo --with-mysql-retention --with-mysql-downtime --with-mysql-xdata --libexecdir=/usr/local/nagios/libexec The version of my nagios is 1.2 And the problem that I have is that nagios.log sends me this output: [1090941392] Nagios 1.2 starting... (PID=18906) [1090941392] Finished daemonizing... (New PID=18907) [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Status data will not be saved! [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Retention data will not be processed or saved! [1090941392] Error: Could not re-connect to database server on host '' for statu s data. I'll keep trying every 60 seconds... [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password '' for comment data! [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password '' for downtime data! And it starts but when it tries to check a host it doesn?t recognize any check program and sends this output: [1090941492] HOST ALERT: linux1;DOWN;SOFT;9;CRITICAL - Plugin timed out after 10 Seconds And on some times it sends that nagios doesn?t found a check_xxx plugin, beside I have compiled also the nagios-plugins source. May any one help me, also I want to know if any one have a dump of mysql tables for nagios. Regards Manuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From JBorras at tradisa.es Wed Jul 28 01:01:26 2004 From: JBorras at tradisa.es (JBorras at tradisa.es) Date: Wed, 28 Jul 2004 01:01:26 +0200 Subject: Joan Borras =?iso-8859-1?Q?est=E1_ausente_de_la_oficina=2E?= Message-ID: Estar? ausente de la oficina desde el 27/07/2004 y no volver? hasta el 16/08/2004. Us respondr? quan torni de les vacances (16 d'agost) ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From acosta at vdov.net Wed Jul 28 01:43:26 2004 From: acosta at vdov.net (Anthony Costa) Date: Tue, 27 Jul 2004 19:43:26 -0400 Subject: Problem With nagios with mysql In-Reply-To: <200407280003.i6S03qLu024714@master.mpsnet.net.mx> References: <200407280003.i6S03qLu024714@master.mpsnet.net.mx> Message-ID: sorry about the confusion. in that case, if all that is set, i don't know what to tell you from here. could you include a dump of your mysql nagiosdb tables after expanding the nagios mysql template? ac; On Jul 28, 2004, at 12:04 AM, Manuel Alejandro Pe?a S?nchez wrote: > ? > > Anthony: > > ? > > ? > > I have done that, the thing is that my nagios doesn?t recognize the > mysql Server and i dont have a .deb o the dump of nagios database, I > also have my database fields typed on my resources.cfg and my cgi.cfg. > > ? > > Does any have an idea?? > > ? > > Regards > > ? > > ? > > ? > > > De: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] En nombre de Anthony > Costa > Enviado el: martes, 27 de julio de 2004 14:51 > Para: nagios-users at lists.sourceforge.net > Asunto: Re: [Nagios-users] Problem With nagios with mysql > > ? > > make sure you have mysql installed and running. > > then what you want to do here is this ... first extract the table > setup > into mysql using > zcat /usr/share/doc/nagios-mysql/create_mysql.sql.gz | mysql > -u root -p nagios > > (the above file may be in a different place on your system, but a > then create your locks for the mysql user > GRANT LOCK TABLES ON nagios.* TO nagios at localhost IDENTIFIED > BY 'password'; > GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON nagios.* TO > nagios at localhost; > > then you're gonna need to edit your resource.cfg and cgi.cfg such that > each one of the database fields correspond to machine=localhost, > user=nagios, passwd=password specified above. > > reboot and pray! > ac; > > On Jul 27, 2004, at 7:11 PM, Manuel Alejandro Pe?a S?nchez wrote: > > I compiled nagios with suport of mysql, this are my parameters of > configure: > > ? > > ./configure --prefix=/usr/local/nagios --with-cgiurl=/cgi-bin > --with-htmurl=/nagios --with-nagios-user=nagios > --with-nagios-grp=nagios --with-mysql-lib=/usr/lib > --with-mysql-inc=/usr/include/mysql --with-mysql-status? > --with-mysql-comments? --with-mysql-extinfo? --with-mysql-retention? > --with-mysql-downtime --with-mysql-xdata > --libexecdir=/usr/local/nagios/libexec > > ? > > The version of my nagios is 1.2 > > ? > > And the problem that I have is that nagios.log sends me this output: > > ? > > [1090941392] Nagios 1.2 starting... (PID=18906) > > [1090941392] Finished daemonizing... (New PID=18907) > > [1090941392] Error: Could not connect to MySQL database '' on host '' > using user > > name '' and password ''.? Status data will not be saved! > > [1090941392] Error: Could not connect to MySQL database '' on host '' > using user > > name '' and password ''.? Retention data will not be processed or > saved! > > [1090941392] Error: Could not re-connect to database server on host > '' for statu > > s data.? I'll keep trying every 60 seconds... > > [1090941392] Error: Could not connect to MySQL database '' on host '' > using user > > name '' and password '' for comment data! > > [1090941392] Error: Could not connect to MySQL database '' on host '' > using user > > name '' and password '' for downtime data! > > ? > > And it starts but when it tries to check a host it doesn?t recognize > any check program and sends this output: > > ? > > [1090941492] HOST ALERT: linux1;DOWN;SOFT;9;CRITICAL - Plugin timed > out after 10 > > ?Seconds > > ? > > And on some times it sends that nagios doesn?t found a check_xxx > plugin, beside I have compiled also the nagios-plugins source. > > ? > > May any one help me, also I want to know if any one have a dump of > mysql tables for nagios. > > ? > > Regards > > ? > > Manuel -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 10163 bytes Desc: not available URL: From psma at mpsnet.net.mx Wed Jul 28 07:50:34 2004 From: psma at mpsnet.net.mx (=?iso-8859-1?Q?Manuel_Alejandro_Pe=F1a_S=E1nchez?=) Date: Wed, 28 Jul 2004 00:50:34 -0500 Subject: Problem With nagios with mysql In-Reply-To: References: Message-ID: <200407280150.i6S1oNLu027106@master.mpsnet.net.mx> The thing is this on my source of nagios and nagios-plugins did not came de dump of mysql and the weird thing is this message on nagios.log [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Status data will not be saved! [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Retention data will not be processed or saved! [1090941392] Error: Could not re-connect to database server on host '' for statu s data. I'll keep trying every 60 seconds... Nagios is not taking the fileds of database on resources.cfg _____ De: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] En nombre de Anthony Costa Enviado el: martes, 27 de julio de 2004 18:43 Para: nagios-users at lists.sourceforge.net Asunto: Re: [Nagios-users] Problem With nagios with mysql sorry about the confusion. in that case, if all that is set, i don't know what to tell you from here. could you include a dump of your mysql nagiosdb tables after expanding the nagios mysql template? ac; On Jul 28, 2004, at 12:04 AM, Manuel Alejandro Pe?a S?nchez wrote: Anthony: I have done that, the thing is that my nagios doesn?t recognize the mysql Server and i dont have a .deb o the dump of nagios database, I also have my database fields typed on my resources.cfg and my cgi.cfg. Does any have an idea?? Regards De: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] En nombre de Anthony Costa Enviado el: martes, 27 de julio de 2004 14:51 Para: nagios-users at lists.sourceforge.net Asunto: Re: [Nagios-users] Problem With nagios with mysql make sure you have mysql installed and running. then what you want to do here is this ... first extract the table setup into mysql using zcat /usr/share/doc/nagios-mysql/create_mysql.sql.gz | mysql -u root -p nagios (the above file may be in a different place on your system, but a then create your locks for the mysql user GRANT LOCK TABLES ON nagios.* TO nagios at localhost IDENTIFIED BY 'password'; GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON nagios.* TO nagios at localhost; then you're gonna need to edit your resource.cfg and cgi.cfg such that each one of the database fields correspond to machine=localhost, user=nagios, passwd=password specified above. reboot and pray! ac; On Jul 27, 2004, at 7:11 PM, Manuel Alejandro Pe?a S?nchez wrote: I compiled nagios with suport of mysql, this are my parameters of configure: ./configure --prefix=/usr/local/nagios --with-cgiurl=/cgi-bin --with-htmurl=/nagios --with-nagios-user=nagios --with-nagios-grp=nagios --with-mysql-lib=/usr/lib --with-mysql-inc=/usr/include/mysql --with-mysql-status --with-mysql-comments --with-mysql-extinfo --with-mysql-retention --with-mysql-downtime --with-mysql-xdata --libexecdir=/usr/local/nagios/libexec The version of my nagios is 1.2 And the problem that I have is that nagios.log sends me this output: [1090941392] Nagios 1.2 starting... (PID=18906) [1090941392] Finished daemonizing... (New PID=18907) [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Status data will not be saved! [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Retention data will not be processed or saved! [1090941392] Error: Could not re-connect to database server on host '' for statu s data. I'll keep trying every 60 seconds... [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password '' for comment data! [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Status data will not be saved! [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password ''. Retention data will not be processed or saved! [1090941392] Error: Could not re-connect to database server on host '' for statu s data. I'll keep trying every 60 seconds... [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password '' for comment data! [1090941392] Error: Could not connect to MySQL database '' on host '' using user name '' and password '' for downtime data! And it starts but when it tries to check a host it doesn?t recognize any check program and sends this output: [1090941492] HOST ALERT: linux1;DOWN;SOFT;9;CRITICAL - Plugin timed out after 10 Seconds And on some times it sends that nagios doesn?t found a check_xxx plugin, beside I have compiled also the nagios-plugins source. May any one help me, also I want to know if any one have a dump of mysql tables for nagios. Regards Manuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From nagios-list at panazone.net Wed Jul 28 01:46:57 2004 From: nagios-list at panazone.net (nagios-list at panazone.net) Date: Tue, 27 Jul 2004 18:46:57 -0500 (CDT) Subject: Nagios Notifications - localhost.localdomain Message-ID: <1090972017.4106e971d9786@webmail.panazone.net> I was able to get Nagios 1.2 up and running on a Red Hat Linux 8.0 box without asking any questions, but I just can't figure this one out. More than likely it is my lack of knowledge of sendmail, but hopefully someone can help out. I initially setup Nagios 1.2 on a Red Hat 8.0 system at home. I then installed it on a spare laptop from work using the exact same steps and .cfg files (I literally copied them from the RH8.0 desktop to the RH8.0 laptop). I took that laptop to work with me and connected it to the corporate network (which is what I want to monitor). What I've found is that on the laptop it sends the notifications from nagios at localhost.localdomain, but from the original system at home they originate from nagios at VMLINUXRH8.WMNET.local (VMLINUXRH8 is the hostname and WMNET.local is the domain). They both have the exact same version of Red Hat, sendmail, & Nagios. What is it that determines which domain is appended to the username? I checked through all my network configuration settings, the nagios config files, and also the sendmail config files (sendmail.mc, etc). I even tried using masquerading to change the appended domain name to no avail. Any tips or info would be highly appreciated. I know it is rather a minor issue, but I will be testing Nagios in a very large enterprise environment and want to give it all the credibility I can. BTW, Nagios is being setup alongside a multi-million dollar monitoring system (HP OpenView, HP NNM, Concord eHealth, etc.) that hasn't worked worth beans in over a year due to bad project management. I'd like to show them what an open source, free product can do in a few weeks. Thanks! ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Wed Jul 28 04:29:00 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Tue, 27 Jul 2004 21:29:00 -0500 (CDT) Subject: Nagios Notifications - localhost.localdomain In-Reply-To: <1090972017.4106e971d9786@webmail.panazone.net> References: <1090972017.4106e971d9786@webmail.panazone.net> Message-ID: On Tue, 27 Jul 2004 nagios-list at panazone.net wrote: > > I was able to get Nagios 1.2 up and running on a Red Hat Linux 8.0 box without > asking any questions, but I just can't figure this one out. More than likely > it is my lack of knowledge of sendmail, but hopefully someone can help out. Definitely an MTA problem. I'm no sendmail guru (I use postfix), but you can look in misccommands.cfg to see exactly what commands are being executed for your notifications. As I recall, the command invokes /bin/mail with a string generated from macros. Try sending mail in that fashion from the command line and see what the sender's domain is. You probably just need to setup the hostname on your laptop, e.g. "hostname laptop.yourcompany.com" That ought to do it. If you're lucky, your DNS admin has set up your MX record to point to a relay-enabled internal mail server that will just do the right thing with the mail once it gets there. Add that hostname to /etc/sysconfig/network and it will persist across reboots. Hope that helps. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pedmonds.nagios at boursedata.com.au Wed Jul 28 04:49:27 2004 From: pedmonds.nagios at boursedata.com.au (Peter Edmonds) Date: Wed, 28 Jul 2004 12:49:27 +1000 Subject: CPU and Motherboard Temperatures In-Reply-To: <5CD3BFF77DFFD411BCD100D0B720F9451984B3@probe.britax-pmg.com> References: <5CD3BFF77DFFD411BCD100D0B720F9451984B3@probe.britax-pmg.com> Message-ID: <049c01c4744d$7fd31420$f707a8c0@pedellwin2k> Hi Jeramy, Have a look at SNMP Informant - Motherboard Monitor http://www.wtcs.org/informant/mbm/overview.htm SNMP Informant-MBM is a free extension to the popular Motherboard Monitor that makes MBM data accessible via SNMP. Peter Edmonds Jeramy Eling wrote: > I am using Nagios on our network and it is working great. I would > like to extend this to monitor the core temperatures of our > Windows 2000 servers, I use a piece of software called > Motherboard Monitor 5 at the moment. > > Does anyone have any ideas how I could use Nagios to monitor > these items and have it displayed in Nagios? I am not bothered > about staying with the software I have at the moment and I would > love to hear from anyone doing a similar thing. > > Thanks In Advance > > Jez > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Patrick.MAARTENSE at at.mcd.com Wed Jul 28 09:51:58 2004 From: Patrick.MAARTENSE at at.mcd.com (MAARTENSE Patrick [AT]) Date: Wed, 28 Jul 2004 09:51:58 +0200 Subject: Host does not "recover" Message-ID: <4D31B6AC18AD5843B29E2856EB3040A143744A@atviema00.at.mcdcorp> just an example when a Host gets into Down state (eg after a Reboot) 5 Minutes later the system is fully operational, nagios does not change the state to OK again or if a service becomes unavailable for a short time, at a certain time the host gets down status, and is not recovered even when the service becomes available. how to configure this in a correct manner? Kind regards, Mit freundlichen Gr??en, Patrick Maartense -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jeramy.Eling at britax-pmg.com Wed Jul 28 10:17:48 2004 From: Jeramy.Eling at britax-pmg.com (Jeramy Eling) Date: Wed, 28 Jul 2004 09:17:48 +0100 Subject: CPU and Motherboard Temperatures Message-ID: <5CD3BFF77DFFD411BCD100D0B720F94501AF22A5@probe.britax-pmg.com> Hi Peter, I downloaded this yesterday but when I checked the counters it returned no data. Have you used it? Is there a particular version of MBM that I need, I have 5.2 at the moment. Thanks Jez -----Original Message----- From: Peter Edmonds [mailto:pedmonds.nagios at boursedata.com.au] Sent: 28 July 2004 03:49 To: Jeramy Eling; nagios-users at lists.sourceforge.net Subject: RE: [Nagios-users] CPU and Motherboard Temperatures Hi Jeramy, Have a look at SNMP Informant - Motherboard Monitor http://www.wtcs.org/informant/mbm/overview.htm SNMP Informant-MBM is a free extension to the popular Motherboard Monitor that makes MBM data accessible via SNMP. Peter Edmonds Jeramy Eling wrote: > I am using Nagios on our network and it is working great. I would > like to extend this to monitor the core temperatures of our > Windows 2000 servers, I use a piece of software called > Motherboard Monitor 5 at the moment. > > Does anyone have any ideas how I could use Nagios to monitor > these items and have it displayed in Nagios? I am not bothered > about staying with the software I have at the moment and I would > love to hear from anyone doing a similar thing. > > Thanks In Advance > > Jez > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sven.schaffranneck at volkswagen.de Wed Jul 28 11:03:58 2004 From: sven.schaffranneck at volkswagen.de (Schaffranneck, Sven (K-DOI-5/4)) Date: Wed, 28 Jul 2004 11:03:58 +0200 Subject: AW: Monitoring Websphere Message-ID: <09FCA2FF7E92D71186320008C71E91C604C97072@devwagwodx0029.wob.vw.de> Thanks for your reply! it seems to be interesting and i'll take your eMail-adress as reference in the next meeting and send you an email if i need your knowledge and plugin. i'm sure that i'm not the only one who need this! whats about websphere application server? any plugin for this? :) Mit freundlichen Gr?ssen, Sven Schaffranneck K-DOI-5/4 Volkswagen AG Brieffach 1883 38436 Wolfsburg Telefon: +49 (5361) 9-3 88 58 http://www.volkswagen.de > I wrote a plugin about a year ago. It works fine for me and > some others. > We use it to monitor several MQ Q manager primary on AIX and AS/400 > systems. > (Except five, Nobody seams to be interested ones I asked on this user > list). > > The plugin is only to monitor DL-Q, Q-depts and channel status. > It will not be usefull to collect statistical data ! > > If this is what you are looking for, I will send you a copy either in > source and/or executable for Linux i386. > You have to install the MQ client on the nagios server or where the > plugin runs. > > Regards, > Markus > > > > Overview: > > You can use this utility without nagios. > If you like to integrate it into Nagios, use the '-h' switch > to produce > html output. > More about below. > > > > Parameters: > > [ -m name ] : Q-manager name > [ -x name ] : connection name > [ -c name ] : connection channel name > [-qn name ] : check these queues, MQS syntax, 'QNAM*' will > display all > Q's starting with. > [-qx name ] : exclude this ',' delimited queues, limited to > a number of > 63. > [-qd name ] : dead letter queue > [-qw uint ] : queues warning level > [-qc uint ] : queues critical level > [-cn name ] : check these channels > [-cx name ] : exclude this ',' delimited channels, limited > to a number > of 63. > [-dx name ] : exclude this ',' delimited list in display, > limited to a > number of 63. > [ -h ] : generate html usable output for Nagios > [ -v ] : be a bit verbose, only for testing ! > > Following samples assume: > - Q-manager: QMTEST > - host Q-manager is running on: testhost > - Q-manager port: 1414, (the default) > - dead letter Q on QMTEST: QMTEST.QD > > > > > Samples: > > > > 1). > - check, no entries in dead letter Q. > - check, all channels up. > - Check all queues warning=1000 and critical=2000 levels > > check_mqseries -m 'QMTEST' -x 'testhost(1414)' -qn '*' -qd 'QMTEST.QD' > -qw 1000 -qc 2000 -cn '*' > > Result: > MqC RUNNING - SYSTEM.ADMIN.SVRCONN > MqQ 2 entries - MQAI.REPLY.3ED857450083C073 > MqQ 76 entries - SYSTEM.ADMIN.CHANNEL.EVENT > MqQ 1 entries - SYSTEM.ADMIN.QMGR.EVENT > MqQ 36 entries - SYSTEM.AUTH.DATA.QUEUE > MqQ 2 entries - SYSTEM.CHANNEL.SYNCQ > MqQ 1 entries - SYSTEM.CLUSTER.REPOSITORY.QUEUE > > > > > 2). > Because Nagios has some limitations in number of characters > to display, > you can limit the > displayed output. Use option -dx. This option will not switch > off error > checking. > > The previose statement would look like following if you like > to suppress > all 'SYSTEM.*' channels and Q's. > > check_mqseries -m 'QMTEST' -x 'testhost(1414)' -qn '*' -qd 'QMTEST.QD' > -qw 1000 -qc 2000 -cn '*' -dx 'SYSTEM.*' > > Result: > MqQ 2 entries - MQAI.REPLY.3ED857450083D033 > > > > By default the Q-manager connection is esablished on > 'SYSTEM.ADMIN.SVRCONN' channel, like that the > MQSserver-client part needs not to be installed. > If you wish to connect to another channel, use the -c option to > overwrite the default. But in most > cases the default is perfect i guess. > > > If you wonder what check_mqseries does with your parameters you can > switch on verbose mode (-v). > You get a list of all options set and how they are intepreted. > > > Sample 2). with verbose mode will display following result: > > Connecting to Q-manager: QMTEST > connection channel: SYSTEM.ADMIN.SVRCONN > on connection name: testhost(1414) > report on channel: * > exclude channels(s): (null) > report on dl-queue: QMTEST.QD > report on queue: * > queue warning level: 1000 > critical level: 2000 > exclude queue(s): (null) > exclude in display: SYSTEM.* > > MqQ 2 entries - MQAI.REPLY.3ED8574500840033 > > Verbose mode is not usefull when using it with Nagios. > > > I suggest to play aroud with it until you found the parameters of your > needs and after implement it in Nagios. > > > > > > How to integrate into Nagios: > > This is very simple, (as everithing with Nagios, thanks to Ethan), you > need two definitions to follow the > previose samples. > > 1). checkcommands.cfg > Add following lines: > > # 'check_mqseries' command definition > # ARG1: Q-manager name, '-m name' > # ARG2: conection name, '-x server(port)' > # ARG3: dead letter q name, '-qd name' > # ARG4: queue depth warning level, '-qw uint' > # ARG5: queue depth critical level, '-qc uint' > define command{ > command_name check_mqseries > command_line $USER1$/check_mqseries -m $ARG1$ -x > '$HOSTADDRESS$($ARG2$)' -cn '*' -qn '*' -qd $ARG3$ -qw $ARG4$ > -qc $ARG5$ > -dx 'SYSTEM.*' -h > } > > As you can see, the 'SYSTEM.*' Q's and channels are excluded from > display by default. > The '-h' switch is on, to say we want html output. > > > 2). services.cfg > Add as many definition like this: > define service{ > use whatever_template_you_like > > host_name testhost > service_description MQ-Series QMTEST > is_volatile 0 > check_period 24x7 > max_check_attempts 3 > normal_check_interval 5 > retry_check_interval 3 > contact_groups whatever_contactgroup_you_like > notification_interval 120 > notification_period 24x7 > notification_options w,u,c,r > check_command > check_mqseries!QMTEST!1414!QMTEST.QD!1000!2000 > > name MQ-Series > } > > > Of cource this is only a sample and may does'nt hit your needs. There > are many options. > If you like to split it up into different checks on the same > Q-manager, > you can exclude > channels and queues with -cx and -qx. They will not be > displayd and not > be checked for > errors where excluded. > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From anetelleria at yahoo.es Wed Jul 28 11:25:47 2004 From: anetelleria at yahoo.es (=?iso-8859-1?q?Ane=20Telleria=20I=F1urritegi?=) Date: Wed, 28 Jul 2004 11:25:47 +0200 (CEST) Subject: Don't receive Notifications Message-ID: <20040728092547.27237.qmail@web50110.mail.yahoo.com> I am doing some monitoring in the university, but can't get notifications from nagios. I have looked the config files and also sendmail.mc but I don't know what I have to configure. Is it possible to send notifications from a count that is not nagios at localhost.localdomain? For example from my email address. I would be very grateful if someone could answer me. Thanks. --------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From anetelleria at yahoo.es Wed Jul 28 11:25:31 2004 From: anetelleria at yahoo.es (=?iso-8859-1?q?Ane=20Telleria=20I=F1urritegi?=) Date: Wed, 28 Jul 2004 11:25:31 +0200 (CEST) Subject: Don't receive Notifications Message-ID: <20040728092531.86561.qmail@web50106.mail.yahoo.com> I am doing some monitoring in the university, but can't get notifications from nagios. I have looked the config files and also sendmail.mc but I don't know what I have to configure. Is it possible to send notifications from a count that is not nagios at localhost.localdomain? For example from my email address. I would be very grateful if someone could answer me. Thanks. --------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From curlybraces at dialogsl.net Wed Jul 28 12:37:08 2004 From: curlybraces at dialogsl.net (Curlys) Date: Wed, 28 Jul 2004 16:37:08 +0600 Subject: nagios installation Message-ID: <011c01c4748e$d51ecc80$0d1ea8c0@chandana2003> hi , I tried install nagios for my Red Hat Linux 9 box . But i got some errors while i trying to install LDAP .....etc. Is there any good installation help/article......... like snort installation documentation ? plz help somebody ? anyhow i need to install nagios ..........pls thanx in advance curlys ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From verdon at cict.fr Wed Jul 28 14:13:30 2004 From: verdon at cict.fr (carole verdon) Date: Wed, 28 Jul 2004 14:13:30 +0200 Subject: Don't receive Notifications In-Reply-To: <20040728092531.86561.qmail@web50106.mail.yahoo.com> References: <20040728092531.86561.qmail@web50106.mail.yahoo.com> Message-ID: <4107986A.1090908@cict.fr> First, you must define a contact group with a contact, for example the group 'nagios-admin' containing as contact 'nagios administrator' with your email address. Then put it in the definition of services in services.cfg. You can look also in misccommands.cfg the commands (e.g 'notify-by-email') defined to send notifications looks at this: /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $DATETIME$\n\nAdditional Info:\n\n$OUTPUT$" | /usr/bin/mailx -s "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ The name of this command must be indicated in the definition of services in services.cfg. You can try it from the command line to see what's happen and verify if it's works. Carole. Ane Telleria I?urritegi wrote: > I am doing some monitoring in the university, but can't get > notifications from nagios. I have looked the config files and also > sendmail.mc but I don't know what I have to configure. > Is it possible to send notifications from a count that is not > nagios at localhost.localdomain ? > For example from my email address. > I would be very grateful if someone could answer me. > Thanks. > > ------------------------------------------------------------------------ > > Nuevo Yahoo! B?squedas > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nsahnoun at refco.fr Wed Jul 28 16:46:21 2004 From: nsahnoun at refco.fr (SAHNOUN, Nadir) Date: Wed, 28 Jul 2004 16:46:21 +0200 Subject: Clear interfaces counter Message-ID: <5F0A27BFF6A3D811A8200002A547CD3C1A68A5@SRPAREXCHG2> Hi all, i use Nagios 1.2 to check Errors IN and OUT on cisco network interfaces by using check_snmp (snmpget) and i check returned data with GETIF to be sure that the result is the same. all work fine. i have some errors on Serial interfaces of routers. When i clear counter on all interfaces (clear counter) and i execute "show int" on the router, the errors number of IN/OUT is reseted. OK, it's normal But, Nagios (snmpget) and GETIF always get the old error IN/OUT number ! Why ?!!! Thanks a lot @+ nadir ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Wed Jul 28 17:06:39 2004 From: marc at ena.com (Marc Powell) Date: Wed, 28 Jul 2004 10:06:39 -0500 Subject: Clear interfaces counter Message-ID: <370ACCFA5BB3B346A31222E5559BF91F38A3DD@mismail2.ena.com> SAHNOUN, Nadir wrote: > Hi all, > > i use Nagios 1.2 to check Errors IN and OUT on cisco network > interfaces by using check_snmp (snmpget) and i check returned data > with GETIF to be sure that the result is the same. all work fine. > > i have some errors on Serial interfaces of routers. When i clear > counter on all interfaces (clear counter) and i execute "show int" on > the router, the errors number of IN/OUT is reseted. OK, it's normal > > But, Nagios (snmpget) and GETIF always get the old error IN/OUT > number ! Why ?!!! Sorry to point out the obvious but if you get the old numbers from an SNMP application that is unrelated to Nagios, wouldn't that point to a problem with the cisco router? Why would you think it's a Nagios problem and demand answers from this list? It sounds like a Cisco issue to me and that's what your CCO login is for. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nsahnoun at refco.fr Wed Jul 28 17:12:10 2004 From: nsahnoun at refco.fr (SAHNOUN, Nadir) Date: Wed, 28 Jul 2004 17:12:10 +0200 Subject: Clear interfaces counter Message-ID: <5F0A27BFF6A3D811A8200002A547CD3C1A68A6@SRPAREXCHG2> Hi, i don't think that it's Nagios problem because all tools based on SNMP provides the same information. i posted this message on this mailing-list because i hope have a quick response from users those use Nagios. i think that lot of Nagios's users will be (may be) interessted... And am searching a round cisco ;) ThankYou Best Regards Nadir -----Message d'origine----- De : Marc Powell [mailto:marc at ena.com] Envoy? : mercredi 28 juillet 2004 17:07 ? : SAHNOUN, Nadir; Nagios-List (E-mail) Objet : RE: [Nagios-users] Clear interfaces counter SAHNOUN, Nadir wrote: > Hi all, > > i use Nagios 1.2 to check Errors IN and OUT on cisco network > interfaces by using check_snmp (snmpget) and i check returned data > with GETIF to be sure that the result is the same. all work fine. > > i have some errors on Serial interfaces of routers. When i clear > counter on all interfaces (clear counter) and i execute "show int" on > the router, the errors number of IN/OUT is reseted. OK, it's normal > > But, Nagios (snmpget) and GETIF always get the old error IN/OUT > number ! Why ?!!! Sorry to point out the obvious but if you get the old numbers from an SNMP application that is unrelated to Nagios, wouldn't that point to a problem with the cisco router? Why would you think it's a Nagios problem and demand answers from this list? It sounds like a Cisco issue to me and that's what your CCO login is for. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From flinque at brieres.faurecia.com Wed Jul 28 17:30:22 2004 From: flinque at brieres.faurecia.com (LINQUE Fabrice) Date: Wed, 28 Jul 2004 17:30:22 +0200 Subject: 'check_snmp' return always Warning or Critical but no Ok Message-ID: <2B9AD6124CAF9B4B98C861A1A38A56280103C2F1@frbriexc0003> Hello, I've big problem with the return code of 'check_snmp'. It always return Warning... [Host plugins]# snmpget x.x.x.x .1.3.6.1.2.1.2.2.1.8.1025 IF-MIB::ifOperStatus.1025 = INTEGER: up(1) [Host plugins]# ./check_snmp -H x.x.x.x -o .1.3.6.1.2.1.2.2.1.8.1025 -w 2 -c 3 SNMP WARNING - 1 is there someone who know the solution of my problem ? Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil-on-nagios at restricted.dyndns.org Wed Jul 28 17:48:34 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Wed, 28 Jul 2004 10:48:34 -0500 Subject: Is my nagios in good shape? Message-ID: <20040728154834.9627.qmail@restricted.dyndns.org> Hey guys, Here is the output of our production nagios' performance info. Is my box ok? Program-Wide Performance Information Active Checks: Time Frame Checks Completed <= 1 minute: 71 (25.7%) <= 5 minutes: 220 (79.7%) <= 15 minutes: 262 (94.9%) <= 1 hour: 276 (100.0%) Since program start: 276 (100.0%) Metric Min. Max. Average Check Execution Time: < 1 sec 16 sec 2.192 sec Check Latency: 70 sec 130 sec 97.312 sec Percent State Change: 0.00% 8.95% 0.17% Thanks, Neil ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From acosta at vdov.net Wed Jul 28 18:39:40 2004 From: acosta at vdov.net (Anthony Costa) Date: Wed, 28 Jul 2004 12:39:40 -0400 Subject: Problem With nagios with mysql In-Reply-To: <200407280150.i6S1oNLu027106@master.mpsnet.net.mx> References: <200407280150.i6S1oNLu027106@master.mpsnet.net.mx> Message-ID: <20040728163940.GA23885@vdov.net> On Wed, Jul 28, 2004 at 12:50:34AM -0500, Manuel Alejandro Pe?a S?nchez wrote: > The thing is this on my source of nagios and nagios-plugins did not came de > dump of mysql and the weird thing is this message on nagios.log > > > > [1090941392] Error: Could not connect to MySQL database '' on host '' using > user > > name '' and password ''. Status data will not be saved! > > [1090941392] Error: Could not connect to MySQL database '' on host '' using > user > > name '' and password ''. Retention data will not be processed or saved! > > [1090941392] Error: Could not re-connect to database server on host '' for > statu > > s data. I'll keep trying every 60 seconds... > > > > Nagios is not taking the fileds of database on resources.cfg > > > > _____ > > De: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] En nombre de Anthony Costa > Enviado el: martes, 27 de julio de 2004 18:43 > Para: nagios-users at lists.sourceforge.net > Asunto: Re: [Nagios-users] Problem With nagios with mysql > > > > sorry about the confusion. in that case, if all that is set, i don't > know what to tell you from here. could you include a dump of your > mysql nagiosdb tables after expanding the nagios mysql template? > > ac; > On Jul 28, 2004, at 12:04 AM, Manuel Alejandro Pe?a S?nchez wrote: > > > > Anthony: > > > > > > I have done that, the thing is that my nagios doesn?t recognize the mysql > Server and i dont have a .deb o the dump of nagios database, I also have my > database fields typed on my resources.cfg and my cgi.cfg. > > > > Does any have an idea?? > > > > Regards > > > > > > > > > De: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] En nombre de Anthony Costa > Enviado el: martes, 27 de julio de 2004 14:51 > Para: nagios-users at lists.sourceforge.net > Asunto: Re: [Nagios-users] Problem With nagios with mysql > > > > make sure you have mysql installed and running. > > then what you want to do here is this ... first extract the table setup > into mysql using > zcat /usr/share/doc/nagios-mysql/create_mysql.sql.gz | mysql > -u root -p nagios > > (the above file may be in a different place on your system, but a > then create your locks for the mysql user > GRANT LOCK TABLES ON nagios.* TO nagios at localhost IDENTIFIED > BY 'password'; > GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON nagios.* TO > nagios at localhost; > > then you're gonna need to edit your resource.cfg and cgi.cfg such that > each one of the database fields correspond to machine=localhost, > user=nagios, passwd=password specified above. > > reboot and pray! > ac; > > On Jul 27, 2004, at 7:11 PM, Manuel Alejandro Pe?a S?nchez wrote: > > I compiled nagios with suport of mysql, this are my parameters of configure: > > > > ./configure --prefix=/usr/local/nagios --with-cgiurl=/cgi-bin > --with-htmurl=/nagios --with-nagios-user=nagios --with-nagios-grp=nagios > --with-mysql-lib=/usr/lib --with-mysql-inc=/usr/include/mysql > --with-mysql-status --with-mysql-comments --with-mysql-extinfo > --with-mysql-retention --with-mysql-downtime --with-mysql-xdata > --libexecdir=/usr/local/nagios/libexec > > > > The version of my nagios is 1.2 > > > > And the problem that I have is that nagios.log sends me this output: > > > > [1090941392] Nagios 1.2 starting... (PID=18906) > > [1090941392] Finished daemonizing... (New PID=18907) > > [1090941392] Error: Could not connect to MySQL database '' on host '' using > user > > name '' and password ''. Status data will not be saved! > > [1090941392] Error: Could not connect to MySQL database '' on host '' using > user > > name '' and password ''. Retention data will not be processed or saved! > > [1090941392] Error: Could not re-connect to database server on host '' for > statu > > s data. I'll keep trying every 60 seconds... > > [1090941392] Error: Could not connect to MySQL database '' on host '' using > user > > name '' and password '' for comment data! > > > > [1090941392] Error: Could not connect to MySQL database '' on host '' using > user > > name '' and password ''. Status data will not be saved! > > [1090941392] Error: Could not connect to MySQL database '' on host '' using > user > > name '' and password ''. Retention data will not be processed or saved! > > [1090941392] Error: Could not re-connect to database server on host '' for > statu > > s data. I'll keep trying every 60 seconds... > > [1090941392] Error: Could not connect to MySQL database '' on host '' using > user > > name '' and password '' for comment data! > > > > > [1090941392] Error: Could not connect to MySQL database '' on host '' using > user > > name '' and password '' for downtime data! > > > > And it starts but when it tries to check a host it doesn?t recognize any > check program and sends this output: > > > > [1090941492] HOST ALERT: linux1;DOWN;SOFT;9;CRITICAL - Plugin timed out > after 10 > > Seconds > > > > And on some times it sends that nagios doesn?t found a check_xxx plugin, > beside I have compiled also the nagios-plugins source. > > > > May any one help me, also I want to know if any one have a dump of mysql > tables for nagios. > > > > Regards > > > > Manuel > didn't you say that you had prepared mysql with the nagios_mysql.sql.gz file i specified previously? ac; ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sjg at easynet.fr Wed Jul 28 18:59:11 2004 From: sjg at easynet.fr (Sebastien J. Gross) Date: Wed, 28 Jul 2004 18:59:11 +0200 Subject: Pending status problem In-Reply-To: <20040701151538.GE16720@easynet.fr> References: <20040701151538.GE16720@easynet.fr> Message-ID: <20040728165911.GS31188@easynet.fr> Hi, I investigated for the flapping PENDING status for some services. I use a local MySQL database which is replicated to each nagios servers using a bi-directional replication. Nagios writes the service status into the servicestatus table (which was shared on both monitoring hosts). The passive Nagios host (configured with execute_service_checks=0 and enable_notifications=0) load the servicestatus from the retention table and keeps in memory and writes it into the status tables every 30mn. Thus not only PENDING but all retainted status are updated in the current status table. This means some values are bogus. One solution is to desactivate the status table from MySQL replication. Can someone explain me why passive nagios host write information it read from an old retention table every 30mn? Is there a way to disable this feature? TIA. On Thu, Jul 01, 2004 at 05:15:38PM +0200, sjg at easynet.fr wrote: > hi there, > > I am using nagios (version 1.1 Last Modified: 06-02-2003) with about > 1500 hosts and around 2500 services. > > This works quite fine except sometimes some services are flapping from a > known state (such as OK, WARNING, CRITICAL) to a PENDING state (which > means the service hadn't been checked yet). This is a random beaviour. > > I noticed this happends when a pluggin ends in timeout. Sometimes ngios > assumes the timeout is a critical states, sometimes nagios switches the > service to a PENDING state. > > Does anyone here ever noticed this behaviour? Is there a way to fix it? > Maybe try the CVS version? (I do not do so because this is a production > plateform). > > I can provide further information about the plateform if needed. -- Sebastien J. Gross ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From twmoore at bea.com Wed Jul 28 19:00:27 2004 From: twmoore at bea.com (Timothy Moore) Date: Wed, 28 Jul 2004 11:00:27 -0600 Subject: enhancement request/suggestion Message-ID: <1CD25D3A9280C9469A6564995E0C18D887ABFC@usdeex01.amer.bea.com> Request: Currently, global host/service command access is divided into to lists - host or services. I would like the capability to split these lists into disable/enable checks and acknowledge/notification. This would allow me to set up a list of users (helpdesk) who can only acknowledge or disable/enable notifications, and a list of users (sysadmins) who can also disable/enable checking. Timothy W. Moore bea Systems 4610 S. Ulster St. Suite 100 Denver, CO 80237 720-528-6177 <> -------------- next part -------------- A non-text attachment was scrubbed... Name: Timothy Moore.vcf Type: text/x-vcard Size: 202 bytes Desc: Timothy Moore.vcf URL: From jhmartin at toger.us Wed Jul 28 19:15:39 2004 From: jhmartin at toger.us (Jason Martin) Date: Wed, 28 Jul 2004 10:15:39 -0700 Subject: Pending status problem In-Reply-To: <20040728165911.GS31188@easynet.fr> References: <20040701151538.GE16720@easynet.fr> <20040728165911.GS31188@easynet.fr> Message-ID: <20040728171539.GH4187@zippy.members.linode.com> On Wed, Jul 28, 2004 at 06:59:11PM +0200, Sebastien J. Gross wrote: > Hi, > Can someone explain me why passive nagios host write information it read > from an old retention table every 30mn? Is there a way to disable this > feature? I don't believe Nagios ever actually reads from those tables except for the CGI's; so the passive nagios will just write out it's entire memory into the table every so often. You can't use replicated mysql to syncronize two Nagios instances. -Jason Martin -- This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From claudio at papalina.net Wed Jul 28 19:19:02 2004 From: claudio at papalina.net (Claudio) Date: 28 Jul 2004 19:19:02 +0200 Subject: Is my nagios in good shape? Message-ID: <1091035142.3033.63.camel@scorpius> On Wed, 2004-07-28 at 17:48, Neil wrote: > Hey guys, > > Here is the output of our production nagios' performance info. Is my box ok? > > Program-Wide Performance Information > Active Checks: Time Frame Checks Completed > <= 1 minute: 71 (25.7%) > <= 5 minutes: 220 (79.7%) > <= 15 minutes: 262 (94.9%) > <= 1 hour: 276 (100.0%) > Since program start: 276 (100.0%) > > Metric Min. Max. Average > Check Execution Time: < 1 sec 16 sec 2.192 sec > Check Latency: 70 sec 130 sec 97.312 sec > Percent State Change: 0.00% 8.95% 0.17% I don't now exactly, how many systems have you to check ? this is my output for 41 hosts and 48 services. <= 1 minute:6 (12.5%) <= 5 minutes:46 (95.8%) <= 15 minutes:48 (100.0%) <= 1 hour:48 (100.0%) Since program start: 48 (100.0%) Check Execution Time: < 1 sec 6 sec 3.396 sec Check Latency: < 1 sec < 1 sec 0.000 sec Percent State Change: 0.00% 0.00% 0.00% hope you can compare this with yours. claudio -- claudio at papalina.net www.papalina.net ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From emartine at bsd.uchicago.edu Wed Jul 28 19:24:37 2004 From: emartine at bsd.uchicago.edu (Eduardo Martinez) Date: Wed, 28 Jul 2004 12:24:37 -0500 Subject: Check_Memory Error? Message-ID: <4107E155.7050300@bsd.uchicago.edu> On the client machine I get the following error and the correct output whenever I check_memory I run this command: ./check_memory 40 30 I get this output: Unknown HZ value! (82) Assume 100. Status: OK - 86% memory free. on another machine I run this command: ./check_memory 40 30 I get this output: Unknown HZ value! (337) Assume 100. Status: OK - 84% memory free. Because of the line "Unknown HZ value!" the nagios server sees this as an error as follows: memory This service has 1 comment associated with it This service problem has been acknowledged UNKNOWN 07-28-2004 09:38:38 0d 16h 8m 26s 5/5 CHECK_NRPE: Error receiving data from daemon. I am not sure why this error comes up but I have read many online forums and they have attributed this error to the snmp kernel. This is not the case for these machines since I am using the same kernel on other machines which work fine. Anyone have a solution for this error? I am running RHAS 3.0. Eduardo Martinez ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Wed Jul 28 19:45:43 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Wed, 28 Jul 2004 12:45:43 -0500 (CDT) Subject: Check_Memory Error? In-Reply-To: <4107E155.7050300@bsd.uchicago.edu> References: <4107E155.7050300@bsd.uchicago.edu> Message-ID: On Wed, 28 Jul 2004, Eduardo Martinez wrote: > On the client machine I get the following error and the correct output > whenever I check_memory > > I run this command: ./check_memory 40 30 > I get this output: Unknown HZ value! (82) Assume 100. Status: OK - 86% > memory free. Eduardo, I have seen this "Unknown HZ value!" message as well. In my case, it was caused by excessive uptime on my machine (bad, huh?) combined with a bug in the kernel. Try running the "uptime" command from the command line and see if you get the error. If so, upgrade your kernel. Hope that helps. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From GWCOOK at mactec.com Wed Jul 28 19:56:49 2004 From: GWCOOK at mactec.com (Cook, Garry) Date: Wed, 28 Jul 2004 11:56:49 -0600 Subject: Is my nagios in good shape? Message-ID: <41FD7929498A174DAB86C45F28E0EC0D6E964E@golden-m.mactec.com> nagios-users-admin at lists.sourceforge.net wrote: > Hey guys, > > Here is the output of our production nagios' performance info. Is my > box ok? > > Program-Wide Performance Information > Active Checks: Time Frame Checks Completed > <= 1 minute: 71 (25.7%) > <= 5 minutes: 220 (79.7%) > <= 15 minutes: 262 (94.9%) > <= 1 hour: 276 (100.0%) > Since program start: 276 (100.0%) > > Metric Min. Max. Average > Check Execution Time: < 1 sec 16 sec 2.192 sec > Check Latency: 70 sec 130 sec 97.312 sec > Percent State Change: 0.00% 8.95% 0.17% It doesn't appear to be in 'bad' shape, although your checks appear to be running a little behind. Run //bin/nagios -s //etc/nagios.cfg to see what Nagios thinks about your check latency, and this will also suggest some config changes for improvement. > > > Thanks, > > Neil Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From n3tvicious-nagios at yahoo.es Wed Jul 28 20:26:01 2004 From: n3tvicious-nagios at yahoo.es (=?iso-8859-1?q?NetVicious?=) Date: Wed, 28 Jul 2004 20:26:01 +0200 (CEST) Subject: 'check_snmp' return always Warning or Critical but no Ok In-Reply-To: <2B9AD6124CAF9B4B98C861A1A38A56280103C2F1@frbriexc0003> References: <2B9AD6124CAF9B4B98C861A1A38A56280103C2F1@frbriexc0003> Message-ID: <20040728182601.62439.qmail@web53307.mail.yahoo.com> --- LINQUE Fabrice escribi?: > I've big problem with the return code of 'check_snmp'. It always > return > Warning... > > [Host plugins]# snmpget x.x.x.x .1.3.6.1.2.1.2.2.1.8.1025 > IF-MIB::ifOperStatus.1025 = INTEGER: up(1) > > [Host plugins]# ./check_snmp -H x.x.x.x -o > .1.3.6.1.2.1.2.2.1.8.1025 -w 2 -c > 3 > SNMP WARNING - 1 > > is there someone who know the solution of my problem ? Check if the user has the permissions to read the mibs files. ===== .. //\/ e t . \/ i c i o u s .. ______________________________________________ Yahoo! lanza su nueva tecnolog?a de b?squedas ?te atreves a comparar? http://www.viralbusquedas.yahoo.es ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Shane.Reutzel at MemberWorks.com Wed Jul 28 22:02:26 2004 From: Shane.Reutzel at MemberWorks.com (Reutzel, Shane) Date: Wed, 28 Jul 2004 15:02:26 -0500 Subject: Format $OUTPUT$ in miscommands.cfg Message-ID: I am having a problem where any notification that is sent to the miscommands.cfg for the "notify-by-email" definition gets truncated when it encounters a "\" in the $OUTPUT$ macro. Example: "Landesk Login Alert: Remote control session started with machineA from DOMAINNAME\username using Windows NT security" is the output of the command, which shows up correctly in the web interface. But when an email is sent using this entry in the miscommands.cfg: command{ command_name notify-by-email command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $DATETIME$\n\nAdditional Info:\n\n$OUTPUT$ | /bin/mail -s "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ } All I get is this: "Landesk Login Alert: Remote control session started with HTNWLOGGER from DOMAINNAME" and it seems to be cutting off at the "\" in the output. Is there anyway to format this so that it changes the "\" to something else or anything so I can get the entire output without the truncation? Any help would be appreciated. Thanks, Shane -------------- next part -------------- An HTML attachment was scrubbed... URL: From phirayam at fhcrc.org Wed Jul 28 22:36:09 2004 From: phirayam at fhcrc.org (Hirayama, Pat) Date: Wed, 28 Jul 2004 13:36:09 -0700 Subject: check_nt_disk problem Message-ID: All, So, I'm having a problem with check_nt_disk. When I run it manually and check the return value, I see a "1" for warning and "2" for critical. When I am running it from within Nagios, however, even when the warning or critical threshholds are reached, it never notifies (or changes color, for that matter). Other checks using check_nt (cpuload, memuse) are working correctly (i.e. they switch to warning or critical state and send out notifications -- plus change color on the web page). Any ideas would be appreciated. Thanks! -p Pat Hirayama IT / Server Operations Fred Hutchinson Cancer Research Center phirayam at fhcrc.org ~~~~~~~~~~~~~Additional information~~~~~~~~~~~~~~~~~~ File Versions: check_nt (netsaint-plugins 1.2.9-4) 1.1.2.3 nagios v1.0 running on SuSE 8.2. Running from RPM install nagios-1.0-70. NSClient version 1.0.7.1 >From services.cfg: define service{ use generic-service host_name psh2k service_description C Drive is_volatile 0 check_period 24x7 max_check_attempts 2 normal_check_interval 5 retry_check_interval 1 contact_groups sops notification_interval 7200 notification_period 24x7 notification_options w,u,c,r check_command check_nt_disk!C!50!72 } define service{ use generic-service host_name psh2k service_description NTCPU is_volatile 0 check_period 24x7 max_check_attempts 2 normal_check_interval 5 retry_check_interval 1 contact_groups sops notification_interval 7200 notification_period 24x7 notification_options w,u,c,r check_command check_nt_cpuload!10,60,80 } define service{ use generic-service host_name psh2k service_description NTmem is_volatile 0 check_period 24x7 max_check_attempts 2 normal_check_interval 5 retry_check_interval 1 contact_groups sops notification_interval 7200 notification_period 24x7 notification_options w,u,c,r check_command check_nt_memuse!50!80 } Pat Hirayama IT / Server Operations Fred Hutchinson Cancer Research Center phirayam at fhcrc.org ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Wed Jul 28 22:38:39 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Wed, 28 Jul 2004 15:38:39 -0500 Subject: Is my nagios in good shape? In-Reply-To: <41FD7929498A174DAB86C45F28E0EC0D6E964E@golden-m.mactec.com> References: <41FD7929498A174DAB86C45F28E0EC0D6E964E@golden-m.mactec.com> Message-ID: <20040728203839.31459.qmail@restricted.dyndns.org> Hi Garry, This is the result: SERVICE SCHEDULING INFORMATION ------------------------------- Total services: 276 Total hosts: 115 Command check interval: 5 sec Check reaper interval: 10 sec Inter-check delay method: SMART Average check interval: 319.130 sec Inter-check delay: 1.156 sec Interleave factor method: SMART Average services per host: 2.400 Service interleave factor: 3 Initial service check scheduling info: -------------------------------------- First scheduled check: 1091047230 -> Wed Jul 28 13:40:30 2004 Last scheduled check: 1091047548 -> Wed Jul 28 13:45:48 2004 Rough guidelines for max_concurrent_checks value: ------------------------------------------------- Absolute minimum value: 9 Recommend value: 27 So what are the changes I need to make? Thanks :) Cook, Garry writes: > nagios-users-admin at lists.sourceforge.net wrote: >> Hey guys, >> >> Here is the output of our production nagios' performance info. Is my >> box ok? >> >> Program-Wide Performance Information >> Active Checks: Time Frame Checks Completed >> <= 1 minute: 71 (25.7%) >> <= 5 minutes: 220 (79.7%) >> <= 15 minutes: 262 (94.9%) >> <= 1 hour: 276 (100.0%) >> Since program start: 276 (100.0%) >> >> Metric Min. Max. Average >> Check Execution Time: < 1 sec 16 sec 2.192 sec >> Check Latency: 70 sec 130 sec 97.312 sec >> Percent State Change: 0.00% 8.95% 0.17% > > It doesn't appear to be in 'bad' shape, although your checks appear to > be running a little behind. > Run //bin/nagios -s //etc/nagios.cfg to > see what Nagios thinks about your check latency, and this will also > suggest some config changes for improvement. > >> >> >> Thanks, >> >> Neil > > > Garry W. Cook, CCNA > Network Infrastructure Manager > MACTEC, Inc. - http://www.mactec.com/ > 303.308.6228 (Office) - 720.220.1862 (Mobile) > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&opclick > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Steven.Jones at vuw.ac.nz Thu Jul 29 00:05:38 2004 From: Steven.Jones at vuw.ac.nz (Steven Jones) Date: Thu, 29 Jul 2004 10:05:38 +1200 Subject: nagios 1.2 on rhas3 Message-ID: <06E2E60FB9C6EF409EFE472A8F4A82EBCDEF9F@coso.staff.vuw.ac.nz> Hi, I am having some issues getting nagios 1.2 going on rhas3. I have downloaded the tar.gz and ran make, set up the user nagios and added the config lines to httpd.conf etc. (I tried the dag.rpm but got no where). 1) Which Apache will nagios run on? i am running ~ httpd-2.0.46-32.ent.3 2) how can I get nagios to debug or something, I have no errors to look at to try and find the fault. I can browse to the server but adding the /nagios extension tells me, Problem Report There was a communication problem. Message ID TCP_ERROR Problem Description The system was unable to communicate with the server. Possible Problem Cause * The Web server may be down. * The Web server may be too busy. * The Web server may be experiencing other problems, preventing it from responding to clients. * The communication path may be experiencing problems. Possible Solution Try connecting to this server later. looks like I am getting segfaults in the apache logs, when I do a http://130.x.x.x/nagios [Thu Jul 29 09:56:23 2004] [notice] child pid 6833 exit signal Segmentation fault (11) [Thu Jul 29 09:56:23 2004] [notice] child pid 6834 exit signal Segmentation fault (11) [Thu Jul 29 09:56:23 2004] [notice] child pid 6863 exit signal Segmentation fault (11) [root at massif httpd]# date Thu Jul 29 09:58:14 GMT+12 2004 regards Steven ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From emartine at bsd.uchicago.edu Thu Jul 29 02:04:08 2004 From: emartine at bsd.uchicago.edu (Eduardo Martinez) Date: Wed, 28 Jul 2004 19:04:08 -0500 (CDT) Subject: Check_Memory Error? In-Reply-To: References: Message-ID: Well, I ran command: uptime 7:33pm up 156 days, 19:59, 1 user, load average: 0.00, 0.00, 0.00 Which gave me no error messages. I then rebooted the machine and tried the check_memory again with no results. The version of the kernel it is running can't be updated.. Any other ideas? -Eddie On Wed, 28 Jul 2004, Demetri Mouratis wrote: > On Wed, 28 Jul 2004, Eduardo Martinez wrote: > > > On the client machine I get the following error and the correct output > > whenever I check_memory > > > > I run this command: ./check_memory 40 30 > > I get this output: Unknown HZ value! (82) Assume 100. Status: OK - 86% > > memory free. > > Eduardo, > > I have seen this "Unknown HZ value!" message as well. In my case, it was > caused by excessive uptime on my machine (bad, huh?) combined with a bug > in the kernel. Try running the "uptime" command from the command line and > see if you get the error. If so, upgrade your kernel. > > Hope that helps. > --------------------------------------------------------------------- > Demetri Mouratis > dmourati at linfactory.com > > > > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dmourati at cm.math.uiuc.edu Thu Jul 29 03:40:57 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Wed, 28 Jul 2004 20:40:57 -0500 (CDT) Subject: Check_Memory Error? In-Reply-To: References: Message-ID: On Wed, 28 Jul 2004, Eduardo Martinez wrote: > > Well, I ran > command: uptime > > 7:33pm up 156 days, 19:59, 1 user, load average: 0.00, 0.00, 0.00 > > Which gave me no error messages. I then rebooted the machine and tried the > check_memory again with no results. > > The version of the kernel it is running can't be updated.. > Any other ideas? The only other recommendation is to update your procps package. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios-list at panazone.net Thu Jul 29 00:40:05 2004 From: nagios-list at panazone.net (nagios-list at panazone.net) Date: Wed, 28 Jul 2004 17:40:05 -0500 (CDT) Subject: Clear interfaces counter In-Reply-To: <5F0A27BFF6A3D811A8200002A547CD3C1A68A6@SRPAREXCHG2> References: <5F0A27BFF6A3D811A8200002A547CD3C1A68A6@SRPAREXCHG2> Message-ID: <1091054405.41082b452a2c9@webmail.panazone.net> Nadir, Marc was correct in stating that this has nothing to do with Nagios. In fact, its not even a Cisco "problem". Its actually working exactly as it is designed. Depending on the model and OS, the 'clear counters' command will always reset the MAC and port counters reported by the CLI, but may or may not affect any statistics reported by SNMP. For example, on a Catalyst 6500 running CatOS 8.2(2), the command will clear CLI statistics but never those reported by SNMP. With CatOS 5.5(19) on a Catalyst 2948G, it will clear statistics reported by SNMP and the CLI. I would advise doing a little research on the particular device you are monitoring using your CCO account. -Frank Quoting "SAHNOUN, Nadir" : > Hi, > > i don't think that it's Nagios problem because all tools based on SNMP > provides the same information. > > i posted this message on this mailing-list because i hope have a quick > response from users those use Nagios. i think that lot of Nagios's = > users > will be (may be) interessted... > > And am searching a round cisco ;) > > ThankYou > > Best Regards > Nadir > > -----Message d'origine----- > De : Marc Powell [mailto:marc at ena.com] > Envoy=E9 : mercredi 28 juillet 2004 17:07 > =C0 : SAHNOUN, Nadir; Nagios-List (E-mail) > Objet : RE: [Nagios-users] Clear interfaces counter > > > SAHNOUN, Nadir wrote: > > Hi all, > >=20 > > i use Nagios 1.2 to check Errors IN and OUT on cisco network > > interfaces by using check_snmp (snmpget) and i check returned data > > with GETIF to be sure that the result is the same. all work fine. > =20 > >=20 > > i have some errors on Serial interfaces of routers. When i clear > > counter on all interfaces (clear counter) and i execute "show int" > on > > the router, the errors number of IN/OUT is reseted. OK, it's normal > =20 > >=20 > > But, Nagios (snmpget) and GETIF always get the old error IN/OUT > > number ! Why ?!!!=20 > > Sorry to point out the obvious but if you get the old numbers from an > SNMP application that is unrelated to Nagios, wouldn't that point to a > problem with the cisco router? Why would you think it's a Nagios = > problem > and demand answers from this list? It sounds like a Cisco issue to me > and that's what your CCO login is for. > > -- > Marc > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From kelvin.wu-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org Thu Jul 29 05:44:04 2004 From: kelvin.wu-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org (Kelvin Wu) Date: Thu, 29 Jul 2004 11:44:04 +0800 Subject: Oracle SNMP or NRPE? Message-ID: Hello, Which is best way to monitor Oracle server? via SNMP or NRPE? An is there a good example or plugin to monitor Oracle via SNMP? Thanks. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagiosplug-help mailing list Nagiosplug-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f at public.gmane.org https://lists.sourceforge.net/lists/listinfo/nagiosplug-help ::: Please include plugins version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null From wgking at shaw.ca Thu Jul 29 06:21:12 2004 From: wgking at shaw.ca (Greg King) Date: Wed, 28 Jul 2004 22:21:12 -0600 Subject: fail over Message-ID: <350362b34fe2d2.34fe2d2350362b@shaw.ca> Message: 2 From: duverger To: nagios-users at lists.sourceforge.net Date: Tue, 27 Jul 2004 11:17:12 +0200 Subject: [Nagios-users] fail over Yes - the documentation covers it under "distributed monitoring". There is also a sample script to do it in the "eventhandlers" directory. Note that the sample scripts are incorrect - it has "..._SERVICE_.." when the correct form is "..._SVC_...". The documentation has the correct command. Regards, Greg King --=-Ua/TRURUe5IKPc7+xfaH Content-Type: text/plain Content-Transfer-Encoding: 7bit Hello, Is there a way to disable/enable all HOST & HOST_SVC checks by external commands at a time (without doing ENABLE_HOST_CHECK for each host), like ENABLE_NOTIFICATIONS do it for host and services notifications. thanks in advance Regards, stef -------------- next part -------------- An embedded message was scrubbed... From: nagios-users-request at lists.sourceforge.net Subject: Nagios-users digest, Vol 1 #2150 - 7 msgs Date: Tue, 27 Jul 2004 05:00:07 -0700 Size: 125717 URL: From wgking at shaw.ca Thu Jul 29 08:23:09 2004 From: wgking at shaw.ca (Greg King) Date: Thu, 29 Jul 2004 00:23:09 -0600 Subject: fail over Message-ID: <3515fb03515218.35152183515fb0@shaw.ca> I just noticed I only partially answered your question. I have not found a way to disable all host checks at once, only service checks. If I read the docs correctly, host checks are only performed when a service check indicates there is a problem, so if all service checks are disabled, host checks should not happen anyway. Regards, Greg King ----- Original Message ----- From: Greg King Date: Wednesday, July 28, 2004 10:21 pm Subject: Re: [Nagios-users] fail over > Message: 2 > From: duverger > To: nagios-users at lists.sourceforge.net > Date: Tue, 27 Jul 2004 11:17:12 +0200 > Subject: [Nagios-users] fail over > > Yes - the documentation covers it under "distributed monitoring". > There is also a sample script to do it in the "eventhandlers" > directory. Note that the sample scripts are incorrect - it has > "..._SERVICE_.." when the correct form is "..._SVC_...". The > documentation has the correct command. > > Regards, > Greg King > > --=-Ua/TRURUe5IKPc7+xfaH > Content-Type: text/plain > Content-Transfer-Encoding: 7bit > > Hello, > > Is there a way to disable/enable all HOST & HOST_SVC checks by > external commands at a time (without doing ENABLE_HOST_CHECK for > each host), like ENABLE_NOTIFICATIONS do it for host and services > notifications. > thanks in advance > > Regards, > > stef > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From rainer.traut at epost.de Thu Jul 29 08:58:32 2004 From: rainer.traut at epost.de (Rainer Traut) Date: Thu, 29 Jul 2004 08:58:32 +0200 Subject: nagios 1.2 on rhas3 In-Reply-To: <06E2E60FB9C6EF409EFE472A8F4A82EBCDEF9F@coso.staff.vuw.ac.nz> References: <06E2E60FB9C6EF409EFE472A8F4A82EBCDEF9F@coso.staff.vuw.ac.nz> Message-ID: <4108A018.2030804@epost.de> Hi, Steven Jones wrote: > > Problem Report There was a communication problem. > Message ID TCP_ERROR > Problem Description The system was unable to communicate with the server. > Possible Problem Cause > * The Web server may be down. > * The Web server may be too busy. > * The Web server may be experiencing other problems, preventing it from responding to clients. > * The communication path may be experiencing problems. > Possible Solution > Try connecting to this server later. > looks like I am getting segfaults in the apache logs, when I do a http://130.x.x.x/nagios > > [Thu Jul 29 09:56:23 2004] [notice] child pid 6833 exit signal Segmentation fault (11) > [Thu Jul 29 09:56:23 2004] [notice] child pid 6834 exit signal Segmentation fault (11) > [Thu Jul 29 09:56:23 2004] [notice] child pid 6863 exit signal Segmentation fault (11) > [root at massif httpd]# date > Thu Jul 29 09:58:14 GMT+12 2004 sorry, nothing to say to the problem, except it should work... But here you find nagios rpms and lots of other stuff for RedHat ES. I am running the nagios nrpe rpms on ES3 while my nagios is still Redhat 8. http://dag.wieers.com/home-made/apt/packages.php Gruss Rainer ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From flinque at brieres.faurecia.com Thu Jul 29 09:12:15 2004 From: flinque at brieres.faurecia.com (LINQUE Fabrice) Date: Thu, 29 Jul 2004 09:12:15 +0200 Subject: 'check_snmp' return always Warning or Critical but no Ok Message-ID: <2B9AD6124CAF9B4B98C861A1A38A56282D9C00@frbriexc0003> I'm working with ROOT for the moment but I tested the access permission to the mibs with NAGIOS user too... it's good I'm using : - check_snmp (nagios-plugins 1.3.0) 1.24 - Nagios 1.2 Copyright (c) 1999-2004 Ethan Galstad (nagios at nagios.org) Last Modified: 02-02-2004 License: GPL Regards -----Message d'origine----- De : nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]De la part de NetVicious Envoy? : mercredi 28 juillet 2004 20:26 ? : Nagios Users Mailing List Objet : Re: [Nagios-users] 'check_snmp' return always Warning or Critical but no Ok --- LINQUE Fabrice escribi?: > I've big problem with the return code of 'check_snmp'. It always > return > Warning... > > [Host plugins]# snmpget x.x.x.x .1.3.6.1.2.1.2.2.1.8.1025 > IF-MIB::ifOperStatus.1025 = INTEGER: up(1) > > [Host plugins]# ./check_snmp -H x.x.x.x -o > .1.3.6.1.2.1.2.2.1.8.1025 -w 2 -c > 3 > SNMP WARNING - 1 > > is there someone who know the solution of my problem ? Check if the user has the permissions to read the mibs files. ===== .. //\/ e t . \/ i c i o u s .. ______________________________________________ Yahoo! lanza su nueva tecnolog?a de b?squedas ?te atreves a comparar? http://www.viralbusquedas.yahoo.es ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gavin.bartle at aspectcapital.com Thu Jul 29 09:30:45 2004 From: gavin.bartle at aspectcapital.com (Gavin Bartle) Date: Thu, 29 Jul 2004 08:30:45 +0100 Subject: Changes via web Message-ID: <3D7547773EDFF441B60286F4089B1C7550CEEB@VEGA1.aspectcapital.com> Hi, I'm having some trouble enabling a host notification via the web interface , I click "Enable notifications for all services on this host" the Disabled red square changes to green, however when I refresh the page its back to red again and doesn't sent out the email if there are problems. Is there anyway to set the enable via some form of command line command? Thanks Gavin CAUTION: This email message and any attachments transmitted with it contains information that is CONFIDENTIAL and may be privileged or otherwise protected from disclosure. If you are not the intended recipient please notify Aspect Capital Limited ("Aspect") immediately (postmaster at aspectcapital.com) and delete all copies of this email message and any attachments transmitted with it from your system. If you are not the intended recipient, any use, disclosure or copying of this email message and any attachments transmitted with it is strictly prohibited. This email message and any attachments transmitted with it cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed or incomplete. Although Aspect routinely screens for viruses, it makes no representation or warranty as to the absence of viruses in this e-mail or any attachments. For further information about Aspect please see our website at http://www.aspectcapital.com. Aspect is authorised and regulated by the Financial Services Authority for investment business. From Philipp.Sand at sycor.de Thu Jul 29 11:39:53 2004 From: Philipp.Sand at sycor.de (Sand Philipp) Date: Thu, 29 Jul 2004 11:39:53 +0200 Subject: Problem with check_nt MEMUSAGE on NT 4.0 Server Message-ID: <6943DE9E9934CD42BBE4A20E0E28E10E068EB3@SYGOMAIL.GOE.AD.SYCOR.DE> Hi, I'm checking a pretty old NT 4.0 Server with NSClient, when I run a check against the memory the result is pretty confusing: Memory usage: total:1892.75 Mb - used: 3419.26 Mb (181%) - free: -1526.48 Mb (-81%) The Server has 1892.75MB RAM, correct so far, but the rest used is the swapfile... Is the output correct this way? _____________________________ Philipp Sand OC-CC-TEC-SYS SYCOR GmbH Heinrich-von-Stephan-Stra?e 1-5 D - 37073 G?ttingen Telefon +49 (0) 551 / 490 - 0 Telefax +49 (0) 551 / 490 - 232468 philipp.sand at sycor.de www.sycor.de ------------------------------------------------ ************************************************ sycor plastics - die neue Branchenl?sung f?r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar?ber hinaus pers?nliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgem??e Empf?nger sind, l?schen Sie bitte die E-Mail und deren Anh?nge sofort und benachrichtigen Sie uns dar?ber. Die Firma sycor willigt in keine Vertr?ge oder vertragliche Verpflichtungen ein oder ?bermittelt rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr?cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this e-mail and all attachments immediately and inform us. The company sycor does not agree with contracts or contract obligations sent by e-mail, neither do we transmit legally binding offers by e-mail, unless this is not expressly agreed upon between the parties and documented in written form. -------------- next part -------------- An HTML attachment was scrubbed... URL: From verdon at cict.fr Thu Jul 29 14:33:37 2004 From: verdon at cict.fr (carole verdon) Date: Thu, 29 Jul 2004 14:33:37 +0200 Subject: Changes via web In-Reply-To: <3D7547773EDFF441B60286F4089B1C7550CEEB@VEGA1.aspectcapital.com> References: <3D7547773EDFF441B60286F4089B1C7550CEEB@VEGA1.aspectcapital.com> Message-ID: <4108EEA1.10205@cict.fr> UGVyaGFwcyB0aGF0IHRoZXJlIGFyZSBzZXZlcmFsIG5hZ2lvcyBwcm9jZXNzIHJ1bm5pbmcu IFlvdSBzaG91bGQgY2hlY2sgaXQuDQoNCkdhdmluIEJhcnRsZSB3cm90ZToNCg0KPkhpLA0K Pg0KPkknbSBoYXZpbmcgc29tZSB0cm91YmxlIGVuYWJsaW5nIGEgaG9zdCBub3RpZmljYXRp b24gdmlhIHRoZSB3ZWINCj5pbnRlcmZhY2UgLCBJIGNsaWNrICJFbmFibGUgbm90aWZpY2F0 aW9ucyBmb3IgYWxsIHNlcnZpY2VzIG9uIHRoaXMgaG9zdCINCj50aGUgRGlzYWJsZWQgcmVk IHNxdWFyZSBjaGFuZ2VzIHRvIGdyZWVuLCBob3dldmVyIHdoZW4gSSByZWZyZXNoIHRoZQ0K PnBhZ2UgaXRzIGJhY2sgdG8gcmVkIGFnYWluIGFuZCBkb2Vzbid0IHNlbnQgb3V0IHRoZSBl bWFpbCBpZiB0aGVyZSBhcmUNCj5wcm9ibGVtcy4NCj4NCj5JcyB0aGVyZSBhbnl3YXkgdG8g c2V0IHRoZSBlbmFibGUgdmlhIHNvbWUgZm9ybSBvZiBjb21tYW5kIGxpbmUgY29tbWFuZD8N Cj4NCj5UaGFua3MNCj5HYXZpbiANCj4gIA0KPiAgDQo+Q0FVVElPTjogVGhpcyBlbWFpbCBt ZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdHJhbnNtaXR0ZWQgd2l0aCBpdCBjb250YWlu cyBpbmZvcm1hdGlvbiB0aGF0IGlzIENPTkZJREVOVElBTCBhbmQgbWF5IGJlIHByaXZpbGVn ZWQgb3Igb3RoZXJ3aXNlIHByb3RlY3RlZCBmcm9tIGRpc2Nsb3N1cmUuIElmIHlvdSBhcmUg bm90IHRoZSBpbnRlbmRlZCByZWNpcGllbnQgcGxlYXNlIG5vdGlmeSBBc3BlY3QgQ2FwaXRh bCBMaW1pdGVkICgiQXNwZWN0IikgaW1tZWRpYXRlbHkgKHBvc3RtYXN0ZXJAYXNwZWN0Y2Fw aXRhbC5jb20pIGFuZCBkZWxldGUgYWxsIGNvcGllcyBvZiB0aGlzIGVtYWlsIG1lc3NhZ2Ug YW5kIGFueSBhdHRhY2htZW50cyB0cmFuc21pdHRlZCB3aXRoIGl0IGZyb20geW91ciBzeXN0 ZW0uIElmIHlvdSBhcmUgbm90IHRoZSBpbnRlbmRlZCByZWNpcGllbnQsIGFueSB1c2UsIGRp c2Nsb3N1cmUgb3IgY29weWluZyBvZiB0aGlzIGVtYWlsIG1lc3NhZ2UgYW5kIGFueSBhdHRh Y2htZW50cyB0cmFuc21pdHRlZCB3aXRoIGl0IGlzIHN0cmljdGx5IHByb2hpYml0ZWQuICAN Cj4gIA0KPiAgDQo+VGhpcyBlbWFpbCBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdHJh bnNtaXR0ZWQgd2l0aCBpdCBjYW5ub3QgYmUgZ3VhcmFudGVlZCB0byBiZSBzZWN1cmUgb3Ig ZXJyb3IgZnJlZSBhcyBpbmZvcm1hdGlvbiBjb3VsZCBiZSBpbnRlcmNlcHRlZCwgY29ycnVw dGVkLCBsb3N0LCBkZXN0cm95ZWQgb3IgaW5jb21wbGV0ZS4gQWx0aG91Z2ggQXNwZWN0IHJv dXRpbmVseSBzY3JlZW5zIGZvciB2aXJ1c2VzLCBpdCBtYWtlcyBubyByZXByZXNlbnRhdGlv biBvciB3YXJyYW50eSBhcyB0byB0aGUgYWJzZW5jZSBvZiB2aXJ1c2VzIGluIHRoaXMgZS1t YWlsIG9yIGFueSBhdHRhY2htZW50cy4gDQo+ICANCj4gIA0KPkZvciBmdXJ0aGVyIGluZm9y bWF0aW9uIGFib3V0IEFzcGVjdCBwbGVhc2Ugc2VlIG91ciB3ZWJzaXRlIGF0IGh0dHA6Ly93 d3cuYXNwZWN0Y2FwaXRhbC5jb20uIEFzcGVjdCBpcyBhdXRob3Jpc2VkIGFuZCByZWd1bGF0 ZWQgYnkgdGhlIEZpbmFuY2lhbCBTZXJ2aWNlcyBBdXRob3JpdHkgZm9yIGludmVzdG1lbnQg YnVzaW5lc3MuIA0KPiAgDQo+//////////////////////////////////////////////// ///////ThisSF/NetemailissponsoredbyBEAWeblogicWorkshopFREEJavaEnterprise J2EEdevelopertools/GetyourfreecopyofBEAWebLogicWorkshop8/1todaz/http///a ds/osdn/com//af/ie9t/2pZaHP4neNP6InJ//////////////////////////////////// ///////////zWoIqLP7rHq7JmopYp4JYrLTWIIqL/7rHq7P5YrLb/7KLq3Hn6K4H/53rYbba bP//5YrLbP7KLq3Hn6K4Hv53rf5YrLbP5YrLYp36P52oIqLP7rHq7P//z5XmrHop3JbnXjWo IqLL3q7IqJ/6ZboIp73q7IqJ//7/2p3TksIXp63qaK7Yp4Gp8orLLnv///zHrLGoHrMIrYaL rbLqaaK7Yp4Ip36MIpZa4rJG3op4LHp7baP3Xr/57g0KPg0KPg0KPiAgDQo+DQoNCg0K ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From claudio at papalina.net Thu Jul 29 14:59:02 2004 From: claudio at papalina.net (Claudio) Date: 29 Jul 2004 14:59:02 +0200 Subject: 'check_snmp' return always Warning or Critical but no Ok In-Reply-To: <2B9AD6124CAF9B4B98C861A1A38A56282D9C00@frbriexc0003> References: <2B9AD6124CAF9B4B98C861A1A38A56282D9C00@frbriexc0003> Message-ID: <1091105942.2412.59.camel@scorpius> I'm using check_smtp (nagios-plugins 1.3.1) 1.9.2.2 and everything is working fine. In my version i have no command "-o" so i don't knwo what this do. you can try also a check_tcp passing the port you will check, i should do the same. claudio On Thu, 2004-07-29 at 09:12, LINQUE Fabrice wrote: > I'm working with ROOT for the moment but I tested the access permission > to the mibs with NAGIOS user too... it's good > > I'm using : > - check_snmp (nagios-plugins 1.3.0) 1.24 > - Nagios 1.2 > Copyright (c) 1999-2004 Ethan Galstad (nagios at nagios.org) > Last Modified: 02-02-2004 > License: GPL > > Regards > > -----Message d'origine----- > De : nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net]De la part de > NetVicious > Envoy? : mercredi 28 juillet 2004 20:26 > ? : Nagios Users Mailing List > Objet : Re: [Nagios-users] 'check_snmp' return always Warning or > Critical but no Ok > > > --- LINQUE Fabrice escribi?: > > I've big problem with the return code of 'check_snmp'. It always > > return > > Warning... > > > > [Host plugins]# snmpget x.x.x.x .1.3.6.1.2.1.2.2.1.8.1025 > > IF-MIB::ifOperStatus.1025 = INTEGER: up(1) > > > > [Host plugins]# ./check_snmp -H x.x.x.x -o > > .1.3.6.1.2.1.2.2.1.8.1025 -w 2 -c > > 3 > > SNMP WARNING - 1 > > > > is there someone who know the solution of my problem ? > > Check if the user has the permissions to read the mibs files. > > ===== > .. //\/ e t . \/ i c i o u s .. > > > > ______________________________________________ > Yahoo! lanza su nueva tecnolog?a de b?squedas > ?te atreves a comparar? > http://www.viralbusquedas.yahoo.es > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -- claudio at papalina.net www.papalina.net ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Markus.Roelle at sytech.de Thu Jul 29 15:51:37 2004 From: Markus.Roelle at sytech.de (Markus.Roelle at sytech.de) Date: Thu, 29 Jul 2004 15:51:37 +0200 Subject: Problem with a flexlm check, scheduling problem In-Reply-To: <6943DE9E9934CD42BBE4A20E0E28E10E068EB3@SYGOMAIL.GOE.AD.SYCOR.DE> References: <6943DE9E9934CD42BBE4A20E0E28E10E068EB3@SYGOMAIL.GOE.AD.SYCOR.DE> Message-ID: hi all My Problem, many tasks have to use the same plugin. Sometimes checks where scheduled at the same time, so the output become wrong. In facts: Sometimes if checks for the same services were scheduled at the same time, the output become mixed and as the result it becomes wrong. so I had a look how to avoid this situations. so i?m testing in the nagios.cfg with this commands. service_interleave_factor=55 max_concurrent_checks=4 I experemented with lower and higher values for the interleave_factor, but no success. I use for concurrent_checks differnt values, but no good success. If a set it to 1 my sheduling become slower and slower. Please help me (;-> Markus -------------- next part -------------- An HTML attachment was scrubbed... URL: From Patrick.Roy at ville.Quebec.qc.ca Thu Jul 29 15:59:17 2004 From: Patrick.Roy at ville.Quebec.qc.ca (Roy, Patrick) Date: Thu, 29 Jul 2004 09:59:17 -0400 Subject: Nagios event log Message-ID: <28A0F72B3EA0BC47A65E8E67CC19128212050C@srv3057000552.ville.quebec.qc.ca> Hi everyone! I have a probleme: I have 2 shared user : "Support" and "Tech" they are both contact for almost every host. I do not want them to be able to see every host but I do want "Tech" to see all the Nagios Event log. With my current config they cannot see event log. Is there a way so they can see event Log without making use of a "authorized_for_..." statement or giving them control over the nagios process in the config? Patrick Roy ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From GWCOOK at mactec.com Thu Jul 29 16:36:21 2004 From: GWCOOK at mactec.com (Cook, Garry) Date: Thu, 29 Jul 2004 08:36:21 -0600 Subject: Is my nagios in good shape? Message-ID: <41FD7929498A174DAB86C45F28E0EC0D0ABD86@golden-m.mactec.com> You should take a look at the max_concurrent_checks value in your Nagios config. The output below recommends some values to use. After making the change and restarting Nagios, give it some time to run some checks and have a look at your performance info again. Also, have a look at the following docs: http://nagios.sourceforge.net/docs/1_0/configmain.html#max_concurrent_checks http://nagios.sourceforge.net/docs/1_0/checkscheduling.html HTH -g -----Original Message----- From: Neil [mailto:neil-on-nagios at restricted.dyndns.org] Sent: Wed 7/28/2004 2:38 PM To: Cook, Garry Cc: nagios-users at lists.sourceforge.net Subject: Re: Is my nagios in good shape? Hi Garry, This is the result: SERVICE SCHEDULING INFORMATION ------------------------------- Total services: 276 Total hosts: 115 Command check interval: 5 sec Check reaper interval: 10 sec Inter-check delay method: SMART Average check interval: 319.130 sec Inter-check delay: 1.156 sec Interleave factor method: SMART Average services per host: 2.400 Service interleave factor: 3 Initial service check scheduling info: -------------------------------------- First scheduled check: 1091047230 -> Wed Jul 28 13:40:30 2004 Last scheduled check: 1091047548 -> Wed Jul 28 13:45:48 2004 Rough guidelines for max_concurrent_checks value: ------------------------------------------------- Absolute minimum value: 9 Recommend value: 27 So what are the changes I need to make? Thanks :) Cook, Garry writes: > nagios-users-admin at lists.sourceforge.net wrote: >> Hey guys, >> >> Here is the output of our production nagios' performance info. Is my >> box ok? >> >> Program-Wide Performance Information >> Active Checks: Time Frame Checks Completed >> <= 1 minute: 71 (25.7%) >> <= 5 minutes: 220 (79.7%) >> <= 15 minutes: 262 (94.9%) >> <= 1 hour: 276 (100.0%) >> Since program start: 276 (100.0%) >> >> Metric Min. Max. Average >> Check Execution Time: < 1 sec 16 sec 2.192 sec >> Check Latency: 70 sec 130 sec 97.312 sec >> Percent State Change: 0.00% 8.95% 0.17% > > It doesn't appear to be in 'bad' shape, although your checks appear to > be running a little behind. > Run //bin/nagios -s //etc/nagios.cfg to > see what Nagios thinks about your check latency, and this will also > suggest some config changes for improvement. > >> >> >> Thanks, >> >> Neil > > > Garry W. Cook, CCNA > Network Infrastructure Manager > MACTEC, Inc. - http://www.mactec.com/ > 303.308.6228 (Office) - 720.220.1862 (Mobile) > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&opclick > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mwanikij at yahoo.com Thu Jul 29 16:58:34 2004 From: mwanikij at yahoo.com (Mwaniki jack) Date: Thu, 29 Jul 2004 07:58:34 -0700 (PDT) Subject: Decompressing Message-ID: <20040729145834.79266.qmail@web52901.mail.yahoo.com> I downloaded the nagios installation archive using WGET on a Linux/Gentoo server but I cannot decompress the file. The gunzip nagios-1.0.tar.gz command gives an error that the file is not a GZIP format. I have tried tar but I still get errors that Child status 1. Anyone knows how to approach this? __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From dan.hopkins at uk.easynet.net Thu Jul 29 17:11:41 2004 From: dan.hopkins at uk.easynet.net (Dan Hopkins) Date: Thu, 29 Jul 2004 16:11:41 +0100 Subject: Multiplying nagios processes in state pipewr Message-ID: I'm having some problems with a distributed setup on nagios-1.2. The passive master and two active slaves are all running freebsd 5.2.1, with around 800 hosts and 1100 services split between the two slaves. The master is truly passive, with freshness checking turned off. Everything seems to work, but the master keeps spawning nagios processes, upto a few thousand before the box finally curls up and dies. The hung processes are all in state pipewr which makes me wonder if they're all blocking waiting for the command pipe... ? I'm guessing this must be somehow be down to the object config, since the same master works flawlessly with the same base config but a different set of hosts/services (more in fact) although that is with different slaves. Before I start manually pruning the services, has anyone seen this behaviour before? -- Dan Hopkins ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Thu Jul 29 17:36:19 2004 From: marc at ena.com (Marc Powell) Date: Thu, 29 Jul 2004 10:36:19 -0500 Subject: Decompressing Message-ID: <370ACCFA5BB3B346A31222E5559BF91F38A444@mismail2.ena.com> Marc Powell <> wrote: > If it says 'gzip compressed data' then try 'gzip -dc nagios-1.0.tar.gz' or 'tar zxvf nagios-1.0.tar.gz'. Ack. My fingers think they know better than my brain. I meant -- ...try 'gzip -d nagios-1.0.tar.gz'... -- Marc ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Thu Jul 29 17:34:27 2004 From: marc at ena.com (Marc Powell) Date: Thu, 29 Jul 2004 10:34:27 -0500 Subject: Decompressing Message-ID: <370ACCFA5BB3B346A31222E5559BF91F38A442@mismail2.ena.com> Mwaniki jack wrote: > I downloaded the nagios installation archive using WGET on a > Linux/Gentoo server but I cannot decompress the file. The gunzip > nagios-1.0.tar.gz command gives an error that the file is not a GZIP > format. I have tried tar but I still get errors that Child status 1. > > Anyone knows how to approach this? Run 'file nagios-1.0.tar.gz'. If it says it's 'text' or 'data' then you likely have a currupted download. Try downloading it again. If it says 'gzip compressed data' then try 'gzip -dc nagios-1.0.tar.gz' or 'tar zxvf nagios-1.0.tar.gz'. If it says it's a GNU tar archive, then 'tar xvf nagios-1.0.tar.gz'. Other results will either be obvious or not. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mnilsson at udcom.net Thu Jul 29 18:00:44 2004 From: mnilsson at udcom.net (Matthias Nilsson) Date: Thu, 29 Jul 2004 11:00:44 -0500 Subject: Configure Nagios for NERA Microwave ? Message-ID: <1091116844.41091f2c65bdc@webmail.no-ip.com> Hi Does anyone have a simple example of how to configure Nagios to monitor a NERA microwave link with regards of signal quality as such because we do have some problems from time to time with our microwave. NERA Microvawe have SNMP agent built in. Matthias Nilsson U.D.COMM. ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From perpendicular at ziplip.com Thu Jul 29 18:33:13 2004 From: perpendicular at ziplip.com (Michael) Date: Thu, 29 Jul 2004 16:33:13 +0000 (UTC) Subject: nagios server on windows server? Message-ID: has anyone out there successfully installed nagios on a windows server, via cygwin or windows services for unix? if so, what steps? we have windows servers exclusively at work, with no option to install this on a linux box anytime in the forseeable future. nagios rocks and we want to use it. regards, michael portland, oregon ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jason.payne at iland.com Thu Jul 29 23:07:49 2004 From: jason.payne at iland.com (Jason Payne - iland Internet Solutions) Date: Thu, 29 Jul 2004 16:07:49 -0500 Subject: Temperature Sensors Message-ID: <7A626FF425518246801C933014AA98F021B9D8@hou-ex01.ihtx.iland.com> Hi Nagios-users. I'm looking for an inexpensive temperature monitoring solutions for my nagios system. I was wondering if anyone has used any alternatives to the Esensors Inc. sensors listed on the nagios.org website. Unfortunately, the Esensors site is down right now. I would like to find something I could just check_snmp and pull a temp down, compare it to a value specified in services.cfg, and notify as necessary. Any tips would be greatly appreciated. Best Regards, Jason Payne Iland Internet Solutions ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Seth.Hollist at ingenix.com Thu Jul 29 23:29:43 2004 From: Seth.Hollist at ingenix.com (Hollist, Seth ) Date: Thu, 29 Jul 2004 16:29:43 -0500 Subject: NRPE dependencies - pager denial of service attack!! Message-ID: I've noticed that if you shutdown NRPE on a machine that's being monitored with NRPE, you end up getting a pager denial of service attack from every single service your monitoring on the machine. This happened to me while I was rebooting a machine today. I setup service dependencies so all checks going over NRPE are depended on a basic NRPE check that uses "check_nrpe -H HOSTNAME" just to see if NRPE is up, but that doesn't seem to help any. In fact what appears to happen is that the basic NRPE check keeps getting rescheduled indefinitely until it's back up, so it always says it's up even though it's not. It got to the point were it was saying the "Status Data Age" was over an hour old. Hopefully someone on here has a better way of dealing with this kind of situation. What do you guys do if NRPE dies on a server your monitoring, so that you get one page about NRPE instead of 50 pages about everything else? Another question I have, is there a command I can put in a shutdown script on a remote server, that will automatically send a message or a trigger to the main Nagios server to tell it that it's being properly rebooted, so that it will automatically be put into maintenance mode for a specified period of time? Thanks This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately. ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Thu Jul 29 23:43:56 2004 From: jhmartin at toger.us (Jason Martin) Date: Thu, 29 Jul 2004 14:43:56 -0700 Subject: NRPE dependencies - pager denial of service attack!! In-Reply-To: References: Message-ID: <20040729214356.GD19396@zippy.toger.us> On Thu, Jul 29, 2004 at 04:29:43PM -0500, Hollist, Seth wrote: > I've noticed that if you shutdown NRPE on a machine that's being monitored > with NRPE, you end up getting a pager denial of service attack from every Using service dependencies you can make all services that use NRPE dependent on a service that checks just NRPE, or you can make the host check use NRPE instead of ping. -Jason Martin -- This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From jhmartin at toger.us Thu Jul 29 23:56:39 2004 From: jhmartin at toger.us (Jason Martin) Date: Thu, 29 Jul 2004 14:56:39 -0700 Subject: Perfdata Message-ID: <20040729215639.GE19396@zippy.toger.us> Has anyone looked in to storing performance data in a normalized relational database? I'm looking for any information about how to handle the varied data that comes in from all our plugins and how to get that into something that can be realistically queried. For example, the check_disk I'm using returns a list filesystem=%full data; and that would have to be split up into individual rows -- one for each datum. Other checks (like load average) make more sense to store in one row -- 5,10, and 15 minute load average values. How does one (if at all) generically handle this data? I know I can just stuff it into RRDTool / Perfparse, but those graphs aren't the type of data I am looking for. Thank you, -Jason Martin -- This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From Seth.Hollist at ingenix.com Fri Jul 30 00:42:09 2004 From: Seth.Hollist at ingenix.com (Hollist, Seth ) Date: Thu, 29 Jul 2004 17:42:09 -0500 Subject: NRPE dependencies - pager denial of service at tack!! Message-ID: Like I said in my first e-mail, I tried to setup service dependencies as you suggested here, but that didn't seem to help because of the other problem I mention of it not doing the NRPE check but rather rescheduling it indefinitely until it's available again. I guess I wasn't clear enough about that, sorry. -----Original Message----- From: Jason Martin [mailto:jhmartin at toger.us] Sent: Thursday, July 29, 2004 3:44 PM To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] NRPE dependencies - pager denial of service attack!! On Thu, Jul 29, 2004 at 04:29:43PM -0500, Hollist, Seth wrote: > I've noticed that if you shutdown NRPE on a machine that's being monitored > with NRPE, you end up getting a pager denial of service attack from every Using service dependencies you can make all services that use NRPE dependent on a service that checks just NRPE, or you can make the host check use NRPE instead of ping. -Jason Martin This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately. ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pshemko at ihug.co.nz Fri Jul 30 04:01:39 2004 From: pshemko at ihug.co.nz (pshemko) Date: Fri, 30 Jul 2004 14:01:39 +1200 Subject: Speeding up Nagios Message-ID: Hi, I'm trying to create a monitoring system for mid-size network (about 300 hosts, up to 2000 services). However, I'm trying to notify about failures as fast as possible. command_check_interval=-1 inter_check_delay_method=s service_interleave_factor=s max_concurrent_checks=0 service_reaper_frequency=2 sleep_time=1 service_check_timeout=60 host_check_timeout=30 event_handler_timeout=30 notification_timeout=30 ocsp_timeout=5 perfdata_timeout=5 interval_length=5 use_agressive_host_checking=0 check_service_freshness=1 freshness_check_interval=10 All services have their normal_check_inteval and max_check_attempts to 3. So, in theory, after 25 seconds since the failure I should get notified. The box isn't very stressed at the moment (loads below 1), but many services have the latest checks even a few minutes late (5-6). Is it possible to speed it up, to I get notified ASAP about a failure? Kind regards Pshemko ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Fri Jul 30 05:44:30 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Thu, 29 Jul 2004 22:44:30 -0500 Subject: Is my nagios in good shape? In-Reply-To: <20040728203839.31459.qmail@restricted.dyndns.org> References: <41FD7929498A174DAB86C45F28E0EC0D6E964E@golden-m.mactec.com> <20040728203839.31459.qmail@restricted.dyndns.org> Message-ID: <20040730034430.12241.qmail@restricted.dyndns.org> Hey guys, I lost 1 day worth of email. My internet connection went down. So all the public SMTP transactions going into to my home hosted mail server failed. Where can I find the archive emails of this nagios list? Or can someone forward their reply to this topic I have started? I want to know your recommendations about the result of my nagios -s. Thanks guys. Neil writes: > Hi Garry, > > This is the result: > SERVICE SCHEDULING INFORMATION > ------------------------------- > Total services: 276 > Total hosts: 115 > > Command check interval: 5 sec > Check reaper interval: 10 sec > > Inter-check delay method: SMART > Average check interval: 319.130 sec > Inter-check delay: 1.156 sec > > Interleave factor method: SMART > Average services per host: 2.400 > Service interleave factor: 3 > > Initial service check scheduling info: > -------------------------------------- > First scheduled check: 1091047230 -> Wed Jul 28 13:40:30 2004 > Last scheduled check: 1091047548 -> Wed Jul 28 13:45:48 2004 > > Rough guidelines for max_concurrent_checks value: > ------------------------------------------------- > Absolute minimum value: 9 > Recommend value: 27 > > So what are the changes I need to make? > > Thanks :) > > Cook, Garry writes: > >> nagios-users-admin at lists.sourceforge.net wrote: >>> Hey guys, >>> >>> Here is the output of our production nagios' performance info. Is my >>> box ok? >>> >>> Program-Wide Performance Information >>> Active Checks: Time Frame Checks Completed >>> <= 1 minute: 71 (25.7%) >>> <= 5 minutes: 220 (79.7%) >>> <= 15 minutes: 262 (94.9%) >>> <= 1 hour: 276 (100.0%) >>> Since program start: 276 (100.0%) >>> >>> Metric Min. Max. Average >>> Check Execution Time: < 1 sec 16 sec 2.192 sec >>> Check Latency: 70 sec 130 sec 97.312 sec >>> Percent State Change: 0.00% 8.95% 0.17% >> >> It doesn't appear to be in 'bad' shape, although your checks appear to >> be running a little behind. >> Run //bin/nagios -s //etc/nagios.cfg to >> see what Nagios thinks about your check latency, and this will also >> suggest some config changes for improvement. >> >>> >>> >>> Thanks, >>> >>> Neil >> >> >> Garry W. Cook, CCNA >> Network Infrastructure Manager >> MACTEC, Inc. - http://www.mactec.com/ >> 303.308.6228 (Office) - 720.220.1862 (Mobile) >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by BEA Weblogic Workshop >> FREE Java Enterprise J2EE developer tools! >> Get your free copy of BEA WebLogic Workshop 8.1 today. >> http://ads.osdn.com/?ad_idG21&alloc_id040&opclick >> _______________________________________________ >> Nagios-users mailing list >> Nagios-users at 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 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From christian.masopust at siemens.com Fri Jul 30 06:27:44 2004 From: christian.masopust at siemens.com (Masopust Christian) Date: Fri, 30 Jul 2004 06:27:44 +0200 Subject: AW: Temperature Sensors Message-ID: hi jason, is appr. 30EUR inexpensive enough? ;-)) ok, there's also some work to do, but if you are familiar with an soldering-iron you can do this... look at http://www.lancos.com/webtherm.html ! i use this small circuit connected to one of my pc's and check temperature from my nagios server... chris -----Urspr?ngliche Nachricht----- Von: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Im Auftrag von Jason Payne - iland Internet Solutions Gesendet: Donnerstag, 29. Juli 2004 23:08 An: nagios-users at lists.sourceforge.net Betreff: [Nagios-users] Temperature Sensors Hi Nagios-users. I'm looking for an inexpensive temperature monitoring solutions for my nagios system. I was wondering if anyone has used any alternatives to the Esensors Inc. sensors listed on the nagios.org website. Unfortunately, the Esensors site is down right now. I would like to find something I could just check_snmp and pull a temp down, compare it to a value specified in services.cfg, and notify as necessary. Any tips would be greatly appreciated. Best Regards, Jason Payne Iland Internet Solutions ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From spyou at club-internet.fr Fri Jul 30 07:07:03 2004 From: spyou at club-internet.fr (Spyou) Date: Fri, 30 Jul 2004 07:07:03 +0200 Subject: Speeding up Nagios In-Reply-To: References: Message-ID: <6.1.1.1.0.20040730070341.0203a530@poproxy.kaema.com> At 04:01 30/07/2004, you wrote: >Hi, > >All services have their normal_check_inteval and max_check_attempts to 3. >So, in theory, after 25 seconds since the failure I should get notified. Default normal_check_interval is 5 minuts and retry_check_interval is 1 minut. max_check_attempts to 3 will give you notification between 3 and 7 minuts .. that's a normal behaviour. >The box isn't very stressed at the moment (loads below 1), but many services >have the latest checks even a few minutes late (5-6). >Is it possible to speed it up, to I get notified ASAP about a failure? Set normal_check_interval and retry_check_interval to 1 minut and max_check_attempt to 2 (to avoid false notification). You'll get notified 2 minuts after the problem ________________________________________ 'Spyou' - www.spyou.org - root at spyou.org #gtr / ircnet.kaptech.fr - UIN : 6871374 Si la terre ?tait carr?e Il y aurait des coins pour s'y cacher Mais comme la terre est ronde Nous devons faire face au monde ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From kagoryu at cssr.edu.ph Fri Jul 30 08:54:40 2004 From: kagoryu at cssr.edu.ph (kagoryu at cssr.edu.ph) Date: Fri, 30 Jul 2004 14:54:40 +0800 (PHT) Subject: Sound from Web Interface Message-ID: <1346.192.168.0.6.1091170480.squirrel@magdalene.cssr.edu.ph> Fellow nagios users, Is there any way I can make my web interface perform a sound (alarming sound) when my host is down? Thanks in advance. ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From e.vanmourik at zhew.nl Fri Jul 30 10:05:14 2004 From: e.vanmourik at zhew.nl (Elmar van Mourik) Date: Fri, 30 Jul 2004 10:05:14 +0200 Subject: Temperature Sensors Message-ID: <8DA75072BA437146A23E36D54D7059B402F702@WOLK.wshd.waterschap.adm> Hi Jahon, Check the SensorProbe from AKCP Inc. at http://www.akcpinc.com/company/products.htm Works very good with Nagios, Cacti, MRTG .... Elmar van Mourik System- & Networkadministrator ZHEW -----Oorspronkelijk bericht----- Van: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Namens Jason Payne - iland Internet Solutions Verzonden: donderdag 29 juli 2004 23:08 Aan: nagios-users at lists.sourceforge.net Onderwerp: [Nagios-users] Temperature Sensors Hi Nagios-users. I'm looking for an inexpensive temperature monitoring solutions for my nagios system. I was wondering if anyone has used any alternatives to the Esensors Inc. sensors listed on the nagios.org website. Unfortunately, the Esensors site is down right now. I would like to find something I could just check_snmp and pull a temp down, compare it to a value specified in services.cfg, and notify as necessary. Any tips would be greatly appreciated. Best Regards, Jason Payne Iland Internet Solutions ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 Door de electronische verzending van het bericht kunnen er geen rechten ontleend worden aan de informatie. Als u deze e-mail onterecht heeft ontvangen, waarschuwt u dan de afzender via postmaster at zhew.nl en verwijder de gegevens van de computer. ZHEW wordt opgeheven. Vanaf 1 januari 2005 zijn de watertaken van het zuiveringsschap ondergebracht bij drie ?all-in? waterschappen. Meer informatie: Zuiveringsschap Hollandse Eilanden en Waarden, Dordrecht tel: +31 (0)78 6397100 fax: +31 (0)78 6311871 web: http://www.zhew.nl ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From e.vanmourik at zhew.nl Fri Jul 30 10:16:16 2004 From: e.vanmourik at zhew.nl (Elmar van Mourik) Date: Fri, 30 Jul 2004 10:16:16 +0200 Subject: Sound from Web Interface Message-ID: <8DA75072BA437146A23E36D54D7059B402F703@WOLK.wshd.waterschap.adm> Check your documents on the nagiosserver at http://your.nagios.server/nagios/docs/configcgi.html#audio_alerts Elmar van Mourik System & Networkadministrator ZHEW -----Oorspronkelijk bericht----- Van: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net]Namens kagoryu at cssr.edu.ph Verzonden: vrijdag 30 juli 2004 8:55 Aan: nagios-users at lists.sourceforge.net Onderwerp: [Nagios-users] Sound from Web Interface Fellow nagios users, Is there any way I can make my web interface perform a sound (alarming sound) when my host is down? Thanks in advance. ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 Door de electronische verzending van het bericht kunnen er geen rechten ontleend worden aan de informatie. Als u deze e-mail onterecht heeft ontvangen, waarschuwt u dan de afzender via postmaster at zhew.nl en verwijder de gegevens van de computer. ZHEW wordt opgeheven. Vanaf 1 januari 2005 zijn de watertaken van het zuiveringsschap ondergebracht bij drie ?all-in? waterschappen. Meer informatie: Zuiveringsschap Hollandse Eilanden en Waarden, Dordrecht tel: +31 (0)78 6397100 fax: +31 (0)78 6311871 web: http://www.zhew.nl ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tb at westend.com Fri Jul 30 11:32:25 2004 From: tb at westend.com (Thomas Braun) Date: Fri, 30 Jul 2004 11:32:25 +0200 Subject: Nagios recovery Message-ID: <410A15A9.9000001@westend.com> hi, i have a problem with the nagios logic. If i test this : iptables -I INPUT -t tcp --dport 25 -j DROP. I get a message like service SMTP is critical. Than i type iptables -I INPUT -p icmp -j DROP. I get a Host down Message. After I get the Message , I type iptables -F than the only message i get is the Host Up message. Why is nagios not sending a smtp recovery Message. What could be the problem? thanks for your answers. cu thomas ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From pete.dewell at volteurope.com Fri Jul 30 11:42:34 2004 From: pete.dewell at volteurope.com (Pete Dewell) Date: Fri, 30 Jul 2004 10:42:34 +0100 Subject: Nagios recovery In-Reply-To: <410A15A9.9000001@westend.com> References: <410A15A9.9000001@westend.com> Message-ID: <410A180A.6070608@volteurope.com> Have you set Nagios to notify on the service recovery ? Pete Dewell Thomas Braun wrote: > hi, > i have a problem with the nagios logic. > If i test this : > iptables -I INPUT -t tcp --dport 25 -j DROP. I get a message like > service SMTP is critical. > Than i type iptables -I INPUT -p icmp -j DROP. > I get a Host down Message. > After I get the Message , I type iptables -F than the only message i > get is the Host Up message. > Why is nagios not sending a smtp recovery Message. > What could be the problem? > > > thanks for your answers. > > cu thomas > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Nagios-users mailing list > Nagios-users at 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 > -- Technical Support/Analyst Volt Europe Tel : (+44) (0) 1737 774100 Fax : (+44) (0) 1737 772949 Mobile : (+44) (0) 777 1513066 E-mail pete.dewell at volteurope.com ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From nagios at rebound.se Fri Jul 30 12:07:00 2004 From: nagios at rebound.se (nagios at rebound.se) Date: Fri, 30 Jul 2004 12:07:00 +0200 Subject: Restart Services on Windows 2000/2003 Servers Message-ID: <1091182020.410a1dc4bbb1b@webbmail.rebound.se> Hi Im trying to find a good way to let Nagios restart services on Win 2000/2003 Server when a service goes down. The nagios event handler & UNIX part is not a problem but finding the right way to communicate with the Windows machine is. I have been looking for some good third part program that can start, stop services and reboot a machine. I have found one (rsm, http://www.coresis.com/rsm/) but it does not work (cant establish a connection)for some reason and so that one falls off and since samba has removed the support for this functions i v3 i feel a litte stranded. have any of you done this? and what utillites did you use when doing it ? Im in no way a nagios pro and need all the help i can get. i hope some of you gurus have done this and can help me. Regards, Lars-G?ran Forsberg nagios at rebound.se ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From apo at novabase.pt Fri Jul 30 13:03:58 2004 From: apo at novabase.pt (apo at novabase.pt) Date: Fri, 30 Jul 2004 12:03:58 +0100 Subject: Restart Services on Windows 2000/2003 Servers In-Reply-To: <1091182020.410a1dc4bbb1b@webbmail.rebound.se> References: <1091182020.410a1dc4bbb1b@webbmail.rebound.se> Message-ID: I use nrpe for this. I don?t have access to the systems rigth now but its no hard to do. -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of nagios at rebound.se Sent: sexta-feira, 30 de Julho de 2004 11:07 To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] Restart Services on Windows 2000/2003 Servers Hi Im trying to find a good way to let Nagios restart services on Win 2000/2003 Server when a service goes down. The nagios event handler & UNIX part is not a problem but finding the right way to communicate with the Windows machine is. I have been looking for some good third part program that can start, stop services and reboot a machine. I have found one (rsm, http://www.coresis.com/rsm/) but it does not work (cant establish a connection)for some reason and so that one falls off and since samba has removed the support for this functions i v3 i feel a litte stranded. have any of you done this? and what utillites did you use when doing it ? Im in no way a nagios pro and need all the help i can get. i hope some of you gurus have done this and can help me. Regards, Lars-G?ran Forsberg nagios at rebound.se ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tom.pride at mailround.com Fri Jul 30 13:42:02 2004 From: tom.pride at mailround.com (Tom Pride) Date: Fri, 30 Jul 2004 12:42:02 +0100 Subject: Email alerts are being sent as root user Message-ID: <1091187722.2918.56.camel@tpride> Hi, I have just set nagios 1.2 up on a server running Redhat 8.0 It is up and running beautifully, but the alert emails it sends out come from root at servername.com rather than nagios at servername.com Nagios is running as the user nagios and it definitely calls the notify_by_email command as the nagios user, so why would they be comming through from the root user? Has anyone had this problem before? Can anyone please give me a fix? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.fiederling at warema.de Fri Jul 30 13:44:31 2004 From: daniel.fiederling at warema.de (Fiederling, Daniel) Date: Fri, 30 Jul 2004 13:44:31 +0200 Subject: Displayed Timestamps on the web interface Message-ID: <877A6ECD8676D51194BF00A0C9C7559708D6A77B@S01EDV03> Hi list, I have Nagios running for about 4 weeks and I really like it and there is the plan to substitue BigBrother with Nagios. But there is one problem with the web interface: the timestamps displayed are wrong (for example in extinfo.cgi). They are always +2h. The timestamp display in "Current Network Status" / Last Updated (the box in the upper left) is correct. I have found some questions about that issue in the list archive but no answers. The FAQ says nothing about timezones / wrong timestamps. Can anybody help me? My system is a SuSE 8.2 box with Nagios 1.2 (2004-02-02). My system time is local time (CEST), synchronized with xntp to our main time server. I use PostgreSQL for data storage. The timestamps in the database are displayed correct with psql - maybe psql adjusts the display to the current timezone, I don't know. I think, GMT is our local time - 2h, or in other words CEST is GMT+2 (not sure about that!). I don't know if that's a hint to the problem. Thanks for your help! Daniel ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From claudio at papalina.net Fri Jul 30 14:55:48 2004 From: claudio at papalina.net (Claudio) Date: 30 Jul 2004 14:55:48 +0200 Subject: Email alerts are being sent as root user In-Reply-To: <1091187722.2918.56.camel@tpride> References: <1091187722.2918.56.camel@tpride> Message-ID: <1091192148.29575.7.camel@scorpius> On Fri, 2004-07-30 at 13:42, Tom Pride wrote: > Hi, > > I have just set nagios 1.2 up on a > server running Redhat 8.0 It is up > and running beautifully, but the > alert emails it sends out come from > root at servername.com rather than > nagios at servername.com > > Nagios is running as the user > nagios and it definitely calls the > notify_by_email command as the > nagios user, so why would they be > comming > through from the root user? Has > anyone had this problem before? Can > anyone please give me a fix? > > Thanks > > > Mailround corporate logo maybe you are runnging the nagios service as root. Check the command.cfg file. in there you will find the line with the command for sneding e-mails. the command mail is run by the "nagios service starting user" ( sorry for this stange phrase :P ) -- claudio at papalina.net www.papalina.net ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gpadilla at cbct.com Fri Jul 30 15:56:09 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Fri, 30 Jul 2004 09:56:09 -0400 Subject: nagios sending recovery emails before critical emails Message-ID: I've seen this happen a few times where my nagios server will send a recovery notification email and about 5 mins later it would send a critical email for the same problem. The Recovery emails have a timestamp that's after the critical email. But I've just receive the recovery email before the critical. Any Ideas why this weird action happens? -Guillermo -------------- next part -------------- An HTML attachment was scrubbed... URL: From psimek at jcu.cz Fri Jul 30 17:07:58 2004 From: psimek at jcu.cz (Petr Simek) Date: Fri, 30 Jul 2004 17:07:58 +0200 (Central Europe Daylight Time) Subject: nagios sending recovery emails before critical emails In-Reply-To: References: Message-ID: On Fri, 30 Jul 2004, Guillermo Padilla wrote: > I've seen this happen a few times where my nagios server will send a > recovery notification email and about 5 mins later it would send a > critical email for the same problem. > The Recovery emails have a timestamp that's after the critical email. > But I've just receive the recovery email before the critical. > Any Ideas why this weird action happens? May be - broken line is between Your INBOX (where email is delivered) and nagios server. First email with critical message is not delivered immediately (line is broken) and is delayed in queue, next message with recover message is delivered immediately - line is OK. Then after some time is sent first message from mail queue . > -Guillermo *------------------------------------------------------------------------* | Petr Simek APS JU | | psimek at jcu.cz | *------------------------------------------------------------------------* ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From simont at mitre.org Fri Jul 30 17:28:55 2004 From: simont at mitre.org (Simon Tetelbaum) Date: Fri, 30 Jul 2004 11:28:55 -0400 Subject: statusmap, trends, etc... not having any luck Message-ID: <410A6937.6010001@mitre.org> I think I've read all the docs/faqs out there on this subject, but I'm still having no luck getting these cgis to work. When I run an ldd of statusmap.cgi, i get: libgd.so.2 => /afs/rcf/admin/local/lib/libgd.so.2 libz.so => /afs/rcf/admin/local/lib/libz.so libm.so.1 => /usr/lib/libm.so.1 libpng.so.3 => /afs/rcf/admin/local/lib/libpng.so.3 libc.so.1 => /usr/lib/libc.so.1 libXpm.so.4 => /usr/lib/libXpm.so.4 libX11.so.4 => /usr/lib/libX11.so.4 libpng.so.2 => (file not found) libdl.so.1 => /usr/lib/libdl.so.1 libXext.so.0 => /usr/openwin/lib/libXext.so.0 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libmp.so.2 => /usr/lib/libmp.so.2 /usr/platform/SUNW,Sun-Fire-V210/lib/libc_psr.so.1 I have the most recent shared library for libpng, but it still complains. How do I fix this. Creating a link didn't seem to help. Thanks. -Simon Tetelbaum ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From gpadilla at cbct.com Fri Jul 30 17:51:02 2004 From: gpadilla at cbct.com (Guillermo Padilla) Date: Fri, 30 Jul 2004 11:51:02 -0400 Subject: nagios sending recovery emails before critical emails Message-ID: I don't quite understand what you mean by broken line..... -----Original Message----- From: nagios-users-admin at lists.sourceforge.net [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Petr Simek Sent: Friday, July 30, 2004 11:08 AM To: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] nagios sending recovery emails before critical emails On Fri, 30 Jul 2004, Guillermo Padilla wrote: > I've seen this happen a few times where my nagios server will send a > recovery notification email and about 5 mins later it would send a > critical email for the same problem. > The Recovery emails have a timestamp that's after the critical email. > But I've just receive the recovery email before the critical. > Any Ideas why this weird action happens? May be - broken line is between Your INBOX (where email is delivered) and nagios server. First email with critical message is not delivered immediately (line is broken) and is delayed in queue, next message with recover message is delivered immediately - line is OK. Then after some time is sent first message from mail queue . > -Guillermo *----------------------------------------------------------------------- -* | Petr Simek APS JU | | psimek at jcu.cz | *----------------------------------------------------------------------- -* ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From tobeya at tobert.org Fri Jul 30 18:10:36 2004 From: tobeya at tobert.org (Al Tobey) Date: Fri, 30 Jul 2004 12:10:36 -0400 Subject: Nagios::Object version 0.05 Message-ID: <1091203836.1181.23.camel@linuxws1.internal.priority-health.com> I just uploaded Nagios::Object version 0.05 to PAUSE. It should make it's way to CPAN in the next hour or so. If it's not there yet you can also download it from http://www.tobert.org/perl/Nagios-Object-0.05.tar.gz. What is it, you ask? Nagios::Object is a set of perl modules for parsing and working with the Nagios configuration and status log. It's at a point now where it can be used for developing tools to do things like generate reports and custom CGIs. My hope is that I will be able to write a replacement frontend to Nagios entirely in mod_perl, using these modules along with Nagios::Cmd as a backend. Please email any questions or bugs to myself, tobeya at tobert.org. I only have time to scan the nagios-users list every other week. -Al Tobey Senior Unix Administrator Priority Health ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Fri Jul 30 19:05:00 2004 From: marc at ena.com (Marc Powell) Date: Fri, 30 Jul 2004 12:05:00 -0500 Subject: nagios sending recovery emails before critical emails Message-ID: <370ACCFA5BB3B346A31222E5559BF91F38A4A0@mismail2.ena.com> He's suggesting that the link from your nagios machine or the machine that is acting as your mail server was down briefly. I would suggest that you go through your mail server logs on both your nagios box and your mail server and see if the alerts came in and were delivered in the proper order or if they were transposed. That would narrow it down to either Nagios, the mail server on the nagios machine or your main mail server. -- Marc ----Original Message---- From: Guillermo Padilla [mailto:gpadilla at cbct.com] Sent: Friday, July 30, 2004 10:51 AM To: Petr Simek; nagios-users at lists.sourceforge.net Subject: RE: [Nagios-users] nagios sending recovery emails before critical emails > I don't quite understand what you mean by broken line..... > > > -----Original Message----- > From: nagios-users-admin at lists.sourceforge.net > [mailto:nagios-users-admin at lists.sourceforge.net] On Behalf Of Petr > Simek > Sent: Friday, July 30, 2004 11:08 AM > To: nagios-users at lists.sourceforge.net > Subject: Re: [Nagios-users] nagios sending recovery emails before > critical emails > > On Fri, 30 Jul 2004, Guillermo Padilla wrote: > > > I've seen this happen a few times where my nagios server will send a > > recovery notification email and about 5 mins later it would send a > > critical email for the same problem. > > > The Recovery emails have a timestamp that's after the critical > > email. But I've just receive the recovery email before the critical. > > > Any Ideas why this weird action happens? > > May be - broken line is between Your INBOX (where email is delivered) > and nagios server. First email with critical message is not delivered > immediately (line is broken) and is delayed in queue, next message > with recover message is delivered immediately - line is OK. Then > after some time is sent first message from mail queue . ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From jhmartin at toger.us Fri Jul 30 19:05:21 2004 From: jhmartin at toger.us (Jason Martin) Date: Fri, 30 Jul 2004 10:05:21 -0700 Subject: Multi-tier failover Message-ID: <20040730170521.GI31499@zippy.toger.us> Has anyone implemented a distributed monitoring system that also has failover capabilities that would care to share their methodology? The documentation doesn't cover the combination of the two and I'm looking for some ideas on how to implement it. Particularly I'm wondering how to handle the OCSP dynamically determining which central server is configured to handle the result. Thank you, -Jason Martin -- Don't mess with Murphy. This message is PGP/MIME signed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available URL: From dmourati at cm.math.uiuc.edu Fri Jul 30 20:57:11 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Fri, 30 Jul 2004 13:57:11 -0500 (CDT) Subject: Multi-tier failover In-Reply-To: <20040730170521.GI31499@zippy.toger.us> References: <20040730170521.GI31499@zippy.toger.us> Message-ID: On Fri, 30 Jul 2004, Jason Martin wrote: > Particularly I'm wondering how to handle the OCSP dynamically > determining which central server is configured to handle the > result. I can think of three ways to handle this: 1. Use a load-balancer between your Distributeds and Centrals 2. Use DNS failover to switch between your Centrals. 3. Always update both Centrals. In scenario 1, you have a load-balancer set up a VIP to port 5667 on Central 1, if it is up and listening, otherwise it points to Central 2. Most load balancers have a concept of routing weight, you could set Central 1 to a very high weight, and Central 2 to a weight of 1. In scenario 2, you would configure OSCP to send its updates to a CNAME maintained in your corporate DNS, i.e. central.yourcompany.com. In normal circumstanes, the CNAME would point to central1.yourcompany.com. On a Nagios failover, part of your event handler would be to update the corporate DNS using BIND nsupdate or some home grown approach manipulating the zone files directly. Scenario 3 is a fallback, not really a good design but will work if you can't manage 1 or 2 above. In this scenario, you setup your oscp command to send two send_nsca commands, one each to Central 1 and Central 2. I guess it has the advantage of easier implementation as well. Hope that helps. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From psimek at jcu.cz Fri Jul 30 21:35:32 2004 From: psimek at jcu.cz (Petr Simek) Date: Fri, 30 Jul 2004 21:35:32 +0200 (Central Europe Daylight Time) Subject: nagios sending recovery emails before critical emails In-Reply-To: References: Message-ID: On Fri, 30 Jul 2004, Guillermo Padilla wrote: > I don't quite understand what you mean by broken line..... Some impossibility send email from nagios host to mailserver where Your INBOX is located. This impossibility may be caused by failure that is reported in this first email. *------------------------------------------------------------------------* | Petr Simek APS JU | | psimek at jcu.cz | *------------------------------------------------------------------------* > On Fri, 30 Jul 2004, Guillermo Padilla wrote: > > > I've seen this happen a few times where my nagios server will send a > > recovery notification email and about 5 mins later it would send a > > critical email for the same problem. > > > The Recovery emails have a timestamp that's after the critical email. > > But I've just receive the recovery email before the critical. > > > Any Ideas why this weird action happens? > > May be - broken line is between Your INBOX (where email is delivered) > and nagios server. First email with critical message is not delivered > immediately (line is broken) and is delayed in queue, next message with > recover message is delivered immediately - line is OK. Then after some > time is sent first message from mail queue . > > > -Guillermo > | Petr Simek APS JU ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From Seth.Hollist at INGENIX.COM Fri Jul 30 21:17:17 2004 From: Seth.Hollist at INGENIX.COM (Hollist, Seth ) Date: Fri, 30 Jul 2004 14:17:17 -0500 Subject: NRPE dependencies - pager denial of service at tack!! Message-ID: Am I just not doing my dependencies correctly, or is there a bug in the dependencies that NRPE some how brings out? -----Original Message----- From: Hollist, Seth Sent: Thursday, July 29, 2004 3:30 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] NRPE dependencies - pager denial of service attack!! I've noticed that if you shutdown NRPE on a machine that's being monitored with NRPE, you end up getting a pager denial of service attack from every single service your monitoring on the machine. This happened to me while I was rebooting a machine today. I setup service dependencies so all checks going over NRPE are depended on a basic NRPE check that uses "check_nrpe -H HOSTNAME" just to see if NRPE is up, but that doesn't seem to help any. In fact what appears to happen is that the basic NRPE check keeps getting rescheduled indefinitely until it's back up, so it always says it's up even though it's not. It got to the point were it was saying the "Status Data Age" was over an hour old. Hopefully someone on here has a better way of dealing with this kind of situation. What do you guys do if NRPE dies on a server your monitoring, so that you get one page about NRPE instead of 50 pages about everything else? Another question I have, is there a command I can put in a shutdown script on a remote server, that will automatically send a message or a trigger to the main Nagios server to tell it that it's being properly rebooted, so that it will automatically be put into maintenance mode for a specified period of time? Thanks This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately. "Secure Server" made the following annotations on 07/30/2004 02:54:43 PM ------------------------------"This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately." ============================== ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mscandian at freebsdbrasil.com.br Fri Jul 30 22:08:16 2004 From: mscandian at freebsdbrasil.com.br (Mario Sergio Candian) Date: Fri, 30 Jul 2004 17:08:16 -0300 (BRT) Subject: notification Message-ID: <20040730170322.G955-100000@cyberdine.freebsdbrasil.com.br> Hi guys, I installed the nagios on my freebsd box, but i dont receive any email of services notification and I put in the contacts.cfg my email address. My nagios.log: (root at main)~> tail -f /var/spool/nagios/nagios.log [1091215906] Successfully shutdown... (PID=1842) [1091215929] Nagios 1.2 starting... (PID=2539) [1091215929] Finished daemonizing... (New PID=2540) [1091217502] Caught SIGTERM, shutting down... [1091217502] Successfully shutdown... (PID=2540) [1091217540] Nagios 1.2 starting... (PID=2844) [1091217540] Finished daemonizing... (New PID=2845) [1091217591] EXTERNAL COMMAND: DISABLE_SVC_CHECK;192.168.1.1;SMTP [1091217624] EXTERNAL COMMAND: SCHEDULE_FORCED_SVC_CHECK;192.168.1.1;SMTP;109121 7668 [1091217643] EXTERNAL COMMAND: ENABLE_SVC_CHECK;192.168.1.1;SMTP (root at main)~> ps ax | grep -i nagios 2845 ?? Ss 0:00.05 nagios -d /usr/local/etc/nagios/nagios.cfg The interface is up. I have some services with problem, and i dont receive nothing about it. What i need to do? Mario Sergio. ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From mscandian at freebsdbrasil.com.br Fri Jul 30 22:46:51 2004 From: mscandian at freebsdbrasil.com.br (Mario Sergio Candian) Date: Fri, 30 Jul 2004 17:46:51 -0300 (BRT) Subject: notification Message-ID: <20040730173903.U955-100000@cyberdine.freebsdbrasil.com.br> Hi, how i configure the time of the nagios to send me a notification? Mario Sergio ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From marc at ena.com Fri Jul 30 23:15:00 2004 From: marc at ena.com (Marc Powell) Date: Fri, 30 Jul 2004 16:15:00 -0500 Subject: notification Message-ID: <370ACCFA5BB3B346A31222E5559BF91F38A4B9@mismail2.ena.com> ----Original Message---- From: Mario Sergio Candian [mailto:mscandian at freebsdbrasil.com.br] Sent: Friday, July 30, 2004 3:47 PM To: nagios-users at lists.sourceforge.net Subject: [Nagios-users] notification > Hi, > > how i configure the time of the nagios to send me a notification? That's a vague question. Do you mean you only want notifications during certain hours of the day? Define a time_period : http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#timeperiod Apply it as the notification_period for the host or service : http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#host, http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#service Or do you want to delay notifications by a certain number of minutes (only works for services): Set your max_check_attempts, normal_check_interval and retry_check_interval to appropriate numbers. For example, Normal_check_interval 5 #minutes Retry_check_interval 3 #minutes Max_check_attempts 5 #try 5 times total Results in about a 15 minute delay from the first CRITICAL check result until notification, presuming the service is critical for the entire interval. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From neil-on-nagios at restricted.dyndns.org Fri Jul 30 23:20:07 2004 From: neil-on-nagios at restricted.dyndns.org (Neil) Date: Fri, 30 Jul 2004 16:20:07 -0500 Subject: Is my nagios in good shape? In-Reply-To: <41FD7929498A174DAB86C45F28E0EC0D6E9692@golden-m.mactec.com> References: <41FD7929498A174DAB86C45F28E0EC0D6E9692@golden-m.mactec.com> Message-ID: <20040730212007.71685.qmail@restricted.dyndns.org> Hi Garry, Thank you very much. Btw, here is my new performance info after the changes: Time Frame Checks Completed <= 1 minute: 59 (20.6%) <= 5 minutes: 208 (72.7%) <= 15 minutes: 277 (96.9%) <= 1 hour: 286 (100.0%) Since program start: 286 (100.0%) Metric Min. Max. Average Check Execution Time: < 1 sec 16 sec 2.245 sec Check Latency: 20 sec 81 sec 49.769 sec Percent State Change: 0.00% 14.80% 0.07% What do you think about the new result? Cook, Garry writes: > Resending message as per your request: > > You should take a look at the max_concurrent_checks value in your Nagios > config. The output below recommends some values to use. After making the > change and restarting Nagios, give it some time to run some checks and > have a look at your performance info again. > > Also, have a look at the following docs: > http://nagios.sourceforge.net/docs/1_0/configmain.html#max_concurrent_ch > ecks > http://nagios.sourceforge.net/docs/1_0/checkscheduling.html > > HTH > > -g > > -----Original Message----- > From: Neil [mailto:neil-on-nagios at restricted.dyndns.org] > Sent: Wed 7/28/2004 2:38 PM > To: Cook, Garry > Cc: nagios-users at lists.sourceforge.net > Subject: Re: Is my nagios in good shape? > > > > Hi Garry, > > This is the result: > SERVICE SCHEDULING INFORMATION > ------------------------------- > Total services: 276 > Total hosts: 115 > > Command check interval: 5 sec > Check reaper interval: 10 sec > > Inter-check delay method: SMART > Average check interval: 319.130 sec > Inter-check delay: 1.156 sec > > Interleave factor method: SMART > Average services per host: 2.400 > Service interleave factor: 3 > > Initial service check scheduling info: > -------------------------------------- > First scheduled check: 1091047230 -> Wed Jul 28 13:40:30 > 2004 > Last scheduled check: 1091047548 -> Wed Jul 28 13:45:48 > 2004 > > Rough guidelines for max_concurrent_checks value: > ------------------------------------------------- > Absolute minimum value: 9 > Recommend value: 27 > > So what are the changes I need to make? > > Thanks :) > > Cook, Garry writes: > >> nagios-users-admin at lists.sourceforge.net wrote: >>> Hey guys, >>> >>> Here is the output of our production nagios' performance info. Is my >>> box ok? >>> >>> Program-Wide Performance Information >>> Active Checks: Time Frame Checks Completed >>> <= 1 minute: 71 (25.7%) >>> <= 5 minutes: 220 (79.7%) >>> <= 15 minutes: 262 (94.9%) >>> <= 1 hour: 276 (100.0%) >>> Since program start: 276 (100.0%) >>> >>> Metric Min. Max. Average >>> Check Execution Time: < 1 sec 16 sec 2.192 sec >>> Check Latency: 70 sec 130 sec 97.312 sec >>> Percent State Change: 0.00% 8.95% 0.17% >> >> It doesn't appear to be in 'bad' shape, although your checks appear to > >> be running a little behind. >> Run //bin/nagios -s //etc/nagios.cfg > to >> see what Nagios thinks about your check latency, and this will also >> suggest some config changes for improvement. >> >>> >>> >>> Thanks, >>> >>> Neil >> >> >> Garry W. Cook, CCNA >> Network Infrastructure Manager >> MACTEC, Inc. - http://www.mactec.com/ >> 303.308.6228 (Office) - 720.220.1862 (Mobile) >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by BEA Weblogic Workshop >> FREE Java Enterprise J2EE developer tools! >> Get your free copy of BEA WebLogic Workshop 8.1 today. >> http://ads.osdn.com/?ad_idG21 > &alloc_id040&opclick >> _______________________________________________ >> Nagios-users mailing list >> Nagios-users at 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 > > > ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From phil at usc.edu Sat Jul 31 00:12:31 2004 From: phil at usc.edu (Phil Dibowitz) Date: Fri, 30 Jul 2004 15:12:31 -0700 Subject: Multiple interfaces Message-ID: <20040730221231.GS21084@usc.edu> So, I wanted to configure multiple interfaces for hosts, and the FAQ says it is possible here: http://www.nagios.org/faqs/viewfaq.php?faq_id=146&expand=false&showdesc=false but notes the plugins needs to support the syntax. That makes sense. Sadly, though, it seems most of the plugins don't. We're using the latest 2.0 plugins (though we're using the 1.x core just because of the huge "this is beta" warnings when we downloaded it). I'm wondering -- what are most people doing for servers with multiple interfaces? Thanks! -- Phil Dibowitz Systems Architect and Administrator Enterprise Infrastructure / ISD / USC UCC 174 - 213-821-5427 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From ctny at yahoo.com Sat Jul 31 00:03:26 2004 From: ctny at yahoo.com (- CT -) Date: Fri, 30 Jul 2004 18:03:26 -0400 Subject: basic help with plugin please Message-ID: <410AC5AE.3030508@yahoo.com> I am running into a very basic problem, I am sure everyone here has solved it... I get a "(Return code of 127 is out of bounds - plugin may be missing)" on every status. So I ran nagios in the foreground. I see errors like "sh: line 1: /check_disk: No such file or directory". It looks like nagios is expecting to find the libexec commands in the root directory. How do I set the libexec path? I did the standard installation, /usr/local/nagios. Everything is owned by nagios user and nagios group. The plugins are in the default /usr/local/nagios/libexec. I didn't find setting the libexec path in the document. Also, where is the shell script the error message was refering to?... please help. Clayton Tang ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From phil at usc.edu Sat Jul 31 00:35:24 2004 From: phil at usc.edu (Phil Dibowitz) Date: Fri, 30 Jul 2004 15:35:24 -0700 Subject: Multiple interfaces In-Reply-To: References: <20040730221231.GS21084@usc.edu> Message-ID: <20040730223524.GU21084@usc.edu> I'm brining this back on-list, because I think that the reasoning is important to my question... hope you don't mind. On Fri, Jul 30, 2004 at 03:22:47PM -0700, PGuth at corp.terralycos.com wrote: > We just define multiple hosts, one for each interface. Generally they > have the same hostname with a letter appended to signify what network, so > if your host is named host22 you could define host22pub and host22priv, > for instance. See. But we have lik 8 interfaces that are all reachable from any one place, but depending on where you are on the network one is closer to you -- different subnets. And hosta - hostg is kind of annoying. Especially because someones we'll name one interface seperately so we get: almaakA almaakB almaakC almaakD almaakE almaak-qfe0A almaak-qfe0B almaak-eri0A almaak-eri0B And that's kinda hard to manage --- have to have service entires for all of the, etc., etc... -- Phil Dibowitz Systems Architect and Administrator Enterprise Infrastructure / ISD / USC UCC 174 - 213-821-5427 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From PGuth at corp.terralycos.com Sat Jul 31 00:32:18 2004 From: PGuth at corp.terralycos.com (PGuth at corp.terralycos.com) Date: Fri, 30 Jul 2004 15:32:18 -0700 Subject: Multiple interfaces In-Reply-To: <20040730223524.GU21084@usc.edu> References: <20040730223524.GU21084@usc.edu> Message-ID: I guess it depends on what you're trying to do. If you just want to make sure you're hitting the interface that's closest to the nagios server, then why not simply use *that* interface as the one defined in the host object? And ignore the rest? If you actually need to monitor each interface (or services on each interface) separately I don't see how to avoid the work of defining multiple "things" even if you could find a way to do it without multiple host definitions. You can make the multiple definitions easier with hostgroups/templating etc so that you only define a service once, assign a hostgroup to it, and put all your hosts (and their interfaces) in that hostgroup. Phil Dibowitz 07/30/2004 03:35 PM To: PGuth at corp.terralycos.com cc: nagios-users at lists.sourceforge.net Subject: Re: [Nagios-users] Multiple interfaces I'm brining this back on-list, because I think that the reasoning is important to my question... hope you don't mind. On Fri, Jul 30, 2004 at 03:22:47PM -0700, PGuth at corp.terralycos.com wrote: > We just define multiple hosts, one for each interface. Generally they > have the same hostname with a letter appended to signify what network, so > if your host is named host22 you could define host22pub and host22priv, > for instance. See. But we have lik 8 interfaces that are all reachable from any one place, but depending on where you are on the network one is closer to you -- different subnets. And hosta - hostg is kind of annoying. Especially because someones we'll name one interface seperately so we get: almaakA almaakB almaakC almaakD almaakE almaak-qfe0A almaak-qfe0B almaak-eri0A almaak-eri0B And that's kinda hard to manage --- have to have service entires for all of the, etc., etc... -- Phil Dibowitz Systems Architect and Administrator Enterprise Infrastructure / ISD / USC UCC 174 - 213-821-5427 -------------- next part -------------- A non-text attachment was scrubbed... Name: attyd4il.dat Type: application/octet-stream Size: 196 bytes Desc: not available URL: From phil at usc.edu Sat Jul 31 00:49:38 2004 From: phil at usc.edu (Phil Dibowitz) Date: Fri, 30 Jul 2004 15:49:38 -0700 Subject: Multiple interfaces In-Reply-To: References: <20040730223524.GU21084@usc.edu> Message-ID: <20040730224937.GW21084@usc.edu> On Fri, Jul 30, 2004 at 03:32:18PM -0700, PGuth at corp.terralycos.com wrote: > I guess it depends on what you're trying to do. If you just want to make > sure you're hitting the interface that's closest to the nagios server, > then why not simply use *that* interface as the one defined in the host > object? And ignore the rest? > > If you actually need to monitor each interface (or services on each > interface) separately I don't see how to avoid the work of defining > multiple "things" even if you could find a way to do it without multiple > host definitions. You can make the multiple definitions easier with > hostgroups/templating etc so that you only define a service once, assign a > hostgroup to it, and put all your hosts (and their interfaces) in that > hostgroup. OK, let me be a bit more clear... I want all interfaces monitored with each server. However, having to define 10 or 15 services upwards of 5 times for each host gets very unmanagable. It makes the services.cfg file harder to read, and makes it more likely for people to make mistakes in it. Furthermore, it makes the webpage overviews less easy to look at at a glance. Instead of one: Host Service Service Service to look at, the NOC now has to look at 5 or 8 or 10. The whole point of moving to nagios is to make things less confusing for the NOC so that us admins get less 3am calls ;) Sorry, I should have make that more clear. Now having said that, if I have to have 5 host definitions and make a host group out of it, then so be it, I will -- but that just seems unclean to me. I'll probably make someone here modify the plugins... though we're understaffed here, so I'd rather not. -- Phil Dibowitz Systems Architect and Administrator Enterprise Infrastructure / ISD / USC UCC 174 - 213-821-5427 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From PGuth at corp.terralycos.com Sat Jul 31 01:12:07 2004 From: PGuth at corp.terralycos.com (PGuth at corp.terralycos.com) Date: Fri, 30 Jul 2004 16:12:07 -0700 Subject: Multiple interfaces In-Reply-To: <20040730224937.GW21084@usc.edu> References: <20040730224937.GW21084@usc.edu> Message-ID: You *could* do this by defining each interface as a service under a single host. For the check_command for each service you would have something like check_ping_by_ip!. That would give you the cleaner host presentation. But you still define one thing for each interface. And you'd have to define check_ping_by_ip, of course. If you actually need to monitor multiple services for *each* interface it's going to be pretty big and unwieldy. I don't understand what you mean by "modifying the plugins"....you want to be able to give check_http (for instance) a list of IP addresses to check? Like you want to have a single host with a service called SERVICE and the check_command for that service looks something like "check_service IP1 IP2 IP3 IP4"? How does this make things easier to understand? It's still going to just show up in the Nagios GUI as a single service that's either up or down, no matter which interface doesn't work, right? So you've lost some diagnostic ability (someone needs to go look to see which interface is down). And you still need to put the 4 IP addresses into the config file by hand, although it may make the config itself smaller. It seems to me like you can either have simple and clean configurations with a cluttered presentation, or a simple and clean presentation with a cluttered configuration. I'm running into a similar problem with my Nagios setup at the moment....the "OO"-ness of the config system is neat, but doesn't have quite as many degrees of freedom as I'd like. I've basically given up on the "status summary" type pages being useful and figure the "tactical overview" will be the main screen used, from there you can drill directly down to the problem areas. Phil Dibowitz Sent by: nagios-users-admin at lists.sourceforge.net 07/30/2004 03:49 PM To: nagios-users at lists.sourceforge.net cc: Subject: Re: [Nagios-users] Multiple interfaces On Fri, Jul 30, 2004 at 03:32:18PM -0700, PGuth at corp.terralycos.com wrote: > I guess it depends on what you're trying to do. If you just want to make > sure you're hitting the interface that's closest to the nagios server, > then why not simply use *that* interface as the one defined in the host > object? And ignore the rest? > > If you actually need to monitor each interface (or services on each > interface) separately I don't see how to avoid the work of defining > multiple "things" even if you could find a way to do it without multiple > host definitions. You can make the multiple definitions easier with > hostgroups/templating etc so that you only define a service once, assign a > hostgroup to it, and put all your hosts (and their interfaces) in that > hostgroup. OK, let me be a bit more clear... I want all interfaces monitored with each server. However, having to define 10 or 15 services upwards of 5 times for each host gets very unmanagable. It makes the services.cfg file harder to read, and makes it more likely for people to make mistakes in it. Furthermore, it makes the webpage overviews less easy to look at at a glance. Instead of one: Host Service Service Service to look at, the NOC now has to look at 5 or 8 or 10. The whole point of moving to nagios is to make things less confusing for the NOC so that us admins get less 3am calls ;) Sorry, I should have make that more clear. Now having said that, if I have to have 5 host definitions and make a host group out of it, then so be it, I will -- but that just seems unclean to me. I'll probably make someone here modify the plugins... though we're understaffed here, so I'd rather not. -- Phil Dibowitz Systems Architect and Administrator Enterprise Infrastructure / ISD / USC UCC 174 - 213-821-5427 -------------- next part -------------- A non-text attachment was scrubbed... Name: attdsk76.dat Type: application/octet-stream Size: 196 bytes Desc: not available URL: From phil at usc.edu Sat Jul 31 01:35:26 2004 From: phil at usc.edu (Phil Dibowitz) Date: Fri, 30 Jul 2004 16:35:26 -0700 Subject: Multiple interfaces In-Reply-To: References: <20040730224937.GW21084@usc.edu> Message-ID: <20040730233526.GZ21084@usc.edu> On Fri, Jul 30, 2004 at 04:12:07PM -0700, PGuth at corp.terralycos.com wrote: > You *could* do this by defining each interface as a service under a single > host. For the check_command for each service you would have something > like check_ping_by_ip!. That would give you the cleaner > host presentation. But you still define one thing for each interface. And > you'd have to define check_ping_by_ip, of course. If you actually need to > monitor multiple services for *each* interface it's going to be pretty big > and unwieldy. Okay, lets take HTTP. It seems like HTTP would be in a "warning" state it it doesn't respond on all interfaces, "fail" if it doesn't work on any, and "okay" if it works on all. NOC can go "HTTP is in a warning state on HOST" You bring up a good point that a sysadmin can't look at Nagios and see what interface is down, but sysadmins won't be looking at nagios, the NOC staff will. And some of the NOC staff is less then stellar... and more than "it works" or "it doesn't work" is a hard concept to get across. If HTTP dies, getting them to understand that almaak0 through almaak5 is all the same host is non-trivial, especially when you have hosts named like hpc001, hpc002...hpc978. Which brings us to the "hostgroups that represent hosts" option... But yes -- services should be monitored on all interfaces... in my opinion... -- Phil Dibowitz Systems Architect and Administrator Enterprise Infrastructure / ISD / USC UCC 174 - 213-821-5427 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From CWaters at jeld-wen.com Sat Jul 31 02:01:32 2004 From: CWaters at jeld-wen.com (Chris Waters) Date: Fri, 30 Jul 2004 17:01:32 -0700 Subject: Management from a Cell phone Message-ID: Has anyone been successful in sending commands to Nagios from a cell phone or similar device via email? I am thinking of writing some procmail filters/actions to do some things like parse return emails from my trouble ticket system and then add the ticket number in a comment. Along those lines, I was wondering if anyone has developed a method for acknowledging host down alerts by sending an email back to the nagios server. It would seem that processing an external command that is initiated from procmail would do the trick. Has anyone done this or something similar. Trying not to re-invent the wheel, Chris Waters --"The conclusive proof that intelligent life exists elsewhere in the universe lies in the fact that nobody has bothered to contact us"--unknown -------------- next part -------------- An HTML attachment was scrubbed... URL: From dmourati at cm.math.uiuc.edu Sat Jul 31 02:00:05 2004 From: dmourati at cm.math.uiuc.edu (Demetri Mouratis) Date: Fri, 30 Jul 2004 19:00:05 -0500 (CDT) Subject: basic help with plugin please In-Reply-To: <410AC5AE.3030508@yahoo.com> References: <410AC5AE.3030508@yahoo.com> Message-ID: On Fri, 30 Jul 2004, - CT - wrote: > I am running into a very basic problem, I am sure everyone here has > solved it... > > I get a "(Return code of 127 is out of bounds - plugin may be missing)" > on every status. So I ran nagios in the foreground. I see errors like > "sh: line 1: /check_disk: No such file or directory". It looks like > nagios is expecting to find the libexec commands in the root directory. > > How do I set the libexec path? I did the standard installation, > /usr/local/nagios. Everything is owned by nagios user and nagios group. > The plugins are in the default /usr/local/nagios/libexec. I didn't find > setting the libexec path in the document. Also, where is the shell > script the error message was refering to?... please help. The best approach I've found is to set the user variable $USER1$ to /usr/local/nagios/libexec. Do this in resource.cfg like so: # Sets $USER1$ to be the path to the plugins $USER1$=/usr/local/nagios/libexec Then, configure all your checks with a $USER1$ prefix. From checkcommands.cfg: # 'check_local_disk' command definition define command{ command_name check_local_disk command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ } Hope that helps. --------------------------------------------------------------------- Demetri Mouratis dmourati at linfactory.com ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From michael at gargantuan.com Sat Jul 31 03:17:15 2004 From: michael at gargantuan.com (Michael W. Oliver) Date: Fri, 30 Jul 2004 21:17:15 -0400 Subject: Multiple interfaces In-Reply-To: <20040730221231.GS21084@usc.edu> References: <20040730221231.GS21084@usc.edu> Message-ID: <20040731011715.GD96313@gargantuan.com> On 2004-07-30T15:12:31-0700, Phil Dibowitz wrote: > So, > > I wanted to configure multiple interfaces for hosts, and the FAQ says it is > possible here: > > http://www.nagios.org/faqs/viewfaq.php?faq_id=146&expand=false&showdesc=false So, if I understand the description on that page, you could define a host something like this... define host{ host_name router1.example.com alias Router #1 address fa0-0,192.168.1.1,fa0-1,192.168.2.1 check_command check-router-interfaces } So, the whole address string would get passed to the plug-in via the $HOSTADDRESS$ macro. Then, for the `check-router-interfaces` plug-in, you split the $HOSTADDRESS$ into pairs... interface name and IP address. If all interfaces are reachable and reply to the query (ping, for example), then the host is 'OK'. If all are down, then the host status is 'CRITICAL'. If one or more, but less than all, are down, then it is 'WARNING'. This is interesting, as I have up until now been using individual host entries for each interface that I want to monitor (fa0-0.router1.example.com, fa0-1.router1.example.com, etc.) and this seems like it might be... better? Hmm... wouldn't this also work for service checks? Or, did I totally miss the point the OP was trying to make? :) -- Mike perl -e 'print unpack("u","88V]N=&%C=\"!I;F9O(&EN(&AE861E References: <20040730221231.GS21084@usc.edu> <20040731011715.GD96313@gargantuan.com> Message-ID: <20040731015228.GD21084@usc.edu> On Fri, Jul 30, 2004 at 09:17:15PM -0400, Michael W. Oliver wrote: > On 2004-07-30T15:12:31-0700, Phil Dibowitz wrote: > > So, > > > > I wanted to configure multiple interfaces for hosts, and the FAQ says it is > > possible here: > > > > http://www.nagios.org/faqs/viewfaq.php?faq_id=146&expand=false&showdesc=false > > So, if I understand the description on that page, you could define a > host something like this... > > define host{ > host_name router1.example.com > alias Router #1 > address fa0-0,192.168.1.1,fa0-1,192.168.2.1 > check_command check-router-interfaces > } > > So, the whole address string would get passed to the plug-in via the > $HOSTADDRESS$ macro. > > Then, for the `check-router-interfaces` plug-in, you split the > $HOSTADDRESS$ into pairs... interface name and IP address. If all > interfaces are reachable and reply to the query (ping, for example), > then the host is 'OK'. If all are down, then the host status is > 'CRITICAL'. If one or more, but less than all, are down, then it is > 'WARNING'. > > This is interesting, as I have up until now been using individual host > entries for each interface that I want to monitor > (fa0-0.router1.example.com, fa0-1.router1.example.com, etc.) and this > seems like it might be... better? > > Hmm... wouldn't this also work for service checks? > > Or, did I totally miss the point the OP was trying to make? :) No, that was exactly my point, except that the FAQ doesn't use pairs, it just uses addresses: address 192.168.1.1,192.168.2.1 But none of the plugins I tried support that syntax. -- Phil Dibowitz Systems Architect and Administrator Enterprise Infrastructure / ISD / USC UCC 174 - 213-821-5427 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From michael at gargantuan.com Sat Jul 31 04:14:48 2004 From: michael at gargantuan.com (Michael W. Oliver) Date: Fri, 30 Jul 2004 22:14:48 -0400 Subject: Multiple interfaces In-Reply-To: <20040731015228.GD21084@usc.edu> References: <20040730221231.GS21084@usc.edu> <20040731011715.GD96313@gargantuan.com> <20040731015228.GD21084@usc.edu> Message-ID: <20040731021448.GE96313@gargantuan.com> On 2004-07-30T18:52:28-0700, Phil Dibowitz wrote: > No, that was exactly my point, except that the FAQ doesn't use pairs, it > just uses addresses: > address 192.168.1.1,192.168.2.1 > > But none of the plugins I tried support that syntax. I don't know of any that would, so the only solution here is to roll your own plugin. I have done this a few times, with the most recent to ping some hosts via IPv6 (ping6). Shouldn't be too much trouble to code it up in bourne shell, perl, etc. depending on your skill level. Good luck! -- Mike perl -e 'print unpack("u","88V]N=&%C=\"!I;F9O(&EN(&AE861E References: Message-ID: <410B0C0A.4090906@yahoo.com> Thanks for all the help. The default sample nagios.cfg commented resources.cfg out, and stated that this file is optional, so I didn't include it. Now it works. Clayton Demetri Mouratis wrote: >On Fri, 30 Jul 2004, - CT - wrote: > > > >> I am running into a very basic problem, I am sure everyone here has >>solved it... >> >>I get a "(Return code of 127 is out of bounds - plugin may be missing)" >>on every status. So I ran nagios in the foreground. I see errors like >>"sh: line 1: /check_disk: No such file or directory". It looks like >>nagios is expecting to find the libexec commands in the root directory. >> >>How do I set the libexec path? I did the standard installation, >>/usr/local/nagios. Everything is owned by nagios user and nagios group. >>The plugins are in the default /usr/local/nagios/libexec. I didn't find >>setting the libexec path in the document. Also, where is the shell >>script the error message was refering to?... please help. >> >> > >The best approach I've found is to set the user variable $USER1$ to >/usr/local/nagios/libexec. Do this in resource.cfg like so: > ># Sets $USER1$ to be the path to the plugins >$USER1$=/usr/local/nagios/libexec > >Then, configure all your checks with a $USER1$ prefix. From >checkcommands.cfg: > ># 'check_local_disk' command definition >define command{ > command_name check_local_disk > command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ > } > >Hope that helps. > >--------------------------------------------------------------------- >Demetri Mouratis >dmourati at linfactory.com > > > > ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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 From sysop at millenia.com Sat Jul 31 09:22:27 2004 From: sysop at millenia.com (Brian Andrus) Date: Sat, 31 Jul 2004 00:22:27 -0700 Subject: Multiple interfaces In-Reply-To: <20040731021448.GE96313@gargantuan.com> References: <20040731021448.GE96313@gargantuan.com> Message-ID: <200407310017609.SM01596@daddy> I would recommend writing a mere wrapper that will call the appropriate check command with the appropriate options. Much like check_nrpe does. So you would have something like define host{ use generic-host ; Name of host template to use host_name rh1 address 10.1.1.2 192.168.1.2 192.168.0.2 check_command check-host } define command{ command_name check-host command_line $USER1$/check_host -H $HOSTADDRESS$ $ARG1$ $ARG2$ } define service{ use generic-service ; Name of service template to use host_name rh3 service_description http services check_command check_host!check_http } Then check_host could basically parse out $HOSTADDRESS$ and run $ARG1$ as the check command with $ARG2$ as the arguments (if any) to pass. All The Best, Brian Andrus, president Millenia Internet Services, Inc. (310) 260-1514 http://www.millenia.com ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nagios-users mailing list Nagios-users at 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