mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Clean up some poller debug + added updated version and last git commit
This commit is contained in:
+2
-2
@@ -23,11 +23,11 @@ require 'includes/discovery/functions.inc.php';
|
||||
$start = utime();
|
||||
$runtime_stats = array();
|
||||
|
||||
// Observium Device Discovery
|
||||
$options = getopt('h:m:i:n:d::a::q');
|
||||
|
||||
if (!isset($options['q'])) {
|
||||
echo $config['project_name_version']." Discovery\n\n";
|
||||
echo $config['project_name_version']." Discovery\n";
|
||||
echo `git log -n 1|grep 'commit '`."\n";
|
||||
}
|
||||
|
||||
if (isset($options['h'])) {
|
||||
|
||||
Reference in New Issue
Block a user