Subversion Repositories ALCASAR

Rev

Rev 3100 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3100 Rev 3179
1
; PSI Config File
1
; PSI Config File
2
;
2
;
3
; @category  PHP
3
; @category  PHP
4
; @package   PSI
4
; @package   PSI
5
; @author    Michael Cramer <BigMichi1@users.sourceforge.net>
5
; @author    Michael Cramer <BigMichi1@users.sourceforge.net>
6
; @copyright 2009 phpSysInfo
6
; @copyright 2009 phpSysInfo
7
; @license   http://opensource.org/licenses/gpl-2.0.php GNU General Public License version 2, or (at your option) any later version
7
; @license   http://opensource.org/licenses/gpl-2.0.php GNU General Public License version 2, or (at your option) any later version
8
; @version   SVN: $Id: phpsysinfo.ini.new 705 2012-11-11 00:33:29Z namiltd $
8
; @version   SVN: $Id: phpsysinfo.ini.new 705 2012-11-11 00:33:29Z namiltd $
9
; @link      http://phpsysinfo.sourceforge.net
9
; @link      http://phpsysinfo.sourceforge.net
10
 
10
 
11
[main]
11
[main]
12
; ********************************
12
; ********************************
13
;        MAIN PARAMETERS
13
;        MAIN PARAMETERS
14
; ********************************
14
; ********************************
15
 
15
 
16
; Turn on debugging of some functions and include errors and warnings in xml and provide a popup for displaying errors
16
; Turn on debugging of some functions and include errors and warnings in xml and provide a popup for displaying errors
17
; - false : no debug information are stored in xml or displayed
17
; - false : no debug information are stored in xml or displayed
18
; - true : debug information stored in xml and displayed *be careful if set this to true, may include sensitive information from your pc*
18
; - true : debug information stored in xml and displayed *be careful if set this to true, may include sensitive information from your pc*
19
;
19
;
20
DEBUG=false
20
DEBUG=false
21
 
21
 
22
; Turn on logging/unlogging of functions executeProgram() and rfts()
22
; Turn on logging/unlogging of functions executeProgram() and rfts()
23
; example : executeProgram () and rfts () record the results to the "/tmp/phpsysinfo.log" file
23
; example : executeProgram () and rfts () record the results to the "/tmp/phpsysinfo.log" file
24
; LOG="/tmp/phpsysinfo.log"
24
; LOG="/tmp/phpsysinfo.log"
25
; example : executeProgram () and rfts () read the results from the "/tmp/phpsysinfo.log" file
25
; example : executeProgram () and rfts () read the results from the "/tmp/phpsysinfo.log" file
26
; LOG="-/tmp/phpsysinfo.log"
26
; LOG="-/tmp/phpsysinfo.log"
27
; example : executeProgram () and rfts () read the results from the "/tmp/phpsysinfo.log" file
27
; example : executeProgram () and rfts () read the results from the "/tmp/phpsysinfo.log" file
28
; LOG="+/tmp/phpsysinfo.log", if lack in the log file it runs normally
28
; LOG="+/tmp/phpsysinfo.log", if lack in the log file it runs normally
29
;
29
;
30
LOG=false
30
LOG=false
31
 
31
 
32
; Turn on/off compression for JavaScript file
32
; Turn on/off compression for JavaScript file
33
; - JS_COMPRESSION=false  //no compression (recommended with slow processor)
33
; - JS_COMPRESSION=false  //no compression (recommended with slow processor)
34
; - JS_COMPRESSION="None"  //code minimizing
34
; - JS_COMPRESSION="None"  //code minimizing
35
; - JS_COMPRESSION="Normal"  //code packing
35
; - JS_COMPRESSION="Normal"  //code packing
36
;
36
;
37
JS_COMPRESSION="Normal"
37
JS_COMPRESSION="Normal"
38
 
38
 
39
; Additional paths where to look for installed programs
39
; Additional paths where to look for installed programs
40
; Example : ADD_PATHS="/opt/bin,/opt/sbin"
40
; Example : ADD_PATHS="/opt/bin,/opt/sbin"
41
;
41
;
42
ADD_PATHS=false
42
ADD_PATHS=false
43
 
43
 
44
; List of IP addresses (IPv4) of clients authorized to run
44
; List of IP addresses (IPv4) of clients authorized to run
45
; Example : ALLOWED="127.0.0.1,192.168.1.48,192.168.0.0/24" //allowed IP 127.0.0.1, 192.168.1.48 and 192.168.0.0/24
45
; Example : ALLOWED="127.0.0.1,192.168.1.48,192.168.0.0/24" //allowed IP 127.0.0.1, 192.168.1.48 and 192.168.0.0/24
46
;           ALLOWED=false //no IP checking
46
;           ALLOWED=false //no IP checking
47
;
47
;
48
ALLOWED=false
48
ALLOWED=false
49
 
49
 
-
 
50
; Enable JSONP data mode (e.g. /phpsysinfo/xml.php?plugin=complete&jsonp&callback=getData)
-
 
51
; Disabled by default for security reasons.
-
 
52
; - false : JSONP data mode disabled
-
 
53
; - true : JSONP data mode enabled
-
 
54
;
-
 
55
;JSONP=false
-
 
56
 
50
; List of sudo commands
57
; List of sudo commands
51
; Example : SUDO_COMMANDS="iptables-save" //execute "sudo iptables-save" instead "iptables-save"
58
; Example : SUDO_COMMANDS="iptables-save" //execute "sudo iptables-save" instead "iptables-save"
52
;           SUDO_COMMANDS=false //no sudo commands
59
;           SUDO_COMMANDS=false //no sudo commands
53
;
60
;
54
SUDO_COMMANDS=false
61
SUDO_COMMANDS=false
55
 
62
 
56
; Order of data blocks
63
; Order of data blocks
57
; Example : BLOCKS="vitals,hardware,memory,filesystem,network,voltage,current,temperature,fans,power,other,ups" or BLOCKS=true //default order
64
; Example : BLOCKS="vitals,hardware,memory,filesystem,network,voltage,current,temperature,fans,power,other,ups" or BLOCKS=true //default order
58
;           BLOCKS=false //hide all blocks
65
;           BLOCKS=false //hide all blocks
59
;
66
;
60
BLOCKS=true
67
BLOCKS=true
61
 
68
 
62
; Maximum time in seconds a script is allowed to run before it is terminated by the parser
69
; Maximum time in seconds a script is allowed to run before it is terminated by the parser
63
;
70
;
64
;MAX_TIMEOUT=30
71
;MAX_TIMEOUT=30
65
 
72
 
66
; executeProgram() timeout value in seconds
73
; executeProgram() timeout value in seconds
67
;
74
;
68
;EXEC_TIMEOUT=30
75
;EXEC_TIMEOUT=30
69
 
76
 
70
; snmprealwalk() and executeProgram("snmpwalk") number of seconds until the first timeout
77
; snmprealwalk() and executeProgram("snmpwalk") number of seconds until the first timeout
71
;
78
;
72
;SNMP_TIMEOUT=3
79
;SNMP_TIMEOUT=3
73
 
80
 
74
; snmprealwalk() and executeProgram("snmpwalk") number of times to retry if timeouts occur
81
; snmprealwalk() and executeProgram("snmpwalk") number of times to retry if timeouts occur
75
;
82
;
76
;SNMP_RETRY=0
83
;SNMP_RETRY=0
77
 
84
 
78
; Root path of the system
85
; Root path of the system
79
; Example : ROOTFS="/rootfs"
86
; Example : ROOTFS="/rootfs"
80
;
87
;
81
;ROOTFS="/"
88
;ROOTFS="/"
82
 
89
 
83
 
90
 
84
; External Linux, GNU Hurd, DrayOS and FortiOS connection parameters via SSH
91
; External Linux, GNU Hurd, DrayOS and FortiOS connection parameters via SSH
85
; For safety reasons make sure that phpsysinfo.ini cannot be read by the network or other users!
92
; For safety reasons make sure that phpsysinfo.ini cannot be read by the network or other users!
86
; These settings can also be entered for a specific plug-in so that only it connects to an external server
93
; These settings can also be entered for a specific plug-in so that only it connects to an external server
87
; For safety reasons make sure that phpsysinfo.ini cannot be read by the network or other users!
94
; For safety reasons make sure that phpsysinfo.ini cannot be read by the network or other users!
88
;
95
;
89
;SSH_HOSTNAME="hostname:22"
96
;SSH_HOSTNAME="hostname:22"
90
;SSH_USER="username"
97
;SSH_USER="username"
91
;SSH_PASSWORD="password"
98
;SSH_PASSWORD="password"
92
;
99
;
93
; Additional paths where to look for installed programs
100
; Additional paths where to look for installed programs
94
; Example : SSH_ADD_PATHS="/sbin,/usr/sbin"
101
; Example : SSH_ADD_PATHS="/sbin,/usr/sbin"
95
;
102
;
96
;SSH_ADD_PATHS=false
103
;SSH_ADD_PATHS=false
97
;
104
;
98
; Additional SSH options
105
; Additional SSH options
99
; Example : SSH_ADD_OPTIONS="KexAlgorithms=+diffie-hellman-group1-sha1,HostKeyAlgorithms=+ssh-dss,Ciphers=+3des-cbc"
106
; Example : SSH_ADD_OPTIONS="KexAlgorithms=+diffie-hellman-group1-sha1,HostKeyAlgorithms=+ssh-dss,Ciphers=+3des-cbc"
100
;
107
;
101
;SSH_ADD_OPTIONS=""
108
;SSH_ADD_OPTIONS=""
102
 
109
 
103
 
110
 
104
; External WinNT server connection parameters
111
; External WinNT server connection parameters
105
; Possibility available for WinNT and partly for LINUX (if wmic tool from wmic-linux or openvas-smb package is installed)
112
; Possibility available for WinNT and partly for LINUX (if wmic tool from wmic-linux or openvas-smb package is installed)
106
; These settings can also be entered for a specific plug-in so that only it connects to an external server
113
; These settings can also be entered for a specific plug-in so that only it connects to an external server
107
; For safety reasons make sure that phpsysinfo.ini cannot be read by the network or other users!
114
; For safety reasons make sure that phpsysinfo.ini cannot be read by the network or other users!
108
;
115
;
109
;WMI_HOSTNAME="hostname"
116
;WMI_HOSTNAME="hostname"
110
;WMI_USER="username"
117
;WMI_USER="username"
111
;WMI_PASSWORD="password"
118
;WMI_PASSWORD="password"
112
 
119
 
113
 
120
 
