Re: [Nagios-users] NRPE compilation on HPUX

2010-02-10 Thread Ciro Iriarte
2010/2/11 Max :
> On Wed, Feb 10, 2010 at 5:30 PM, Ciro Iriarte  wrote:
>> Hi, i'm getting issues compiling NRPE on HPUX 11.31, do you now what
>> missing library can cause this?
>
> Colleague of mine used the NRPE package here:
>
> http://mayoxide.com/naghpux/
>
> and said it works well.
>
> - max
>

I used his build notes, and got that errors...

Regards,

-- 
Ciro Iriarte
http://cyruspy.wordpress.com
--

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
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] NRPE compilation on HPUX

2010-02-10 Thread Max
On Wed, Feb 10, 2010 at 5:30 PM, Ciro Iriarte  wrote:
> Hi, i'm getting issues compiling NRPE on HPUX 11.31, do you now what
> missing library can cause this?

Colleague of mine used the NRPE package here:

http://mayoxide.com/naghpux/

and said it works well.

- max

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
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] NRPE compilation on HPUX

2010-02-10 Thread Ciro Iriarte
Hi, i'm getting issues compiling NRPE on HPUX 11.31, do you now what
missing library can cause this?

-
utils.c:
ld: Unsatisfied symbol "fromhost" in file nrpe.o
1 errors.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
-

Regards,

-- 
Ciro Iriarte
http://cyruspy.wordpress.com
--

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
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] Improving performace of the check_folder_size script

2010-02-10 Thread Marc Powell

On Feb 9, 2010, at 11:45 AM, Kaplan, Andrew H. wrote:

> Hi there --
> 
> I am running Nagios 3.1.2 with the nrpe 2.12 client. One of the scripts that 
> I am using is the 
> check_folder_size script.

When asking about a non-standard plugin, it's very useful to also include where 
you got that plugin. How it does what it does is very relevant to your question.

> The script is configured on 
> the client to send warnings when the folder in question reaches 500 gigabytes.

How does it determine this?

> The script appears to be doing its job pretty well, but I notice that 
> occasionally I will get 
> timeout issues with the script. I suspect the configuration of the script on 
> the Nagios server is 
> the cause, and I wanted to get feedback as to the best settings to have for 
> the script.

Much more likely is that the script is using something like '/bin/du' to 
calculate the size of the directory and that it is sometimes taking longer than 
you've told nagios to wait to do so. That doesn't really surprise me for a 
directory of that size.

> The current 
> configuration is shown below:
> 
> # Service definition 
> define service{ 

> check_command   check_nrpe!check_folder_size1 
> }
> 
> Does anyone have any suggestions as to what settings would be better here? 
> Thanks.

Look at your check_nrpe command definition. If it specifies a timeout value 
(-to), increase it as needed. If it doesn't, add one. Also check the value of 
service_check_timeout in nagios.cfg. It should be higher than the check_nrpe 
timeout.

An even better solution is to make that directory it's own partition. Then you 
can use check_disk, which will be nearly instantaneous, to determine the size 
of the directory.

--
Marc
 
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
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] Scheduled downtime doesn't clear?

2010-02-10 Thread Michael Durket
We're running Nagios 2.5. Every night we take hundreds of services being 
monitored
by Nagios down for a quick restart. The restart process takes no more than 15 
minutes
and just before each service goes down, a script sends a scheduled flexible 
downtime
request to Nagios (for a 15 minute flexible window). 

We've noticed that, sometimes, Nagios doesn't cancel the downtime at the end of 
the 
window, and days later we have services that are listed as still being in 
scheduled 
downtime (even though the window time is long past). Has this been found and/or
fixed in a later release of Nagios?



--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
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] latency & response tme

2010-02-10 Thread Morris, Patrick
Tarak Mukherjee wrote:
> Dear Friends,
>
> How do I get the response time for the particular website using 
> nagios. As well as the latency report. will it be possible is nagios.

