git-svn-id: http://www.observium.org/svn/observer/trunk@556 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-12-27 08:10:17 +00:00
parent 4c4544a6e3
commit 17d0445174
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@
echo("IPv6 Addresses : ");
#$ipv6interfaces = shell_exec($config['snmpget']." -m IPV6-MIB -Ovnq -".$device['snmpver']." -c ".$device['community']." ".$device['hostname'].":".$device['port']." ipv6Interfaces.0");
#if($ipv6interfaces){
$cmd = $config['snmpwalk']." -m IP-MIB -".$device['snmpver']." -Ln -c ".$device['community']." ".$device['hostname'].":".$device['port'];