nagios 3.3.1 Core + nagmap
Posted: Wed Dec 21, 2011 6:19 pm
hello,
it's my first post here, i don't know if the section is right for my problem.
I've installed, on my Ubuntu 10.04Lts server edition, Nagios 3.3.1 Core and nagmap (google map) to view my remote routers on the map. I followed all steps present on navmap's help and when I open it, i see the correct coordinate of my place but I don't see the routers, of following i reported the configuration of router1 and router2
r1.cfg:
define host{
use generic-router ; Inherit default values from a template
host_name router-01 ; The name we're giving to this switch
alias Router Cisco 1841 ; A longer name associated with the switch
address x.x.x.102 ; IP address of the switch
hostgroups routers-02 ; Host groups this switch is associated with
parents router-02
notes lating: 42.60220,14.07215
register 1
statusmap_image router40.png ; Router image
}
r2.cfg
define host{
use generic-router ; Inherit default values from a template
host_name router-01 ; The name we're giving to this switch
alias Router Cisco 1841 ; A longer name associated with the switch
address x.x.x.102 ; IP address of the switch
hostgroups routers-02 ; Host groups this switch is associated with
parents router-02
notes lating: 42.60220,14.07215
register 1
statusmap_image router40.png ; Router image
}
these are two different files created on the directory /usr/local/nagios/etc/objects/routers/, i've already configuration nagios.cfg for this path.
is there some one that can help me to resolve the issue, thanks a lot
it's my first post here, i don't know if the section is right for my problem.
I've installed, on my Ubuntu 10.04Lts server edition, Nagios 3.3.1 Core and nagmap (google map) to view my remote routers on the map. I followed all steps present on navmap's help and when I open it, i see the correct coordinate of my place but I don't see the routers, of following i reported the configuration of router1 and router2
r1.cfg:
define host{
use generic-router ; Inherit default values from a template
host_name router-01 ; The name we're giving to this switch
alias Router Cisco 1841 ; A longer name associated with the switch
address x.x.x.102 ; IP address of the switch
hostgroups routers-02 ; Host groups this switch is associated with
parents router-02
notes lating: 42.60220,14.07215
register 1
statusmap_image router40.png ; Router image
}
r2.cfg
define host{
use generic-router ; Inherit default values from a template
host_name router-01 ; The name we're giving to this switch
alias Router Cisco 1841 ; A longer name associated with the switch
address x.x.x.102 ; IP address of the switch
hostgroups routers-02 ; Host groups this switch is associated with
parents router-02
notes lating: 42.60220,14.07215
register 1
statusmap_image router40.png ; Router image
}
these are two different files created on the directory /usr/local/nagios/etc/objects/routers/, i've already configuration nagios.cfg for this path.
is there some one that can help me to resolve the issue, thanks a lot