Subversion Repositories ALCASAR

Rev

Rev 3269 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3269 Rev 3287
Line 87... Line 87...
87
;
87
;
88
;ROOTFS="/"
88
;ROOTFS="/"
89
 
89
 
90
 
90
 
91
; External Linux, GNU Hurd, DrayOS and FortiOS connection parameters via SSH
91
; External Linux, GNU Hurd, DrayOS and FortiOS connection parameters via SSH
92
; For safety reasons make sure that phpsysinfo.ini cannot be read by the network or other users!
-
 
93
; These settings can also be entered for a specific plug-in so that only it connects to an external server
92
; These settings can also be entered for a specific plug-in so that only it connects to an external server
94
; For safety reasons make sure that phpsysinfo.ini cannot be read by the network or other users!
93
; For safety reasons make sure that phpsysinfo.ini cannot be read by the network or other users!
95
;
94
;
96
;SSH_HOSTNAME="hostname:22"
95
;SSH_HOSTNAME="hostname:22"
97
;SSH_USER="username"
96
;SSH_USER="username"
Line 163... Line 162...
163
 
162
 
164
; Define the default template
163
; Define the default template
165
;
164
;
166
DEFAULT_TEMPLATE="aqua"
165
DEFAULT_TEMPLATE="aqua"
167
 
166
 
168
 
-
 
169
; Define the default template for frontend "bootstrap"
167
; Define the default template for frontend "bootstrap"
170
;
168
;
171
DEFAULT_BOOTSTRAP_TEMPLATE="phpsysinfo"
169
DEFAULT_BOOTSTRAP_TEMPLATE="phpsysinfo"
172
 
170
 
173
 
171
 
Line 267... Line 265...
267
 
265
 
268
 
266
 
269
; Show devices infos
267
; Show devices infos
270
; Example : SHOW_DEVICES_INFOS=true
268
; Example : SHOW_DEVICES_INFOS=true
271
;
269
;
272
SHOW_DEVICES_INFOS=false
270
SHOW_DEVICES_INFOS=true
273
 
271
 
274
 
272
 
275
; Show devices serial number
273
; Show devices serial number
276
; Example : SHOW_DEVICES_SERIAL=true
274
; Example : SHOW_DEVICES_SERIAL=true
277
;
275
;
Line 330... Line 328...
330
; Sort sensors list
328
; Sort sensors list
331
;
329
;
332
SORT_SENSORS_LIST=false
330
SORT_SENSORS_LIST=false
333
 
331
 
334
 
332
 
-
 
333
; Hide sensors
-
 
334
; Example : HIDE_SENSORS="FAN2/PS (PMBus 1),VDIMM GH"
-
 
335
;
-
 
336
HIDE_SENSORS=""
-
 
337
 
-
 
338
 
335
; Some sensors programs contain an additional configuration in the relevant sections [sensor_...]
339
; Some sensors programs contain an additional configuration in the relevant sections [sensor_...]
336
 
340
 
337
 
341
 
338
; ********************************
342
; ********************************
339
;      FILESYSTEM PARAMETERS
343
;      FILESYSTEM PARAMETERS
Line 407... Line 411...
407
 
411
 
408
 
412
 
409
; Hide filesystem types
413
; Hide filesystem types
410
; Example : HIDE_FS_TYPES="tmpfs,devtmpfs,usbfs,bstfolder"
414
; Example : HIDE_FS_TYPES="tmpfs,devtmpfs,usbfs,bstfolder"
411
;
415
;
412
HIDE_FS_TYPES="tmpfs,devtmpfs"
416
HIDE_FS_TYPES="tmpfs,devtmpfs,efivarfs"
413
 
417
 
414
 
418
 
415
; Hide partitions
419
; Hide partitions
416
; Example : HIDE_DISKS="rootfs,/dev/sda1"
420
; Example : HIDE_DISKS="rootfs,/dev/sda1"
417
;           HIDE_DISKS=true  //hide all partitions
421
;           HIDE_DISKS=true  //hide all partitions
Line 651... Line 655...
651
ACCESS="command"
655
ACCESS="command"
652
 
656
 
653
[sensor_ipmicfg]
657
[sensor_ipmicfg]
654
; IPMIcfg motherboard monitoring program configuration
658
; IPMIcfg motherboard monitoring program configuration
655
;
659
;
656
; - ACCESS="command"  //read data from 'ipmicfg -sdr' and/or 'ipmicfg -psfruinfo' command
660
; - ACCESS="command"  //read data from 'ipmicfg -sdr' and/or 'ipmicfg -psfruinfo' and/or 'ipmicfg -pminfo' commands
657
; - ACCESS="data"  //read data from file data/ipmicfg.tmp (output from: "ipmicfg -sdr>ipmicfg.tmp; ipmicfg -psfruinfo>>ipmicfg.tmp")
661
; - ACCESS="data"  //read data from file data/ipmicfg.tmp (output from: "ipmicfg -sdr>ipmicfg.tmp; ipmicfg -psfruinfo>>ipmicfg.tmp; ipmicfg -pminfo>>ipmicfg.tmp")
658
;
662
;
659
ACCESS="command"
663
ACCESS="command"
660
 
