Hooks catch-up

This commit is contained in:
2023-11-30 02:44:01 -06:00
parent 63a43c6f0e
commit 8392a3fe46
7 changed files with 83 additions and 13 deletions

View File

@@ -69,7 +69,7 @@ def GenerateFiles(file):
# Add DNS entries for each host
hosttype = 'managed'
for hostclass in ['physical','virtual','geth_hubs']:
WriteMonitoringEntry(content,hosttype,hostclass)
#WriteMonitoringEntry(content,hosttype,hostclass)
WriteSSHMonitoringEntry(content,hosttype,hostclass)
hosttype = 'unmanaged'
for hostclass in ['ovas','appliances']: