mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Use Measurements for all statistic collection (#13333)
* Use Measurements for all statistic collection * fix space * Use colors cleanup * fix style * manually fix license notice * add return times and new line * add return times and new line * fix mistake in copyright template * fix style
This commit is contained in:
@@ -136,7 +136,8 @@ $string = $argv[0] . " $doing " . date(\LibreNMS\Config::get('dateformat.compact
|
||||
d_echo("$string\n");
|
||||
|
||||
if (! isset($options['q'])) {
|
||||
printStats();
|
||||
echo PHP_EOL;
|
||||
app(\App\Polling\Measure\MeasurementManager::class)->printStats();
|
||||
}
|
||||
|
||||
logfile($string);
|
||||
|
Reference in New Issue
Block a user