# Parameters
-c | Comunity |
-v | Snmp version |
-h | IP to which the plugin will point |
-p | Port |
-o | base oid |
-d | data type |
-u | Used to specify the name of the user or principal that is performing the SNMP operation |
-n | Used to specify the context in which the SNMP operation will be performed |
-l | This parameter specifies the security level to be applied to SNMPv3 operations. Possible values include "noAuthNoPriv" (no authentication or privacy), "authNoPriv" (authentication without privacy) and "authPriv" (authentication with privacy) |
-a | This parameter is used to specify the authentication protocol to be used. It can be MD5 (Message Digest 5) or SHA (Secure Hash Algorithm). |
-A | This is the authentication key used in combination with the specified authentication protocol. This key is used to verify the authenticity of SNMPv3 messages |
-x | Specifies the privacy protocol to be used to encrypt the transmitted data. Possible values include DES (Data Encryption Standard) and AES (Advanced Encryption Standard). |
-X | This is the privacy key used in conjunction with the privacy protocol to encrypt and decrypt the transmitted data. This key is essential to ensure the confidentiality of SNMPv3 messages. |
-agent | Agent name |
-names | Specific instances of an object |
-branches | This option specifies the branches to be retrieved under the OIDs provided. |
-t_ip | Tentacle ip |
-t_port | Tentacle port |
-t_opts | Tentacle opts |
-t_file_path | Tentacle path |
-m | Transfer mode, local o localcopy. Default: 'localcopy' |
-wmin | Minimum warning threshold |
-wmax | Maximum warning threshold |
-cmin | Minimum critical threshold |
-cmax | Maximum critical threshold |
-alrt | Global alerts |
-group | Group for modules |
-debug | Activate debug mode |