[Nagios-users] How to check a host, ping disabled

2009-11-25 Thread Samir Pathan
Hello,

 

I need to monitor the servers which has ping disabled. Where and what
configuration I have to change. Please suggest.

Best regards, 

 

Sam.
__

This email and any files transmitted with it are for the sole use of the
addressee and may contain confidential and privileged information. If you
are not the addressee, please contact the sender by reply e-mail and delete
this e-mail and other copies of it from your computer system. Any
unauthorized review, use, disclosure, dissemination, forwarding, printing or
copying of this email or any action taken in confidence on this e-mail is
strictly prohibited and may be unlawful.
Please check for viruses and defects before opening any attachment .
Thank You. 

 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] How to check a host, ping disabled

2009-11-25 Thread Flyinvap
Le Wed, 25 Nov 2009 16:14:43 +0530,
Samir Pathan sa...@eprs.co.in a écrit :

 I need to monitor the servers which has ping disabled. Where and what
 configuration I have to change. Please suggest.

Replace ping by check_tcp or check_udp on a open port. 

-- 
Flyinvap



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] What would you want in a replacement web interface?

2009-11-25 Thread Jim Avery
2009/11/24 shadih rahman shadhi...@gmail.com:
 This is not an issue.  nagios search bar does regular expression search.  do
 ffs-* in your box and it will result in all the hosts.

 Nagios is a monitoring tool.  I think nagios users and administrators are
 some what involved with technology.  Knowing how to do regular expression
 search is not an extreme requirement.

I'm pretty sure it's not a regular expression, it's just a simple
wild-card.  For example, it won't understand ffs-[0-9]

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 is logging Service Check Timed Out for certain service

2009-11-25 Thread Jim Avery
2009/11/25 Yu Watanabe yu.watan...@jp.fujitsu.com:
 Hello All.

 I am gathering information for a problem I had experienced in nagios v2.10.

 I was running Nagios on RHEL 4.5. The story is that Nagios suddenly started 
 returing Service Check Timed Out
 on a certain service, not on other services. The time that Service Check 
 Timed Out started occuring was
 23:13:48.

 Has anyone had such experience?


Yes.  I occasionally see this behaviour for certain SNMP checks when
the SNMP daemon on the montitored host stops working properly.

Which service is causing the problem and which ones seem to be still OK?

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] How to check a host, ping disabled

2009-11-25 Thread Jim Avery
2009/11/25 Samir Pathan sa...@eprs.co.in:
 Hello,



 I need to monitor the servers which has ping disabled. Where and what
 configuration I have to change. Please suggest.

 Best regards,



 Sam.

If it is a server then presumably it has some other port open?  For
example if it's an email server, you may be able to use check_smtp as
your host check.  It really depends what is available to you, and what
will give you a check which is closest to answering the question Is
this host 'up'?.

You will need to change the check_command directive in the host
definition for that host, and you might need to tweak the command
definition too.

For example, your new host definition might look like this:


  define host{
use generic-host
host_name   server1
alias   server1 - email server - pings disabled
address 10.10.11.12
hostgroups  +servers
parents router3
check_command   check_smtp!-w 5 -c 8
  }


and your check_smtp command definition might look like this:


  # 'check_smtp' command definition
  define command{
  command_namecheck_smtp
  command_line$USER1$/check_smtp -H $HOSTADDRESS$ $ARG1$
  }



hth,

Jim

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] How to check a host, ping disabled

2009-11-25 Thread Samir Pathan
Hello All,

 

I have few servers with ping enable and disabled in two different locations.
I am currently monitoring ping enables servers successfully. Can we monitor
ping disabled servers using Nagios? If yes, please suggest how to configure
it and where to configure it, file names pls. thanks.

Best regards, 

 

Sam.
__

This email and any files transmitted with it are for the sole use of the
addressee and may contain confidential and privileged information. If you
are not the addressee, please contact the sender by reply e-mail and delete
this e-mail and other copies of it from your computer system. Any
unauthorized review, use, disclosure, dissemination, forwarding, printing or
copying of this email or any action taken in confidence on this e-mail is
strictly prohibited and may be unlawful.
Please check for viruses and defects before opening any attachment .
Thank You. 

 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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 is logging Service Check Timed Out for certain service

2009-11-25 Thread Marc Powell

On Nov 24, 2009, at 11:37 PM, Yu Watanabe wrote:

 Hello All.
 
 I am gathering information for a problem I had experienced in nagios v2.10.
 
 I was running Nagios on RHEL 4.5. The story is that Nagios suddenly started 
 returing Service Check Timed Out
 on a certain service, not on other services. The time that Service Check 
 Timed Out started occuring was 
 23:13:48.
 
 Has anyone had such experience?

Yes. It means that the check is taking longer than either the plugin timeout or 
nagios' master timeout. There are many reasons why this could be happening but 
the most common are that the remote system is slow to respond or network 
problems between the nagios machine and the remote system are present. It could 
also be caused by problems with external systems as well such as DNS.

