Quickstart#
todo
Parameters#
Get server metrics provided by Munin. The probe takes the following arguments:
Parameter | Description |
---|---|
metrics | string A comma separated list of metrics, provided by Munin. |
host | string Munin host. |
port | integer Munin TCP port. |
threads_count | integer Execution concurrency count. |
grep | string Search for specific pattern in metrics keys and return the matching value. |
decorator | string Specify a predefined format for the short result. |
Example#
The following example retrieves the usage of the md2 partition on a machine called our.host:
$ curl 'https://probe.onecheck.io/munin?host=our.host&metrics=df&grep=md2'