Re: [Nagios-users] Charts and Graphs and Nagios Oh My!

2006-11-08 Thread Joerg Linge
Am Donnerstag, 9. November 2006 05:30 schrieb Peter Edmonds:
[...]
> Hi Joerg,

Hi Peter,

> You are right ! PNP is the easiest way to get performance data graphs
> in Nagios. I had PNP installed alongside Groundwork Monitor Open
> Source in under an hour. The best thing was that the graphs are
> created automatically (assuming your plugin is producing valid
> performance data and matches up with one of the PNP templates).
> 
> Now when I add a new Windows machine, I will get graphs for CPU,
> memory usage and disk usage without having to manually configure
> Nagios in any way.

Thanks for the feedback !

> Next in to get SNMP working so I can collect network interface stats
> from the Windows boxes.

I use Patrick Proys Perl Plugins ( http://www.manubulon.com/nagios/ )
check_snmp_int.pl works great. Use the Option -f to enable Perfdata Output.

The PNP template check_snmp_int.pl will be available in pnp-0.2.6

Jörg 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Charts and Graphs and Nagios Oh My!

2006-11-08 Thread Peter Edmonds
On 10/26/06, Joerg Linge <[EMAIL PROTECTED]> wrote:

> I use PNP http://www.ederdrom.de/doku.php/nagios/pnp_en
>
> PNP stores the Performance Data from the Nagios Plugins in RRDTool Archives.
> You need:
> Perl without special Modules
> PHP to Display the RRD Graphs
> RRDTool to do the work.
> Nagios 2.x and Plugins producing valid Perfdata.
>
> Try it.

Hi Joerg,

You are right ! PNP is the easiest way to get performance data graphs
in Nagios. I had PNP installed alongside Groundwork Monitor Open
Source in under an hour. The best thing was that the graphs are
created automatically (assuming your plugin is producing valid
performance data and matches up with one of the PNP templates).

Now when I add a new Windows machine, I will get graphs for CPU,
memory usage and disk usage without having to manually configure
Nagios in any way.

Next in to get SNMP working so I can collect network interface stats
from the Windows boxes.

Thanks

Peter Edmonds

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-08 Thread Andy Shellam (Mailing Lists)

> Are you sure you've haven't got check_interval configured in the host
> directive, or inherited from the template being applied?  The "active
> checks" setting does something different.
>   
The check_interval parameter is set to 0 (zero) in the host template.  
It was originally set to 1.
> "check_interval" =  how often to perform SCHEDULED host checks
> "active_checks_enabled"  =  whether or not Nagios executes a check when
> needed
>
> "when needed" can be be triggered by "host check_interval" or "service
> non-ok"
>   
Yep understood on this.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-08 Thread Tedman Eng
Are you sure you've haven't got check_interval configured in the host
directive, or inherited from the template being applied?  The "active
checks" setting does something different.

"check_interval" =  how often to perform SCHEDULED host checks
"active_checks_enabled"  =  whether or not Nagios executes a check when
needed

"when needed" can be be triggered by "host check_interval" or "service
non-ok"


With retention turned on, some settings are retained and thus ignore changes
in .cfg files.
For more detailed info, 
http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#retention_notes

NOTE: The retention notes specify that it only applies to settings changed
during runtime, but I've seen cases where undefining a setting does not
"clear" the setting if it's been set in the past through a .cfg file.
For example enabling "flap detection" in .cfg, and then later not defining
it in the .cfg left the host with flap detection enabled.


> -Original Message-
> From: Andy Shellam (Mailing Lists)
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 08, 2006 2:45 PM
> To: Tedman Eng
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Using Nagios to monitor 
> "service-less" hosts
> 
> 
> Ted,
> 
> I've stopped Nagios, removed all ".dat" files from var, and 
> restarted it 
> - all checks are now pending.
> However, I did look through retention.dat (I presume this is what you 
> meant - status.sav didn't exist) before I killed it, and the 
> check_interval parameter was not defined for any host.
> 
> I would think, surely, "state retention" only retains the 
> service/host 
> check states so if, for example, the Nagios machine reboots, when it 
> comes back up it knows where it left off.  Otherwise if you 
> change the 
> config, you'd have to remember to remove all the .dat files 
> (or at least 
> retention.dat) in var before the config change takes effect, and I 
> certainly haven't had to do that before.
> 
> And as far as Nagios was concerned, "scheduled active host 
> checks" were 
> OFF - or so it said in the config viewer.
> 
> I'll wait a couple of minutes, see where it goes from here..
> 
> OK 5 minutes have passed - no different.
> Service SC-Gateway - Ping = checked and confirmed OK at 22:38:15
> The host SC-Gateway = checked and confirmed OK at 22:38:15, 
> then checked 
> again at 22:39:40 and again at 22:41:40.
> And note "Next active scheduled check" reads N/A.
> 
> Andy.
> 
> Tedman Eng wrote:
> > If you have state retention enabled, then Nagios remembers 
> lots of settings
> > and does not "reset" them when reloading a config 
> (otherwise it wouldn't be
> > retaining).  "Host Active Checks Enabled" likely did not 
> disable themselves
> > after changing the .cfg file, because the state was 
> "remembered" from
> > previous runs.  Try stopping Nagios, clearing the 
> status.sav and restarting
> > Nagios.
> >
> >   
> >> -Original Message-
> >> From: Andy Shellam (Mailing Lists)
> >> [mailto:[EMAIL PROTECTED]
> >> Sent: Wednesday, November 08, 2006 12:58 PM
> >> To: Tedman Eng
> >> Cc: nagios-users@lists.sourceforge.net
> >> Subject: Re: [Nagios-users] Using Nagios to monitor 
> >> "service-less" hosts
> >>
> >>
> >> Hi Ted,
> >>
> >> I understand the distinction - I *did* have host checks actively 
> >> scheduled (ie. the host parameter 'check_interval' set to 
> 1 - this is 
> >> now 0 so host checks shouldn't be scheduled, right?)  Yet 
> Nagios IS 
> >> checking the hosts every few minutes roughly, regardless of child 
> >> service status.
> >>
> >> Here's a dead simple example - the FH-Gateway - it has a 
> >> single service, 
> >> which is a Ping.  The host also has a Ping set as it's 
> >> active_check_command parameter.
> >> Now, if I show you the service breakdown for the Ping _service_ on 
> >> FH-Gateway:
> >>
> >> Current Status:
> >>   OK
> >> Status Information:PING OK - Packet loss = 0%, RTA 
> = 3.02 ms
> >> Performance Data:  
> >> Current Attempt:   1/2
> >> State Type:HARD
> >> Last Check Type:   ACTIVE
> >> Last Check Time:   08-11-2006 20:49:37
> >> Status Data Age:   0d 0h 0m 51s
> >> Next Scheduled Active Check:   08-11-2006 20:50:37
> >> Latency:   0.607 seconds
> >> Check Duration:9.013 seconds
> >> Last State Change: 08-11-2006 10:46:46
> >> Current State Duration:0d 10h 3m 42s
> >>
> >>
> >> Nagios reports it's been in the same state (ie. OK) for 10 
> hours, 3 
> >> minutes, and 42 seconds right?
> >> So why was the host checked only a few seconds ago?
> >>
> >> Host Status:   
> >>   UP
> >> Status Information:PING OK - Packet loss = 0%, RTA 
> = 0.27 ms
> >> Performance Data:  
> >> Current Attempt:   1/2
> >> State Type:HARD
> >> Last Check Type:   ACTIVE
> >> Last Check Time:   08-11-2006 20:50:49
> >> Status Data Age:   0d 0h 0m 39s
> >> Next Scheduled Active Check:   N/A
> >> Latency:   9.113 seconds
> >> Check Duration:9.011 seconds
> >

Re: [Nagios-users] 3-D status map

2006-11-08 Thread Farrell,Bob
Yes they are, and I actually already had them installed, but it still does not 
work

-Original Message-
From: Ian Lists [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 08, 2006 5:33 PM
To: Farrell,Bob
Cc: elias probst; nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] 3-D status map

Those dependencies should be available via YUM.

mesa-libGL-6.5.1-7.fc6
mesa-libGLU-6.5.1-7.fc6



- Original Message -
From: Bob Farrell <[EMAIL PROTECTED]>
To: Ian Lists <[EMAIL PROTECTED]>
Cc: elias probst <[EMAIL PROTECTED]>, nagios-users@lists.sourceforge.net
Sent: Wednesday, November 8, 2006 12:16:29 PM GMT-0500 US/Eastern
Subject: Re: [Nagios-users] 3-D status map

Cannot find these dependencies...( sigh ) what a pain 

error: Failed dependencies: 
libGL.so.1 is needed by freewrl-1.11-1.i386 
libGLU.so.1 is needed by freewrl-1.11-1.i386 


On Wed, 2006-11-08 at 09:55 -0500, Ian Lists wrote: I have used a freewrl rpm 
that I found for Fedora Core 3 successfully on RHEL 4, FC5 and FC6. Just make a 
symbolic link for the npfreewrl.so library to your firefox plugins directory. 
http://rpm.pbone.net/index.php3/stat/4/idpl/1799041/com/freewrl-1.11-1.FC3.i386.rpm.html
 Ian - Original Message - From: Bob Farrell < [EMAIL PROTECTED] > To: 
Bob Farrell < [EMAIL PROTECTED] >, elias probst < [EMAIL PROTECTED] >, 
nagios-users@lists.sourceforge.net Sent: Wednesday, November 8, 2006 5:48:39 AM 
GMT-0500 US/Eastern Subject: [Nagios-users] 3-D status map I finally got the 
status map link to work, but when I click the 3-D status link, I get "open file 
with" Any ideas folks? Thanks Bob -Original Message- From: Farrell,Bob 
Sent: Tuesday, November 07, 2006 10:32 PM To: Farrell,Bob; [EMAIL PROTECTED] ; 
nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] Nagios 2.5 
Status map Got status maps running, 
 but 3d will not work. I'll settle for that for now.. -Original 
Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] ] On Behalf Of 
Farrell,Bob Sent: Tuesday, November 07, 2006 7:14 PM To: [EMAIL PROTECTED] ; 
nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios 2.5 
Status map Have you opened the "English" pdf install guides? -Original 
Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] ] On Behalf Of 
Elias Probst Sent: Tuesday, November 07, 2006 7:09 PM To: 
nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios 2.5 
Status map http://oreon-project.org/index.php?lang=en Have you tried the 
English page? Regards, Elias P. BTW: The default page isn't German, it's French 
> Got Nagios installed, but the status map does not work. > > I followed the 
link below, but still no luck. > > Any help would be appreciated. > > 
 http://www.nagios.org/faqs/viewfaq.php?faq_id=55 > > > > Also, I would LOVE to 
try out Oreon, but I cannot speak German. Anyone > have alternatives for front 
end guis that can aid in administration, > reporting, etc.? > > > > Regards, > 
> Bob F 
 - 
Using Tomcat but need to do more? Need to support web services, security? Get 
stuff done quickly with pre-integrated technology to make your job easier 
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 
___ 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 
---
 -- Using Tomcat but need to do more? Need to 
support web services, security? Get stuff done quickly with pre-integrated 
technology to make your job easier Download IBM WebSphere Application Server 
v.1.0.1 based on Apache Geronimo 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 
___ 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
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Pl

Re: [Nagios-users] Esx checks

2006-11-08 Thread Steve Shipway

Derek Balling [mailto:[EMAIL PROTECTED] wrote:
> On Nov 7, 2006, at 4:45 PM, Steve Shipway wrote:
> > As far as I know, there is no way to find out the IP 
> address of an ESX
> > guest OS without connecting to it (eg by logging in to the virtual
... 
> That can't be true. VirtualCenter routinely tells me what IP address  
> a guest VM is using.
> 
> Maybe there's some VC nonsense that happens, but it seems like you  
> might be able to get at that info using the ESX Perl API or something?

OK, looking in there, Virtual Centre does indeed state the IP address of
the guest.
How on earth does it find that out??  I assume it must be getting sent
from the vmware tools daemon running on the guest (which implies that
vmware tools must be running to know it).  However, I cannot find this
information under the /proc/vmware tree on the ESX server (we have v2.x,
it may be different on 3.x) so it's not clear where it is kept and if it
is accessible to us.

On a separate note, while Easter-egging for where it stores the IP
address info, I've found where it keeps the per-VM UserRPC counts (a
good indicator of if your VM is using too many sys calls making it a bad
virtualisation candidate) so I can incorporate this into check_esx v2.6.

Steve

--
Steve Shipway
ITSS, University of Auckland 
(09) 3737 599 x 86487
[EMAIL PROTECTED]

 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-08 Thread Andy Shellam (Mailing Lists)
Ted,

I've stopped Nagios, removed all ".dat" files from var, and restarted it 
- all checks are now pending.
However, I did look through retention.dat (I presume this is what you 
meant - status.sav didn't exist) before I killed it, and the 
check_interval parameter was not defined for any host.

I would think, surely, "state retention" only retains the service/host 
check states so if, for example, the Nagios machine reboots, when it 
comes back up it knows where it left off.  Otherwise if you change the 
config, you'd have to remember to remove all the .dat files (or at least 
retention.dat) in var before the config change takes effect, and I 
certainly haven't had to do that before.

And as far as Nagios was concerned, "scheduled active host checks" were 
OFF - or so it said in the config viewer.

I'll wait a couple of minutes, see where it goes from here..

OK 5 minutes have passed - no different.
Service SC-Gateway - Ping = checked and confirmed OK at 22:38:15
The host SC-Gateway = checked and confirmed OK at 22:38:15, then checked 
again at 22:39:40 and again at 22:41:40.
And note "Next active scheduled check" reads N/A.

Andy.

Tedman Eng wrote:
> If you have state retention enabled, then Nagios remembers lots of settings
> and does not "reset" them when reloading a config (otherwise it wouldn't be
> retaining).  "Host Active Checks Enabled" likely did not disable themselves
> after changing the .cfg file, because the state was "remembered" from
> previous runs.  Try stopping Nagios, clearing the status.sav and restarting
> Nagios.
>
>   
>> -Original Message-
>> From: Andy Shellam (Mailing Lists)
>> [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, November 08, 2006 12:58 PM
>> To: Tedman Eng
>> Cc: nagios-users@lists.sourceforge.net
>> Subject: Re: [Nagios-users] Using Nagios to monitor 
>> "service-less" hosts
>>
>>
>> Hi Ted,
>>
>> I understand the distinction - I *did* have host checks actively 
>> scheduled (ie. the host parameter 'check_interval' set to 1 - this is 
>> now 0 so host checks shouldn't be scheduled, right?)  Yet Nagios IS 
>> checking the hosts every few minutes roughly, regardless of child 
>> service status.
>>
>> Here's a dead simple example - the FH-Gateway - it has a 
>> single service, 
>> which is a Ping.  The host also has a Ping set as it's 
>> active_check_command parameter.
>> Now, if I show you the service breakdown for the Ping _service_ on 
>> FH-Gateway:
>>
>> Current Status:  
>>   OK
>> Status Information:  PING OK - Packet loss = 0%, RTA = 3.02 ms
>> Performance Data:
>> Current Attempt: 1/2
>> State Type:  HARD
>> Last Check Type: ACTIVE
>> Last Check Time: 08-11-2006 20:49:37
>> Status Data Age: 0d 0h 0m 51s
>> Next Scheduled Active Check: 08-11-2006 20:50:37
>> Latency: 0.607 seconds
>> Check Duration:  9.013 seconds
>> Last State Change:   08-11-2006 10:46:46
>> Current State Duration:  0d 10h 3m 42s
>>
>>
>> Nagios reports it's been in the same state (ie. OK) for 10 hours, 3 
>> minutes, and 42 seconds right?
>> So why was the host checked only a few seconds ago?
>>
>> Host Status: 
>>   UP
>> Status Information:  PING OK - Packet loss = 0%, RTA = 0.27 ms
>> Performance Data:
>> Current Attempt: 1/2
>> State Type:  HARD
>> Last Check Type: ACTIVE
>> Last Check Time: 08-11-2006 20:50:49
>> Status Data Age: 0d 0h 0m 39s
>> Next Scheduled Active Check: N/A
>> Latency: 9.113 seconds
>> Check Duration:  9.011 seconds
>> Last State Change:   07-11-2006 06:20:35
>> Current State Duration:  1d 14h 30m 53s
>> Last Host Notification:  N/A
>> Current Notification Number: 0  
>> Is This Host Flapping?   
>>   NO  
>> Percent State Change:0.00%
>> In Scheduled Downtime?   
>>   NO  
>> Last Update: 08-11-2006 20:51:16
>>
>>
>> If the general line of thinking is correct, Nagios should have last 
>> checked the host back at (or around) 10:46 this morning when 
>> there was a 
>> blip in the service check.  But it didn't.  It does check 
>> them every 1-2 
>> minutes.
>> My check_interval parameter is 0 - the config viewer in the web CGIs 
>> shows "enabled active checks" as NO for each host.
>>
>> Since I've been writing this - the above host has been 
>> checked again at 
>> 20:54:49 - exactly 4 minutes since the last check.  No change in the 
>> service status - 10 hours, 9 minutes now.
>>
>> Any ideas?
>>
>> Andy.
>>
>>
>>
>> Tedman Eng wrote:
>> 
>>> Host checks are not actively scheduled in normal operation.
>>>
>>> You could go months without requiring a host check, and the 
>>>   
>> status age of
>> 
>>> the host check will show something like 81 days for example.
>>>
>>> If you see recent host checks, then that means there was a 
>>>   
>> service problem
>> 
>>> and Nagios wanted to be sure it wasn't the host.
>>>
>>> Perhaps if you thought of "host check" as "network link 
>>>   
>> status", it

Re: [Nagios-users] 3-D status map

2006-11-08 Thread Ian Lists
Those dependencies should be available via YUM.

mesa-libGL-6.5.1-7.fc6
mesa-libGLU-6.5.1-7.fc6



- Original Message -
From: Bob Farrell <[EMAIL PROTECTED]>
To: Ian Lists <[EMAIL PROTECTED]>
Cc: elias probst <[EMAIL PROTECTED]>, nagios-users@lists.sourceforge.net
Sent: Wednesday, November 8, 2006 12:16:29 PM GMT-0500 US/Eastern
Subject: Re: [Nagios-users] 3-D status map

Cannot find these dependencies...( sigh ) what a pain 

error: Failed dependencies: 
libGL.so.1 is needed by freewrl-1.11-1.i386 
libGLU.so.1 is needed by freewrl-1.11-1.i386 


On Wed, 2006-11-08 at 09:55 -0500, Ian Lists wrote: I have used a freewrl rpm 
that I found for Fedora Core 3 successfully on RHEL 4, FC5 and FC6. Just make a 
symbolic link for the npfreewrl.so library to your firefox plugins directory. 
http://rpm.pbone.net/index.php3/stat/4/idpl/1799041/com/freewrl-1.11-1.FC3.i386.rpm.html
 Ian - Original Message - From: Bob Farrell < [EMAIL PROTECTED] > To: 
Bob Farrell < [EMAIL PROTECTED] >, elias probst < [EMAIL PROTECTED] >, 
nagios-users@lists.sourceforge.net Sent: Wednesday, November 8, 2006 5:48:39 AM 
GMT-0500 US/Eastern Subject: [Nagios-users] 3-D status map I finally got the 
status map link to work, but when I click the 3-D status link, I get "open file 
with" Any ideas folks? Thanks Bob -Original Message- From: Farrell,Bob 
Sent: Tuesday, November 07, 2006 10:32 PM To: Farrell,Bob; [EMAIL PROTECTED] ; 
nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] Nagios 2.5 
Status map Got status maps running, 
 but 3d will not work. I'll settle for that for now.. -Original 
Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] ] On Behalf Of 
Farrell,Bob Sent: Tuesday, November 07, 2006 7:14 PM To: [EMAIL PROTECTED] ; 
nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios 2.5 
Status map Have you opened the "English" pdf install guides? -Original 
Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] ] On Behalf Of 
Elias Probst Sent: Tuesday, November 07, 2006 7:09 PM To: 
nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios 2.5 
Status map http://oreon-project.org/index.php?lang=en Have you tried the 
English page? Regards, Elias P. BTW: The default page isn't German, it's French 
> Got Nagios installed, but the status map does not work. > > I followed the 
link below, but still no luck. > > Any help would be appreciated. > > 
 http://www.nagios.org/faqs/viewfaq.php?faq_id=55 > > > > Also, I would LOVE to 
