Parameters
Required parameters:
|
-v version
|
SNMP version |
|
-h IP
|
Target IP address |
SNMP specific parameters:
|
-c community
|
SNMP community (SNMP v1 y v2c) |
| -u user |
SNMP user name (SNMPv3 only)
|
| -n context |
Context (SNMPv3 only)
|
| -l securityLevel |
Security level (SNMPv3 only). Accepted values are "noAuthNoPriv", "authNoPriv" and "authPriv".
|
| -a authProtocol |
Authentication protocol (SNMPv3 only). It can be "MD5" or "SHA".
|
| -A authKey |
Authentication Key used in combination with the specified authentication protocol (SNMPv3 only).
|
| -x privProtocol |
Privacy protocol to be used for encrypting the transmitted data (SNMPv3 only). Accepted values are "DES" and "AES".
|
| -X privKey |
The privacy key used in conjunction with the privacy protocol to encrypt and decrypt transmitted data (SNMPv3 only).
|
Optional plugin parameters:
|
-agent agentname
|
Agent name (only if running as a Server Plugin). If this parameter is omitted, the plugin will work as Agent Plugin. |
|
-only regex
|
Text string or regular expression to filter items. Only branches containing this expression in their name branch will be monitored. |
|
-reject regex
|
Text string or regular expression to filter items. Branches containing this expression in their name branch will be excluded. |
| -p port | SNMP port of the target device. Default: 161 |
| -d data_type | Data type (auto-detected by default) |
| -o OID | Base OID for monitoring (this is the starting point for the -branches and -names OIDs). |
|
-names namesOID
|
Sub-branch to be used as name for the modules (part of the OID denoted by -o) |
|
-branches branches
|
This option specifies the branches to retrieve under the provided OIDs (part of the OID indicated by -o). The format is Branch1:OID1,Branch2:OID2,.... For example: ‘OperStatus:.8,AdminStatus:.7’. |
|
-wmin wmin
|
Minimum warning threshold for the generated modules |
|
-wmax wmax
|
Maximum warning threshold for the generated modules |
|
-cmin cmin
|
Minimum critical threshold for the generated modules |
|
-cmax cmax
|
Maximum critical threshold for the generated modules |
|
-alrt alerts
|
Global alerts for generated modules (e.g. ‘Critical condition’) |
|
-group modulegroup
|
Group for the generated modules |
|
-nodefaults 1
|
Disables monitoring by default (used in conjunction with -o, -names and -branches). |
|
-interval
|
Set the interval for the agent (By default 300) |
Data transfer to Pandora FMS (only when running as a server plugin):
|
-m mode
|
Transfer mode, tentacle or localcopy. Default: ‘tentacle’. |
|
-t_ip tentacleIP
|
Tentacle IP (only with ‘tentacle’ transfer mode). Default: 127.0.0.1 |
|
-t_port tentaclePort
|
Tentacle port (only with ‘tentacle’ transfer mode). Default: 41121 |
|
-t_opts tentacleOpts
|
Extra Tentacle options (only with ‘tentacle’ transfer mode) |
|
-t_file_path tentaclePath
|
Tentacle path (only with ‘localcopy’ transfer mode). Default: "/var/spool/pandora/data_in/" |