114
; Plugins that should be included in xml and output
121
; Plugins that should be included in xml and output
115
; List of plugins should look like "plugin,plugin,plugin". See /plugins directory
122
; List of plugins should look like "plugin,plugin,plugin". See /plugins directory
116
; - PLUGINS="Raid,PS"  //list of plugins
123
; - PLUGINS="Raid,PS"  //list of plugins
117
; - PLUGINS=false  //no plugins
124
; - PLUGINS=false  //no plugins
118
; included plugins:
125
; included plugins:
119
; - Raid           - show the software, fake, zpool or megaraid RAID status
126
; - Raid           - show the software, fake, zpool or megaraid RAID status
120
; - PS             - show a process tree of all running processes
127
; - PS             - show a process tree of all running processes
121
; - PSStatus       - show a graphical representation if a process is running or not
128
; - PSStatus       - show a graphical representation if a process is running or not
122
; - Quotas         - show a table with all quotas that are active and there current state
129
; - Quotas         - show a table with all quotas that are active and there current state
123
; - SMART          - show S.M.A.R.T. information from drives that support it
130
; - SMART          - show S.M.A.R.T. information from drives that support it
124
; - BAT            - show battery state on a laptop, tablet or phone
131
; - BAT            - show battery state on a laptop, tablet or phone
125
; - UpdateNotifier - show update notifications (only for Ubuntu server)
132
; - UpdateNotifier - show update notifications (only for Ubuntu server)
126
; - SNMPPInfo      - show printers info via SNMP
133
; - SNMPPInfo      - show printers info via SNMP
127
; - Uprecords      - show uprecords info
134
; - Uprecords      - show uprecords info
128
; - PingTest       - show Ping Test info
135
; - PingTest       - show Ping Test info
129
; - StableBit      - show StableBit Scanner info (WinNT)
136
; - StableBit      - show StableBit Scanner info (WinNT)
-
 
137
; - DiskLoad       - show Disk Load info (WinNT)
130
; - HyperV         - show Hyper-V info (WinNT)
138
; - HyperV         - show Hyper-V info (WinNT)
131
; - Docker         - show docker stats
139
; - Docker         - show docker stats
132
; - Viewer         - show output of any command or file viewer.tmp contents
140
; - Viewer         - show output of any command or file viewer.tmp contents
133
;
141
;
134
PLUGINS=false
142
PLUGINS=false
135
 
143
 
136
 
144
 
137
; ********************************
145
; ********************************
138
;       DISPLAY PARAMETERS
146
;       DISPLAY PARAMETERS
139
; ********************************
147
; ********************************
140
 
148
 
141
 
149
 
142
; Define the default display mode
150
; Define the default display mode
143
; auto: let user browser choose the mode
151
; auto: let user browser choose the mode
144
; dynamic: use javascript to refresh data
152
; dynamic: use javascript to refresh data
145
; static: static page (use metatag to reload page)
153
; static: static page (use metatag to reload page)
146
; bootstrap: use twitter bootstrap template
154
; bootstrap: use twitter bootstrap template
147
;
155
;
148
DEFAULT_DISPLAY_MODE="dynamic"
156
DEFAULT_DISPLAY_MODE="dynamic"
149
 
157
 
150
 
158
 
151
; Define the default language
159
; Define the default language
152
;
160
;
153
DEFAULT_LANG="en"
161
DEFAULT_LANG="en"
154
 
162
 
155
 
163
 
156
; Define the default template
164
; Define the default template
157
;
165
;
158
DEFAULT_TEMPLATE="aqua"
166
DEFAULT_TEMPLATE="aqua"
159
 
167
 
160
 
168
 
161
; Define the default template for frontend "bootstrap"
169
; Define the default template for frontend "bootstrap"
162
;
170
;
163
DEFAULT_BOOTSTRAP_TEMPLATE="phpsysinfo"
171
DEFAULT_BOOTSTRAP_TEMPLATE="phpsysinfo"
164
 
172
 
165
 
173
 
166
; Show or hide language picklist
174
; Show or hide language picklist
167
;
175
;
168
SHOW_PICKLIST_LANG=false
176
SHOW_PICKLIST_LANG=false
169
 
177
 
170
 
178
 
171
; Show or hide template picklist
179
; Show or hide template picklist
172
;
180
;
173
SHOW_PICKLIST_TEMPLATE=true
181
SHOW_PICKLIST_TEMPLATE=true
174
 
182
 
175
 
183
 
176
; Show CPU list expanded
184
; Show CPU list expanded
177
;
185
;
178
SHOW_CPULIST_EXPANDED=true
186
SHOW_CPULIST_EXPANDED=true
179
 
187
 
180
 
188
 
181
; Show CPU info expanded
189
; Show CPU info expanded
182
;
190
;
183
SHOW_CPUINFO_EXPANDED=false
191
SHOW_CPUINFO_EXPANDED=false
184
 
192
 
185
 
193
 
186
; Show memory infos expanded
194
; Show memory infos expanded
187
;
195
;
188
SHOW_MEMORY_INFOS_EXPANDED=false
196
SHOW_MEMORY_INFOS_EXPANDED=false
189
 
197
 
190
 
198
 
191
; Show virtualizer info for Linux, Android and WinNT
199
; Show virtualizer info for Linux, Android and WinNT
192
;
200
;
193
SHOW_VIRTUALIZER_INFO=true
201
SHOW_VIRTUALIZER_INFO=true
194
 
202
 
195
 
203
 
196
; Hide loader for frontend "bootstrap"
204
; Hide loader for frontend "bootstrap"
197
;
205
;
198
HIDE_BOOTSTRAP_LOADER=false
206
HIDE_BOOTSTRAP_LOADER=false
199
 
207
 
200
 
208
 
201
; Increase the body width for the "dynamic" frontend by pixels. The value should be even
209
; Increase the body width for the "dynamic" frontend by pixels. The value should be even
202
; - 0 : disabled
210
; - 0 : disabled
203
; - 200 : wider by 200px
211
; - 200 : wider by 200px
204
; Default is 0 pixels
212
; Default is 0 pixels
205
;
213
;
206
INCREASE_WIDTH=0
214
INCREASE_WIDTH=0
207
 
215
 
208
 
216
 
209
; Define the interval for refreshing data in ms
217
; Define the interval for refreshing data in ms
210
; - 0 : disabled
218
; - 0 : disabled
211
; - 1000 : 1 second
219
; - 1000 : 1 second
212
; Default is 60 seconds
220
; Default is 60 seconds
213
;
221
;
214
REFRESH=60000
222
REFRESH=60000
215
 
223
 
216
 
224
 
217
; Show a graph for current cpuload
225
; Show a graph for current cpuload
218
; - true : displayed, but it's a performance hit (because we have to wait to get a value, 1 second)
226
; - true : displayed, but it's a performance hit (because we have to wait to get a value, 1 second)
219
; - "compact" : displayed like above but in compact mode
227
; - "compact" : displayed like above but in compact mode
220
; - false : will not be displayed (also in Load Averages field)
228
; - false : will not be displayed (also in Load Averages field)
221
;
229
;
222
LOAD_BAR=true
230
LOAD_BAR=true
223
 
231
 
224
 
232
 
225
; Display the virtual host name and address
233
; Display the virtual host name and address
226
; - Default is canonical host name and address
234
; - Default is canonical host name and address
227
; - Use USE_VHOST=true to display virtual host name.
235
; - Use USE_VHOST=true to display virtual host name.
228
;
236
;
229
USE_VHOST=false
237
USE_VHOST=false
230
 
238
 
231
 
239
 
232
; Controls the units & format for network, memory and filesystem
240
; Controls the units & format for network, memory and filesystem
233
; - 1 KiB = 2^10 bytes = 1,024 bytes
241
; - 1 KiB = 2^10 bytes = 1,024 bytes
234
; - 1 KB = 10^3 bytes = 1,000 bytes
242
; - 1 KB = 10^3 bytes = 1,000 bytes
235
; - "B"     everything is in Byte
243
; - "B"     everything is in Byte
236
; - "PiB"   everything is in PeBiByte
244
; - "PiB"   everything is in PeBiByte
237
; - "TiB"   everything is in TeBiByte
245
; - "TiB"   everything is in TeBiByte
238
; - "GiB"   everything is in GiBiByte
246
; - "GiB"   everything is in GiBiByte
239
; - "MiB"   everything is in MeBiByte
247
; - "MiB"   everything is in MeBiByte
240
; - "KiB"   everything is in KiBiByte
248
; - "KiB"   everything is in KiBiByte
241
; - "auto_binary" everything is automatic done if value is to big for, e.g MiB then it will be in GiB
249
; - "auto_binary" everything is automatic done if value is to big for, e.g MiB then it will be in GiB
242
; - "PB"    everything is in PetaByte
250
; - "PB"    everything is in PetaByte
243
; - "TB"    everything is in TeraByte
251
; - "TB"    everything is in TeraByte
244
; - "GB"    everything is in GigaByte
252
; - "GB"    everything is in GigaByte
245
; - "MB"    everything is in MegaByte
253
; - "MB"    everything is in MegaByte
246
; - "KB"    everything is in KiloByte
254
; - "KB"    everything is in KiloByte
247
; - "auto_decimal" everything is automatic done if value is to big for, e.g MB then it will be in GB
255
; - "auto_decimal" everything is automatic done if value is to big for, e.g MB then it will be in GB
248
;
256
;
249
BYTE_FORMAT="auto_binary"
257
BYTE_FORMAT="auto_binary"
250
 
258
 
251
 
259
 
252
; Format in which temperature is displayed
260
; Format in which temperature is displayed
253
; - "c"    shown in celsius
261
; - "c"    shown in celsius
254
; - "f"    shown in fahrenheit
262
; - "f"    shown in fahrenheit
255
; - "c-f"  both shown first celsius and fahrenheit in braces
263
; - "c-f"  both shown first celsius and fahrenheit in braces
256
; - "f-c"  both shown first fahrenheit and celsius in braces
264
; - "f-c"  both shown first fahrenheit and celsius in braces
257
;
265
;
258
TEMP_FORMAT="c"
266
TEMP_FORMAT="c"
259
 
267
 
260
 
268
 
261
; Show devices infos
269
; Show devices infos
262
; Example : SHOW_DEVICES_INFOS=true
270
; Example : SHOW_DEVICES_INFOS=true
263
;
271
;
264
SHOW_DEVICES_INFOS=false
272
SHOW_DEVICES_INFOS=false
265
 
273
 
266
 
274
 
267
; Show devices serial number
275
; Show devices serial number
268
; Example : SHOW_DEVICES_SERIAL=true
276
; Example : SHOW_DEVICES_SERIAL=true
269
;
277
;
270
SHOW_DEVICES_SERIAL=false
278
SHOW_DEVICES_SERIAL=false
271
 
279
 
272
 
280
 
273
; Format in which datetime is displayed
281
; Format in which datetime is displayed
274
; - "UTC"    shown as UTC string
282
; - "UTC"    shown as UTC string
275
; - "locale" shown as Locale string
283
; - "locale" shown as Locale string
276
;
284
;
277
DATETIME_FORMAT="UTC"
285
DATETIME_FORMAT="UTC"
278
 
286
 
279
 
287
 
280
; ********************************
288
; ********************************
281
;       SENSORS PARAMETERS
289
;       SENSORS PARAMETERS
282
; ********************************
290
; ********************************
283
 
291
 
284
 
292
 
285
; Define the motherboard monitoring program
293
; Define the motherboard monitoring program
286
; We support the following programs so far
294
; We support the following programs so far
287
; - HDDtemp        http://www.guzu.net/linux/hddtemp.php (Linux)
295
; - HDDtemp        http://www.guzu.net/linux/hddtemp.php (Linux)
288
; - LMSensors      http://www.lm-sensors.org/ (Linux)
296
; - LMSensors      http://www.lm-sensors.org/ (Linux)
289
; - Healthd        http://healthd.thehousleys.net/ (FreeBSD)
297
; - Healthd        http://healthd.thehousleys.net/ (FreeBSD)
290
; - HWSensors      http://www.openbsd.org/ (OpenBSD)
298
; - HWSensors      http://www.openbsd.org/ (OpenBSD)
291
; - MBMon          http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html (FreeBSD/Linux/NetBSD/OpenBSD)
299
; - MBMon          http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html (FreeBSD/Linux/NetBSD/OpenBSD)
292
; - MBM5           http://mbm.livewiredev.com/ (data from file data/MBM5.csv - WinNT)
300
; - MBM5           http://mbm.livewiredev.com/ (data from file data/MBM5.csv - WinNT)
293
; - CpuMem         No addon tool neded (FreeBSD/Linux/WinNT or others but with the dmidecode utility installed)
301
; - CpuMem         No addon tool neded (FreeBSD/Linux/WinNT or others but with the dmidecode utility installed)
294
; - IPMItool       http://ipmitool.sourceforge.net/ (Linux)
302
; - IPMItool       http://ipmitool.sourceforge.net/ (Linux)
295
; - FreeIPMI       http://www.gnu.org/software/freeipmi/ (FreeBSD/Linux/OpenBSD/SunOS)
303
; - FreeIPMI       http://www.gnu.org/software/freeipmi/ (FreeBSD/Linux/OpenBSD/SunOS)
296
; - IPMIutil       http://ipmiutil.sourceforge.net/ (Darwin/FreeBSD/Linux/SunOS/WinNT)
304
; - IPMIutil       http://ipmiutil.sourceforge.net/ (Darwin/FreeBSD/Linux/SunOS/WinNT)
297
; - IPMIcfg        http://www.supermicro.com/en/solutions/management-software/ipmi-utilities (Linux/WinNT)
305
; - IPMIcfg        http://www.supermicro.com/en/solutions/management-software/ipmi-utilities (Linux/WinNT)
298
; - K8Temp         http://hur.st/k8temp/ (DragonFly/FreeBSD/NetBSD/OpenBSD)
306
; - K8Temp         http://hur.st/k8temp/ (DragonFly/FreeBSD/NetBSD/OpenBSD)
299
; - PiTemp         No addon tool neded (Raspberry Pi and Banana Pi - Linux)
307
; - PiTemp         No addon tool neded (Raspberry Pi and Banana Pi - Linux)
300
; - OHM            http://openhardwaremonitor.org/ (WinNT)
308
; - OHM            http://openhardwaremonitor.org/ (WinNT)
301
; - ThermalZone    No addon tool neded (WinNT/Linux/Android)
309
; - ThermalZone    No addon tool neded (WinNT/Linux/Android)
302
; - QTSsnmp        SNMP service enabled and snmp-utils package installed: opkg install snmp-utils (QNAP - QTS Linux)
310
; - QTSsnmp        SNMP service enabled and snmp-utils package installed: opkg install snmp-utils (QNAP - QTS Linux)
303
; - Hwmon          No addon tool neded (Linux)
311
; - Hwmon          No addon tool neded (Linux)
304
; - SpeedFan       http://www.almico.com/speedfan.php (required tool packaged in: tools/speedfan/SpeedFanGet_bin.zip) (WinNT)
312
; - SpeedFan       http://www.almico.com/speedfan.php (required tool packaged in: tools/speedfan/SpeedFanGet_bin.zip) (WinNT)
305
; - Thinkpad       No addon tool neded (Lenovo Thinkpad - Linux)
313
; - Thinkpad       No addon tool neded (Lenovo Thinkpad - Linux)
306
; - NvidiaSMI      Nvidia GPU drivers (FreeBSD/Linux/SunOS/WinNT)
314
; - NvidiaSMI      Nvidia GPU drivers (FreeBSD/Linux/SunOS/WinNT)
307
; - FortiSensor    No addon tool neded (Fortinet devices - FortiOS)
315
; - FortiSensor    No addon tool neded (Fortinet devices - FortiOS)
308
;
316
;
309
; Example: If you want to use lmsensors : SENSOR_PROGRAM="LMSensors"
317
; Example: If you want to use lmsensors : SENSOR_PROGRAM="LMSensors"
310
;          If you want to use lmsensors and IPMItool: SENSOR_PROGRAM="LMSensors,IPMItool"
318
;          If you want to use lmsensors and IPMItool: SENSOR_PROGRAM="LMSensors,IPMItool"
311
;
319
;
312
SENSOR_PROGRAM=false
320
SENSOR_PROGRAM=false
313
 
321
 
314
 
322
 
315
; Show events of sensors
323
; Show events of sensors
316
; - true : show events
324
; - true : show events
317
; - false : do not show events
325
; - false : do not show events
318
;
326
;
319
SENSOR_EVENTS=true
327
SENSOR_EVENTS=true
320
 
328
 
321
 
329
 
322
; Sort sensors list
330
; Sort sensors list
323
;
331
;
324
SORT_SENSORS_LIST=false
332
SORT_SENSORS_LIST=false
325
 
333
 
326
 
334
 
327
; Some sensors programs contain an additional configuration in the relevant sections [sensor_...]
335
; Some sensors programs contain an additional configuration in the relevant sections [sensor_...]
328
 
336
 
329
 
337
 
330
; ********************************
338
; ********************************
331
;      FILESYSTEM PARAMETERS
339
;      FILESYSTEM PARAMETERS
332
; ********************************
340
; ********************************
333
 
341
 
334
 
342
 
335
; Show mount point
343
; Show mount point
336
; - true : show mount point
344
; - true : show mount point
337
; - false : do not show mount point
345
; - false : do not show mount point
338
;
346
;
339
SHOW_MOUNT_POINT=true
347
SHOW_MOUNT_POINT=true
340
 
348
 
341
 
349
 
342
; Show mount option
350
; Show mount option
343
; - true : show mount option
351
; - true : show mount option
344
; - false : do not show mount option
352
; - false : do not show mount option
345
;
353
;
346
SHOW_MOUNT_OPTION=true
354
SHOW_MOUNT_OPTION=true
347
 
355
 
348
 
356
 
349
; Show mount credentials
357
; Show mount credentials
350
; - true : show mount credentials
358
; - true : show mount credentials
351
; - false : do not show mount credentials
359
; - false : do not show mount credentials
352
;
360
;
353
SHOW_MOUNT_CREDENTIALS=false
361
SHOW_MOUNT_CREDENTIALS=false
354
 
362
 
355
 
363
 
356
; Show inode usage
364
; Show inode usage
357
; - true : display used inodes in percent
365
; - true : display used inodes in percent
358
; - false : hide them
366
; - false : hide them
359
;
367
;
360
SHOW_INODES=true
368
SHOW_INODES=true
361
 
369
 
362
 
370
 
363
; Hide mounts
371
; Hide mounts
364
; Example : HIDE_MOUNTS="/home,/usr"
372
; Example : HIDE_MOUNTS="/home,/usr"
365
;
373
;
366
HIDE_MOUNTS=""
374
HIDE_MOUNTS=""
367
 
375
 
368
 
376
 
369
; Filesystem usage warning threshold in percent
377
; Filesystem usage warning threshold in percent
370
; - 0 : disabled
378
; - 0 : disabled
371
; - 90 : 90%
379
; - 90 : 90%
372
; Default is 90%
380
; Default is 90%
373
;
381
;
374
FS_USAGE_THRESHOLD=90
382
FS_USAGE_THRESHOLD=90
375
 
383
 
376
 
384
 
377
; Ignore usage and usage threshold for filesystem types
385
; Ignore usage and usage threshold for filesystem types
378
; Example : IGNORE_THRESHOLD_FS_TYPES="packagefs, iso9660, squashfs, devfs, devtmpfs, tmpfs, lxfs, udf, UDF, CDFS"
386
; Example : IGNORE_THRESHOLD_FS_TYPES="packagefs, iso9660, squashfs, devfs, devtmpfs, tmpfs, lxfs, udf, UDF, CDFS"
379
;
387
;
380
IGNORE_THRESHOLD_FS_TYPES="packagefs, iso9660, squashfs, devfs, devtmpfs, tmpfs, lxfs, udf, UDF, CDFS"
388
IGNORE_THRESHOLD_FS_TYPES="packagefs, iso9660, squashfs, devfs, devtmpfs, tmpfs, lxfs, udf, UDF, CDFS"
381
 
389
 
382
 
390
 
383
; Ignore usage of mounts
391
; Ignore usage of mounts
384
; Example : IGNORE_USAGE="/root,/mnt/c"
392
; Example : IGNORE_USAGE="/root,/mnt/c"
385
;
393
;
386
IGNORE_USAGE=""
394
IGNORE_USAGE=""
387
 
395
 
388
 
396
 
389
; Ignore total size of mounts
397
; Ignore total size of mounts
390
; Example : IGNORE_TOTAL="/System/Volumes/VM,/System/Volumes/Prebot"
398
; Example : IGNORE_TOTAL="/System/Volumes/VM,/System/Volumes/Prebot"
391
;
399
;
392
IGNORE_TOTAL=""
400
IGNORE_TOTAL=""
393
 
401
 
394
 
402
 
395
; Ignore free space size of mounts
403
; Ignore free space size of mounts
396
; Example : IGNORE_FREE="/zfs/space,/zfs/data"
404
; Example : IGNORE_FREE="/zfs/space,/zfs/data"
397
;
405
;
398
IGNORE_FREE=""
406
IGNORE_FREE=""
399
 
407
 
400
 
408
 
401
; Hide filesystem types
409
; Hide filesystem types
402
; Example : HIDE_FS_TYPES="tmpfs,devtmpfs,usbfs,bstfolder"
410
; Example : HIDE_FS_TYPES="tmpfs,devtmpfs,usbfs,bstfolder"
403
;
411
;
404
HIDE_FS_TYPES="tmpfs,devtmpfs"
412
HIDE_FS_TYPES="tmpfs,devtmpfs"
405
 
413
 
406
 
414
 