See check_http

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
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] nagios 3.2.0- Cross compilation -xscale plaftorm

2010-02-10 Thread Queenie de Melo
>
> I have downloaded nagios 3.2.0 and iam trying to cross compile for xscale
> big endian platform.
>
> It configured fine as shown below but while compiling, i get Error.
>
> I configured as
> ./configure host=xscale CC=xscale_be-gcc
> checking for a BSD-compatible install... /usr/bin/install -c
> checking build system type... i686-pc-linux-gnu
> checking host system type... xscale-unknown-none
> checking for xscale-gcc... xscale_be-gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... yes
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether xscale_be-gcc accepts -g... yes
> checking for xscale_be-gcc option to accept ANSI C... none needed
> checking whether make sets $(MAKE)... yes
> checking for strip... /usr/bin/strip
> checking how to run the C preprocessor... xscale_be-gcc -E
>
> and so on
>
> then When i do a "make all',
> I get the error as below
>
> In file included from ../include/nebcallbacks.h:29,
>  from broker.c:30:
> ../include/nebmodules.h:80: error: parse error before "lt_ptr"
> ../include/nebmodules.h:80: warning: no semicolon at end of struct or union
> ../include/nebmodules.h:81: warning: data definition has no type or storage
> class
> ../include/nebmodules.h:91: error: parse error before '}' token
> ../include/nebmodules.h:91: warning: data definition has no type or storage
> class
> In file included from broker.c:30:
> ../include/nebcallbacks.h:81: error: parse error before '*' token
> In file included from broker.c:32:
> ../include/nebmods.h:54: error: parse error before '*' token
> ../include/nebmods.h:57: error: parse error before '*' token
>
> Iam using xscale_be-gcc (GCC) 3.3.1
>
> "make cgis" compiles fine without any errors.
>
> Please help me how to proceed.
>
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
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 help

2010-02-10 Thread Masopust, Christian
This is because you don't have defined an icon for the hosts in hostsextinfo...
 
christian
 

--
"I sense much NT in you, NT leads to Blue Screen.
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside."

- Unknown Unix Jedi 

 




From: raja nagios [mailto:nagios.r...@gmail.com] 
Sent: Wednesday, February 10, 2010 10:12 AM
To: Nagios-users@lists.sourceforge.net
Subject: [Nagios-users] nagios help


Hi,
 
I have been facing the same problem.
 
I have installed Nagios 3.o on RHEL5.
everything is ok. Now when i open my web interface in the browser.
it is showing like this.
 
Please find the attachment.
 
There you can see ? marc.

why am i getting ? mark there.
 
 
Thanks in advance.
 
yours,
 
Raja antony

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
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] latency & response tme

2010-02-10 Thread Tarak Mukherjee

Dear Friends,

How do I get the response time for the particular website using nagios. As well 
as the latency report. will it be possible is nagios. 


/\
Ricky
  
_
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
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] FW: Check for Web Page Changes

2010-02-10 Thread jonathan.wheeler
From: Matt Baer [mailto:m...@baerconsult.com] 
Sent: 10 February 2010 07:44

> I want to check certain web pages on my servers to see if they change at all, 
> such as a
> comment is left or someone has hacked my site.  Is there a way to have Nagios 
> check it's
> last polled HTML code and compare it to the next poll?  Or something to that 
> effect?

The check_log plugin might do what you want if you choose the check string 
carefully.  Note the caveats in the documentation about max_attempts etc.

Jonathan Wheeler 
e-Science Centre 
Rutherford Appleton Laboratory


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
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--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
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] Check for Web Page Changes

2010-02-10 Thread Matt Baer
I want to check certain web pages on my servers to see if they change at all, 
such as a comment is left or someone has hacked my site. Is there a way to have 
Nagios check it's last polled HTML code and compare it to the next poll? Or 
something to that effect? 
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
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