Fix wording of non-coordinator state

This commit is contained in:
2023-09-15 16:51:04 -04:00
parent 254303b9d4
commit cba6f5be48
10 changed files with 10 additions and 10 deletions

View File

@ -178,7 +178,7 @@ class MonitoringPlugin(object):
"""
run(): Run the plugin, returning a PluginResult object
The {coordinator_state} can be used to check if this is a "primary" coordinator, "secondary" coordinator, or "hypervisor" (non-coordinator)
The {coordinator_state} can be used to check if this is a "primary" coordinator, "secondary" coordinator, or "client" (non-coordinator)
"""
return self.plugin_result