Statusmap 3.5.1
-
rumarcin11
- Posts: 36
- Joined: Thu Feb 25, 2016 7:42 am
Statusmap 3.5.1
I would like to divide the hosts, because now I have that all hosts are podłaczonie to a tree, "N" and I'd like to hosts were Connect PC to the router as konfogurować and the place is set
Re: Statusmap 3.5.1
you need to set the parent (źródło) (Hope that is the correct word) of each host to be the actual parent
so
a typical host may or may not look like this
notice the
that makes the "SERVER1" a child of "router"
and ultimately to make everything work best make localhost (assuming that if what your nagios host is called in nagios) a parent of the router
so
a typical host may or may not look like this
Code: Select all
define host {
host_name
alias SERVER1
address SERVER1
action_url /pnp4nagios/graph?host=$HOSTNAME$
check_command check-host-alive
notification_interval 15
notification_options d,u,r
max_check_attempts 3
active_checks_enabled 1
notifications_enabled 1
check_period 24x7
notification_period workhours
contact_groups Helpdesk
parents router
}
Code: Select all
parents router and ultimately to make everything work best make localhost (assuming that if what your nagios host is called in nagios) a parent of the router
Looking forward to seeing you all at #NagiosCon2019?
-Dedicated Lover of Nconf,PNP4Nagios and Nagvis
-Dedicated Lover of Nconf,PNP4Nagios and Nagvis
Re: Statusmap 3.5.1
Thanks @nozlaf!
@rumarcin11 - let us know if that is what you were looking for.
@rumarcin11 - let us know if that is what you were looking for.
Former Nagios Employee
-
rumarcin11
- Posts: 36
- Joined: Thu Feb 25, 2016 7:42 am
Re: Statusmap 3.5.1
So everything worksrkennedy wrote:Thanks @nozlaf!
@rumarcin11 - let us know if that is what you were looking for.
Thanks
Re: Statusmap 3.5.1
Glad we were able to help. We'll lock this thread now and feel free to open another should you require assistance with anything else.
Be sure to check out the Knowledgebase for helpful articles and solutions!