summaryrefslogtreecommitdiffstats
path: root/collectors/charts.d.plugin/nut
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-07-11 13:58:11 +0300
committerGitHub <noreply@github.com>2023-07-11 13:58:11 +0300
commit2c0af153d71d8d28d0803a32350b0e3d89cc83dd (patch)
tree01a9ff970bbb8ff979b2025da99d2a17e1066b0a /collectors/charts.d.plugin/nut
parentb6dfef57516f734d3e2e1953d7bcedd69c2d890f (diff)
Add yaml metadata for metrics.csv files (#15238)
Diffstat (limited to 'collectors/charts.d.plugin/nut')
-rw-r--r--collectors/charts.d.plugin/nut/metadata.yaml96
1 files changed, 96 insertions, 0 deletions
diff --git a/collectors/charts.d.plugin/nut/metadata.yaml b/collectors/charts.d.plugin/nut/metadata.yaml
new file mode 100644
index 0000000000..ed0a586e9c
--- /dev/null
+++ b/collectors/charts.d.plugin/nut/metadata.yaml
@@ -0,0 +1,96 @@
+module_name: nut
+plugin_name: charts.d.plugin
+alerts:
+ - name: nut_ups_charge
+ link: https://github.com/netdata/netdata/blob/master/health/health.d/nut.conf
+ metric: nut.charge
+ info: average UPS charge over the last minute
+ os: "*"
+ - name: nut_10min_ups_load
+ link: https://github.com/netdata/netdata/blob/master/health/health.d/nut.conf
+ metric: nut.load
+ info: average UPS load over the last 10 minutes
+ os: "*"
+metrics:
+ folding:
+ title: Metrics
+ enabled: false
+ description: ""
+ availability: []
+ scopes:
+ - name: ups
+ description: ""
+ labels: []
+ metrics:
+ - name: nut.charge
+ description: UPS Charge
+ unit: "percentage"
+ chart_type: area
+ dimensions:
+ - name: charge
+ - name: nut.runtime
+ description: UPS Runtime
+ unit: "seconds"
+ chart_type: line
+ dimensions:
+ - name: runtime
+ - name: nut.battery.voltage
+ description: UPS Battery Voltage
+ unit: "Volts"
+ chart_type: line
+ dimensions:
+ - name: voltage
+ - name: high
+ - name: low
+ - name: nominal
+ - name: nut.input.voltage
+ description: UPS Input Voltage
+ unit: "Volts"
+ chart_type: line
+ dimensions:
+ - name: voltage
+ - name: fault
+ - name: nominal
+ - name: nut.input.current
+ description: UPS Input Current
+ unit: "Ampere"
+ chart_type: line
+ dimensions:
+ - name: nominal
+ - name: nut.input.frequency
+ description: UPS Input Frequency
+ unit: "Hz"
+ chart_type: line
+ dimensions:
+ - name: frequency
+ - name: nominal
+ - name: nut.output.voltage
+ description: UPS Output Voltage
+ unit: "Volts"
+ chart_type: line
+ dimensions:
+ - name: voltage
+ - name: nut.load
+ description: UPS Load
+ unit: "percentage"
+ chart_type: area
+ dimensions:
+ - name: load
+ - name: nut.load_usage
+ description: UPS Load Usage
+ unit: "Watts"
+ chart_type: area
+ dimensions:
+ - name: load_usage
+ - name: nut.temperature
+ description: UPS Temperature
+ unit: "temperature"
+ chart_type: line
+ dimensions:
+ - name: temp
+ - name: nut.clients
+ description: UPS Connected Clients
+ unit: "clients"
+ chart_type: area
+ dimensions:
+ - name: clients