Update guide.rst

Correction plugin=snmp_standard::plugin -> plugin=apps::protocols::snmp::plugin
This commit is contained in:
Rico29 2017-12-13 09:00:41 +01:00 committed by GitHub
parent 01aaf59046
commit 53026ad10f
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ How can i check a generic SNMP OID value ?
There is a generic SNMP plugin to check it. An example to get 'SysUptime' SNMP OID: There is a generic SNMP plugin to check it. An example to get 'SysUptime' SNMP OID:
:: ::
$ perl centreon_plugins.pl --plugin=snmp_standard::plugin --mode=numeric-value --oid='.1.3.6.1.2.1.1.3.0' --hostname=127.0.0.1 --snmp-version=2c --snmp-community=public $ perl centreon_plugins.pl --plugin=apps::protocols::snmp::plugin --mode=numeric-value --oid='.1.3.6.1.2.1.1.3.0' --hostname=127.0.0.1 --snmp-version=2c --snmp-community=public
---------------------------------------- ----------------------------------------
How can i check ipv6 equipment in SNMP ? How can i check ipv6 equipment in SNMP ?