Skip to content
Snippets Groups Projects
Commit 86a32a74 authored by Erik Reid's avatar Erik Reid
Browse files

mispelled gauge

parent 6b3abb76
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ def refresh(sensu_params, state, statsd=None): ...@@ -96,7 +96,7 @@ def refresh(sensu_params, state, statsd=None):
sensu.delete_check(sensu_params, name) sensu.delete_check(sensu_params, name)
if statsd: if statsd:
statsd.guage('checks', len(ifc_checks)) statsd.gauge('checks', len(ifc_checks))
statsd.guage('interfaces', interfaces) statsd.gauge('interfaces', interfaces)
statsd.guage('created', created) statsd.gauge('checks_created', created)
statsd.guage('updated', updated) statsd.gauge('checks_updated', updated)
...@@ -46,7 +46,12 @@ def config(): ...@@ -46,7 +46,12 @@ def config():
'{interface} {ifIndex}'), '{interface} {ifIndex}'),
} }
}, },
'statedir': state_dir_name 'statedir': state_dir_name,
'statsd': {
'hostname': 'localhost',
'port': 11119,
'prefix': 'zzzzz'
}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment