mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Remove unused functions inline other legacy functions * Apply fixes from StyleCI --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
5 lines
121 B
PHP
5 lines
121 B
PHP
<?php
|
|
|
|
$smokeping = new \LibreNMS\Util\Smokeping(DeviceCache::getPrimary());
|
|
$smokeping_files = $smokeping->findFiles();
|