mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 08:02:23 +02:00
Clean up some poller debug + added updated version and last git commit
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@ require 'includes/polling/functions.inc.php';
|
||||
require 'includes/alerts.inc.php';
|
||||
|
||||
$poller_start = utime();
|
||||
echo $config['project_name_version']." Poller\n\n";
|
||||
echo $config['project_name_version']." Poller\n";
|
||||
echo `git log -n 1|grep 'commit '`."\n";
|
||||
|
||||
$options = getopt('h:m:i:n:r::d::a::');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user