664
 
-
 
665
; Execute command to view SDR records
-
 
666
; - true   : execute 'ipmicfg -sdr'
-
 
667
; - false  : don't execute 'ipmicfg -sdr'
-
 
668
;
-
 
669
SDR=true
-
 
670
 
661
; Execute power supply FRU health info
671
; Execute power supply FRU health info
662
; - true   : execute 'ipmicfg --psfruinfo'
672
; - true   : execute 'ipmicfg -psfruinfo'
663
; - false  : don't execute 'ipmicfg --psfruinfo'
673
; - false  : don't execute 'ipmicfg -psfruinfo'
664
; - "only" : execute 'ipmicfg --psfruinfo' and don't execute 'ipmicfg -sdr'
-
 
665
;
674
;
666
PSFRUINFO=true
675
PSFRUINFO=true
667
 
676
 
-
 
677
; Execute Power supply PMBus health info
-
 
678
; - true   : execute 'ipmicfg -pminfo'
-
 
679
; - false  : don't execute 'ipmicfg -pminfo'
-
 
680
;
-
 
681
PMINFO=true
-
 
682
 
668
[sensor_k8temp]
683
[sensor_k8temp]
669
; K8Temp motherboard monitoring program configuration
684
; K8Temp motherboard monitoring program configuration
670
;
685
;
671
; - ACCESS="command"  //read data from 'k8temp' command
686
; - ACCESS="command"  //read data from 'k8temp' command
672
; - ACCESS="data"  //read data from file data/k8temp.tmp
687
; - ACCESS="data"  //read data from file data/k8temp.tmp
Line 709... Line 724...
709
 
724
 
710
[bat]
725
[bat]
711
; BAT Plugin configuration
726
; BAT Plugin configuration
712
 
727
 
713
; define how to access the battery statistic data
728
; define how to access the battery statistic data
714
; - "command" on Linux and Android read data from /proc/acpi/battery/BAT0/info and /proc/acpi/battery/BAT0/state
729
; - "command" on Linux and Android read data from /proc/acpi/battery/BAT*/info and /proc/acpi/battery/BAT*/state
715
;                or on newer kernel from /sys/class/power_supply/
730
;                or on newer kernel from /sys/class/power_supply/
716
;                or from 'upower -d' command (if UPOWER is true)
731
;                or from 'upower -d' command (only on Linux if UPOWER is true)
717
;             on Android read data from /sys/class/power_supply/ 
-
 
718
;             on Darwin read data from 'ioreg -w0 -l -n AppleSmartBattery -r' command
732
;             on Darwin read data from 'ioreg -w0 -l -n AppleSmartBattery -r' command
719
;             on FreeBSD read data from 'acpiconf -i batt' command
733
;             on FreeBSD read data from 'acpiconf -i batt' command
720
;             on OpenBSD read data from 'sysctl hw.sensors.acpibat0' command
734
;             on OpenBSD read data from 'sysctl hw.sensors.acpibat0' command
721
; - "data" (a file must be available in the data directory of the phpsysinfo installation
735
; - "data" (a file must be available in the data directory of the phpsysinfo installation
722
;          with the filename "bat_info.tmp" and "bat_state.tmp"; content is the output
736
;          with the filename "bat_info.tmp" and "bat_state.tmp"; content is the output
723
;          from "cat /proc/acpi/battery/BAT0/info" and "cat /proc/acpi/battery/BAT0/state")
737
;          from "cat /proc/acpi/battery/BAT*/info" and "cat /proc/acpi/battery/BAT*/state")
724
;
738
;
725
ACCESS="command"
739
ACCESS="command"
726
 
740
 
727
; on Lunux try executing 'upower -d' command
741
; on Lunux try executing 'upower -d' command
728
; 
742
; 
Line 813... Line 827...
813
; define how to access the psstatus statistic data
827
; define how to access the psstatus statistic data
814
; - "command" pidof command is run everytime the block gets refreshed or build 
828
; - "command" pidof command is run everytime the block gets refreshed or build 
815
;             / on WinNT information is retrieved everytime through WMI
829
;             / on WinNT information is retrieved everytime through WMI
816
; - "data" a file must be available in the data directory of the phpsysinfo installation
830
; - "data" a file must be available in the data directory of the phpsysinfo installation
817
;          with the filename "psstatus.tmp"; content is the output from
831
;          with the filename "psstatus.tmp"; content is the output from
818
;   <code>for ps in "apache2" "mariadb" "sshd"; do echo $ps "|" `pidof -s -x "$ps"`; done</code>
832
;   <code>for ps in "apache2" "mysqld" "sshd"; do echo $ps "|" `pidof -s -x "$ps"`; done</code>
819
;
833
;
820
ACCESS="command"
834
ACCESS="command"
821
 