There are far too many factors to give you a specific answer. You'll need to do 
some digging into events around that time on your network and systems in order 
to discover the cause. I'd suggest starting by discovering all the things that 
these problem checks have in common and check each for potential cause.

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Graphing Software that Retains Perfdata

2009-11-25 Thread Mark Baxter
 

Dario,

 

I've been looking at your site and I may be interested, Thanks for the info.

 

Regards,

 

Mark



Mark Baxter
OnDemand Administrator, Visma Proceedo AB

Switchboard : +46 8 522 930 30 - Direct : +46 8 522 930 60 - Mobile : +46 73 
978 92 60 - Fax : +46 8 58 88 48 29





From: Dario B. Bestetti (OpServices) [mailto:dario.beste...@opservices.com.br] 
Sent: den 24 november 2009 13:11
To: Mark Baxter
Subject: Re: [Nagios-users] Graphing Software that Retains Perfdata

 

Mark, if you are interested, we have a open-source solution that can help you 
to have long-term capacity planning graphics at www.opmon.org.

We also have a commercial solution based on Nagios that you might want to try. 
Please take a look at www.opservices.com.br.

In case of any doubt, please let me know.

Best regards,
_
Dario B. BestettiOpServices
  R. Luciana de Abreu, 471 - Sala 403
  Porto Alegre, RS - CEP 90570-060
Fone 55(51)32753588 Mobile  55(51)81518218
Fax 55(51)32753588  Emaildario.beste...@opservices.com.br
 
   In God we trust, the rest we monitor ...
_


- Mark Baxter mark.bax...@visma.com escreveu: 
 

 

Hi,

 

We've been using Nagiosgraph for some time for graphing, but of late my boss 
has been requesting historical data for presentations and whatnot. The problem 
is that the rrdtool doesn't appear to keep all the data it gets. Maybe it is 
configured badly, but it appears to only keep limited data for the yearly 
graphs, so when doing a data export we only really have decent data for 
analysis from the past month or so.

 

Ideally I think a solution that stores the information in a MySQL database 
would be optimal as the required data could be easily queried and exported in a 
boss-friendly format.

 

Does anyone know of such a solution? If not, does anyone know if I have simply 
screwed up the Nagiosgraph install or, if not, if there is any way I can change 
the configuration so as to retain all data written to the .rrd files?

 

Thanks,

 

Mark Baxter

 

 

 



 

Mark Baxter
 OnDemand Administrator
 Visma Proceedo AB
 Rålambsvägen 17, vån 12, S-112 59 Stockholm, Sweden
  

Switchboard

: +46 8 522 930 30

Direct

: +46 8 522 930 60

Mobile

: +46 73 978 92 60

Fax

: +46 8 58 88 48 29

Internet

: http://www.vismaproceedo.com http://www.vismaproceedo.com/ 

E-mail

: mark.bax...@visma.com

 

Ekonomisystem - Elektronisk fakturahantering - Redovisning - Tid- och 
projektstyrning - Säljstödssystem - Lön - Inkassotjänster - Inköp - 
Butiksdatalösningar - E-handels- och webblösningar
 
 This communication is intended for the person(s) named above only. It 
 contains information that is confidential and legally privileged. If received 
 in error, please delete this e-mail and notify the sender.

 



 


 --
  Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with Crystal 
 Reports now. http://p.sf.net/sfu/bobj-july
 ___ 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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] What would you want in a replacement web interface?

2009-11-25 Thread Marcel
I'd like (and i think this is the answer for question #3):

* mobile webpages;
* customizable ajax/web2.0 interface;

Answers:
#1) the tactical overview is fine;
#2) would like to see what check commands nagios is issuing (for the need of
troubleshooting, issuing the same command nagios triggers is a pain) - an
easier way too see configured thresholds and the full command line and
output.


On Mon, Nov 16, 2009 at 2:22 PM, Taylor Dondich
tdond...@lilacnetworks.comwrote:

 Hi there.  I've been working on a replacement web interface for Nagios,
 and it's coming along great!  However, I wanted to take the time to ask
 the community some questions to get your feedback and roll it into the
 interface.


 So I have 3 questions to ask you all.  If you could answer with as much
 detail as possible, it would be fantastic.

 #1) What is the most important thing you want to see in a Tactical
 Overview replacement?  What are the most essential components?

 #2) When looking at a Host or a Service, what are the details you
 want/need to see?  What can you not live without?

 #3) What is your biggest gripe regarding the existing Nagios web user
 interface?

 --
 Taylor Dondich (tdond...@gmail.com)
 CEO at Lilac Networks (http://www.lilacnetworks.com)
 Provider of quality support for open source monitoring solutions
 View our open source Nagios Configuration Tool at
 http://www.lilacplatform.com



 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] What would you want in a replacement web interface?

