Description:
Add a new device
Usage:
device:add [options] [--] <device spec>
Arguments:
device spec Hostname or IP to add
Options:
--v1 Use SNMP v1
--v2c Use SNMP v2c
--v3 Use SNMP v3
-f, --force Just add the device, do n ot make any safety checks
-g, --group[=GROUP] Poller group (for distrib uted polling)
-b, --ping-fallback Add the device as ping on ly if it does not respond to SNMP
-p, --port-association-mode[=PORT-ASSOCIATION-MODE] Sets how ports are mapped [ifIndex, ifName, ifDescr, ifAlias], ifName is suggested for Linux/Unix [defaul t: "ifIndex"]
-c, --community[=COMMUNITY] SNMP v1 or v2 community
-t, --transport[=TRANSPORT] Transport to connect to t he device [udp, udp6, tcp, tcp6] [default: "udp"]
-r, --port[=PORT] SNMP transport port [defa ult: "161"]
-u, --security-name[=SECURITY-NAME] SNMPv3 security username [default: "root"]
-A, --auth-password[=AUTH-PASSWORD] SNMPv3 authentication pas sword
-a, --auth-protocol[=AUTH-PROTOCOL] SNMPv3 authentication pro tocol [md5, sha, sha-512, sha-384, sha-256, sha-224] [default: "md5"]
-x, --privacy-protocol[=PRIVACY-PROTOCOL] SNMPv3 privacy protocol [ des, aes] [default: "aes"]
-X, --privacy-password[=PRIVACY-PASSWORD] SNMPv3 privacy password
-P, --ping-only Add a ping only device
-o, --os[=OS] Ping only: specify OS [de fault: "ping"]
-w, --hardware[=HARDWARE] Ping only: specify hardwa re
-s, --sysName[=SYSNAME] Ping only: specify sysNam e
-h, --help Display help for the give n command. When no command is given display help for the list command
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactiv e question
--env[=ENV] The environment the comma nd should run under
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug