diff --git a/includes/polling/os/atswatts.inc.php b/includes/polling/os/atswatts.inc.php new file mode 100644 index 0000000..d5bb85b --- /dev/null +++ b/includes/polling/os/atswatts.inc.php @@ -0,0 +1,17 @@ +addDataset('requests', 'GAUGE', 0); + + $fields = array( + 'requests' => $requests, + ); + + $tags = compact('rrd_def'); + data_update($device, 'atswatts', $tags, $fields); + $graphs['atswatts'] = true; +}