diff --git a/plugin/network.json b/plugin/network.json new file mode 100644 index 00000000..406a296c --- /dev/null +++ b/plugin/network.json @@ -0,0 +1,14 @@ +{ + "if_octets": { + "title": "network if_octets on {{HOST}}" + }, + "if_packets": { + "title": "network if_packets on {{HOST}}" + }, + "queue_length": { + "title": "network queue_length on {{HOST}}" + }, + "total_values": { + "title": "network total_values on {{HOST}}" + } +} diff --git a/plugin/rrdcached.json b/plugin/rrdcached.json new file mode 100644 index 00000000..e5b990b5 --- /dev/null +++ b/plugin/rrdcached.json @@ -0,0 +1,14 @@ +{ + "counter": { + "title": "rrdcached counter on {{HOST}}" + }, + "gauge": { + "title": "rrdcached gauge on {{HOST}}" + }, + "operations": { + "title": "rrdcached operations on {{HOST}}" + }, + "queue_length": { + "title": "rrdcached queue_length on {{HOST}}" + } +}