Subversion Repositories ALCASAR

Rev

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

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