Statusmap 3.5.1
Posted: Tue Mar 15, 2016 5:31 am
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
Support for Nagios products and services
https://support.nagios.com/forum/
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 So everything worksrkennedy wrote:Thanks @nozlaf!
@rumarcin11 - let us know if that is what you were looking for.