407
; Hide partitions
415
; Hide partitions
408
; Example : HIDE_DISKS="rootfs,/dev/sda1"
416
; Example : HIDE_DISKS="rootfs,/dev/sda1"
409
;           HIDE_DISKS=true  //hide all partitions
417
;           HIDE_DISKS=true  //hide all partitions
410
;
418
;
411
HIDE_DISKS=""
419
HIDE_DISKS=""
412
 
420
 
413
 
421
 
414
; Hide totals information
422
; Hide totals information
415
;
423
;
416
HIDE_TOTALS=false
424
HIDE_TOTALS=false
417
 
425
 
418
 
426
 
419
; ********************************
427
; ********************************
420
;      NETWORK PARAMETERS
428
;      NETWORK PARAMETERS
421
; ********************************
429
; ********************************
422
 
430
 
423
 
431
 
424
; Hide network interfaces
432
; Hide network interfaces
425
; Example : HIDE_NETWORK_INTERFACE="eth0,sit0"
433
; Example : HIDE_NETWORK_INTERFACE="eth0,sit0"
426
;           HIDE_NETWORK_INTERFACE=true  //hide all network interfaces
434
;           HIDE_NETWORK_INTERFACE=true  //hide all network interfaces
427
;
435
;
428
HIDE_NETWORK_INTERFACE="lo,tun0"
436
HIDE_NETWORK_INTERFACE="lo,tun0"
429
 
437
 
430
 
438
 
431
; Use a regular expression in the name of a hidden network interface (e.g. HIDE_NETWORK_INTERFACE="docker.*")
439
; Use a regular expression in the name of a hidden network interface (e.g. HIDE_NETWORK_INTERFACE="docker.*")
432
; - true : use a regular expression
440
; - true : use a regular expression
433
; - false : do not use a regular expression
441
; - false : do not use a regular expression
434
;
442
;
435
HIDE_NETWORK_INTERFACE_REGEX=false
443
HIDE_NETWORK_INTERFACE_REGEX=false
436
 
444
 
437
 
445
 
438
; Show network interfaces infos for Linux, Android, FreeBSD, NetBSD, OpenBSD, Haiku, Darwin, SunOS, Minix, QNX and WinNT
446
; Show network interfaces infos for Linux, Android, FreeBSD, NetBSD, OpenBSD, Haiku, Darwin, SunOS, Minix, QNX and WinNT
439
; Example : SHOW_NETWORK_INFOS=true
447
; Example : SHOW_NETWORK_INFOS=true
440
;
448
;
441
SHOW_NETWORK_INFOS=true
449
SHOW_NETWORK_INFOS=true
442
 
450
 
443
 
451
 
444
; Hide MAC address in the infos
452
; Hide MAC address in the infos
445
;
453
;
446
HIDE_NETWORK_MACADDR=false
454
HIDE_NETWORK_MACADDR=false
447
 
455
 
448
 
456
 
-
 
457
; Show bridge info in the network interface name
-
 
458
;
-
 
459
SHOW_NETWORK_BRIDGE=true
-
 
460
 
-
 
461
 
449
; Sort network interfaces list
462
; Sort network interfaces list
450
;
463
;
451
SORT_NETWORK_INTERFACES_LIST=false
464
SORT_NETWORK_INTERFACES_LIST=false
452
 
465
 
453
 
466
 
454
; Show network infos expanded
467
; Show network infos expanded
455
;
468
;
456
SHOW_NETWORK_INFOS_EXPANDED=false
469
SHOW_NETWORK_INFOS_EXPANDED=false
457
 
470
 
458
 
471
 
459
; Show network active speed
472
; Show network active speed
460
; - true : display network active speed
473
; - true : display network active speed
461
; - "bps" : display network active speed in bits per second (b/s, Kb/s, etc...)
474
; - "bps" : display network active speed in bits per second (b/s, Kb/s, etc...)
462
; - false : hide them
475
; - false : hide them
463
;
476
;
464
SHOW_NETWORK_ACTIVE_SPEED=true
477
SHOW_NETWORK_ACTIVE_SPEED=true
465
 
478
 
466
 
479
 
467
; ********************************
480
; ********************************
468
;        UPS PARAMETERS
481
;        UPS PARAMETERS
469
; ********************************
482
; ********************************
470
 
483
 
471
 
484
 
472
; Define the ups monitoring program
485
; Define the ups monitoring program
473
; We support the following programs so far
486
; We support the following programs so far
474
; - Apcupsd        http://www.apcupsd.com/
487
; - Apcupsd        http://www.apcupsd.com/
475
; - Nut            http://www.networkupstools.org/
488
; - Nut            http://www.networkupstools.org/
476
; - SNMPups        monitoring via Simple Network Management Protocol (SNMP)
489
; - SNMPups        monitoring via Simple Network Management Protocol (SNMP)
477
; - PowerSoftPlus  http://ever.eu/
490
; - PowerSoftPlus  http://ever.eu/
478
; - pmset          based on the result of the command "pmset -g batt" on Darwin system
491
; - pmset          based on the result of the command "pmset -g batt" on Darwin system
479
;
492
;
480
; Example: If you want to use Apcupsd : UPS_PROGRAM="Apcupsd"
493
; Example: If you want to use Apcupsd : UPS_PROGRAM="Apcupsd"
481
;          If you want to use Apcupsd and Nut : UPS_PROGRAM="Apcupsd,Nut"
494
;          If you want to use Apcupsd and Nut : UPS_PROGRAM="Apcupsd,Nut"
482
;
495
;
483
UPS_PROGRAM=false
496
UPS_PROGRAM=false
484
 
497
 
485
 
498
 
486
; Apcupsd supports multiple UPSes
499
; Apcupsd supports multiple UPSes
487
; You can specify comma delimited list in the form <hostname>:<port> or <ip>:<port>. The defaults are: "127.0.0.1:3551"
500
; You can specify comma delimited list in the form <hostname>:<port> or <ip>:<port>. The defaults are: "127.0.0.1:3551"
488
; See the following parameters in apcupsd.conf: NETSERVER, NISIP, NISPORT
501
; See the following parameters in apcupsd.conf: NETSERVER, NISIP, NISPORT
489
; It uses the defaults if not specified.
502
; It uses the defaults if not specified.
490
;
503
;
491
UPS_APCUPSD_LIST=false
504
UPS_APCUPSD_LIST=false
492
 
505
 
493
 
506
 
494
; define how to access the Apcupsd data
507
; define how to access the Apcupsd data
495
; - "command" execute apcaccess command
508
; - "command" execute apcaccess command
496
; - "data" for reading data from file data/upsapcupsd{ups_number}.tmp
509
; - "data" for reading data from file data/upsapcupsd{ups_number}.tmp
497
;    content is the output from "apcaccess status"
510
;    content is the output from "apcaccess status"
498
;
511
;
499
UPS_APCUPSD_ACCESS="command"
512
UPS_APCUPSD_ACCESS="command"
500
 
513
 
501
 
514
 
502
; Apcupsd has a CGI monitoring utility called apcupsd-cgi
515
; Apcupsd has a CGI monitoring utility called apcupsd-cgi
503
; You can set the parameter below to true if you have it installed - this will add apcupsd-cgi links to the UPS tree
516
; You can set the parameter below to true if you have it installed - this will add apcupsd-cgi links to the UPS tree
504
;
517
;
505
UPS_APCUPSD_CGI_ENABLE=false
518
UPS_APCUPSD_CGI_ENABLE=false
506
 
519
 
507
 
520
 
508
; Nut supports multiple UPSes
521
; Nut supports multiple UPSes
509
; You can specify comma delimited list in the form <hostname>:<port> or <ip>:<port>. The defaults are: "127.0.0.1:3493"
522
; You can specify comma delimited list in the form <hostname>:<port> or <ip>:<port>. The defaults are: "127.0.0.1:3493"
510
; See the following parameters in upsd.conf: LISTEN
523
; See the following parameters in upsd.conf: LISTEN
511
; It uses the defaults if not specified.
524
; It uses the defaults if not specified.
512
;
525
;
513
UPS_NUT_LIST=false
526
UPS_NUT_LIST=false
514
 
527
 
515
 
528
 
516
; define how to access the Nut data
529
; define how to access the Nut data
517
; - "command" execute upsc command
530
; - "command" execute upsc command
518
; - "data" for reading data from file data/upsnut{ups_number}.tmp
531
; - "data" for reading data from file data/upsnut{ups_number}.tmp
519
;    content is the output from "upsc {upsname}"
532
;    content is the output from "upsc {upsname}"
520
;
533
;
521
UPS_NUT_ACCESS="command"
534
UPS_NUT_ACCESS="command"
522
 
535
 
523
 
536
 
524
; SNMPups supports multiple UPSes
537
; SNMPups supports multiple UPSes
525
; You can specify comma delimited list in the form <hostname>:<port> or <ip>:<port>. The default port is 161
538
; You can specify comma delimited list in the form <hostname>:<port> or <ip>:<port>. The default port is 161
526
; List must be specified.
539
; List must be specified.
527
;
540
;
528
UPS_SNMPUPS_LIST=false
541
UPS_SNMPUPS_LIST=false
529
 
542
 
530
 
543
 
531
; define how to access the SNMP data
544
; define how to access the SNMP data
532
; - "php-snmp" execute php snmprealwalk function (php-snmp module must be installed)
545
; - "php-snmp" execute php snmprealwalk function (php-snmp module must be installed)
533
; - "command" execute snmpwalk command
546
; - "command" execute snmpwalk command
534
; - "data" for reading data from file data/upssnmpups{ups_number}.tmp
547
; - "data" for reading data from file data/upssnmpups{ups_number}.tmp
535
;    content is the output from:
548
;    content is the output from:
536
;     "snmpwalk -Ona -c public -v 1 -r 0 -t 3 {upsaddress} .1.3.6.1.4.1.318.1.1.1.1>upssnmpups{ups_number}.tmp
549
;     "snmpwalk -Ona -c public -v 1 -r 0 -t 3 {upsaddress} .1.3.6.1.4.1.318.1.1.1.1>upssnmpups{ups_number}.tmp
537
;      snmpwalk -Ona -c public -v 1 -r 0 -t 3 {upsaddress} .1.3.6.1.4.1.318.1.1.1.2>>upssnmpups{ups_number}.tmp
550
;      snmpwalk -Ona -c public -v 1 -r 0 -t 3 {upsaddress} .1.3.6.1.4.1.318.1.1.1.2>>upssnmpups{ups_number}.tmp
538
;      snmpwalk -Ona -c public -v 1 -r 0 -t 3 {upsaddress} .1.3.6.1.4.1.318.1.1.1.3>>upssnmpups{ups_number}.tmp
551
;      snmpwalk -Ona -c public -v 1 -r 0 -t 3 {upsaddress} .1.3.6.1.4.1.318.1.1.1.3>>upssnmpups{ups_number}.tmp
539
;      snmpwalk -Ona -c public -v 1 -r 0 -t 3 {upsaddress} .1.3.6.1.4.1.318.1.1.1.4>>upssnmpups{ups_number}.tmp"
552
;      snmpwalk -Ona -c public -v 1 -r 0 -t 3 {upsaddress} .1.3.6.1.4.1.318.1.1.1.4>>upssnmpups{ups_number}.tmp"
540
;
553
;
541
UPS_SNMPUPS_ACCESS="php-snmp"
554
UPS_SNMPUPS_ACCESS="php-snmp"
542
 
