always display awx_status_total

this way we don't have null data in monitoring data
this makes writing alerts and dashboards easier
This commit is contained in:
Elijah DeLee
2022-09-28 12:39:10 -04:00
parent 5b5aac675b
commit 710b02a443
2 changed files with 5 additions and 4 deletions

View File

@@ -19,8 +19,7 @@ EXPECTED_VALUES = {
'awx_hosts_total': 1.0,
'awx_schedules_total': 1.0,
'awx_sessions_total': 0.0,
'awx_sessions_total': 0.0,
'awx_sessions_total': 0.0,
'awx_status_total': 0.0,
'awx_running_jobs_total': 0.0,
'awx_instance_capacity': 100.0,
'awx_instance_consumed_capacity': 0.0,