Parent Child Configuration for Different Networks
Posted: Tue Nov 26, 2013 4:56 pm
Hello there,
I'm not sure if this has been asked before but, I'm trying to set up a parent-child configuration for different subnets on our network. Each subnet contains various hosts that are behind a firewall, where obviously, the firewalls are set up as the parents. However, I'm not sure if my config is correct. We're using Check_MK and here is an example of my config
parents = [
( "chicago_mpls", [ "chicago-net" ], ALL_HOSTS ),
( "485lex_mpls", [ "485lex-net" ], ALL_HOSTS ),
( "811dc_mpls", [ "chicago-net" ], ALL_HOSTS ),
( "811dc_mpls", [ "485lex-net" ], ALL_HOSTS ),
( "ciscoasa5550", [ "dc-net" ], ALL_HOSTS ),
( "fw-131-pub", [ "tor-net" ], ALL_HOSTS ),
( "toronto-pix_nyc", [ "tor-net" ], ALL_HOSTS ),
]
And various hosts have tags to associate them with the proper parent device. As you can see, hosts with the "tor-net" tag have two parents, as they are behind two firewalls. Also, the "811dc_mpls" device is the parent for two sets of hosts, namely, ones in the "chicago-net" and "485lex-net."
This morning one of the devices, fw-131-pub, went down, but we still got alerts for the hosts behind that device. The hosts sent us alerts with a DOWN status, instead of an unreachable status. My question is, I thought that setting up a parent child scheme in Nagios would allow you to control when you would get notifications from certain devices. Is my set up incorrect?
Please advise. Also, thank you in advance.
I'm not sure if this has been asked before but, I'm trying to set up a parent-child configuration for different subnets on our network. Each subnet contains various hosts that are behind a firewall, where obviously, the firewalls are set up as the parents. However, I'm not sure if my config is correct. We're using Check_MK and here is an example of my config
parents = [
( "chicago_mpls", [ "chicago-net" ], ALL_HOSTS ),
( "485lex_mpls", [ "485lex-net" ], ALL_HOSTS ),
( "811dc_mpls", [ "chicago-net" ], ALL_HOSTS ),
( "811dc_mpls", [ "485lex-net" ], ALL_HOSTS ),
( "ciscoasa5550", [ "dc-net" ], ALL_HOSTS ),
( "fw-131-pub", [ "tor-net" ], ALL_HOSTS ),
( "toronto-pix_nyc", [ "tor-net" ], ALL_HOSTS ),
]
And various hosts have tags to associate them with the proper parent device. As you can see, hosts with the "tor-net" tag have two parents, as they are behind two firewalls. Also, the "811dc_mpls" device is the parent for two sets of hosts, namely, ones in the "chicago-net" and "485lex-net."
This morning one of the devices, fw-131-pub, went down, but we still got alerts for the hosts behind that device. The hosts sent us alerts with a DOWN status, instead of an unreachable status. My question is, I thought that setting up a parent child scheme in Nagios would allow you to control when you would get notifications from certain devices. Is my set up incorrect?
Please advise. Also, thank you in advance.