1SPINE(1.2.11) BY SPINE(1.2.11)
2
3
4
6 SPINE 1.2.11 Copyright 2004-2020 by The Cacti - Data Collector for
7 Cacti
8
10 spine [options] [[firstid lastid] ||
11 [-H/--hostlist='hostid1,hostid2,...,hostidn']]
12
14 SPINE 1.2.11 Copyright 2004-2020 by The Cacti Group
15
17 -h/--help
18 Show this brief help listing
19
20 -f/--first=X
21 Start polling with host id X
22
23 -l/--last=X
24 End polling with host id X
25
26 -H/--hostlist=X
27 Poll the list of host ids, separated by comma's
28
29 -p/--poller=X
30 Set the poller id to X
31
32 -C/--conf=F
33 Read spine configuration from file F
34
35 -O/--option=S:V
36 Override DB settings 'set' with value 'V'
37
38 -M/--mibs
39 Refresh the device System Mib data
40
41 -N/--mode=online
42 For remote pollers, the operating mode. Options include:
43 online, offline, recovery. The default is 'online'.
44
45 -R/--readonly
46 Spine will not write output to the DB
47
48 -S/--stdout
49 Logging is performed to standard output
50
51 -V/--verbosity=V
52 Set logging verbosity to <V>
53
54 --snmponly
55 Only do SNMP polling: no scripts
56
57 Either both of --first/--last must be provided, a valid hostlist must
58 be provided. In their absence, all hosts are processed.
59
60 Without the --conf parameter, spine searches for its spine.conf file in
61 the usual places.
62
63 Verbosity is one of NONE/LOW/MEDIUM/HIGH/DEBUG or 1..5
64
65 Runtime options are read from the 'settings' table in the Cacti data‐
66 base, but they can be overridden with the --option=S:V parameter.
67
68 Spine is distributed under the Terms of the GNU Lesser General Public
69 License Version 2.1. (http://www.gnu.org/licenses/lgpl.txt) For more
70 information, see http://www.cacti.net
71
72
73
742004-2020 COPYRIGHT SPINE(1.2.11)