mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 19:19:20 -02:30
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user