835
 
822
; Regular expression search in the process name (e.g. "ddclient.*") for non-WinNT systems 
836
; Regular expression search in the process name (e.g. "ddclient.*") for non-WinNT systems 
823
; - true : Regular expression search (used pgrep command)
837
; - true : Regular expression search (used pgrep command)
Line 827... Line 841...
827
 
841
 
828
; controls which processes are checked if they are running
842
; controls which processes are checked if they are running
829
;
843
;
830
; string contains a list of process names that are checked, names are seperated by a comma (on WinNT names must end with '.exe')
844
; string contains a list of process names that are checked, names are seperated by a comma (on WinNT names must end with '.exe')
831
;
845
;
832
PROCESSES="mariadb, sshd, explorer.exe"
846
PROCESSES="mysqld, sshd, explorer.exe"
833
 
847
 
834
 
848
 
835
[quotas]
849
[quotas]
836
; Quotas Plugin configuration
850
; Quotas Plugin configuration
837
 
851
 
Line 875... Line 889...
875
; If the smartctl support is enabled, enter the ID#-COLUMN_NAME from "Vendor Specific SMART Attributes with Thresholds" table from smartctl output.
889
; If the smartctl support is enabled, enter the ID#-COLUMN_NAME from "Vendor Specific SMART Attributes with Thresholds" table from smartctl output.
876
; or for no SCSI devices: ID#-COLUMN_NAME-REPLACEMENT_ID# where REPLACEMENT_ID# is an alternative ID number.
890
; or for no SCSI devices: ID#-COLUMN_NAME-REPLACEMENT_ID# where REPLACEMENT_ID# is an alternative ID number.
877
; COLUMN_NAME of this ID# will be displayed in the phpsysinfo S.M.A.R.T table. If you want RAW_VALUE to be displayed for the temperature (ID# 194) enter 194-RAW_VALUE
891
; 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
878
; - IDS="194-VALUE,4-VALUE,009-RAW_VALUE"  //ID#-COLUMN_NAME, ID#-COLUMN_NAME, etc...
892
; - IDS="194-VALUE,4-VALUE,009-RAW_VALUE"  //ID#-COLUMN_NAME, ID#-COLUMN_NAME, etc...
879
; The additional attributes:
893
; The additional attributes:
880
; ATA Error Count is marked as 0-RAW_VALUE
894
; ATA Error Count: - is marked as 0-RAW_VALUE
-
 
895
; Accumulated start-stop cycles: - is marked as 004-RAW_VALUE
-
 
896
; Elements in grown defect list: - is marked as 005-RAW_VALUE
-
 
897
; Power On Hours: - is marked as 009-RAW_VALUE
-
 
898
; Power Cycles: - is marked as 012-RAW_VALUE
-
 
899
; Data Units Read: - is marked as 032-RAW_VALUE and 032-VALUE
-
 
900
; Data Units Written: - is marked as 048-RAW_VALUE and 048-VALUE
-
 
901
; Media and Data Integrity Errors: - is marked as 187-RAW_VALUE
-
 
902
; Unsafe Shutdowns: - is marked as 192-RAW_VALUE
-
 
903
; Accumulated load-unload cycles: - is marked as 193-RAW_VALUE
-
 
904
; Temperature: - is marked as 194-RAW_VALUE
-
 
905
; Current Drive Temperature: - is marked as 194-RAW_VALUE
881
; Non-medium Error Count is marked as 255-RAW_VALUE
906
; Non-medium Error Count: - is marked as 255-RAW_VALUE
882
;
907
;
883
IDS="005-RAW_VALUE,194-RAW_VALUE,009-RAW_VALUE,012-RAW_VALUE,193-RAW_VALUE-225,001-RAW_VALUE,007-RAW_VALUE,200-RAW_VALUE,197-RAW_VALUE,198-RAW_VALUE,0-RAW_VALUE"
908
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"
884
 
909
 
885
 
910
 
886
[snmppinfo]
911
[snmppinfo]
Line 915... Line 940...
915
;
940
;
916
ACCESS="data"
941
ACCESS="data"
917
 
942
 
918
; define the update info file format
943
; define the update info file format
919
; - true: Ubuntu Landscape format (file: /var/lib/update-notifier/updates-available)
944
; - true: Ubuntu Landscape format (file: /var/lib/update-notifier/updates-available)
920
; - false: universal format   (format: A;B)
945
; - false: universal format (format: A;B)
921
;          A: total packages to update
946
;          A: total packages to update
922
;          B: security packages to update
947
;          B: security packages to update
923
;
948
;
924
UBUNTU_LANDSCAPE_FORMAT=true
949
UBUNTU_LANDSCAPE_FORMAT=true
925
 
950