bundles/icinga2: please only use "real" network interfaces instead of some vpn transfer ips
This commit is contained in:
parent
cd48cf495d
commit
ad9a920a48
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ for rnode in sorted(repo.nodes):
|
|||
if rnode.metadata.get('icinga_options/exclude_from_monitoring', False):
|
||||
continue
|
||||
|
||||
host_ips = repo.libs.tools.resolve_identifier(repo, rnode.name)
|
||||
host_ips = repo.libs.tools.resolve_identifier(repo, rnode.name, only_physical=True)
|
||||
icinga_ips = {}
|
||||
|
||||
# XXX for the love of god, PLEASE remove this once DNS is no longer
|
||||
|
|
Loading…
Reference in a new issue