Subversion Repositories ALCASAR

Rev

Rev 2976 | Rev 3100 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

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