|
|
| Author |
Message |
pgus
Joined: 10 Feb 2006 Posts: 37
|
Posted: Thu Jan 25, 2007 7:13 am Post subject: Cant see SNMP Version in hostinfo |
|
|
Hi!
Solution:
In hostinfo.php change row
$output = shell_exec ("$path_snmpwalk --version 2>&1");
To
$output = shell_exec ("$path_snmpwalk -V --version 2>&1");
Running i Windows enviroment. |
|
| Back to top |
|
 |
hugsandy
Joined: 31 Jan 2007 Posts: 6 Location: India
|
Posted: Wed Jan 31, 2007 5:43 pm Post subject: |
|
|
hi pgus
i installed the hostinfo plugin but can not see it any where in the webpage
what is the location where i will get the link for this after installing
thanks
sandy |
|
| Back to top |
|
 |
cigamit Developer
Joined: 07 Apr 2005 Posts: 946 Location: B/CS Texas
|
Posted: Thu Feb 01, 2007 8:56 pm Post subject: |
|
|
Net-SNMP has changed it syntax so many times, its difficult to keep up (even between distributions). Maybe I will just have it check both ways.
If you can not see the plugin, be sure you gave your self permissions to view the plugin under user management. |
|
| Back to top |
|
 |
|