diff --git a/nodes/home/bubble01.py b/nodes/home/bubble01.py new file mode 100644 index 0000000..6dedcfe --- /dev/null +++ b/nodes/home/bubble01.py @@ -0,0 +1,13 @@ +# Mitel RFP35 +nodes['home.bubble01'] = { + 'dummy': True, + 'metadata': { + 'interfaces': { + 'default': { + 'ips': { + '172.19.138.41', + }, + }, + }, + }, +} diff --git a/nodes/home/ejgwdesk.py b/nodes/home/ejgwdesk.py index 150b417..bbdc049 100644 --- a/nodes/home/ejgwdesk.py +++ b/nodes/home/ejgwdesk.py @@ -10,5 +10,8 @@ nodes['home.ejgwdesk'] = { 'mac': '54:04:A6:EF:A8:01', }, }, + 'icinga_options': { + 'exclude_from_monitoring': True, + }, }, } diff --git a/nodes/home/rechenmonster.py b/nodes/home/rechenmonster.py index 0abef94..e9023e9 100644 --- a/nodes/home/rechenmonster.py +++ b/nodes/home/rechenmonster.py @@ -10,5 +10,8 @@ nodes['home.rechenmonster'] = { 'mac': '46:94:8D:47:D0:A4', }, }, + 'icinga_options': { + 'exclude_from_monitoring': True, + }, }, } diff --git a/nodes/rx300.py b/nodes/rx300.py index 9d5a427..7a809f7 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -27,6 +27,10 @@ nodes['rx300'] = { 'dhcp': True, }, }, + 'icinga_options': { + # TODO remove once this is no longer at home + 'exclude_from_monitoring': True, + }, 'backups': { 'exclude_from_backups': True, },