2009-11-25 Thread Israel Brewster
No, knowing how to do "regular _expression_" (or wildcard) searches is not an extreme requirement. In fact, it makes perfect sense, and I am intimately familiar with both. That said, last time I tried that it didn't work - I'm not so stupid as to not think to try a simple wildcard :-). On the other hand, I'm running 3.0.6, as that is what is distributed with the stable version of OpenBSD. Perhaps this is something that was fixed in 3.1 or 3.2? I seem to recall reading something about a new web interface. So my point stands that this is MY biggest gripe with the web interface. If it's already been fixed, awesome! :-)On Nov 24, 2009, at 11:48 AM, shadih rahman wrote:This is not an issue. nagios search bar does regular _expression_ search. do ffs-* in your box and it will result in all the hosts. Nagios is a monitoring tool. I think nagios users and administrators are some what involved with technology. Knowing how to do "regular _expression_" search is not an extreme requirement. On Tue, Nov 24, 2009 at 1:47 PM, Israel Brewster isr...@frontierflying.com wrote:  2009/11/16 Taylor Dondich tdond...@lilacnetworks.com:   #3) What is your biggest gripe regarding the existing Nagios web user interface?The lack of a real search. The select box is practically useless. For example, I have a bunch of hosts named ffs-whatever, but if I type in ffs- to the search box, I only get one result. I would really like a real (albeit simple) search so if I type ffs, I get ALL hosts containing ffs. --- Israel Brewster Computer Support Technician II Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450-7250 x293 ----- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july___ 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-- Cordially,Shadhin Rahman ---Israel BrewsterComputer SupportTechnician IIFrontier Flying Service Inc.5245 Airport Industrial RdFairbanks, AK 99709(907) 450-7250 x293---BEGIN:VCARD
VERSION:3.0
N:Brewster;Israel;;;
FN:Israel Brewster
ORG:Frontier Flying Service;MIS
TITLE:PC Support Tech II
EMAIL;type=INTERNET;type=WORK;type=pref:isr...@frontierflying.com
TEL;type=WORK;type=pref:907-450-7293
item1.ADR;type=WORK;type=pref:;;5245 Airport Industrial Wy;Fairbanks;AK;99701;
item1.X-ABADR:us
CATEGORIES:General
X-ABUID:36305438-95EA-4410-91AB-45D16CABCDDC\:ABPerson
END:VCARD
 --
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] How to check a host, ping disabled

2009-11-25 Thread Morris, Patrick
Samir Pathan wrote:

 Hello,

  

 I need to monitor the servers which has ping disabled. Where and what 
 configuration I have to change. Please suggest.

 Best regards,

  

 Sam.

Use something you *can* reach on the server as the host check.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] What would you want in a replacement web interface?

2009-11-25 Thread Morris, Patrick
Israel Brewster wrote:
 No, knowing how to do regular expression (or wildcard) searches is 
 not an extreme requirement. In fact, it makes perfect sense, and I am 
 intimately familiar with both. That said, last time I tried that it 
 didn't work - I'm not so stupid as to not think to try a simple 
 wildcard :-). On the other hand, I'm running 3.0.6, as that is what is 
 distributed with the stable version of OpenBSD. Perhaps this is 
 something that was fixed in 3.1 or 3.2? I seem to recall reading 
 something about a new web interface. So my point stands that this is 
 MY biggest gripe with the web interface. If it's already been fixed, 
 awesome! :-)

 On Nov 24, 2009, at 11:48 AM, shadih rahman wrote:

 This is not an issue.  nagios search bar does regular expression 
 search.  do ffs-* in your box and it will result in all the hosts. 

 Nagios is a monitoring tool.  I think nagios users and administrators 
 are some what involved with technology.  Knowing how to do regular 
 expression search is not an extreme requirement.

 On Tue, Nov 24, 2009 at 1:47 PM, Israel Brewster 
 isr...@frontierflying.com mailto:isr...@frontierflying.com wrote:


 2009/11/16 Taylor Dondich tdond...@lilacnetworks.com
 mailto:tdond...@lilacnetworks.com:

 #3) What is your biggest gripe regarding the existing Nagios
 web user
 interface?



 The lack of a real search. The select box is practically useless.
 For example, I have a bunch of hosts named ffs-whatever, but if
 I type in ffs- to the search box, I only get one result. I would
 really like a real (albeit simple) search so if I type ffs, I get
 ALL hosts containing ffs.


While we're complaining about the search bar: How about having the 
search pull up something other than hosts. It drives me nuts that I 
can't get hits on a hostgroup or servicegroup name, for example.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 reports

2009-11-25 Thread Terry
Is it possible to create custom reports that pull in metrics about
services?   For example, I want to know how many alerts I get on
passive services in a service group in a 24 hour period.  I can code
it just want to know where to start or if there is something I am
missing.

Thanks!

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] How to check a host, ping disabled

2009-11-25 Thread Flyinvap
Le Wed, 25 Nov 2009 19:43:13 +0530,
Samir Pathan sa...@eprs.co.in a écrit :

 Can we monitor
 ping disabled servers using Nagios? If yes, please suggest how to
 configure it and where to configure it, file names pls. thanks.

Huuumm. Did you read the answers to your previous question ? Not sure.

-- 
Flyinvap



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Clustering Nagios 3.x

2009-11-25 Thread dOE
Is it possible to cluster two physical Nagios servers active\passive?
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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