555
 
543
 
556
 
544
; define how to access the PowerSoftPlus data
557
; define how to access the PowerSoftPlus data
545
; - "command" execute powersoftplus command
558
; - "command" execute powersoftplus command
546
; - "data" for reading data from file data/upspowersoftplus.tmp
559
; - "data" for reading data from file data/upspowersoftplus.tmp
547
;    content is the output from "powersoftplus -p"
560
;    content is the output from "powersoftplus -p"
548
;
561
;
549
UPS_POWERSOFTPLUS_ACCESS="command"
562
UPS_POWERSOFTPLUS_ACCESS="command"
550
 
563
 
551
 
564
 
552
; define how to access the pmset data
565
; define how to access the pmset data
553
; - "command" execute pmset command
566
; - "command" execute pmset command
554
; - "data" for reading data from file data/upspmset.tmp
567
; - "data" for reading data from file data/upspmset.tmp
555
;    content is the output from "pmset -g batt"
568
;    content is the output from "pmset -g batt"
556
;
569
;
557
UPS_PMSET_ACCESS="command"
570
UPS_PMSET_ACCESS="command"
558
 
571
 
559
 
572
 
560
; ********************************
573
; ********************************
561
;       MISC PARAMETERS
574
;       MISC PARAMETERS
562
; ********************************
575
; ********************************
563
 
576
 
564
 
577
 
565
; define how to access the dmidecode data
578
; define how to access the dmidecode data
566
; - "data" read data from file data/dmidecode.tmp; content is the output from "dmidecode -t 17")
579
; - "data" read data from file data/dmidecode.tmp; content is the output from "dmidecode -t 17")
567
; - "command" execute command: dmidecode -t 17
580
; - "command" execute command: dmidecode -t 17
568
;   If access error try execute first: chmod 4755 /usr/sbin/dmidecode
581
;   If access error try execute first: chmod 4755 /usr/sbin/dmidecode
569
;   This method is not recommended for safety reasons!
582
;   This method is not recommended for safety reasons!
570
;
583
;
571
DMIDECODE_ACCESS="command"
584
DMIDECODE_ACCESS="command"
572
 
585
 
573
 
586
 
574
; ********************************
587
; ********************************
575
;    SENSORS PROGRAMS PARAMETERS
588
;    SENSORS PROGRAMS PARAMETERS
576
; ********************************
589
; ********************************
577
 
590
 
578
 
591
 
579
[sensor_hddtemp]
592
[sensor_hddtemp]
580
; Hddtemp motherboard monitoring program configuration
593
; Hddtemp motherboard monitoring program configuration
581
;
594
;
582
; If the hddtemp program is available we can read the temperature, if hdd is smart capable
595
; If the hddtemp program is available we can read the temperature, if hdd is smart capable
583
; !!ATTENTION!! hddtemp might be a security issue
596
; !!ATTENTION!! hddtemp might be a security issue
584
; - ACCESS="command"  //read data from 'hddtemp' command (must be set suid)
597
; - ACCESS="command"  //read data from 'hddtemp' command (must be set suid)
585
; - ACCESS="tcp"  //read data from hddtemp deamon (localhost:7634)
598
; - ACCESS="tcp"  //read data from hddtemp deamon (localhost:7634)
586
;
599
;
587
ACCESS="command"
600
ACCESS="command"
588
 
601
 
589
[sensor_lmsensors]
602
[sensor_lmsensors]
590
; LMSensors motherboard monitoring program configuration
603
; LMSensors motherboard monitoring program configuration
591
;
604
;
592
; - ACCESS="command"  //read data from 'sensors' command
605
; - ACCESS="command"  //read data from 'sensors' command
593
; - ACCESS="data"  //read data from file data/lmsensors.tmp
606
; - ACCESS="data"  //read data from file data/lmsensors.tmp
594
;
607
;
595
ACCESS="command"
608
ACCESS="command"
596
 
609
 
597
[sensor_healthd]
610
[sensor_healthd]
598
; Healthd motherboard monitoring program configuration
611
; Healthd motherboard monitoring program configuration
599
;
612
;
600
; - ACCESS="command"  //read data from 'healthdc' command
613
; - ACCESS="command"  //read data from 'healthdc' command
601
; - ACCESS="data"  //read data from file data/healthd.tmp
614
; - ACCESS="data"  //read data from file data/healthd.tmp
602
;
615
;
603
ACCESS="command"
616
ACCESS="command"
604
 
617
 
605
[sensor_mbmon]
618
[sensor_mbmon]
606
; MBMon motherboard monitoring program configuration
619
; MBMon motherboard monitoring program configuration
607
;
620
;
608
; - ACCESS="command"  //read data from 'mbmon -c 1 -r' command
621
; - ACCESS="command"  //read data from 'mbmon -c 1 -r' command
609
; - ACCESS="data"  //read data from file data/mbmon.tmp
622
; - ACCESS="data"  //read data from file data/mbmon.tmp
610
; - ACCESS="tcp"  //read data from mbmon deamon (localhost:411)
623
; - ACCESS="tcp"  //read data from mbmon deamon (localhost:411)
611
;
624
;
612
ACCESS="command"
625
ACCESS="command"
613
 
626
 
614
[sensor_ipmitool]
627
[sensor_ipmitool]
615
; IPMItool motherboard monitoring program configuration
628
; IPMItool motherboard monitoring program configuration
616
;
629
;
617
; - ACCESS="command"  //read data from 'ipmitool sensor -v' command
630
; - ACCESS="command"  //read data from 'ipmitool sensor -v' command
618
;                     //if access error execute first: chmod 666 /dev/ipmi0
631
;                     //if access error execute first: chmod 666 /dev/ipmi0
619
; - ACCESS="data"  //read data from file data/ipmitool.tmp
632
; - ACCESS="data"  //read data from file data/ipmitool.tmp
620
;
633
;
621
ACCESS="command"
634
ACCESS="command"
622
 
635
 
623
[sensor_freeipmi]
636
[sensor_freeipmi]
624
; FreeIPMI motherboard monitoring program configuration
637
; FreeIPMI motherboard monitoring program configuration
625
;
638
;
626
; - ACCESS="command"  //read data from 'ipmi-sensors --output-sensor-thresholds' program
639
; - ACCESS="command"  //read data from 'ipmi-sensors --output-sensor-thresholds' program
627
; - ACCESS="data"  //read data from file data/freeipmi.tmp
640
; - ACCESS="data"  //read data from file data/freeipmi.tmp
628
;
641
;
629
ACCESS="command"
642
ACCESS="command"
630
 
643
 
631
[sensor_ipmiutil]
644
[sensor_ipmiutil]
632
; IPMIutil motherboard monitoring program configuration
645
; IPMIutil motherboard monitoring program configuration
633
;
646
;
634
; - ACCESS="command"  //read data from 'ipmiutil sensor -stw' command
647
; - ACCESS="command"  //read data from 'ipmiutil sensor -stw' command
635
;                     //if access error execute first: chmod 666 /dev/ipmi0
648
;                     //if access error execute first: chmod 666 /dev/ipmi0
636
; - ACCESS="data"  //read data from file data/ipmiutil.tmp
649
; - ACCESS="data"  //read data from file data/ipmiutil.tmp
637
;
650
;
638
ACCESS="command"
651
ACCESS="command"
639
 
652
 
640
[sensor_ipmicfg]
653
[sensor_ipmicfg]
641
; IPMIcfg motherboard monitoring program configuration
654
; IPMIcfg motherboard monitoring program configuration
642
;
655
;
643
; - ACCESS="command"  //read data from 'ipmicfg -sdr' and/or 'ipmicfg -psfruinfo' command
656
; - ACCESS="command"  //read data from 'ipmicfg -sdr' and/or 'ipmicfg -psfruinfo' command
644
; - ACCESS="data"  //read data from file data/ipmicfg.tmp (output from: "ipmicfg -sdr>ipmicfg.tmp; ipmicfg -psfruinfo>>ipmicfg.tmp")
657
; - ACCESS="data"  //read data from file data/ipmicfg.tmp (output from: "ipmicfg -sdr>ipmicfg.tmp; ipmicfg -psfruinfo>>ipmicfg.tmp")
645
;
658
;
646
ACCESS="command"
659
ACCESS="command"
647
 
660
 
648
; Execute power supply FRU health info
661
; Execute power supply FRU health info
649
; - true   : execute 'ipmicfg --psfruinfo'
662
; - true   : execute 'ipmicfg --psfruinfo'
650
; - false  : don't execute 'ipmicfg --psfruinfo'
663
; - false  : don't execute 'ipmicfg --psfruinfo'
651
; - "only" : execute 'ipmicfg --psfruinfo' and don't execute 'ipmicfg -sdr'
664
; - "only" : execute 'ipmicfg --psfruinfo' and don't execute 'ipmicfg -sdr'
652
;
665
;
653
PSFRUINFO=true
666
PSFRUINFO=true
654
 
667
 
655
[sensor_k8temp]
668
[sensor_k8temp]
656
; K8Temp motherboard monitoring program configuration
669
; K8Temp motherboard monitoring program configuration
657
;
670
;
658
; - ACCESS="command"  //read data from 'k8temp' command
671
; - ACCESS="command"  //read data from 'k8temp' command
659
; - ACCESS="data"  //read data from file data/k8temp.tmp
672
; - ACCESS="data"  //read data from file data/k8temp.tmp
660
;
673
;
661
ACCESS="command"
674
ACCESS="command"
662
 
675
 
663
[sensor_thermalzone]
676
[sensor_thermalzone]
664
; ThermalZone motherboard monitoring program configuration
677
; ThermalZone motherboard monitoring program configuration
665
;
678
;
666
; - ACCESS="command"  //on Linux information is retrieved everytime through system files / on WinNT information is retrieved everytime through WMI
679
; - ACCESS="command"  //on Linux information is retrieved everytime through system files / on WinNT information is retrieved everytime through WMI
667
; - ACCESS="data"  //read data from file data/thermalzone.tmp (output of WinNT command "wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CriticalTripPoint,CurrentTemperature,InstanceName")
680
; - ACCESS="data"  //read data from file data/thermalzone.tmp (output of WinNT command "wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CriticalTripPoint,CurrentTemperature,InstanceName")
668
;
681
;
669
ACCESS="command"
682
ACCESS="command"
670
 
683
 
671
[sensor_speedfan]
684
[sensor_speedfan]
672
; SpeedFan motherboard monitoring program configuration
685
; SpeedFan motherboard monitoring program configuration
673
;
686
;
674
; - ACCESS="command"  //read data from 'speedfanget' command
687
; - ACCESS="command"  //read data from 'speedfanget' command
675
; - ACCESS="data"  //read data from file data/speedfan.tmp
688
; - ACCESS="data"  //read data from file data/speedfan.tmp
676
;
689
;
677
ACCESS="command"
690
ACCESS="command"
678
 
691
 
679
[sensor_nvidiasmi]
692
[sensor_nvidiasmi]
680
; NvidiaSMI motherboard monitoring program configuration
693
; NvidiaSMI motherboard monitoring program configuration
681
;
694
;
682
; - ACCESS="command"  //read data from 'nvidia-smi -q' command
695
; - ACCESS="command"  //read data from 'nvidia-smi -q' command
683
; - ACCESS="data"  //read data from file data/nvidiasmi.tmp
696
; - ACCESS="data"  //read data from file data/nvidiasmi.tmp
684
;
697
;
685
ACCESS="command"
698
ACCESS="command"
686
 
699
 
687
;The path to nvidia-smi.exe for the WinNT system
700
;The path to nvidia-smi.exe for the WinNT system
688
;
701
;
689
EXE_PATH="c:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe"
702
EXE_PATH="c:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe"
690
 
703
 
691
 
704
 
692
; ********************************
705
; ********************************
693
;        PLUGINS PARAMETERS
706
;        PLUGINS PARAMETERS
694
; ********************************
707
; ********************************
695
 
708
 
696
 
709
 
697
[bat]
710
[bat]
698
; BAT Plugin configuration
711
; BAT Plugin configuration
699
 
712
 
700
; define how to access the battery statistic data
713
; define how to access the battery statistic data
701
; - "command" on Linux and Android read data from /proc/acpi/battery/BAT0/info and /proc/acpi/battery/BAT0/state
714
; - "command" on Linux and Android read data from /proc/acpi/battery/BAT0/info and /proc/acpi/battery/BAT0/state
702
;                or on newer kernel from /sys/class/power_supply/
715
;                or on newer kernel from /sys/class/power_supply/
703
;                or from 'upower -d' command (if UPOWER is true)
716
;                or from 'upower -d' command (if UPOWER is true)
704
;             on Android read data from /sys/class/power_supply/ 
717
;             on Android read data from /sys/class/power_supply/ 
705
;             on Darwin read data from 'ioreg -w0 -l -n AppleSmartBattery -r' command
718
;             on Darwin read data from 'ioreg -w0 -l -n AppleSmartBattery -r' command
706
;             on FreeBSD read data from 'acpiconf -i batt' command
719
;             on FreeBSD read data from 'acpiconf -i batt' command
707
;             on OpenBSD read data from 'sysctl hw.sensors.acpibat0' command
720
;             on OpenBSD read data from 'sysctl hw.sensors.acpibat0' command
708
; - "data" (a file must be available in the data directory of the phpsysinfo installation
721
; - "data" (a file must be available in the data directory of the phpsysinfo installation
709
;          with the filename "bat_info.tmp" and "bat_state.tmp"; content is the output
722
;          with the filename "bat_info.tmp" and "bat_state.tmp"; content is the output
710
;          from "cat /proc/acpi/battery/BAT0/info" and "cat /proc/acpi/battery/BAT0/state")
723
;          from "cat /proc/acpi/battery/BAT0/info" and "cat /proc/acpi/battery/BAT0/state")
711
;
724
;
712
ACCESS="command"
725
ACCESS="command"
713
 
726
 
714
; on Lunux try executing 'upower -d' command
727
; on Lunux try executing 'upower -d' command
715
; 
728
; 
716
UPOWER=false
729
UPOWER=false
717
 
730
 
718
; Show battery serial number
731
; Show battery serial number
719
;
732
;
720
SHOW_SERIAL=false
733
SHOW_SERIAL=false
721
 
734
 
722
 
735
 
723
[raid]
736
[raid]
724
; Raid Plugin configuration
737
; Raid Plugin configuration
725
 
738
 
