Files
librenms-librenms/includes/html/graphs/application/docker_cpu_usage.inc.php
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
88 B
PHP
Raw Normal View History

2021-03-07 20:26:44 +01:00
<?php
$unit_text = 'CPU (%)';
$rrdVar = 'cpu_usage';
require 'docker-common.inc.php';