Line 45... |
Line 45... |
45 |
; Example : ALLOWED="127.0.0.1,192.168.1.48,192.168.0.0/24" //allowed IP 127.0.0.1, 192.168.1.48 and 192.168.0.0/24
|
45 |
; Example : ALLOWED="127.0.0.1,192.168.1.48,192.168.0.0/24" //allowed IP 127.0.0.1, 192.168.1.48 and 192.168.0.0/24
|
46 |
; ALLOWED=false //no IP checking
|
46 |
; ALLOWED=false //no IP checking
|
47 |
;
|
47 |
;
|
48 |
ALLOWED=false
|
48 |
ALLOWED=false
|
49 |
|
49 |
|
- |
|
50 |
; Enable JSONP data mode (e.g. /phpsysinfo/xml.php?plugin=complete&jsonp&callback=getData)
|
- |
|
51 |
; Disabled by default for security reasons.
|
- |
|
52 |
; - false : JSONP data mode disabled
|
- |
|
53 |
; - true : JSONP data mode enabled
|
- |
|
54 |
;
|
- |
|
55 |
;JSONP=false
|
- |
|
56 |
|
50 |
; List of sudo commands
|
57 |
; List of sudo commands
|
51 |
; Example : SUDO_COMMANDS="iptables-save" //execute "sudo iptables-save" instead "iptables-save"
|
58 |
; Example : SUDO_COMMANDS="iptables-save" //execute "sudo iptables-save" instead "iptables-save"
|
52 |
; SUDO_COMMANDS=false //no sudo commands
|
59 |
; SUDO_COMMANDS=false //no sudo commands
|
53 |
;
|
60 |
;
|
54 |
SUDO_COMMANDS=false
|
61 |
SUDO_COMMANDS=false
|
Line 125... |
Line 132... |
125 |
; - UpdateNotifier - show update notifications (only for Ubuntu server)
|
132 |
; - UpdateNotifier - show update notifications (only for Ubuntu server)
|
126 |
; - SNMPPInfo - show printers info via SNMP
|
133 |
; - SNMPPInfo - show printers info via SNMP
|
127 |
; - Uprecords - show uprecords info
|
134 |
; - Uprecords - show uprecords info
|
128 |
; - PingTest - show Ping Test info
|
135 |
; - PingTest - show Ping Test info
|
129 |
; - StableBit - show StableBit Scanner info (WinNT)
|
136 |
; - StableBit - show StableBit Scanner info (WinNT)
|
- |
|
137 |
; - DiskLoad - show Disk Load info (WinNT)
|
130 |
; - HyperV - show Hyper-V info (WinNT)
|
138 |
; - HyperV - show Hyper-V info (WinNT)
|
131 |
; - Docker - show docker stats
|
139 |
; - Docker - show docker stats
|
132 |
; - Viewer - show output of any command or file viewer.tmp contents
|
140 |
; - Viewer - show output of any command or file viewer.tmp contents
|
133 |
;
|
141 |
;
|
134 |
PLUGINS=false
|
142 |
PLUGINS=false
|
Line 444... |
Line 452... |
444 |
; Hide MAC address in the infos
|
452 |
; Hide MAC address in the infos
|
445 |
;
|
453 |
;
|
446 |
HIDE_NETWORK_MACADDR=false
|
454 |
HIDE_NETWORK_MACADDR=false
|
447 |
|
455 |
|
448 |
|
456 |
|
- |
|
457 |
; Show bridge info in the network interface name
|
- |
|
458 |
;
|
- |
|
459 |
SHOW_NETWORK_BRIDGE=true
|
- |
|
460 |
|
- |
|
461 |
|
449 |
; Sort network interfaces list
|
462 |
; Sort network interfaces list
|
450 |
;
|
463 |
;
|
451 |
SORT_NETWORK_INTERFACES_LIST=false
|
464 |
SORT_NETWORK_INTERFACES_LIST=false
|
452 |
|
465 |
|
453 |
|
466 |
|
Line 738... |
Line 751... |
738 |
; downloaded from http://hwraid.le-vert.net or https://github.com/eLvErDe/hwraid or https://github.com/ElCoyote27/hwraid
|
751 |
; downloaded from http://hwraid.le-vert.net or https://github.com/eLvErDe/hwraid or https://github.com/ElCoyote27/hwraid
|
739 |
; - 3ware-status: command "3ware-status" is run (or 3ware-status.py" on WinNT)
|
752 |
; - 3ware-status: command "3ware-status" is run (or 3ware-status.py" on WinNT)
|
740 |
; downloaded from http://hwraid.le-vert.net or https://github.com/eLvErDe/hwraid or https://github.com/ElCoyote27/hwraid
|
753 |
; downloaded from http://hwraid.le-vert.net or https://github.com/eLvErDe/hwraid or https://github.com/ElCoyote27/hwraid
|
741 |
; - graid: command "graid list" is run (on FreeBSD only)
|
754 |
; - graid: command "graid list" is run (on FreeBSD only)
|
742 |
; - zpool: command "zpool status" is run
|
755 |
; - zpool: command "zpool status" is run
|
743 |
; - storcli: command "storcli /call show all" or "storcli /call show all" is run
|
756 |
; - storcli: command "storcli64 /call show all; storcli64 /call /vall show all" or "storcli /call show all; storcli /call /vall show all" is run
|
744 |
; - perccli: command "perccli /call show all" or "perccli /call show all" is run
|
757 |
; - perccli: command "perccli64 /call show all; perccli64 /call /vall show all" or "perccli /call show all; perccli /call /vall show all" is run
|
745 |
; - idrac: command "snmpwalk -Ona -c public -v 1 -r 0 -t 3 {device} .1.3.6.1.4.1.674.10892.5.5.1.20" is run
|
758 |
; - idrac: command "snmpwalk -Ona -c public -v 1 -r 0 -t 3 {device} .1.3.6.1.4.1.674.10892.5.5.1.20" is run
|
746 |
; - "php-snmp"- idrac: execute php snmprealwalk function (php-snmp module must be installed)
|
759 |
; - "php-snmp"- idrac: execute php snmprealwalk function (php-snmp module must be installed)
|
747 |
; - for others the option is inactive (uses "command" instead)
|
760 |
; - for others the option is inactive (uses "command" instead)
|
748 |
; - "data" (a file must be available in the data directory of the phpsysinfo installation
|
761 |
; - "data" (a file must be available in the data directory of the phpsysinfo installation
|
749 |
; with the filename "raidmdstat.tmp" or "raiddmraid.tmp" or "raidmegactl.tmp" or "raidmegasasctl.tmp"
|
762 |
; with the filename "raidmdstat.tmp" or "raiddmraid.tmp" or "raidmegactl.tmp" or "raidmegasasctl.tmp"
|