726
; define how to access the raid statistic data
739
; define how to access the raid statistic data
727
; - "command" - mdstat:            file "/proc/mdstat" is read (on Linux only)
740
; - "command" - mdstat:            file "/proc/mdstat" is read (on Linux only)
728
;             - dmraid:            command "dmraid -s -vv 2>&1" is run (on Linux only)
741
;             - dmraid:            command "dmraid -s -vv 2>&1" is run (on Linux only)
729
;                                  If access error try execute first: chmod 4755 /sbin/dmraid
742
;                                  If access error try execute first: chmod 4755 /sbin/dmraid
730
;                                  This method is not recommended for safety reasons!
743
;                                  This method is not recommended for safety reasons!
731
;             - megactl:           command "megactl -vv" is run (on Linux only)
744
;             - megactl:           command "megactl -vv" is run (on Linux only)
732
;                                  downloaded from http://sourceforge.net/projects/megactl/ or http://github.com/hmage/megactl or http://github.com/namiltd/megactl
745
;                                  downloaded from http://sourceforge.net/projects/megactl/ or http://github.com/hmage/megactl or http://github.com/namiltd/megactl
733
;                                  If permission error try execute first: chmod 4755 /usr/sbin/megactl
746
;                                  If permission error try execute first: chmod 4755 /usr/sbin/megactl
734
;             - megasasctl:        command "megasasctl -vv" is run (on Linux only)
747
;             - megasasctl:        command "megasasctl -vv" is run (on Linux only)
735
;                                  downloaded from http://sourceforge.net/projects/megactl/ or http://github.com/hmage/megactl or http://github.com/namiltd/megactl
748
;                                  downloaded from http://sourceforge.net/projects/megactl/ or http://github.com/hmage/megactl or http://github.com/namiltd/megactl
736
;                                  If permission error try execute first: chmod 4755 /usr/sbin/megasasctl
749
;                                  If permission error try execute first: chmod 4755 /usr/sbin/megasasctl
737
;             - megaclisas-status: command "megaclisas-status" is run (or "megaclisas-status.py" on WinNT)
750
;             - megaclisas-status: command "megaclisas-status" is run (or "megaclisas-status.py" on WinNT)
738
;                                  downloaded from http://hwraid.le-vert.net or https://github.com/eLvErDe/hwraid or https://github.com/ElCoyote27/hwraid 
751
;                                  downloaded from http://hwraid.le-vert.net or https://github.com/eLvErDe/hwraid or https://github.com/ElCoyote27/hwraid 
739
;             - 3ware-status:      command "3ware-status" is run (or 3ware-status.py" on WinNT)
752
;             - 3ware-status:      command "3ware-status" is run (or 3ware-status.py" on WinNT)
740
;                                  downloaded from http://hwraid.le-vert.net or https://github.com/eLvErDe/hwraid or https://github.com/ElCoyote27/hwraid
753
;                                  downloaded from http://hwraid.le-vert.net or https://github.com/eLvErDe/hwraid or https://github.com/ElCoyote27/hwraid
741
;             - graid:             command "graid list" is run (on FreeBSD only)
754
;             - graid:             command "graid list" is run (on FreeBSD only)
742
;             - zpool:             command "zpool status" is run
755
;             - zpool:             command "zpool status" is run
743
;             - storcli:           command "storcli /call show all" or "storcli /call show all" is run
756
;             - storcli:           command "storcli64 /call show all; storcli64 /call /vall show all" or "storcli /call show all; storcli /call /vall show all" is run
744
;             - perccli:           command "perccli /call show all" or "perccli /call show all" is run
757
;             - perccli:           command "perccli64 /call show all; perccli64 /call /vall show all" or "perccli /call show all; perccli /call /vall show all" is run
745
;             - idrac:             command "snmpwalk -Ona -c public -v 1 -r 0 -t 3 {device} .1.3.6.1.4.1.674.10892.5.5.1.20" is run
758
;             - idrac:             command "snmpwalk -Ona -c public -v 1 -r 0 -t 3 {device} .1.3.6.1.4.1.674.10892.5.5.1.20" is run
746
; - "php-snmp"- idrac:             execute php snmprealwalk function (php-snmp module must be installed)
759
; - "php-snmp"- idrac:             execute php snmprealwalk function (php-snmp module must be installed)
747
;             - for others the option is inactive (uses "command" instead)
760
;             - for others the option is inactive (uses "command" instead)
748
; - "data" (a file must be available in the data directory of the phpsysinfo installation
761
; - "data" (a file must be available in the data directory of the phpsysinfo installation
749
;         with the filename "raidmdstat.tmp" or "raiddmraid.tmp" or "raidmegactl.tmp" or "raidmegasasctl.tmp" 
762
;         with the filename "raidmdstat.tmp" or "raiddmraid.tmp" or "raidmegactl.tmp" or "raidmegasasctl.tmp" 
750
;         or "raidmegaclisas-status.tmp" or "raidgraid.tmp" or "raidzpool.tmp" or "raidstorcli.tmp" or "raidperccli.tmp"
763
;         or "raidmegaclisas-status.tmp" or "raidgraid.tmp" or "raidzpool.tmp" or "raidstorcli.tmp" or "raidperccli.tmp"
751
;         or "raididrac{device_number}.tmp")
764
;         or "raididrac{device_number}.tmp")
752
;
765
;
753
ACCESS="command"
766
ACCESS="command"
754
 
767
 
755
; define possible programs
768
; define possible programs
756
PROGRAM="mdstat,dmraid,megactl,megasasctl,megaclisas-status,3ware-status,graid,zpool,storcli,perccli,idrac"
769
PROGRAM="mdstat,dmraid,megactl,megasasctl,megaclisas-status,3ware-status,graid,zpool,storcli,perccli,idrac"
757
 
770
 
758
; Hide RAID devices
771
; Hide RAID devices
759
; Example : HIDE_DEVICES="md127"
772
; Example : HIDE_DEVICES="md127"
760
;
773
;
761
HIDE_DEVICES=""
774
HIDE_DEVICES=""
762
 
775
 
763
;
776
;
764
; string contains a list of IDRAC devices that are checked
777
; string contains a list of IDRAC devices that are checked
765
; Example : IDRAC_DEVICES="192.168.0.120"
778
; Example : IDRAC_DEVICES="192.168.0.120"
766
;
779
;
767
IDRAC_DEVICES=""
780
IDRAC_DEVICES=""
768
 
781
 
769
[ps]
782
[ps]
770
; PS Plugin configuration
783
; PS Plugin configuration
771
 
784
 
772
; define how to access the ps statistic data
785
; define how to access the ps statistic data
773
; - "command" ps command is run everytime the block gets refreshed or build / on WinNT
786
; - "command" ps command is run everytime the block gets refreshed or build / on WinNT
774
;             information is retrieved everytime through WMI
787
;             information is retrieved everytime through WMI
775
; - "data" (a file must be available in the data directory of the phpsysinfo installation
788
; - "data" (a file must be available in the data directory of the phpsysinfo installation
776
;          with the filename "ps.tmp"; content is the output from "ps -axo pid,ppid,pmem,pcpu,args")
789
;          with the filename "ps.tmp"; content is the output from "ps -axo pid,ppid,pmem,pcpu,args")
777
;
790
;
778
ACCESS="command"
791
ACCESS="command"
779
 
792
 
780
; Memory Usage info
793
; Memory Usage info
781
;
794
;
782
MEMORY_USAGE=true
795
MEMORY_USAGE=true
783
 
796
 
784
; CPU Usage info
797
; CPU Usage info
785
;
798
;
786
CPU_USAGE=true
799
CPU_USAGE=true
787
 
800
 
788
; Show kthreadd child list expanded
801
; Show kthreadd child list expanded
789
;
802
;
790
SHOW_KTHREADD_EXPANDED=false
803
SHOW_KTHREADD_EXPANDED=false
791
 
804
 
792
; Show PID 1 child list expanded
805
; Show PID 1 child list expanded
793
;
806
;
794
SHOW_PID1CHILD_EXPANDED=false
807
SHOW_PID1CHILD_EXPANDED=false
795
 
808
 
796
 
809
 
797
[psstatus]
810
[psstatus]
798
; PSStatus Plugin configuration
811
; PSStatus Plugin configuration
799
 
812
 
800
; define how to access the psstatus statistic data
813
; define how to access the psstatus statistic data
801
; - "command" pidof command is run everytime the block gets refreshed or build 
814
; - "command" pidof command is run everytime the block gets refreshed or build 
802
;             / on WinNT information is retrieved everytime through WMI
815
;             / on WinNT information is retrieved everytime through WMI
803
; - "data" a file must be available in the data directory of the phpsysinfo installation
816
; - "data" a file must be available in the data directory of the phpsysinfo installation
804
;          with the filename "psstatus.tmp"; content is the output from
817
;          with the filename "psstatus.tmp"; content is the output from
805
;   <code>for ps in "apache2" "mysqld" "sshd"; do echo $ps "|" `pidof -s -x "$ps"`; done</code>
818
;   <code>for ps in "apache2" "mysqld" "sshd"; do echo $ps "|" `pidof -s -x "$ps"`; done</code>
806
;
819
;
807
ACCESS="command"
820
ACCESS="command"
808
 
821
 
809
; Regular expression search in the process name (e.g. "ddclient.*") for non-WinNT systems 
822
; Regular expression search in the process name (e.g. "ddclient.*") for non-WinNT systems 
810
; - true : Regular expression search (used pgrep command)
823
; - true : Regular expression search (used pgrep command)
811
; - false : Normal search (used pidof command)
824
; - false : Normal search (used pidof command)
812
;
825
;
813
USE_REGEX=false
826
USE_REGEX=false
814
 
827
 
815
; controls which processes are checked if they are running
828
; controls which processes are checked if they are running
816
;
829
;
817
; string contains a list of process names that are checked, names are seperated by a comma (on WinNT names must end with '.exe')
830
; string contains a list of process names that are checked, names are seperated by a comma (on WinNT names must end with '.exe')
818
;
831
;
819
PROCESSES="mysqld, sshd, explorer.exe"
832
PROCESSES="mysqld, sshd, explorer.exe"
820
 
833
 
821
 
834
 
822
[quotas]
835
[quotas]
823
; Quotas Plugin configuration
836
; Quotas Plugin configuration
824
 
837
 
825
; define how to access the repquota statistic data
838
; define how to access the repquota statistic data
826
; - "command" repquota command is run everytime the block gets refreshed or build
839
; - "command" repquota command is run everytime the block gets refreshed or build
827
; - "data" (a file must be available in the data directory of the phpsysinfo installation with the filename "quotas.tmp"; content is the output from "repquota -au")
840
; - "data" (a file must be available in the data directory of the phpsysinfo installation with the filename "quotas.tmp"; content is the output from "repquota -au")
828
;
841
;
829
ACCESS="command"
842
ACCESS="command"
830
 
843
 
831
 
844
 
832
[smart]
845
[smart]
833
; SMART Plugin configuration
846
; SMART Plugin configuration
834
 
847
 
835
; Smartctl program
848
; Smartctl program
836
; If the smartctl program is available we can read S.M.A.R.T informations
849
; If the smartctl program is available we can read S.M.A.R.T informations
837
; - "command" smartctl command is run everytime the block gets refreshed or build
850
; - "command" smartctl command is run everytime the block gets refreshed or build
838
; if error: Smartctl open device: /dev/sda failed: Permission denied
851
; if error: Smartctl open device: /dev/sda failed: Permission denied
839
;      Not recommended method:
852
;      Not recommended method:
840
;               execute: chmod 4755 /usr/sbin/smartctl
853
;               execute: chmod 4755 /usr/sbin/smartctl
841
;      Second method:
854
;      Second method:
842
;            try to set: SUDO_COMMANDS="smartctl" and add to file /etc/sudoers line: apache ALL = (ALL) NOPASSWD: /usr/sbin/smartctl
855
;            try to set: SUDO_COMMANDS="smartctl" and add to file /etc/sudoers line: apache ALL = (ALL) NOPASSWD: /usr/sbin/smartctl
843
; - "data" (a file must be available in the data directory of the
856
; - "data" (a file must be available in the data directory of the
844
;          phpsysinfo installation with the filename "smart{disk_number}.tmp";
857
;          phpsysinfo installation with the filename "smart{disk_number}.tmp";
845
;          content is the output from "smartctl --all device"
858
;          content is the output from "smartctl --all device"
846
;          or on WinNT only from "wmic /namespace:\\root\wmi path MSStorageDriver_ATAPISmartData get VendorSpecific | more +{disk_number}")
859
;          or on WinNT only from "wmic /namespace:\\root\wmi path MSStorageDriver_ATAPISmartData get VendorSpecific | more +{disk_number}")
847
; - "wmi" information is retrieved everytime through WMI (WinNT only)
860
; - "wmi" information is retrieved everytime through WMI (WinNT only)
848
;
861
;
849
ACCESS="command"
862
ACCESS="command"
850
 
863
 
851
; Smartctl devices to monitor
864
; Smartctl devices to monitor
852
; If the smartctl support is enabled, those disks information will be displayed
865
; If the smartctl support is enabled, those disks information will be displayed
853
; - DEVICES="/dev/hda,/dev/hdb"  //Will display those two disks informations
866
; - DEVICES="/dev/hda,/dev/hdb"  //Will display those two disks informations
854
; You also can specify --device option value  for smartctl command surrounded by parentheses eg:
867
; You also can specify --device option value  for smartctl command surrounded by parentheses eg:
855
; - DEVICES="(marvell)/dev/sda"
868
; - DEVICES="(marvell)/dev/sda"
856
; or
869
; or
857
; - DEVICES="(megaraid.0)/dev/sda" //comma in --device option value is replaced by a dot
870
; - DEVICES="(megaraid.0)/dev/sda" //comma in --device option value is replaced by a dot
858
;
871
;
859
DEVICES="/dev/sda, /dev/sdb"
872
DEVICES="/dev/sda, /dev/sdb"
860
 
873
 
861
; Smartctl ID# and column name from "Vendor Specific SMART Attributes with Thresholds" table
874
; Smartctl ID# and column name from "Vendor Specific SMART Attributes with Thresholds" table
862
; If the smartctl support is enabled, enter the ID#-COLUMN_NAME from "Vendor Specific SMART Attributes with Thresholds" table from smartctl output.
875
; If the smartctl support is enabled, enter the ID#-COLUMN_NAME from "Vendor Specific SMART Attributes with Thresholds" table from smartctl output.
863
; or for no SCSI devices: ID#-COLUMN_NAME-REPLACEMENT_ID# where REPLACEMENT_ID# is an alternative ID number.
876
; or for no SCSI devices: ID#-COLUMN_NAME-REPLACEMENT_ID# where REPLACEMENT_ID# is an alternative ID number.
864
; COLUMN_NAME of this ID# will be displayed in the phpsysinfo S.M.A.R.T table. If you want RAW_VALUE to be displayed for the temperature (ID# 194) enter 194-RAW_VALUE
877
; COLUMN_NAME of this ID# will be displayed in the phpsysinfo S.M.A.R.T table. If you want RAW_VALUE to be displayed for the temperature (ID# 194) enter 194-RAW_VALUE
865
; - IDS="194-VALUE,4-VALUE,009-RAW_VALUE"  //ID#-COLUMN_NAME, ID#-COLUMN_NAME, etc...
878
; - IDS="194-VALUE,4-VALUE,009-RAW_VALUE"  //ID#-COLUMN_NAME, ID#-COLUMN_NAME, etc...
866
; The additional attributes:
879
; The additional attributes:
867
; ATA Error Count is marked as 0-RAW_VALUE
880
; ATA Error Count is marked as 0-RAW_VALUE
868
; Non-medium Error Count is marked as 255-RAW_VALUE
881
; Non-medium Error Count is marked as 255-RAW_VALUE
869
;
882
;
870
IDS="005-RAW_VALUE,194-RAW_VALUE,009-RAW_VALUE,012-RAW_VALUE,193-RAW_VALUE-225,001-RAW_VALUE,007-RAW_VALUE,200-RAW_VALUE,197-RAW_VALUE,198-RAW_VALUE,0-RAW_VALUE"
883
IDS="005-RAW_VALUE,194-RAW_VALUE,009-RAW_VALUE,012-RAW_VALUE,193-RAW_VALUE-225,001-RAW_VALUE,007-RAW_VALUE,200-RAW_VALUE,197-RAW_VALUE,198-RAW_VALUE,0-RAW_VALUE"
871
 
884
 
872
 
885
 
873
[snmppinfo]
886
[snmppinfo]
874
; SNMPPInfo Plugin configuration
887
; SNMPPInfo Plugin configuration
875
 
888
 
876
; define how to access the SNMP Printer Info statistic data
889
; define how to access the SNMP Printer Info statistic data
877
; - "php-snmp" execute php snmprealwalk function (php-snmp module must be installed)
890
; - "php-snmp" execute php snmprealwalk function (php-snmp module must be installed)
878
; - "command" execute snmpwalk command
891
; - "command" execute snmpwalk command
879
; - "data" a file must be available in the data directory of the
892
; - "data" a file must be available in the data directory of the
880
;          phpsysinfo installation with the filename "snmppinfo{printer_number}.tmp";
893
;          phpsysinfo installation with the filename "snmppinfo{printer_number}.tmp";
881
; content is the output from:
894
; content is the output from:
882
;    LANG=C LC_ALL=C snmpwalk -On -c public -v 1 -r 0 -t 3 {printer_address} .1.3.6.1.2.1.1.5 > snmppinfo{printer_number}.tmp
895
;    LANG=C LC_ALL=C snmpwalk -On -c public -v 1 -r 0 -t 3 {printer_address} .1.3.6.1.2.1.1.5 > snmppinfo{printer_number}.tmp
883
;    LANG=C LC_ALL=C snmpwalk -On -c public -v 1 -r 0 -t 3 {printer_address} .1.3.6.1.4.1.367.3.2.1.2.24.1.1 >> snmppinfo{printer_number}.tmp
896
;    LANG=C LC_ALL=C snmpwalk -On -c public -v 1 -r 0 -t 3 {printer_address} .1.3.6.1.4.1.367.3.2.1.2.24.1.1 >> snmppinfo{printer_number}.tmp
884
;    LANG=C LC_ALL=C snmpwalk -On -c public -v 1 -r 0 -t 3 {printer_address} .1.3.6.1.2.1.43.11.1.1 >> snmppinfo{printer_number}.tmp
897
;    LANG=C LC_ALL=C snmpwalk -On -c public -v 1 -r 0 -t 3 {printer_address} .1.3.6.1.2.1.43.11.1.1 >> snmppinfo{printer_number}.tmp
885
;    LANG=C LC_ALL=C snmpwalk -On -c public -v 1 -r 0 -t 3 {printer_address} .1.3.6.1.2.1.43.18.1.1 >> snmppinfo{printer_number}.tmp
898
;    LANG=C LC_ALL=C snmpwalk -On -c public -v 1 -r 0 -t 3 {printer_address} .1.3.6.1.2.1.43.18.1.1 >> snmppinfo{printer_number}.tmp
886
;
899
;
887
ACCESS="php-snmp"
900
ACCESS="php-snmp"
888
 
901
 
889
;define the Printer devices
902
;define the Printer devices
890
;
903
;
891
; string contains a list of printer addresses that are checked
904
; string contains a list of printer addresses that are checked
892
;
905
;
893
DEVICES="192.168.0.5, 192.168.0.9"
906
DEVICES="192.168.0.5, 192.168.0.9"
894
 
907
 
895
 
908
 
896
[updatenotifier]
909
[updatenotifier]
897
; Update Notifier Plugin configuration
910
; Update Notifier Plugin configuration
898
 
911
 
899
; define how to access the updatenotifier statistic data
912
; define how to access the updatenotifier statistic data
900
; - "command" execute command /usr/lib/update-notifier/apt-check
913
; - "command" execute command /usr/lib/update-notifier/apt-check
901
; - "data" reads data from file defined in FILE parameter
914
; - "data" reads data from file defined in FILE parameter
902
;
915
;
903
ACCESS="data"
916
ACCESS="data"
904
 
917
 
905
; define the update info file format
918
; define the update info file format
906
; - true: Ubuntu Landscape format (file: /var/lib/update-notifier/updates-available)
919
; - true: Ubuntu Landscape format (file: /var/lib/update-notifier/updates-available)
907
; - false: universal format   (format: A;B)
920
; - false: universal format   (format: A;B)
908
;          A: total packages to update
921
;          A: total packages to update
909
;          B: security packages to update
922
;          B: security packages to update
910
;
923
;
911
UBUNTU_LANDSCAPE_FORMAT=true
924
UBUNTU_LANDSCAPE_FORMAT=true
912
 
925
 
913
; define the update info file. The default is: /var/lib/update-notifier/updates-available
926
; define the update info file. The default is: /var/lib/update-notifier/updates-available
914
;
927
;
915
FILE="/var/lib/update-notifier/updates-available"
928
FILE="/var/lib/update-notifier/updates-available"
916
 
929
 
917
 
930
 
918
[uprecords]
931
[uprecords]
919
; Uprecords Plugin configuration
932
; Uprecords Plugin configuration
920
 
933
 
921
; define how to access the uprecords statistic data
934
; define how to access the uprecords statistic data
922
; - "command" uprecords command is run everytime the block gets refreshed or build
935
; - "command" uprecords command is run everytime the block gets refreshed or build
923
;             if access error try execute first: chmod 4755 /usr/bin/uprecords
936
;             if access error try execute first: chmod 4755 /usr/bin/uprecords
924
;             This method is not recommended for safety reasons!
937
;             This method is not recommended for safety reasons!
925
; - "data" (a file must be available in the data directory of the phpsysinfo installation
938
; - "data" (a file must be available in the data directory of the phpsysinfo installation
926
;          with the filename "uprecords.tmp"; content is the output from "TZ=GMT uprecords -a -w")
939
;          with the filename "uprecords.tmp"; content is the output from "TZ=GMT uprecords -a -w")
927
;
940
;
928
ACCESS="command"
941
ACCESS="command"
929
 
942
 
930
; define the maximum number of entries to show (for command access)
943
; define the maximum number of entries to show (for command access)
931
; default is 10
944
; default is 10
932
;
945
;
933
MAX_ENTRIES = 10
946
MAX_ENTRIES = 10
934
 
947
 
935
; define the short mode (do not print extra statistics)
948
; define the short mode (do not print extra statistics)
936
; default is false
949
; default is false
937
;
950
;
938
SHORT_MODE = false
951
SHORT_MODE = false
939
 
952
 
940
; denote current system session by asterisk (* at the end) instead  by the arrow (-> at the beginning)
953
; denote current system session by asterisk (* at the end) instead  by the arrow (-> at the beginning)
941
; default is false
954
; default is false
942
;
955
;
943
DENOTE_BY_ASTERISK = false
956
DENOTE_BY_ASTERISK = false
944
 
957
 
945
 
958
 
946
[viewer]
959
[viewer]
947
; Viewer Plugin configuration
960
; Viewer Plugin configuration
948
 
961
 
949
; define how to access the data
962
; define how to access the data
950
; - "command" COMMAND command is run everytime the block gets refreshed or build
963
; - "command" COMMAND command is run everytime the block gets refreshed or build
951
; - "data" (a file must be available in the data directory of the phpsysinfo installation with the filename "viewer.tmp")
964
; - "data" (a file must be available in the data directory of the phpsysinfo installation with the filename "viewer.tmp")
952
;
965
;
953
ACCESS="command"
966
ACCESS="command"
954
 
967
 
955
; define COMMAND name (for command access)
968
; define COMMAND name (for command access)
956
; eg:
969
; eg:
957
; - "iptables-save" iptables-save command is run everytime the block gets refreshed or build (Linux)
970
; - "iptables-save" iptables-save command is run everytime the block gets refreshed or build (Linux)
958
;                   if access error try to set: SUDO_COMMANDS="iptables-save" and add to file /etc/sudoers line: apache ALL = (ALL) NOPASSWD: /sbin/iptables-save
971
;                   if access error try to set: SUDO_COMMANDS="iptables-save" and add to file /etc/sudoers line: apache ALL = (ALL) NOPASSWD: /sbin/iptables-save
959
; - "systeminfo"    systeminfo command is run everytime the block gets refreshed or build (WinNT)
972
; - "systeminfo"    systeminfo command is run everytime the block gets refreshed or build (WinNT)
960
;
973
;
961
 
974
 
962
COMMAND=""
975
COMMAND=""
963
 
976
 
964
; define COMMAND parameters (for command access)
977
; define COMMAND parameters (for command access)
965
;
978
;
966
PARAMS=""
979
PARAMS=""
967
 
980
 
968
[pingtest]
981
[pingtest]
969
; PingTest Plugin configuration
982
; PingTest Plugin configuration
970
 
983
 
971
; define how to access the psstatus statistic data
984
; define how to access the psstatus statistic data
972
; - "command" ping command is run everytime the block gets refreshed or build 
985
; - "command" ping command is run everytime the block gets refreshed or build 
973
; - "data" (a file must be available in the data directory of the phpsysinfo installation
986
; - "data" (a file must be available in the data directory of the phpsysinfo installation
974
;          with the filename "pingtest.tmp")
987
;          with the filename "pingtest.tmp")
975
;
988
;
976
ACCESS="command"
989
ACCESS="command"
977
 
990
 
978
;define the Addresses
991
;define the Addresses
979
;
992
;
980
; string contains a list of addresses that are checked
993
; string contains a list of addresses that are checked
981
; Example : ADDRESSES="127.0.0.1,8.8.8.8"
994
; Example : ADDRESSES="127.0.0.1,8.8.8.8"
982
;
995
;
983
ADDRESSES=""
996
ADDRESSES=""
984
 
997
 
985
; Define ping timeout in seconds
998
; Define ping timeout in seconds
986
; - 0 : default ping command timeout
999
; - 0 : default ping command timeout
987
; - 3 : 3 seconds
1000
; - 3 : 3 seconds
988
; Default is 2 seconds
1001
; Default is 2 seconds
989
;
1002
;
990
TIMEOUT=2
1003
TIMEOUT=2
991
 
1004
 
992
[stablebit]
1005
[stablebit]
993
; StableBit Plugin configuration
1006
; StableBit Plugin configuration
994
 
1007
 
995
; Show or hide disks serial number
1008
; Show or hide disks serial number
996
;
1009
;
997
SHOW_SERIAL=false
1010
SHOW_SERIAL=false
998
 
1011
 
999
[hyperv]
1012
[hyperv]
1000
; HyperV Plugin configuration
1013
; HyperV Plugin configuration
1001
 
1014
 
1002
; define how to access the ps statistic data
1015
; define how to access the ps statistic data
1003
; - "command" information is retrieved through WMI
1016
; - "command" information is retrieved through WMI
1004
; - "data" (a file must be available in the data directory of the phpsysinfo installation
1017
; - "data" (a file must be available in the data directory of the phpsysinfo installation
1005
;          with the filename "hyperv.tmp")
1018
;          with the filename "hyperv.tmp")
1006
;
1019
;
1007
ACCESS="command"
1020
ACCESS="command"
1008
 
1021
 
1009
[docker]
1022
[docker]
1010
; Docker Plugin configuration
1023
; Docker Plugin configuration
1011
 
1024
 
1012
; define how to access the docker statistic data
1025
; define how to access the docker statistic data
1013
; - "command" docker command is run everytime the block gets refreshed or build
1026
; - "command" docker command is run everytime the block gets refreshed or build
1014
; - "data" (a file must be available in the data directory of the phpsysinfo installation
1027
; - "data" (a file must be available in the data directory of the phpsysinfo installation
1015
;          with the filename "docker.tmp"; content is the output from "docker stats --no-stream --format 'table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}\t{{.MemPerc}}\t{{.NetIO}}\t{{.BlockIO}}\t{{.PIDs}}'")
1028
;          with the filename "docker.tmp"; content is the output from "docker stats --no-stream --format 'table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}\t{{.MemPerc}}\t{{.NetIO}}\t{{.BlockIO}}\t{{.PIDs}}'")
1016
;
1029
;
1017
ACCESS="command"
1030
ACCESS="command"
1018
 
1031