Verify per-server tags in config file upon Butler SOS startup
Closed this issue · 0 comments
mountaindude commented
In the config file section Butler-SOS.serversToMonitor.serverTagsDefinition
it's possible to define zero or more tags that can be set for each server that is to be monitored.
When Butler SOS is started, do the following checks:
- All tags present in
Butler-SOS.serversToMonitor.serverTagsDefinition
must be set for each server inSOS.serversToMonitor.servers[]
- The tags specified for each server in
SOS.serversToMonitor.servers[].serverTags
must be present inButler-SOS.serversToMonitor.serverTagsDefinition
If either of the conditions above is false, an error should be logged and Butler SOS should not start.