Files
librenms-librenms/includes/html/graphs/application/docker_mem_limit.inc.php
Lucas Dousse 49868ee1a6 docker stats app (#12358)
* docker stat app support

* Add missing doc and app

* stylci

* styleci

* styleci

* Add test data

* add snmpsim

* Update docker.inc.php

test with use Number::Bi

* typo

* Add tests

* Add tests

Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
2021-03-07 20:26:44 +01:00

7 lines
93 B
PHP

<?php
$unit_text = 'Memory Limit';
$rrdVar = 'mem_limit';
require 'docker-common.inc.php';