Changeset 10695 in genesis for tools/yaml2nag.py
- Timestamp:
- May 6, 2012, 10:53:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/yaml2nag.py
r10396 r10695 42 42 43 43 hostgroups = [] 44 if datadump['nodetype'] == 'CNode':44 if datadump['nodetype'] in ['CNode', 'Hybrid']: 45 45 datadump['use'] = 'host-pnp' 46 46 hostgroups.append('nodes-7-2')
Note:
See TracChangeset
for help on using the changeset viewer.