check_dig

Meyer Jerome Jerome.Meyer at baldata.ch
Thu Apr 23 14:06:21 CEST 2009


Ok,this commands run for a remote linux machine!
Here're config's files :

# checkcommands.cfg
# =================
define command{
  command_name  check_dig
  command_line  $USER1$/check_dig -H $HOSTADDRESS$ -l $ARGS$
}

# servicegroups.cfg
# =================
define servicegroup{
 servicegroup_name      Dig
 alias                  dig
 members                ns1, Dig
}

# ns1.cfg
# =================
define host{
  host_name             ns1
  address               <ip add>
  check_command         check-host-alive
  max_check_attempts    3
  check_period          24x7
  contact_groups        localadmins
  notification_interval 60
  notification_period   24x7
  notification_options  d,u,r,f,s
}

# services.cfg
# =================
define service{
  service_description   Dig
  host_name             ns1
  #hostgroup_name       Linux-servers
  display_name          DNS-Dig
  check_command         check_dig!www.google.com
  max_check_attempts    3
  normal_check_interval 5
  retry_check_interval  1
  check_period          24x7
  notification_interval 120
  notification_period   24x7
  notification_options  w,u,c,r,f,s
  contact_groups        localadmins
}

That's it...!

> -----Ursprüngliche Nachricht-----
> Von: Assaf Flatto [mailto:assaf.flatto at ssp-intl.com]
> Gesendet: Donnerstag, 23. April 2009 12:12
> An: nagios-users at lists.sourceforge.net
> Betreff: Re: [Nagios-users] check_dig
> 
> Can you provide more details ?
> 
> Like are you running it locally , or on a remote machine ?
> What's your service and command definitions are ?
> 
> On Thursday 23 April 2009 09:48:13 Meyer Jerome wrote:
> > Hi All
> >
> >
> >
> > This command seems ok at prompt :
> >
> > /usr/local/nagios/libexec/check_dig -H <ip.add> -l www.google.com
> >
> > DNS OK - 0.008 seconds response time (www.google.com.  454915 IN CNAME
> > www.l.google.com.)|time=0.008459s;;;0.000000
> >
> >
> >
> > But is different in Nagios :
> >
> > Current Status : CRITICAL
> >
> > Status Information : DNS CRITICAL - 0.008 seconds response time (No
> > ANSWER SECTION found)
> >
> >
> >
> > I don't understand where is the problem? As someone any Idea??
> >
> >
> >
> > Thanks
> >
> > j.m
> 
> 
> 
> --
> Assaf Flatto
> SSP Ops Team
> Linux System Administrator
> 169 Euston Road, London, NW1 2AE
> 
> 
> 
> 
> 
> IMPORTANT . this email and the information in it may be confidential, legally
> privileged and/or protected by law. It is intended solely for the use of the
> person to whom it is addressed. If you are not the intended recipient, please
> notify the sender immediately and do not disclose the contents to any other
> person, use it for any purpose, or store or copy the information in any
> medium.
> Please also delete all copies of this email and any attachments from your
> system.
> 
> We cannot guarantee the security or confidentiality of email communications.
> We
> do not accept any liability for losses or damages that you may suffer as a
> result of your receipt of this email including but not limited to computer
> service or system failure, access delays or interruption, data non-delivery
> or
> mis-delivery, computer viruses or other harmful components.
> 
> Copyright in this email and any attachments belong to Select Service Partner
> UK
> Limited. Should you communicate with anyone at Select Service Partner UK
> Limited by
> email, you consent to us monitoring and reading any such correspondence.
> 
> Nothing in this email shall be taken or read as suggesting, proposing or
> relating to any agreement concerted practice or other practice that could
> infringe UK or EC competition legislation.
> 
> Select Service Partner UK Limited is a company registered in England and
> Wales
> (company number 05687183) whose registered office is at 1 The Heights,
> Brooklands, Weybridge. Surrey. KT13 0NY
> 
> 
> 
> -----------------------------------------------------------------------------
> -
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at 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

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Nagios-users mailing list
Nagios-users at 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





More information about the Users mailing list