Changeset 10391 in genesis for tools/yaml2nag.py
- Timestamp:
- Apr 8, 2012, 10:52:22 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/yaml2nag.py
r10388 r10391 36 36 37 37 if datadump['ileiden']: 38 hostgroups.append('node -ileiden')38 hostgroups.append('nodes-ileiden') 39 39 40 40 datadump['hostgroups'] = ','.join(hostgroups) … … 42 42 define host{ 43 43 use host-pnp 44 host_name %( nodename)s45 alias %( nodename)s44 host_name %(autogen_realname)s 45 alias %(autogen_realname)s 46 46 address %(masterip)s 47 47 hostgroups %(hostgroups)s
Note:
See TracChangeset
for help on using the changeset viewer.