[Nagios-users] Custom Arrange Hostgroups Overview in the UI

2013-09-03 Thread FTL Nagios
Hi,

 

On the Host Groups Overview page - is it possible to custom arrange the
hostgroups displayed rather than by the default of alphabetically, by
editing some file?

 

Thanks

 

 

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk___
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] Custom Arrange Hostgroups Overview in the UI

2013-09-03 Thread FTL Nagios
Hi,

 

On the Host Groups Overview page - is it possible to custom arrange the
hostgroups displayed rather than by the default of alphabetically, by
editing some file?

 

Thanks

 

 

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk___
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_udp error message

2013-09-03 Thread Marco Borsani
Hi all

I need to control many UDP ports.

 

I run the command:

./check_udp –H  –p 88

 

I receive following error message (with state UNKNOWN) :

With UDP checks, a send/expect string must be specified

 

Can anyone help me to solve it?

Those parameters should be optional..

 

regards

 

Marco Borsani

Unix and Monitoring Sysadmin

Business Unit Internet Solutions - Operations

tel: +39 010 4310115

fax: +39 02 30130311

cell: +39 329 5953944

ITnet S.r.l.

Società con socio unico

Soggetta a direzione e coordinamento di Italiaonline S.r.l.

 

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk___
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] Is it possible to recieve a single global notification for all checks?

2013-09-03 Thread Thomas Blanchard
Hi Alex, 

Have you taken a look at the service dependency? Since they all seem to be the 
same type of check, you can set a parent check which would just monitor the 
port, the main web site, or the apache process, and the internal nagios 
mechanisms will trigger only an alert for the parent check if it goes down, 
hiding all child service checks.

http://nagios.sourceforge.net/docs/3_0/dependencies.html

is that what you're looking for?

Thomas

-Original Message-
From: Alex Flex [mailto:aflex...@gmail.com] 
Sent: 31 August 2013 21:17
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Is it possible to recieve a single global notification 
for all checks?

Hello Nginx,

I have a single host, and dozens of services of the same type (http
check) monitored.

When a service goes down it is normal for others to report CRITICAL at the same 
time. Intead of generating a notification for each independant service can I 
have a SINGLE email consolidate the report on whats on CRITICAL?

Perhaps using a global handler, however how would this work with the part of 
one email per minute if my understanding is that the global event handler runs 
independtly for each service?

Anything creative is welcome.

Alex

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies and 
advance your career. Get an incredible 1,500+ hours of step-by-step tutorial 
videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
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




This email and any files included with it may contain privileged,
proprietary and/or confidential information that is for the sole use
of the intended recipient(s).  Any disclosure, copying, distribution,
posting, or use of the information contained in or attached to this
email is prohibited unless permitted by the sender.  If you have
received this email in error, please immediately notify the sender
via return email, telephone, or fax and destroy this original transmission
and its included files without reading or saving it in any manner.
Thank you.


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
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] check_udp error message

2013-09-03 Thread Andreas Ericsson
On 2013-09-03 12:33, Marco Borsani wrote:
> Hi all
>
> I need to control many UDP ports.
>
>
>
> I run the command:
>
> ./check_udp –H  –p 88
>
>
>
> I receive following error message (with state UNKNOWN) :
>
> With UDP checks, a send/expect string must be specified
>
>
>
> Can anyone help me to solve it?
>
> Those parameters should be optional..
>

UDP is a connection-less protocol. The "expect" string could indeed
be optional, and we could just expect to get something at all back
when we send something, but without sending anything we won't even
touch the network, so the remote host has no idea that we're trying
to talk to it and we won't know if the port is up.

That's why "send", at least, is not optional.

-- 
Andreas Ericsson   andreas.erics...@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
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] Web interface buffer overflow

2013-09-03 Thread Alex Clifford
Hi,

I'm running Nagios 3.5 and have setup a number of basic checks successfully. 
From these I have 5 hosts utilising check_nrpe!check_disk just fine. However, 
one of them throws errors when viewing the Service check's details in the web 
interface. The page doesn't fully render so I lose access to the Service 
Commands table. The apache error log shows the following when loading 
http://axops01/nagios/cgi-bin/extinfo.cgi?type=2&host=mail&service=Check+Disk+Usage

-
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] *** buffer overflow 
detected ***: /usr/local/nagios/sbin/extinfo.cgi terminated, referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] === Backtrace: 
=, referer: http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f479f0dd817], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/lib/x86_64-linux-gnu/libc.so.6(+0x109710)[0x7f479f0dc710], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/lib/x86_64-linux-gnu/libc.so.6(+0x108b79)[0x7f479f0dbb79], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/lib/x86_64-linux-gnu/libc.so.6(_IO_default_xsputn+0xdd)[0x7f479f04f13d], 
referer: http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/lib/x86_64-linux-gnu/libc.so.6(_IO_vfprintf+0x1d42)[0x7f479f01d702], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/lib/x86_64-linux-gnu/libc.so.6(__vsprintf_chk+0x94)[0x7f479f0dbc14], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/lib/x86_64-linux-gnu/libc.so.6(__sprintf_chk+0x7d)[0x7f479f0dbb5d], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/usr/local/nagios/sbin/extinfo.cgi[0x40d39f], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/usr/local/nagios/sbin/extinfo.cgi[0x406869], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/usr/local/nagios/sbin/extinfo.cgi[0x401d0c], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed)[0x7f479eff476d], 
referer: http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
/usr/local/nagios/sbin/extinfo.cgi[0x402f45], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] === Memory map: 
, referer: http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 0040-00446000 r-xp 
 fc:04 1709712
/usr/local/nagios/sbin/extinfo.cgi, referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 00645000-00646000 r--p 
00045000 fc:04 1709712
/usr/local/nagios/sbin/extinfo.cgi, referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 00646000-00647000 rw-p 
00046000 fc:04 1709712
/usr/local/nagios/sbin/extinfo.cgi, referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 00647000-0064b000 rw-p 
 00:00 0 , referer: http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 01d24000-01d45000 rw-p 
 00:00 0  [heap], referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
7f479eaf4000-7f479eb09000 r-xp  fc:04 1048620
/lib/x86_64-linux-gnu/libgcc_s.so.1, referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
7f479eb09000-7f479ed08000 ---p 00015000 fc:04 1048620
/lib/x86_64-linux-gnu/libgcc_s.so.1, referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
7f479ed08000-7f479ed09000 r--p 00014000 fc:04 1048620
/lib/x86_64-linux-gnu/libgcc_s.so.1, referer: 
http://axops01/nagios/cgi-bin/status.cgi?host=all
[Wed Sep 04 10:19:49 2013] [error] [client 172.16.0.84] 
7f479ed09000-7f479ed0a000 rw-p 00015000 fc:04 1048620
/lib/x86_64-linux-gnu/libgcc_s.so.1, referer: