mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Juniper Netscreen additons
git-svn-id: http://www.observium.org/svn/observer/trunk@172 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
#!/usr/bin/php
|
||||
<?
|
||||
|
||||
include("config.php"); include("includes/functions.php");
|
||||
include("config.php");
|
||||
include("includes/functions.php");
|
||||
|
||||
if($argv[1] && $argv[2] && $argv[3]) {
|
||||
$host = strtolower($argv[1]);
|
||||
|
||||
Reference in New Issue
Block a user