Hi everybody,

I'm looking for a way to check out the mapping between a hostname and IP address.

Example: IP 192.168.0.1 exists and if the hostname foo.mylan.com is not associated with this IP, I would have an alarm.

Indeed the script below returns no alarm :

define host {
    use             unix-server
    host_name       foo.mylan.com
    display_name    foo
    address         192.168.0.1
    check_command   check_http
}

define service {
    use            local-service
    host_name      foo.mylan.com
    service_description   HTTP local
    check_command  check_http
}

Any idea?

Thanks a lot

François
--
Network Operation Center
        LUXEMBURG
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
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

Reply via email to