try out Oreon, but I cannot speak German. Anyone > have alternatives for front 
end guis that can aid in administration, > reporting, etc.? > > > > Regards, > 
> Bob F 
 - 
Using Tomcat but need to do more? Need to support web services, security? Get 
stuff done quickly with pre-integrated technology to make your job easier 
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 
___ 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 
---
 -- Using Tomcat but need to do more? Need to 
support web services, security? Get stuff done quickly with pre-integrated 
technology to make your job easier Download IBM WebSphere Application Server 
v.1.0.1 based on Apache Geronimo 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 
___ 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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-08 Thread Tedman Eng
If you have state retention enabled, then Nagios remembers lots of settings
and does not "reset" them when reloading a config (otherwise it wouldn't be
retaining).  "Host Active Checks Enabled" likely did not disable themselves
after changing the .cfg file, because the state was "remembered" from
previous runs.  Try stopping Nagios, clearing the status.sav and restarting
Nagios.

> -Original Message-
> From: Andy Shellam (Mailing Lists)
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 08, 2006 12:58 PM
> To: Tedman Eng
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Using Nagios to monitor 
> "service-less" hosts
> 
> 
> Hi Ted,
> 
> I understand the distinction - I *did* have host checks actively 
> scheduled (ie. the host parameter 'check_interval' set to 1 - this is 
> now 0 so host checks shouldn't be scheduled, right?)  Yet Nagios IS 
> checking the hosts every few minutes roughly, regardless of child 
> service status.
> 
> Here's a dead simple example - the FH-Gateway - it has a 
> single service, 
> which is a Ping.  The host also has a Ping set as it's 
> active_check_command parameter.
> Now, if I show you the service breakdown for the Ping _service_ on 
> FH-Gateway:
> 
> Current Status:   
>   OK
> Status Information:   PING OK - Packet loss = 0%, RTA = 3.02 ms
> Performance Data: 
> Current Attempt:  1/2
> State Type:   HARD
> Last Check Type:  ACTIVE
> Last Check Time:  08-11-2006 20:49:37
> Status Data Age:  0d 0h 0m 51s
> Next Scheduled Active Check:  08-11-2006 20:50:37
> Latency:  0.607 seconds
> Check Duration:   9.013 seconds
> Last State Change:08-11-2006 10:46:46
> Current State Duration:   0d 10h 3m 42s
> 
> 
> Nagios reports it's been in the same state (ie. OK) for 10 hours, 3 
> minutes, and 42 seconds right?
> So why was the host checked only a few seconds ago?
> 
> Host Status:  
>   UP
> Status Information:   PING OK - Packet loss = 0%, RTA = 0.27 ms
> Performance Data: 
> Current Attempt:  1/2
> State Type:   HARD
> Last Check Type:  ACTIVE
> Last Check Time:  08-11-2006 20:50:49
> Status Data Age:  0d 0h 0m 39s
> Next Scheduled Active Check:  N/A
> Latency:  9.113 seconds
> Check Duration:   9.011 seconds
> Last State Change:07-11-2006 06:20:35
> Current State Duration:   1d 14h 30m 53s
> Last Host Notification:   N/A
> Current Notification Number:  0  
> Is This Host Flapping?
>   NO  
> Percent State Change: 0.00%
> In Scheduled Downtime?
>   NO  
> Last Update:  08-11-2006 20:51:16
> 
> 
> If the general line of thinking is correct, Nagios should have last 
> checked the host back at (or around) 10:46 this morning when 
> there was a 
> blip in the service check.  But it didn't.  It does check 
> them every 1-2 
> minutes.
> My check_interval parameter is 0 - the config viewer in the web CGIs 
> shows "enabled active checks" as NO for each host.
> 
> Since I've been writing this - the above host has been 
> checked again at 
> 20:54:49 - exactly 4 minutes since the last check.  No change in the 
> service status - 10 hours, 9 minutes now.
> 
> Any ideas?
> 
> Andy.
> 
> 
> 
> Tedman Eng wrote:
> > Host checks are not actively scheduled in normal operation.
> >
> > You could go months without requiring a host check, and the 
> status age of
> > the host check will show something like 81 days for example.
> >
> > If you see recent host checks, then that means there was a 
> service problem
> > and Nagios wanted to be sure it wasn't the host.
> >
> > Perhaps if you thought of "host check" as "network link 
> status", it would
> > make the distinction more clear.
> >
> >
> >   
> >> -Original Message-
> >> From: Andy Shellam (Mailing Lists)
> >> [mailto:[EMAIL PROTECTED]
> >> Sent: Wednesday, November 08, 2006 11:56 AM
> >> To: Sloane, Robert Raymond
> >> Cc: nagios-users@lists.sourceforge.net
> >> Subject: Re: [Nagios-users] Using Nagios to monitor 
> >> "service-less" hosts
> >>
> >>
> >> Sloane, Robert Raymond wrote:
> >> 
>  Last Check Time: 08-11-2006 19:34:40
>  Next Scheduled Active Check: N/A
>  
>  
> >>> Interesting.  Nagios thinks the last check was run over a 
> month ago.
> >>>
> >>>   
> >>>   
> >> No, thankfully!  That date is the 8th November (British format.)
> >> 
> >>> You wouldn't see anything about hosts in the scheduling 
> queue.  Host
> >>> checks are run immediately, not through the queue.  That is 
> >>>   
> >> why it is
> >> 
> >>> best to not use them.
> >>>   
> >>>   
> >> I did when the check_interval was set to 1 in the hosts - it 
> >> showed the 
> >> host name and a blank service column.
> >> I'd mentioned this only to prove the point that the checks do 
> >> not seem 
> >> to be scheduled any more, so I cannot figure out why it's 
> >> still running 
> >> the host checks at (seemingly) regular inter

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-08 Thread Andy Shellam (Mailing Lists)
Hi Ted,

I understand the distinction - I *did* have host checks actively 
scheduled (ie. the host parameter 'check_interval' set to 1 - this is 
now 0 so host checks shouldn't be scheduled, right?)  Yet Nagios IS 
checking the hosts every few minutes roughly, regardless of child 
service status.

Here's a dead simple example - the FH-Gateway - it has a single service, 
which is a Ping.  The host also has a Ping set as it's 
active_check_command parameter.
Now, if I show you the service breakdown for the Ping _service_ on 
FH-Gateway:

Current Status: 
  OK
Status Information: PING OK - Packet loss = 0%, RTA = 3.02 ms
Performance Data:   
Current Attempt:1/2
State Type: HARD
Last Check Type:ACTIVE
Last Check Time:08-11-2006 20:49:37
Status Data Age:0d 0h 0m 51s
Next Scheduled Active Check:08-11-2006 20:50:37
Latency:0.607 seconds
Check Duration: 9.013 seconds
Last State Change:  08-11-2006 10:46:46
Current State Duration: 0d 10h 3m 42s


Nagios reports it's been in the same state (ie. OK) for 10 hours, 3 
minutes, and 42 seconds right?
So why was the host checked only a few seconds ago?

Host Status:
  UP
Status Information: PING OK - Packet loss = 0%, RTA = 0.27 ms
Performance Data:   
Current Attempt:1/2
State Type: HARD
Last Check Type:ACTIVE
Last Check Time:08-11-2006 20:50:49
Status Data Age:0d 0h 0m 39s
Next Scheduled Active Check:N/A
Latency:9.113 seconds
Check Duration: 9.011 seconds
Last State Change:  07-11-2006 06:20:35
Current State Duration: 1d 14h 30m 53s
Last Host Notification: N/A
Current Notification Number:0  
Is This Host Flapping?  
  NO  
Percent State Change:   0.00%
In Scheduled Downtime?  
  NO  
Last Update:08-11-2006 20:51:16


If the general line of thinking is correct, Nagios should have last 
checked the host back at (or around) 10:46 this morning when there was a 
blip in the service check.  But it didn't.  It does check them every 1-2 
minutes.
My check_interval parameter is 0 - the config viewer in the web CGIs 
shows "enabled active checks" as NO for each host.

Since I've been writing this - the above host has been checked again at 
20:54:49 - exactly 4 minutes since the last check.  No change in the 
service status - 10 hours, 9 minutes now.

Any ideas?

Andy.



Tedman Eng wrote:
> Host checks are not actively scheduled in normal operation.
>
> You could go months without requiring a host check, and the status age of
> the host check will show something like 81 days for example.
>
> If you see recent host checks, then that means there was a service problem
> and Nagios wanted to be sure it wasn't the host.
>
> Perhaps if you thought of "host check" as "network link status", it would
> make the distinction more clear.
>
>
>   
>> -Original Message-
>> From: Andy Shellam (Mailing Lists)
>> [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, November 08, 2006 11:56 AM
>> To: Sloane, Robert Raymond
>> Cc: nagios-users@lists.sourceforge.net
>> Subject: Re: [Nagios-users] Using Nagios to monitor 
>> "service-less" hosts
>>
>>
>> Sloane, Robert Raymond wrote:
>> 
 Last Check Time:   08-11-2006 19:34:40
 Next Scheduled Active Check:   N/A
 
 
>>> Interesting.  Nagios thinks the last check was run over a month ago.
>>>
>>>   
>>>   
>> No, thankfully!  That date is the 8th November (British format.)
>> 
>>> You wouldn't see anything about hosts in the scheduling queue.  Host
>>> checks are run immediately, not through the queue.  That is 
>>>   
>> why it is
>> 
>>> best to not use them.
>>>   
>>>   
>> I did when the check_interval was set to 1 in the hosts - it 
>> showed the 
>> host name and a blank service column.
>> I'd mentioned this only to prove the point that the checks do 
>> not seem 
>> to be scheduled any more, so I cannot figure out why it's 
>> still running 
>> the host checks at (seemingly) regular intervals.
>>
>> There are no hosts under that machine (or indeed above it), and all 
>> services checks are up and have been for a good 6-8 hours.
>>
>> I'm stumped!
>>
>> Andy.
>>
>> --
>> ---
>> Using Tomcat but need to do more? Need to support web 
>> services, security?
>> Get stuff done quickly with pre-integrated technology to make 
>> your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on 
>> Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
>> 
> dat=121642
> ___
> 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

[Nagios-users] NDOutils-1.3.1 nebmodule_init problem

2006-11-08 Thread Knepp Jon - jknepp








I have run out of ideas in my attempts to get ndoutils 1.3.1
to run under my instance of Nagios. The good news is that ndo2db appears to be
running properly as I was able to use the log2ndo command from the
ndoutils-1.3.1/src/ directory to load my nagios.log file into my MySQL database
without error. I have also verified that my nagios executable was properly compiled
with Event Broker support as it was able to successfully load the helloworld.o
module included in the nagios-2.5/module/ directory, generating the successful
helloworld.o module load messages in the nagios.log file. After multiple
successful and uneventful compilings of the ndomod.o (ala ndomod-2x.o variety)
with “./configure --with-mysql-lib=/usr/lib/mysql --disable-pgsql”
the only thing that continues to elude me is a successful initialization of the
ndomod.o at nagios startup. I would greatly appreciate any assistance. I have
included additional details on my instance’s particulars below.

 

Thanks in advance,

 

Jon

 

Nagios 2.5

CentOS 4.4

MySQL 4.1.20-1.RHEL4.1

 

[1163011077] ndomod: NDOMOD 1.3.1 Copyright (c) 2005-2006
Ethan Galstad ([EMAIL PROTECTED])

[1163011077] Error: Function nebmodule_init() in module
'/usr/local/nagios/bin/ndomod.o' returned an error.  Module will be
unloaded.

[1163011077] Event broker module
'/usr/local/nagios/bin/ndomod.o' deinitialized successfully.

 

- ndomod.cfg -

instance_name=default

output_type=unixsocket

output=/usr/local/nagios/var/ndo.sock

output_buffer_items=5000

reconnect_interval=15

reconnect_warning_interval=15

data_processing_options=-1

config_output_options=3

 

- ndo2db.cfg -

socket_type=unix

socket_name=/usr/local/nagios/var/ndo.sock

db_servertype=mysql

db_host=localhost

db_port=3306

db_name=nagios

db_prefix=ndo_

db_user=nagios

db_pass=password

max_timedevents_age=1440

max_systemcommands_age=10080

max_servicechecks_age=10080

max_hostchecks_age=10080

max_eventhandlers_age=44640

 

- excerpt from nagios.cfg --

broker_module=/usr/local/nagios/bin/ndomod.o
config_dir=/usr/local/nagios/etc/ndomod.cfg



***
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.

If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank You.




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
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

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-08 Thread Tedman Eng
Host checks are not actively scheduled in normal operation.

You could go months without requiring a host check, and the status age of
the host check will show something like 81 days for example.

If you see recent host checks, then that means there was a service problem
and Nagios wanted to be sure it wasn't the host.

Perhaps if you thought of "host check" as "network link status", it would
make the distinction more clear.


> -Original Message-
> From: Andy Shellam (Mailing Lists)
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 08, 2006 11:56 AM
> To: Sloane, Robert Raymond
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Using Nagios to monitor 
> "service-less" hosts
> 
> 
> Sloane, Robert Raymond wrote:
> >> Last Check Time:   08-11-2006 19:34:40
> >> Next Scheduled Active Check:   N/A
> >> 
> >
> > Interesting.  Nagios thinks the last check was run over a month ago.
> >
> >   
> No, thankfully!  That date is the 8th November (British format.)
> > You wouldn't see anything about hosts in the scheduling queue.  Host
> > checks are run immediately, not through the queue.  That is 
> why it is
> > best to not use them.
> >   
> 
> I did when the check_interval was set to 1 in the hosts - it 
> showed the 
> host name and a blank service column.
> I'd mentioned this only to prove the point that the checks do 
> not seem 
> to be scheduled any more, so I cannot figure out why it's 
> still running 
> the host checks at (seemingly) regular intervals.
> 
> There are no hosts under that machine (or indeed above it), and all 
> services checks are up and have been for a good 6-8 hours.
> 
> I'm stumped!
> 
> Andy.
> 
> --
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
dat=121642
___
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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Nagiosgraph and colorscheme

2006-11-08 Thread Folkers, Lynn
Peter, 

Thanks for the info...  I am giving it a try... 


 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 08, 2006 10:58 AM
To: Folkers, Lynn
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagiosgraph and colorscheme

Hi Lynn, 


just add ad the beginning of your show.cgi the following line (you may
change the colors in this line):

my @colors = qw ( FF 00FF00 FF FF00FF 00 00 FF ) ;


in the subroutine rrdline, there are some minor changes aswell: 

sub rrdline {
  my($host,$service,$geom,$rrdopts,$G,$time) = @_;
  my($g,$f,$v,$c,@ds);

  @ds = ('-', '-a', 'PNG', '--start', "-$time");
  # Identify where to pull data from and what to call it
  for $g ( @$G ) {
$f = $g->{file};
debug(5, "CGI file=$f");
my $index=0;
  for $v ( sort keys %{ $g->{line} } ) {
#  $c = hashcolor($v);
  $c = $colors[$index%(@colors)];
  debug(5, "CGI file=$f line=$v color=$c index=".$index%(@colors));
  my $sv = "$v";
  push @ds , "DEF:$sv=$Config{rrddir}/$f:$v:AVERAGE"
   , "LINE1:${sv}#$c:$sv"
   , "GPRINT:$sv:MAX:Max\\: %6.2lf%s"
   , "GPRINT:$sv:AVERAGE:Avg\\: %6.2lf%s"
   , "GPRINT:$sv:MIN:Min\\: %6.2lf%s"
   , "GPRINT:$sv:LAST:Cur\\: %6.2lf%s\\n"

 ;
  $index++;
}
  }


Regards,

  Peter


Folkers, Lynn schrieb:
> Hi Peter,
>
> I am not understanding how this is working.  Here is the section in 
> the show.cgi file...
>
> # Choose a color for service
> #
> sub hashcolor {
>   my$c=1;map{$c=1+($c*ord)%(216)}split//,$_[0];
>   my($i,$n,$m,@h);@h=(51*int$c/36,51*int$c/6%6,51*($c%6));
>   for$i(0..2){$m=$i if$h[$i]<$h[$m];$n=$i if$h[$i]>$h[$n]}
>   $h[$m]=102if$h[$m]>102;$h[$n]=153if$h[$n]<153;
>   $c=sprintf"%06X",$h[2]+$h[1]*256+$h[0]*16**4;
>   return $c;
> }
>
> # Generate all the parameters for rrd to produce a graph # sub rrdline

> {
>   my($host,$service,$G,$time) = @_;
>   my($g,$f,$v,$c,$ds);
>
>   # Identify where to pull data from and what to call it
>   $ds = '';
>   for $g ( @$G ) {
> $f = $g->{file};
> debug(5, "CGI file=$f");
> for $v ( keys %{ $g->{line} } ) {
>   $c = hashcolor($v);
>   debug(5, "CGI file=$f line=$v color=$c");
>   my $sv = "$v";
>   $ds .= " DEF:$sv=$Config{rrddir}/$f:$v:AVERAGE";
>   $ds .= " LINE2:${sv}#$c:$sv";
>   $ds .= " GPRINT:$sv:MAX:'Max\\: %6.2lf%s'";
>   $ds .= " GPRINT:$sv:AVERAGE:'Avg\\: %6.2lf%s'";
>   $ds .= " GPRINT:$sv:MIN:'Min\\: %6.2lf%s'";
>   $ds .= " GPRINT:$sv:LAST:'Cur\\: %6.2lf%s\\n'";
> }
>   }
>
> And here is the section of my map file for ping .
>
>
>
> # Service type: ping
> # output:PING OK - 10.1.1.1 (loss=20%, rta=385.00 ms) # perfdata: 
> loss=20%;79;100;0;100 rta=0.385000s;2.00;5.00;0.00
> #/output:PING.*?(d+)%.+?([.d]+)sms/
> /perfdata:loss=([.0-9]+)%.*?rta=([.0-9]+)s;/
> and push @s, [ Ping,
> [ losspct, GAUGE, $1 ],
> [ rta, GAUGE, $2 ] ];
>  
> How is the color determined in the output.  I don't see the referance 
> in the map file.
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 07, 2006 1:35 PM
> To: Folkers, Lynn
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Nagiosgraph and colorscheme
>
> Hi Lynn
>
> look for the following code in show.cgi. It calculates a hash based on

> colorsheme and the name of the parameter (e.g lospct or rta for 
> check_ping). These names are defined in the map file and used in the 
> rrd database.
>
> There is no standard way to define your own colors, but of course you 
> could use an own  array 'colorindex'. Just count the number of 
> parameters displayed in one graph and use $colorindex[$par_number] 
> instead of hashcolor($v);  Just three lines of code ...
>
> hope that helps,
>
>
> Peter
>
>
> Folkers, Lynn schrieb:
>   
>> I am running Nagios 2.0 with nagiosgraph  v 1.1.1.1.  I see that 
>> there
>> 
>
>   
>> is an option to use color schemes 1 through 8 in the nagiosgraph.conf

>> file.  But is there a way to change the graph colors besides a 
>> general
>> 
>
>   
>> color scheme?  If there is not a way then is there some documentation

>> on what the 1 through 8 color schemes are?  I currently have my color

>> scheme set to 4 and the graph color lines are very similar in color 
>> which makes it hard to read..
>>
>> # setting Colorscheme
>> colorscheme = 4
>>
>> Thanks ...
>>
>> -
>> -
>> --
>>
>> -
>> -
>> --- Using Tomcat but need to do more? Need to support web services, 
>> security?
>> Get stuff done quickly with pre-integrated technology to make your 
>> job
>> 
>
>   
>> easier Download IBM WebSphere Application Server v.1.0.1 based on 
>> Apache Geronimo
>> http://sel.as-us.falkag.net/sel?

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-08 Thread Andy Shellam (Mailing Lists)
Sloane, Robert Raymond wrote:
>> Last Check Time: 08-11-2006 19:34:40
>> Next Scheduled Active Check: N/A
>> 
>
> Interesting.  Nagios thinks the last check was run over a month ago.
>
>   
No, thankfully!  That date is the 8th November (British format.)
> You wouldn't see anything about hosts in the scheduling queue.  Host
> checks are run immediately, not through the queue.  That is why it is
> best to not use them.
>   

I did when the check_interval was set to 1 in the hosts - it showed the 
host name and a blank service column.
I'd mentioned this only to prove the point that the checks do not seem 
to be scheduled any more, so I cannot figure out why it's still running 
the host checks at (seemingly) regular intervals.

There are no hosts under that machine (or indeed above it), and all 
services checks are up and have been for a good 6-8 hours.

I'm stumped!

Andy.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-08 Thread Andy Shellam (Mailing Lists)
When I look at the scheduling queue - only services are listed to be 
scheduled (whereas before it used to include the hosts as well - the 
service column was blank for host checks.)

The host checks definitely are longer than a minute - so it has taken 
effect from the previous config - in the view config, 'enable active 
checks' reads 'No' for all hosts.

Can you see anything wrong here - this is a status printout for one of 
the hosts:

Host Status:
  UP
Status Information: PING OK - Packet loss = 0%, RTA = 1.26 ms
Performance Data:   
Current Attempt:1/2
State Type: HARD
Last Check Type:ACTIVE
Last Check Time:08-11-2006 19:34:40
Status Data Age:0d 0h 0m 55s
Next Scheduled Active Check:N/A
Latency:0.339 seconds
Check Duration: 9.012 seconds
Last State Change:  08-11-2006 10:32:22
Current State Duration: 0d 9h 3m 13s
Last Host Notification: N/A
Current Notification Number:0  
Is This Host Flapping?  
  NO  
Percent State Change:   0.00%
In Scheduled Downtime?  
  NO  
Last Update:08-11-2006 19:35:16

Active Checks:  
  ENABLED  
Passive Checks: 
  ENABLED  
Obsessing:  
  ENABLED  
Notifications:  
  ENABLED  
Event Handler:  
  DISABLED  
Flap Detection: 
  ENABLED  




Sloane, Robert Raymond wrote:
> Very odd.  When I set things up like this, the host check is only 
> run when there is a problem with the service.
>
> For example:
>
> Host Status:  UP
> Status Information:   OK - 10.10.x.x responds to ICMP.
> Current Attempt:  1/10
> State Type:   HARD
> Last Check Type:  ACTIVE
> Last Check Time:  10-13-2006 08:13:58
> Status Data Age:  26d 5h 54m 39s
> Next Scheduled Active Check:  N/A
>
> Does the Next Scheduled Active Check on you system show N/A?
>
> Try checking the configuration via the web page and make really sure
> that check_interval isn't set.  I don't normally include it at all 
> in my host entries, so you might try deleting it.
>   


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Where can i download nagios looking glass?

2006-11-08 Thread Andy Shellam (Mailing Lists)
Hi Santos,

I'm currently only shipping this out by e-mail to interested 
beta-testers, as there are a number of changes I'm making to make it 
more stable.
The first public release will be (I'm planning) mid-December, with a 
proper website/FAQ/documentation etc to support it.

I'll drop you a line separately now containing the beta-sourcecode (if 
you don't receive an e-mail with a Zip attachment in the next few 
minutes let me know and I'll send you a URL.)

Thanks,

Andy.

Santos wrote:
> Went to nagios exchange, no files there. Your demo looks nice for a 
> simple nagios interface. Useful just for a quick peek.
>
>
> Santos
>
> !DSPAM:37,45521bc940411981438330!
>
>


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


[Nagios-users] : Problems hosts not resetting status

2006-11-08 Thread dpillen
Thanks for the reply

It has been vary steady showing:

PING  OK11-08-2006 10:30:08 0d 22h 30m 14s  1/3 PING OK
- Packet loss = 0%, RTA = 133.04 ms  

I would expect it to complain if there was packet loss.

Doug...

-Original Message-
From: Giles Coochey [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 08, 2006 9:53 AM
To: Doug Pillen (Corporate); nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Problems hosts not resetting status

> 
> Hi list
> 
> I just setup a Nagios 2.5 server on a Suse10 server, with 139 Hosts 
> and
> 209 services for starters.
> 
> The problem I'm experiencing is that I have two sights  one in Toronto

> (with 8 hosts with 10 services) and the other in Jackson (with 4 host 
> with 5 services) that keep report "UNREACHABLE" or "DOWN" on the 
> hosts, while it's showing OK on the Status (service) when I'm looking 
> in the Service Detail screen.
> 

Do you experience any ICMP packet loss between those sites and your
nagios box?

My guess is that Nagios is detecting a network outage.


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] 3-D status map

2006-11-08 Thread Bob Farrell




Hey guys, if you ever come to Boston look me up..I love to show you the docks here in Boston.
( the bottom of them )

Thanks to all that have tried to assist.
Too bad a couple of dickheads spoil it for everyone.
Oh well, another list gone bad.
Hope you guys need help some day. fi'n unbelievble.

On Wed, 2006-11-08 at 17:30 +0100, Andreas Ericsson wrote:


Gavin Conway wrote:
> Farrell,Bob wrote:
>> I finally got the status map link to work, but when I click the 3-D
>> status link, I get "open file with"
>>
>> Any ideas folks?
>>
> 
> Lots but where would I get a dinghy and that much whipped cream?
> 

Saved my day, that comment :)





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
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

[Nagios-users] Multiple host in hosts.cfg

2006-11-08 Thread spdesai
Hi,

can i have multiple host(for exa: 192.168.10.0/24 or 192.168.10.1-
192.168.10.255) in address field in hosts.cfg file ?

or is theri any facility in nagios to auto-detect new inserted devices ?

thanks in advace
suhag desai



-
This mail sent through IMP: http://horde.org/imp/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] 3-D status map

2006-11-08 Thread Bob Farrell




Cannot find these dependencies...( sigh )   what a pain

error: Failed dependencies:
    libGL.so.1 is needed by freewrl-1.11-1.i386
    libGLU.so.1 is needed by freewrl-1.11-1.i386


On Wed, 2006-11-08 at 09:55 -0500, Ian Lists wrote:


I have used a freewrl rpm that I found for Fedora Core 3 successfully on RHEL 4, FC5 and FC6.  Just make a symbolic link for the npfreewrl.so library to your firefox plugins directory.


http://rpm.pbone.net/index.php3/stat/4/idpl/1799041/com/freewrl-1.11-1.FC3.i386.rpm.html


Ian




- Original Message -
From: Bob Farrell <[EMAIL PROTECTED]>
To: Bob Farrell <[EMAIL PROTECTED]>, elias probst <[EMAIL PROTECTED]>, nagios-users@lists.sourceforge.net
Sent: Wednesday, November 8, 2006 5:48:39 AM GMT-0500 US/Eastern
Subject: [Nagios-users] 3-D status map

I finally got the status map link to work, but when I click the 3-D
status link, I get "open file with"

Any ideas folks?

Thanks
Bob

-Original Message-
From: Farrell,Bob 
Sent: Tuesday, November 07, 2006 10:32 PM
To: Farrell,Bob; [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Nagios 2.5 Status map

Got status maps running, but 3d will not work. I'll settle for that for
now..

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
Farrell,Bob
Sent: Tuesday, November 07, 2006 7:14 PM
To: [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios 2.5 Status map

Have you opened the "English" pdf install guides?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Elias
Probst
Sent: Tuesday, November 07, 2006 7:09 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios 2.5 Status map

http://oreon-project.org/index.php?lang=en
Have you tried the English page?

Regards,
Elias P.

BTW: The default page isn't German, it's French

> Got Nagios installed, but the status map does not work.
>
> I followed the link below, but still no luck.
>
> Any help would be appreciated.
>
> http://www.nagios.org/faqs/viewfaq.php?faq_id=55
>
>
>
> Also, I would LOVE to try out Oreon, but I cannot speak German. Anyone

> have alternatives for front end guis that can aid in administration, 
> reporting, etc.?
>
>
>
> Regards,
>
> Bob F

-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
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

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-08 Thread Andy Shellam (Mailing Lists)
Hi Rob,

Further to this discussion - I've removed the check_interval directive 
(or rather set it to 0) for all hosts.
I've added a Ping service to each host called "OVERALL SERVER 
AVAILABILITY", and set it to check every minute (where all other 
services are every 5 minutes).

Nagios however is still checking each host roughly every 2 minutes, 
regardless.  Even on the 2 routers, where the Ping service has had 100% 
uptime all day, Nagios has been checking the host roughly every 1-2 minutes.
I have completely killed off all Nagios processes, verified the config 
(which removed the 2 warnings for the service-less routers), and started 
it up again.

So it seems to me that it doesn't really make much of a difference?

Andy.

Sloane, Robert Raymond wrote:
>> JOOI, why is it said that a host check degrades performance?  
>> 
>
> As Giles Coochey mentioned earlier, host checks may cause performance
> problems because they are not scheduled in the same way as service
> checks.  To quote the documentation again:
>
> Also of note - when Nagios is check the status of a host, it holds off
> on doing anything else (executing new service checks, processing other
> service check results, etc). This can slow things down a bit and cause
> pending service checks to be delayed for a while, but it is necessary to
> determine the status of the host before Nagios can take any further
> action on the service(s) that are having problems.
>
> If your system can handle the overhead of running host checks every
> minute, that is fine, but I think people should be aware of the possible
> consequences of running "service-less" hosts.  As for me, I just add a
> PING service to any host that doesn't have any other services.  It does
> what you want, in that it can be scheduled to run every minute, but it
> doesn't slow down other processing.
>   


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Nagiosgraph and colorscheme

2006-11-08 Thread Peter Ringe
Hi Lynn, 


just add ad the beginning of your show.cgi the following line (you may change 
the colors in this line):

my @colors = qw ( FF 00FF00 FF FF00FF 00 00 FF ) ;


in the subroutine rrdline, there are some minor changes aswell: 

sub rrdline {
  my($host,$service,$geom,$rrdopts,$G,$time) = @_;
  my($g,$f,$v,$c,@ds);

  @ds = ('-', '-a', 'PNG', '--start', "-$time");
  # Identify where to pull data from and what to call it
  for $g ( @$G ) {
$f = $g->{file};
debug(5, "CGI file=$f");
my $index=0;
  for $v ( sort keys %{ $g->{line} } ) {
#  $c = hashcolor($v);
  $c = $colors[$index%(@colors)];
  debug(5, "CGI file=$f line=$v color=$c index=".$index%(@colors));
  my $sv = "$v";
  push @ds , "DEF:$sv=$Config{rrddir}/$f:$v:AVERAGE"
   , "LINE1:${sv}#$c:$sv"
   , "GPRINT:$sv:MAX:Max\\: %6.2lf%s"
   , "GPRINT:$sv:AVERAGE:Avg\\: %6.2lf%s"
   , "GPRINT:$sv:MIN:Min\\: %6.2lf%s"
   , "GPRINT:$sv:LAST:Cur\\: %6.2lf%s\\n"

 ;
  $index++;
}
  }


Regards,

  Peter


Folkers, Lynn schrieb:
> Hi Peter, 
>
> I am not understanding how this is working.  Here is the section in the
> show.cgi file...
>
> # Choose a color for service
> #
> sub hashcolor {
>   my$c=1;map{$c=1+($c*ord)%(216)}split//,$_[0];
>   my($i,$n,$m,@h);@h=(51*int$c/36,51*int$c/6%6,51*($c%6));
>   for$i(0..2){$m=$i if$h[$i]<$h[$m];$n=$i if$h[$i]>$h[$n]}
>   $h[$m]=102if$h[$m]>102;$h[$n]=153if$h[$n]<153;
>   $c=sprintf"%06X",$h[2]+$h[1]*256+$h[0]*16**4;
>   return $c;
> }
>
> # Generate all the parameters for rrd to produce a graph
> #
> sub rrdline {
>   my($host,$service,$G,$time) = @_;
>   my($g,$f,$v,$c,$ds);
>
>   # Identify where to pull data from and what to call it
>   $ds = '';
>   for $g ( @$G ) {
> $f = $g->{file};
> debug(5, "CGI file=$f");
> for $v ( keys %{ $g->{line} } ) {
>   $c = hashcolor($v);
>   debug(5, "CGI file=$f line=$v color=$c");
>   my $sv = "$v";
>   $ds .= " DEF:$sv=$Config{rrddir}/$f:$v:AVERAGE";
>   $ds .= " LINE2:${sv}#$c:$sv";
>   $ds .= " GPRINT:$sv:MAX:'Max\\: %6.2lf%s'";
>   $ds .= " GPRINT:$sv:AVERAGE:'Avg\\: %6.2lf%s'";
>   $ds .= " GPRINT:$sv:MIN:'Min\\: %6.2lf%s'";
>   $ds .= " GPRINT:$sv:LAST:'Cur\\: %6.2lf%s\\n'";
> }
>   }
>
> And here is the section of my map file for ping .
>
>
>
> # Service type: ping
> # output:PING OK - 10.1.1.1 (loss=20%, rta=385.00 ms)
> # perfdata: loss=20%;79;100;0;100
> rta=0.385000s;2.00;5.00;0.00
> #/output:PING.*?(d+)%.+?([.d]+)sms/
> /perfdata:loss=([.0-9]+)%.*?rta=([.0-9]+)s;/
> and push @s, [ Ping,
> [ losspct, GAUGE, $1 ],
> [ rta, GAUGE, $2 ] ];
>  
> How is the color determined in the output.  I don't see the referance in
> the map file.  
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, November 07, 2006 1:35 PM
> To: Folkers, Lynn
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Nagiosgraph and colorscheme
>
> Hi Lynn
>
> look for the following code in show.cgi. It calculates a hash based on
> colorsheme and the name of the parameter (e.g lospct or rta for
> check_ping). These names are defined in the map file and used in the rrd
> database.
>
> There is no standard way to define your own colors, but of course you
> could use an own  array 'colorindex'. Just count the number of
> parameters displayed in one graph and use $colorindex[$par_number]
> instead of hashcolor($v);  Just three lines of code ...
>
> hope that helps,
>
>
> Peter
>
>
> Folkers, Lynn schrieb:
>   
>> I am running Nagios 2.0 with nagiosgraph  v 1.1.1.1.  I see that there
>> 
>
>   
>> is an option to use color schemes 1 through 8 in the nagiosgraph.conf 
>> file.  But is there a way to change the graph colors besides a general
>> 
>
>   
>> color scheme?  If there is not a way then is there some documentation 
>> on what the 1 through 8 color schemes are?  I currently have my color 
>> scheme set to 4 and the graph color lines are very similar in color 
>> which makes it hard to read..
>>
>> # setting Colorscheme
>> colorscheme = 4
>>
>> Thanks ...
>>
>> --
>> --
>>
>> --
>> --- Using Tomcat but need to do more? Need to support web services, 
>> security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> 
>
>   
>> easier Download IBM WebSphere Application Server v.1.0.1 based on 
>> Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
>> 42
>> --
>> --
>>
>> ___
>> Nagios-users mailing list
>> Nagios-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/nagios-users
>> ::: Please

Re: [Nagios-users] nagios performance info

2006-11-08 Thread Marc Powell
Are all your services configured for active checks? Look at the
scheduling queue. Make sure that all active checks are enabled. Sort by
Next Check time. See if there is a pattern. Verify normal_check_interval
for the services that are 'slow' to be checked.

--
Marc

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Kevin Zhang
> Sent: Wednesday, November 08, 2006 9:20 AM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] nagios performance info
> 
> Could someone help with this? Thanks in advance.
> 
> 
> 
> Kevin SZ
> 
> 
> 
> 
> 
> From: Kevin Zhang
> Sent: Monday, November 06, 2006 1:20 PM
> To: 'nagios-users@lists.sourceforge.net'
> Subject: nagios performance info
> 
> 
> 
> I am using Nagios 2.2. But I have problem with "performance info":
> 
> 
> 
> Active Service Checks:
> 
> Time Frame
> 
> Checks Completed
> 
> <= 1 minute:
> 
> 554 (22.6%)
> 
> <= 5 minutes:
> 
> 1803 (73.6%)
> 
> <= 15 minutes:
> 
> 2060 (84.1%)
> 
> <= 1 hour:
> 
> 2060 (84.1%)
> 
> Since program start:
> 
> 2060 (84.1%)
> 
> Why the Checks Completed show 84% not 100%?
> 
> 
> 
> Kevin SZ


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] 3-D status map

2006-11-08 Thread Andreas Ericsson
Gavin Conway wrote:
> Farrell,Bob wrote:
>> I finally got the status map link to work, but when I click the 3-D
>> status link, I get "open file with"
>>
>> Any ideas folks?
>>
> 
> Lots but where would I get a dinghy and that much whipped cream?
> 

Saved my day, that comment :)

-- 
Andreas Ericsson   [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Problems hosts not resetting status

2006-11-08 Thread Giles Coochey
> 
> Hi list
> 
> I just setup a Nagios 2.5 server on a Suse10 server, with 139 
> Hosts and
> 209 services for starters.
> 
> The problem I'm experiencing is that I have two sights  one 
> in Toronto (with 8 hosts with 10 services) and the other in 
> Jackson (with 4 host with 5 services) that keep report 
> "UNREACHABLE" or "DOWN" on the hosts, while it's showing OK 
> on the Status (service) when I'm looking in the Service Detail screen.
> 

Do you experience any ICMP packet loss between those sites and your
nagios box?

My guess is that Nagios is detecting a network outage.


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


[Nagios-users] Problems hosts not resetting status

2006-11-08 Thread dpillen
Hi list

I just setup a Nagios 2.5 server on a Suse10 server, with 139 Hosts and
209 services for starters.

The problem I'm experiencing is that I have two sights  one in Toronto
(with 8 hosts with 10 services) and the other in Jackson (with 4 host
with 5 services) that keep report "UNREACHABLE" or "DOWN" on the hosts,
while it's showing OK on the Status (service) when I'm looking in the
Service Detail screen.

In the Host State Information screen, The Ping service will shows
Critical with good data ?!?

I have set up all my other sights/hosts/services set up the same way and
they show up good both host and services.
I have also checked that the sights ARE up and accessible.

Is there something I'm over looking, can I do to reset the host status
some how? here is a sample:


# 'Jackson-rf' host definition
define host{
use generic-host; Name of host
template to use

host_name   Jackson-rf
alias   NT Server Jackson RF
address 10.10.30.12
check_command   check-host-alive
max_check_attempts  10
check_period24x7
notification_interval   120
notification_period 24x7
notification_optionsd,u,r
contact_groups  nt-admins
}


# Service definition
define service{
use generic-service ;
Name of service template to use

host_name   Jackson-rf
service_description PING
is_volatile 0
check_period24x7
max_check_attempts  3
normal_check_interval   5
retry_check_interval1
contact_groups  nt-admins
notification_interval   120
notification_period 24x7
notification_optionsc,r
check_command   check_ping!500.0,20%!1000.0,60%
}



Thanks in Advance
   Doug... 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] nagios performance info

2006-11-08 Thread Kevin Zhang








Could someone help with this? Thanks in
advance.

 

Kevin SZ

 









From: Kevin Zhang 
Sent: Monday, November 06, 2006
1:20 PM
To: 'nagios-users@lists.sourceforge.net'
Subject: nagios performance info



 

I am using Nagios 2.2. But I have problem with
“performance info”:

 




 
  
  Active
  Service Checks:
  
  
  
   


 
  
  Time
  Frame
  
  
  Checks
  Completed
  
 
 
  
  <= 1 minute:
  
  
  554 (22.6%)
  
 
 
  
  <= 5 minutes:
  
  
  1803 (73.6%)
  
 
 
  
  <= 15 minutes:
  
  
  2060 (84.1%)
  
 
 
  
  <= 1 hour:
  
  
  2060 (84.1%)
  
 
 
  
  Since program start:  
  
  
  2060 (84.1%)
  
 



   
  
  
  
 




Why the Checks Completed show 84% not 100%?

 

Kevin SZ






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
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

Re: [Nagios-users] 3-D status map

2006-11-08 Thread Ian Lists
I have used a freewrl rpm that I found for Fedora Core 3 successfully on RHEL 
4, FC5 and FC6.  Just make a symbolic link for the npfreewrl.so library to your 
firefox plugins directory.


http://rpm.pbone.net/index.php3/stat/4/idpl/1799041/com/freewrl-1.11-1.FC3.i386.rpm.html


Ian




- Original Message -
From: Bob Farrell <[EMAIL PROTECTED]>
To: Bob Farrell <[EMAIL PROTECTED]>, elias probst <[EMAIL PROTECTED]>, 
nagios-users@lists.sourceforge.net
Sent: Wednesday, November 8, 2006 5:48:39 AM GMT-0500 US/Eastern
Subject: [Nagios-users] 3-D status map

I finally got the status map link to work, but when I click the 3-D
status link, I get "open file with"

Any ideas folks?

Thanks
Bob

-Original Message-
From: Farrell,Bob 
Sent: Tuesday, November 07, 2006 10:32 PM
To: Farrell,Bob; [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Nagios 2.5 Status map

Got status maps running, but 3d will not work. I'll settle for that for
now..

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Farrell,Bob
Sent: Tuesday, November 07, 2006 7:14 PM
To: [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios 2.5 Status map

Have you opened the "English" pdf install guides?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Elias
Probst
Sent: Tuesday, November 07, 2006 7:09 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios 2.5 Status map

http://oreon-project.org/index.php?lang=en
Have you tried the English page?

Regards,
Elias P.

BTW: The default page isn't German, it's French

> Got Nagios installed, but the status map does not work.
>
> I followed the link below, but still no luck.
>
> Any help would be appreciated.
>
> http://www.nagios.org/faqs/viewfaq.php?faq_id=55
>
>
>
> Also, I would LOVE to try out Oreon, but I cannot speak German. Anyone

> have alternatives for front end guis that can aid in administration, 
> reporting, etc.?
>
>
>
> Regards,
>
> Bob F

-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] 3-D status map

2006-11-08 Thread Gavin Conway
Farrell,Bob wrote:
> I finally got the status map link to work, but when I click the 3-D
> status link, I get "open file with"
> 
> Any ideas folks?
> 

Lots but where would I get a dinghy and that much whipped cream?


-- 
Cheers,
Gavin

UKS Ltd, Birmingham Road, Studley, Warwickshire, B80 7BG
Tel: 08700 681 333  -  Fax: 01527 851 301  -  AS: 20547
[EMAIL PROTECTED]  -  www.uksolutions.co.uk
- Please, consider the environment before printing this email -

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] 3-D status map

2006-11-08 Thread Giles Coochey



One of these might work for you:
 
http://freewrl.sourceforge.net/
 
http://www.openvrml.org/
 
http://www.octaga.com/
 
http://www.sim.no/products/SIM_VRMLview/
 
http://www.orbisnap.com/index2.html
 
http://www.xj3d.org/
 
(I have not tried any of them)

  
  
  From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Bob 
  FarrellSent: 08 November 2006 14:11To: Matthias 
  EbleCc: nagios-users@lists.sourceforge.netSubject: Re: 
  [Nagios-users] 3-D status map
  Well, I am running Fedora core 6, and had Firefox 1.5.07.I 
  could nopt locate a vrml plugin/addon/extension, etc.I upgraded to Firefox 
  2.0, and it would not work. I also could not find vrml packages/code.I 
  would really like to test your idea here but...sorry, not enough coffee 
  yetBFOn Wed, 2006-11-08 at 11:58 +0100, Matthias Eble wrote: 
  Farrell,Bob schrieb:
> I finally got the status map link to work, but when I click the 3-D
> status link, I get "open file with"
> 
> Any ideas folks?
install a vrml browser plugin. your browser can't handle the map.
I had installed Cortona VRML plugin but then my map got too big and my 
pc can't handle it any more.



__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
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

Re: [Nagios-users] 3-D status map

2006-11-08 Thread Bob Farrell




Well, I am running Fedora core 6, and had Firefox 1.5.07.
I could nopt locate a vrml plugin/addon/extension, etc.
I upgraded to Firefox 2.0, and it would not work. I also could not find vrml packages/code.
I would really like to test your idea here but...sorry, not enough coffee yet

BF
On Wed, 2006-11-08 at 11:58 +0100, Matthias Eble wrote:


Farrell,Bob schrieb:
> I finally got the status map link to work, but when I click the 3-D
> status link, I get "open file with"
> 
> Any ideas folks?
install a vrml browser plugin. your browser can't handle the map.
I had installed Cortona VRML plugin but then my map got too big and my 
pc can't handle it any more.





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
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

Re: [Nagios-users] Can't install Plugins :- 'make' error after running configure

2006-11-08 Thread Ton Voon
Sam, Can you try the 1.4.5 release as we updated libtool and I think this removes the dependency on cpp. Please let us know if this fixes it for you.TonOn 8 Nov 2006, at 12:38, Sam Fraser wrote:Hello All Nagios users, I'm trying to install Nagios and it's plugins but have a problem when I run through the installation steps outlined in the INSTALL file.This is the output I get from running ./configure as instructed.  I've found some archive messages that seem to suggest that where there is a "no" it means I don't have the package and should install those before continuing.  There seems to be an awful lot of no's in this output!! Surely I don't have to install all of this!?Help Anyone?Donald.nagios-plugins-1.4.3]# ./configure --prefix=/usr/local/nagios --with-nagios-user=samfraser --with-nagios-group=brochsecure --with-cgiurl=/nagios/cgi-binchecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking for a BSD-compatible install... /usr/bin/install -cchecking for style of include used by make... GNUchecking for gcc... gccchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables... checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ANSI C... none neededchecking dependency style of gcc... gcc3checking how to run the C preprocessor... gcc -Echecking for egrep... grep -Echecking for AIX... nochecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking minix/config.h usability... nochecking minix/config.h presence... nochecking for minix/config.h... nochecking for gcc... (cached) gccchecking whether we are using the GNU C compiler... (cached) yeschecking whether gcc accepts -g... (cached) yeschecking for gcc option to accept ANSI C... (cached) none neededchecking dependency style of gcc... (cached) gcc3checking how to run the C preprocessor... gcc -Echecking whether gcc needs -traditional... nochecking for a sed that does not truncate output... /bin/sedchecking for ld used by gcc... /usr/bin/ldchecking if the linker (/usr/bin/ld) is GNU ld... yeschecking for /usr/bin/ld option to reload object files... -rchecking for BSD-compatible nm... /usr/bin/nm -Bchecking whether ln -s works... yeschecking how to recognise dependent libraries... pass_allchecking dlfcn.h usability... yeschecking dlfcn.h presence... yeschecking for dlfcn.h... yeschecking for g++... nochecking for c++... nochecking for gpp... nochecking for aCC... nochecking for CC... nochecking for cxx... nochecking for cc++... nochecking for cl... nochecking for FCC... nochecking for KCC... nochecking for RCC... nochecking for xlC_r... nochecking for xlC... nochecking whether we are using the GNU C++ compiler... nochecking whether g++ accepts -g... nochecking dependency style of g++... nonechecking how to run the C++ preprocessor... /lib/cppconfigure: error: C++ preprocessor "/lib/cpp" fails sanity checkSee `config.log' for more details.nagios-plugins-1.4.3]# makemake: *** No targets specified and no makefile found.  Stop.Send instant messages to your online friends http://uk.messenger.yahoo.com -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Nagios-users mailing listNagios-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/nagios-users::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/nullThis message has been scanned for viruses by MailController - www.MailController.altohiway.com  http://www.altinity.comT: +44 (0)870 787 9243F: +44 (0)845 280 1725Skype: tonvoon -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_

Re: [Nagios-users] Can't install Plugins :- 'make' error after runningconfigure

2006-11-08 Thread Giles Coochey
> checking for g++... no
> checking for c++... no
> checking for gpp... no
> checking for aCC... no
> checking for CC... no
> checking for cxx... no
> checking for cc++... no
> checking for cl... no
> checking for FCC... no
> checking for KCC... no
> checking for RCC... no
> checking for xlC_r... no
> checking for xlC... no
> checking whether we are using the GNU C++ compiler... no
> checking whether g++ accepts -g... no
> checking dependency style of g++... none
> checking how to run the C++ preprocessor... /lib/cpp
> configure: error: C++ preprocessor "/lib/cpp" fails sanity check
> See `config.log' for more details.


I think you are only missing the C++ development files for your
distribution. Try installing those and re-running ./configure

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


[Nagios-users] Can't install Plugins :- 'make' error after running configure

2006-11-08 Thread Sam Fraser
Hello All Nagios users, I'm trying to install Nagios and it's plugins but have 
a problem when I run through the installation steps outlined in the INSTALL 
file.

This is the output I get from running ./configure as instructed.  I've found 
some archive messages that seem to suggest that where there is a "no" it means 
I don't have the package and should install those before continuing.  There 
seems to be an awful lot of no's in this output!! Surely I don't have to 
install all of this!?

Help Anyone?

Donald.

nagios-plugins-1.4.3]# ./configure --prefix=/usr/local/nagios 
--with-nagios-user=samfraser --with-nagios-group=
brochsecure --with-cgiurl=/nagios/cgi-bin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

nagios-plugins-1.4.3]# make
make: *** No targets specified and no makefile found.  Stop.
 





Send instant messages to your online friends http://uk.messenger.yahoo.com 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] 3-D status map

2006-11-08 Thread Matthias Eble
Farrell,Bob schrieb:
> I finally got the status map link to work, but when I click the 3-D
> status link, I get "open file with"
> 
> Any ideas folks?
install a vrml browser plugin. your browser can't handle the map.
I had installed Cortona VRML plugin but then my map got too big and my 
pc can't handle it any more.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


[Nagios-users] 3-D status map

2006-11-08 Thread Farrell,Bob
I finally got the status map link to work, but when I click the 3-D
status link, I get "open file with"

Any ideas folks?

Thanks
Bob

-Original Message-
From: Farrell,Bob 
Sent: Tuesday, November 07, 2006 10:32 PM
To: Farrell,Bob; [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Nagios 2.5 Status map

Got status maps running, but 3d will not work. I'll settle for that for
now..

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Farrell,Bob
Sent: Tuesday, November 07, 2006 7:14 PM
To: [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios 2.5 Status map

Have you opened the "English" pdf install guides?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Elias
Probst
Sent: Tuesday, November 07, 2006 7:09 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios 2.5 Status map

http://oreon-project.org/index.php?lang=en
Have you tried the English page?

Regards,
Elias P.

BTW: The default page isn't German, it's French

> Got Nagios installed, but the status map does not work.
>
> I followed the link below, but still no luck.
>
> Any help would be appreciated.
>
> http://www.nagios.org/faqs/viewfaq.php?faq_id=55
>
>
>
> Also, I would LOVE to try out Oreon, but I cannot speak German. Anyone

> have alternatives for front end guis that can aid in administration, 
> reporting, etc.?
>
>
>
> Regards,
>
> Bob F

-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


[Nagios-users] Jason Ellmers is out of the office.

2006-11-08 Thread Jason Ellmers

I will be Out of the Office
Start Date: 08/11/2006.
End Date: 09/11/2006.


Please be aware that I will be out of the office until Thursday the 9th
November.
Please contact the helpdesk on 08702415500 if technical assistance is
required.











**
This message is confidential. It may not be disclosed to, or used by, 
anyone other than the addressee. If you receive this message in 
error, please advise us immediately.

Internet email is not necessarily secure. First does not accept
responsibility for changes to any email which occur after the email
has been sent. Attachments to this email could contain software
viruses which could damage your system. First have checked the
attachments for viruses before sending, but you should virus-check
them before opening.

For more information on our range of services or to book your tickets
online, please visit:- http://www.firstgroup.com
**


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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


Re: [Nagios-users] Watch Printers/Print Server?

2006-11-08 Thread Frode E. Nyboe
Hari Sekhon wrote:
> I have some awful printers/print server at work. It is shared out via a 
> Windows 2000 workstation to all other printers on the network. Is it 
> possible to watch for the availability of the printers via the print server?
> 
> This would be nice. It's a generic windows print sharing service so 
> should be quite standard. On another windows workstation it shows in the 
> Printers folder when the printers are unavailable.
> 
> Thanks

(I must state that I am pretty new to Nagios, and there certainly is 
smarter ways to solve this - this is a simple way to check the printer 
status :)

I would believe that the print server reads the printers status from the 
printer via SNMP (?).

You will by this example be able to monitor the printers directly - not 
via the the print server as you asked.

One simple way to do this is using check_snmp to check the printers 
hrDeviceStatus.  In this query it checks for the return of two statuses 
Running (2) and Warning (3).  This states are considered OK to Nagios.

Warning is normally issued if the printer nags for a refill of toner 
(replacement not necessary yet) or for some printers when they need to 
change the waste tray.

10.10.10.10 is the ip of the printer.

check_snmp -H 10.10.10.10 -C public -o hrDeviceStatus.1 -r "2|3"

$USER1$/check_snmp -H $HOSTADDRESS$ -l STATUS -C public -o $ARG1$ -r $ARG2$

It's not necessary but I also ping the printers - it makes it easier for 
me to determine quickly if printer is shut off for some reason.

Just my 2 cents - hope it helped :)

If someone have a good hint on how to monitor replacement of toners on 
printers (mostly Canon an HP) I would be very happy - Is this printer 
specific? Do I have to check for each instance (one for black, cyan, 
magneta and yellow etc.) on each printer with different OIDs :O ?

Thanks.

Regards,

Frode E. Nyboe

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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