Dear all,<br><br>I am using Fedore core 5 and i have install nagios for Network monitoring. <br>Version Details:<br>OS - Linux Fedora Core 5<br>Application : Nagios 2.5<br>SNMP 5.3.1<br>CISCO MIB file using V1<br>My Setup description:<br>1 .SNMP trap daemon will receive SNMP traps <br>2 . SNMP trap daemon will handle traps to /var/spool/snmptt<br>3. SNMPTT will get the traps from /var/spool/snmptt directory<br>4. SNMPTT translate the mibs and handover to syslog (/var/log/message)<br>5 . I have called SEC to correlate the events from syslog and sec will in turn use the python script to correlate the event to handover to nagios cmd.<br>I am verifying the documents form sysadmin site.<br><br>I have copied the same service templates from the site for my configuration.<br>iam using minimal.cfg as object configuartion file in that service template is given below<br><br><pre>define service {<br> use passive-check-template<br> name generic-snmptrap<br>
service_description snmp_trap_handling<br> is_volatile 1<br> check_period none<br> notification_interval 120<br> notification_options w,u,c,r<br> notification_period 24x7<br> check_command passive_check_missing<br> max_check_attempts 1<br> check_freshness 0<br> stalking_options o,w,u,c<br> register 0<br>}<br>define service {<br> use generic-snmptrap<br> host_name my_example_host<br> contact_groups my_example_group<br> service_description snmp_trap_handling_ok<br>}<br><br>define service {<br> use generic-snmptrap<br> host_name my_example_host<br> contact_groups my_example_group<br> service_description snmp_trap_handling_warning<br>}<br><br>define service {<br> use generic-snmptrap<br> host_name my_example_host<br> contact_groups my_example_group<br> service_description snmp_trap_handling_critical<br>}<br><br><br></pre>when i execute nagios it
says error message as given below<br><br><span style="font-weight: bold;">Error: Template 'passive-check-template' specified in service definition could not be not found (config file '/etc/nagios/minimal.cfg', starting on line 307)</span><br style="font-weight: bold;"><span style="font-weight: bold;">Error: Invalid max_attempts, check_interval, retry_interval, or notification_interval value for service 'snmp_trap_handling_Critical' on host 'router1'</span><br style="font-weight: bold;"><span style="font-weight: bold;">Error: Could not register service (config file '/etc/nagios/minimal.cfg', starting on line 330)</span><br>how to integrate SNMP traps in nagios web browser<br><br><br>Pls find my configuration files with this . Pls help me in this regard<br><br>With Regards<br>Hariharan<br><br><b><i>nagios-users-request@lists.sourceforge.net</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Send
Nagios-users mailing list submissions to<br> nagios-users@lists.sourceforge.net<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> https://lists.sourceforge.net/lists/listinfo/nagios-users<br>or, via email, send a message with subject or body 'help' to<br> nagios-users-request@lists.sourceforge.net<br><br>You can reach the person managing the list at<br> nagios-users-owner@lists.sourceforge.net<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Nagios-users digest..."<br><br><br>Today's Topics:<br><br> 1. Re: NRPE dependencies (Ugo Bellavance)<br> 2. Distributed setup, NSCA, not working (Ugo Bellavance)<br> 3. httping through proxy (naim abu darwish)<br> 4. Nagios Crashes on Downtime (David Schlecht)<br> 5. Re: httping through proxy (Marc Powell)<br> 6. Re: httping through proxy (naim abu darwish)<br> 7. Re: NRPE dependencies (John P. Rouillard)<br> 8. Monitoring windows servers (Ranga
Nathan)<br> 9. Re: Monitoring windows servers (Ugo Bellavance)<br> 10. Re: Nagios Crashes on Downtime (karl.kornel@mindspeed.com)<br> 11. Antwort: Monitoring windows servers [Virengeprueft]<br> (Roland.Sorgenfrei@spb.de)<br> 12. Re: weekly availability reports (rob.moss@uk.bnpparibas.com)<br> 13. Re: Antwort: Monitoring windows servers [Virengeprueft]<br> (Anthony Montibello)<br> 14. Slave nagios (John Longland)<br> 15. Re: Slave nagios (Thomas Sluyter)<br> 16. Fwd: Welcome to the "Nagios-users" mailing list (Digest mode)<br> (Hariharan Sankararaman)<br> 17. Error: Template 'passive-check-template' (Hariharan Sankararaman)<br> 18. Re: httping through proxy (naim abu darwish)<br> 19. check/notification intervals (Terry)<br> 20. Re: check/notification intervals (Patrick Morris)<br> 21. Re: Monitoring windows servers (Geoffrey Walton)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Mon,
25 Sep 2006 16:03:29 -0400<br>From: Ugo Bellavance <ugob@camo-route.com><br>Subject: Re: [Nagios-users] NRPE dependencies<br>To: nagios-users@lists.sourceforge.net<br>Message-ID: <ef9cmi$kmu$1@sea.gmane.org><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Hendrik Baecker wrote:<br>> Hi,<br>> <br>> just do so... the services dependency feature is just there for such an <br>> installation.<br>> <br>> Read more about it on:<br>> <br>> http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#servicedependency<br><br>Ok, it works. Maybe I went too quickly.<br><br>What dit not work is that I would like to use a group for the service <br>description.<br><br>I want to be able to say that for every server in my config, if NRPE is <br>not returning OK on one server, don't do checks that depend on NRPE.<br><br>The ideal solution would be only one servicedependency definition, but I <br>don't think it is possible, so here is what I
tried:<br><br>- Defined a servicegroup:<br><br>define servicegroup{<br> servicegroup_name NRPE_dep<br> alias NRPE-dependant checks<br> }<br><br>- I added members through the "servicegroups" directive in the service <br>descriptions.<br><br>Now I'm trying that:<br><br>define servicedependency{<br> dependent_servicegroup_name NRPE_dep<br> host_name server1<br> service_description NRPE<br> execution_failure_criteria n<br> notification_failure_criteria w,u,c<br> }<br><br>I always get this error:<br><br>Error: NULL service description/host name in service dependency definition<br><br>Any ideas?<br><br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Mon, 25 Sep 2006 16:27:11 -0400<br>From: Ugo Bellavance <ugob@camo-route.com><br>Subject: [Nagios-users] Distributed setup, NSCA, not working<br>To:
nagios-users@lists.sourceforge.net<br>Message-ID: <ef9e30$q29$1@sea.gmane.org><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Hi,<br><br> I'm trying to make a failover system, so I have added, on the master <br>server, to:<br><br>nagios.cfg:<br><br>obsess_over_services=1<br>ocsp_command=send_service_check<br><br>( don't check for hosts)<br><br>I've defined send_service_check like this:<br><br># send_service_check command definition<br>define command{<br> command_name send_service_check<br> command_line /usr/sbin/send_nsca -H 10.0.0.2 -c <br>/etc/nagios/send_nsca.cfg -d "," <br>$HOSTNAME$,'$SERVICEDESC$',$SERVICESTATEID$,'$SERVICEOUTPUT$'<br> }<br><br>It does not work. 10.0.0.2 never gets anything, but I don't have any <br>errors either.<br><br>I tried running manually:<br><br>/usr/sbin/send_nsca -H 10.0.0.2 -c /etc/nagios/send_nsca.cfg -d "," <br>gateway2,SWAP,0,Caution<br><br>It leads to help, as if I made a
mistake.<br><br>I've tried encrypting, and I decided to try without encryption to be <br>sure this wasn't the problem. Still nothing.<br><br>Telnetting to port 5667 connects, outputs garbage.<br><br>I tried enabling debug on the nsca server (10.0.0.2), nothing more.<br><br>Any ideas?<br><br>Regards,<br><br>Ugo<br><br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Mon, 25 Sep 2006 23:39:15 +0300<br>From: "naim abu darwish" <naim.abu.darwish@gmail.com><br>Subject: [Nagios-users] httping through proxy<br>To: nagios-users@lists.sourceforge.net<br>Message-ID:<br> <3f8ec11c0609251339j6b0ca236r95ad02f399bd8e5e@mail.gmail.com><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>hello.<br>I'm trying to monitor browsing performance through proxies. httping (<br>http://www.vanheusden.com/httping/ )is like ping but for<br>http-requests.<br>check command example is something like ::<br><br>httping -h www.google.com -x 192.168.20.24:8080
-c 1 -t 2<br><br>where the variables are ::<br>1) 192.168.20.24 is the ip address of the proxy, corresponding to<br>$$HOSTADDRESS$$<br>2) 8080 is the port number that the squid proxy is running on, this<br>could be corresponding to $ARG1$<br><br>Could anyone please tell me how to put this in a way nagios<br>understands. Its something close to what i did below, but i cant quiet<br> figure it out yet.<br>the mistake is somewhere with the colon ( : ), i think.<br><br>### from the file /etc/nagios/checkcommands.cfg<br><br><br>define command{<br> command_name check_httping<br> command_line /usr/bin/httping -x $HOSTADDRESS$ : $ARG1$<br>-c 1 -h www.google.com<br> }<br>###<br>Many thanks<br><br><br>-Naim<br><br><br><br>------------------------------<br><br>Message: 4<br>Date: Mon, 25 Sep 2006 23:16:07 +0200 (CEST)<br>From: David Schlecht <dschlecht@doit.nv.gov><br>Subject: [Nagios-users] Nagios Crashes on Downtime<br>To:
nagios-users@lists.sourceforge.net<br>Message-ID: <20060925211607.729CE4F4046@desire.netways.de><br>Content-Type: text/plain; charset="ISO-8859-1"<br><br>Hi list<br><br><br><br>I've been fighting this beast forever and really am pleading for<br> some expertise. <br><br><br><br>I'm running Nagios on SUSe linux, 8.x, sles 9.3 and have been having<br> this trouble since Nagios 1.1. Currently using v2.5. I'm currently<br> using plugins v1.4.2, but the version doesn't seem to matter.<br><br><br><br>The OS also doesn't seem to matter. We're running on an old 486,<br> a new 64-bit Intel blade, and a z/Os mainframe virtual host and<br> it bombs the same on all.<br><br><br><br>Nagios crashes occassionally when entering or exiting from scheduled<br> down time. I've seen the problem once or twice from other commands,<br> but it seems the easiest to reproduce by scheduling downtime.<br><br><br><br>In all earlier versions, the crash wrote a segfault to the logs,<br> but v2.5 just
dies quietly.<br><br><br><br>The problem comes around once every 200-300 commands, but there<br> isn't a magic number. It doesn't die on the same host name, either.<br> We are currently showing around 11 critical items in the monitoring<br> interface, and all the statuses and notifications are valid.<br><br><br><br>We are using only active checks. The performance numbers look suspicious<br> (90% over one minute) but with performance data monitoring disabled<br> in nagios.cfg, I don't place much confidence in these numbers.<br><br><br><br>Please help!<br><br><br><br><br><br>- David Schlecht (dschl)<br><br><br><br>-----------------------<br><br>The mailing list archive is found here:<br><br>http://www.nagiosexchange.org/nagios-users.34.0.html<br><br> <br><br><br><br>------------------------------<br><br>Message: 5<br>Date: Mon, 25 Sep 2006 16:20:19 -0500<br>From: "Marc Powell" <marc@ena.com><br>Subject: Re: [Nagios-users] httping through proxy<br>To:
<nagios-users@lists.sourceforge.net><br>Message-ID: <A7B0A9F02975A74A845FE85D0B95B8FA03928CCD@misex01.ena.com><br>Content-Type: text/plain; charset="US-ASCII"<br><br><br><br>> -----Original Message-----<br>> From: nagios-users-bounces@lists.sourceforge.net [mailto:nagios-users-<br>> bounces@lists.sourceforge.net] On Behalf Of naim abu darwish<br>> Sent: Monday, September 25, 2006 3:39 PM<br>> To: nagios-users@lists.sourceforge.net<br>> Subject: [Nagios-users] httping through proxy<br>> <br>> hello.<br>> I'm trying to monitor browsing performance through proxies. httping (<br>> http://www.vanheusden.com/httping/ )is like ping but for<br>> http-requests.<br>> check command example is something like ::<br>> <br>> httping -h www.google.com -x 192.168.20.24:8080 -c 1 -t 2<br>> <br>> where the variables are ::<br>> 1) 192.168.20.24 is the ip address of the proxy, corresponding to<br>> $$HOSTADDRESS$$<br>> 2) 8080 is the
port number that the squid proxy is running on, this<br>> could be corresponding to $ARG1$<br>> <br>> Could anyone please tell me how to put this in a way nagios<br>> understands. Its something close to what i did below, but i cant quiet<br>> figure it out yet.<br>> the mistake is somewhere with the colon ( : ), i think.<br>> <br>> ### from the file /etc/nagios/checkcommands.cfg<br>> <br>> <br>> define command{<br>> command_name check_httping<br>> command_line /usr/bin/httping -x $HOSTADDRESS$ : $ARG1$<br>> -c 1 -h www.google.com<br>> }<br><br>The spaces around the : are likely to be your current problem. You were<br>probably trying for something like --<br><br>command_line /usr/bin/httping -x $HOSTADDRESS$:$ARG1$ -c 1 -h<br>www.google.com<br><br>That would at least get httping running _BUT_ unless httping exits with<br>the standard nagios exit codes to denote state and follows the
nagios<br>output guidelines (in the Developer Docs at http://nagiosplug.sf.net),<br>you'll need to create a wrapper script for it so that it does. This is<br>almost certainly going to be necessary. Essentially you'll need to look<br>at the output of httping and determine if it's OK, WARNING, CRITICAL or<br>UNKNOWN and tell nagios appropriately. At the minimum you'll need to<br>follow the 'Print only one line of output' and 'Plugin Return Codes'<br>section of that documentation. <br><br>--<br>Marc <br><br><br><br>------------------------------<br><br>Message: 6<br>Date: Tue, 26 Sep 2006 00:49:49 +0300<br>From: "naim abu darwish" <naim.abu.darwish@gmail.com><br>Subject: Re: [Nagios-users] httping through proxy<br>To: nagios-users@lists.sourceforge.net<br>Message-ID:<br> <3f8ec11c0609251449lde86f61w19b757096d8d221a@mail.gmail.com><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Hello<br>Thnx for the quick reply Mark, httping actaully has a -N
switch ::<br>httping:: -N x Nagios mode 2: return 0 when all fine, 'x'<br>i could add to that a time limit, say -t 2, standing for time limit is<br>2 seconds, and i sound the alarm when the value goes above that.<br>but thats not what i really want, i want the actuall httping value, i<br>want to make a graph out of it, with nagiosgrapher or pnp. This is<br>very important, we must know when perfomance is better, when we must<br>upgrade, etc etc..<br><br>oh, and running without the spaces before and after the : did not<br>help, i got this message:<br>(Return code of 127 is out of bounds - plugin may be missing)<br>Any ideas?<br><br>Greets<br>-Naim<br><br>On 9/26/06, Marc Powell <marc@ena.com> wrote:<br>><br>><br>> > -----Original Message-----<br>> > From: nagios-users-bounces@lists.sourceforge.net [mailto:nagios-users-<br>> > bounces@lists.sourceforge.net] On Behalf Of naim abu darwish<br>> > Sent: Monday, September 25, 2006 3:39
PM<br>> > To: nagios-users@lists.sourceforge.net<br>> > Subject: [Nagios-users] httping through proxy<br>> ><br>> > hello.<br>> > I'm trying to monitor browsing performance through proxies. httping (<br>> > http://www.vanheusden.com/httping/ )is like ping but for<br>> > http-requests.<br>> > check command example is something like ::<br>> ><br>> > httping -h www.google.com -x 192.168.20.24:8080 -c 1 -t 2<br>> ><br>> > where the variables are ::<br>> > 1) 192.168.20.24 is the ip address of the proxy, corresponding to<br>> > $$HOSTADDRESS$$<br>> > 2) 8080 is the port number that the squid proxy is running on, this<br>> > could be corresponding to $ARG1$<br>> ><br>> > Could anyone please tell me how to put this in a way nagios<br>> > understands. Its something close to what i did below, but i cant quiet<br>> > figure it out yet.<br>> > the mistake
is somewhere with the colon ( : ), i think.<br>> ><br>> > ### from the file /etc/nagios/checkcommands.cfg<br>> ><br>> ><br>> > define command{<br>> > command_name check_httping<br>> > command_line /usr/bin/httping -x $HOSTADDRESS$ : $ARG1$<br>> > -c 1 -h www.google.com<br>> > }<br>><br>> The spaces around the : are likely to be your current problem. You were<br>> probably trying for something like --<br>><br>> command_line /usr/bin/httping -x $HOSTADDRESS$:$ARG1$ -c 1 -h<br>> www.google.com<br>><br>> That would at least get httping running _BUT_ unless httping exits with<br>> the standard nagios exit codes to denote state and follows the nagios<br>> output guidelines (in the Developer Docs at http://nagiosplug.sf.net),<br>> you'll need to create a wrapper script for it so that it does. This is<br>> almost certainly going to be necessary.
Essentially you'll need to look<br>> at the output of httping and determine if it's OK, WARNING, CRITICAL or<br>> UNKNOWN and tell nagios appropriately. At the minimum you'll need to<br>> follow the 'Print only one line of output' and 'Plugin Return Codes'<br>> section of that documentation.<br>><br>> --<br>> Marc<br>><br>> -------------------------------------------------------------------------<br>> Take Surveys. Earn Cash. Influence the Future of IT<br>> Join SourceForge.net's Techsay panel and you'll get the chance to share your<br>> opinions on IT & business topics through brief surveys -- and earn cash<br>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV<br>> _______________________________________________<br>> Nagios-users mailing list<br>> Nagios-users@lists.sourceforge.net<br>> https://lists.sourceforge.net/lists/listinfo/nagios-users<br>> ::: Please include Nagios version,
plugin version (-v) and OS when reporting any issue.<br>> ::: Messages without supporting info will risk being sent to /dev/null<br>><br><br><br><br>------------------------------<br><br>Message: 7<br>Date: Mon, 25 Sep 2006 18:04:05 -0400<br>From: "John P. Rouillard" <rouilj@cs.umb.edu><br>Subject: Re: [Nagios-users] NRPE dependencies<br>To: nagios-users@lists.sourceforge.net<br>Message-ID: <200609252204.k8PM453A026460@mx1.cs.umb.edu><br><br><br>In message <ef9cmi$kmu$1@sea.gmane.org>,<br>Ugo Bellavance writes:<br>>Hendrik Baecker wrote:<br>>> Hi,<br>>> <br>>> just do so... the services dependency feature is just there for such an <br>>> installation.<br>>> <br>>> Read more about it on:<br>>> <br>>> http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#servicedependency<br>><br>>Ok, it works. Maybe I went too quickly.<br>><br>>What dit not work is that I would like to use a group for the service
<br>>description.<br>><br>>I want to be able to say that for every server in my config, if NRPE is <br>>not returning OK on one server, don't do checks that depend on NRPE.<br>><br>>The ideal solution would be only one servicedependency definition, but I <br>>don't think it is possible, so here is what I tried:<br>><br>>- Defined a servicegroup:<br>><br>>define servicegroup{<br>> servicegroup_name NRPE_dep<br>> alias NRPE-dependant checks<br>> }<br>><br>>- I added members through the "servicegroups" directive in the service <br>>descriptions.<br>><br>>Now I'm trying that:<br>><br>>define servicedependency{<br>> dependent_servicegroup_name NRPE_dep<br>> host_name server1<br>> service_description NRPE<br>> execution_failure_criteria n<br>>
notification_failure_criteria w,u,c<br>> }<br>><br>>I always get this error:<br>><br>>Error: NULL service description/host name in service dependency definition<br><br>Apply the patch mentioned in:<br><br> http://thread.gmane.org/gmane.network.nagios.user/19511/focus=19511<br><br>and see if:<br><br><br>define servicedependency {<br><br> use defaults<br> dependent_servicegroup_name NRPE_dep<br><br> service_description NRPE<br> host_name SELF<br><br>}<br><br>Don't know it it will work, but it seems like it should from the <br>description.<br><br><br>Alternatively do what I do. Create a servicedependency.cfg file that<br>is created by a script that parses the objects.cache file. so to<br>update:<br><br> clear/empty servicedependency.cfg<br><br> reload nagios<br><br> wait until objects.cache is updated<br><br> parse objects.cache for all the host/service
pairs in the NRPE_dep<br> servicegroup<br><br> generate:<br> define servicedependency{<br> dependent_host_name example<br> dependent_service_description (all services from NRPE_dep<br> for host example)<br> host_name example<br> service_description NRPE<br> ...<br> }<br> and put them into servicedependency.cfg <br><br> reload nagios to load the now non-empty servicedependency.cfg file.<br><br><br>Definitely a pain.<br><br> -- rouilj<br>John Rouillard<br>===========================================================================<br>My employers don't acknowledge my existence much less my opinions.<br><br><br><br>------------------------------<br><br>Message: 8<br>Date: Mon, 25 Sep 2006 16:29:25 -0700<br>From: Ranga Nathan <RNathan@baxglobal.com><br>Subject: [Nagios-users] Monitoring windows servers<br>To: nagios <nagios-users@lists.sourceforge.net><br>Message-ID:<br>
<OF047E5AAA.719A6637-ON882571F4.007F2722-882571F4.00810A43@baxglobal.com><br> <br>Content-Type: text/plain; charset="us-ascii"<br><br>I have been asked to investigate how our Nagios server can monitor Windows <br>servers in our network. I have been monitoring only linux boxes so far.<br><br>We would like to monitor processes, disk, memory, network etc.<br><br>I would like to hear about your experiences. Any guidance welcome<br>__________________________________________<br>Ranga Nathan / CSG<br>Systems Programmer - Specialist; Technical Services; <br>BAX Global Inc. Irvine-California<br>Tel: 714-442-7591 Fax: 714-442-2840<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: http://sourceforge.net/mailarchive/forum.php?forum=nagios-users/attachments/20060925/346a3302/attachment.html <br><br>------------------------------<br><br>Message: 9<br>Date: Mon, 25 Sep 2006 19:44:02 -0400<br>From: Ugo Bellavance <ugob@camo-route.com><br>Subject:
Re: [Nagios-users] Monitoring windows servers<br>To: nagios-users@lists.sourceforge.net<br>Message-ID: <ef9pk2$uka$1@sea.gmane.org><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Ranga Nathan wrote:<br>> <br>> I have been asked to investigate how our Nagios server can monitor <br>> Windows servers in our network. I have been monitoring only linux boxes <br>> so far.<br>> <br>> We would like to monitor processes, disk, memory, network etc.<br>> <br>> I would like to hear about your experiences. Any guidance welcome<br><br>It works nicely with nrpe. http://sourceforge.net/projects/nscplus.<br><br><br><br><br>------------------------------<br><br>Message: 10<br>Date: Mon, 25 Sep 2006 17:21:49 -0700<br>From: karl.kornel@mindspeed.com<br>Subject: Re: [Nagios-users] Nagios Crashes on Downtime<br>To: nagios-users@lists.sourceforge.net<br>Message-ID:<br> <OFBBED3FE4.37DE163A-ON882571F5.0001AB0D-882571F5.0001FF74@mindspeed.com><br>
<br>Content-Type: text/plain; charset="us-ascii"<br><br>David,<br><br>I have also been experiencing crashes when I have many (>5) downtimes <br>scheduled in a day. I've posted about it previously under the subject <br>"BUG? Segfault & coredump with scheduled downtime, downtime scheduled <br>horked", sent on the 17th of August. Does what I describe in that message <br>seem similar to your situation?<br><br>Also, in my case, Nagios' account on my system is configured to not save <br>coredumps by default. When I want a coredump, I run `ulimit -c unlimited` <br>before starting Nagios. Could you be in the same situation?<br><br>-- A. Karl Kornel, Mindspeed Technologies, Inc.<br>karl.kornel@mindspeed.com -- (949) 579-3503<br>"Remember the Rules: Separation & Optimization"<br><br><br><br>David Schlecht <dschlecht@doit.nv.gov> <br>Sent by: nagios-users-bounces@lists.sourceforge.net<br>09/25/2006 02:16
PM<br><br>To<br>nagios-users@lists.sourceforge.net<br>cc<br><br>Subject<br>[Nagios-users] Nagios Crashes on Downtime<br><br><br><br><br><br><br>Hi list<br><br><br><br>I've been fighting this beast forever and really am pleading for<br> some expertise. <br><br><br><br>I'm running Nagios on SUSe linux, 8.x, sles 9.3 and have been having<br> this trouble since Nagios 1.1. Currently using v2.5. I'm currently<br> using plugins v1.4.2, but the version doesn't seem to matter.<br><br><br><br>The OS also doesn't seem to matter. We're running on an old 486,<br> a new 64-bit Intel blade, and a z/Os mainframe virtual host and<br> it bombs the same on all.<br><br><br><br>Nagios crashes occassionally when entering or exiting from scheduled<br><br>=== message truncated
===</dschlecht@doit.nv.gov></OFBBED3FE4.37DE163A-ON882571F5.0001AB0D-882571F5.0001FF74@mindspeed.com></ef9pk2$uka$1@sea.gmane.org></ugob@camo-route.com></OF047E5AAA.719A6637-ON882571F4.007F2722-882571F4.00810A43@baxglobal.com></nagios-users@lists.sourceforge.net></RNathan@baxglobal.com></ef9cmi$kmu$1@sea.gmane.org></rouilj@cs.umb.edu></marc@ena.com></naim.abu.darwish@gmail.com></A7B0A9F02975A74A845FE85D0B95B8FA03928CCD@misex01.ena.com></nagios-users@lists.sourceforge.net></marc@ena.com></dschlecht@doit.nv.gov></naim.abu.darwish@gmail.com></ef9e30$q29$1@sea.gmane.org></ugob@camo-route.com></ef9cmi$kmu$1@sea.gmane.org></ugob@camo-route.com></blockquote><br><p>
<hr size=1>Get your email and more, right on the <a href="http://us.rd.yahoo.com/evt=42973/*http://www.yahoo.com/preview"> new Yahoo.com</a> <p>
<hr size=1>Get your email and more, right on the <a href="http://us.rd.yahoo.com/evt=42973/*http://www.yahoo.com/preview"> new Yahoo.com</a>