Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3100 → Rev 3179

/web/acc/phpsysinfo/phpsysinfo.ini
47,6 → 47,13
;
ALLOWED=false
 
; Enable JSONP data mode (e.g. /phpsysinfo/xml.php?plugin=complete&jsonp&callback=getData)
; Disabled by default for security reasons.
; - false : JSONP data mode disabled
; - true : JSONP data mode enabled
;
;JSONP=false
 
; List of sudo commands
; Example : SUDO_COMMANDS="iptables-save" //execute "sudo iptables-save" instead "iptables-save"
; SUDO_COMMANDS=false //no sudo commands
127,6 → 134,7
; - Uprecords - show uprecords info
; - PingTest - show Ping Test info
; - StableBit - show StableBit Scanner info (WinNT)
; - DiskLoad - show Disk Load info (WinNT)
; - HyperV - show Hyper-V info (WinNT)
; - Docker - show docker stats
; - Viewer - show output of any command or file viewer.tmp contents
446,6 → 454,11
HIDE_NETWORK_MACADDR=false
 
 
; Show bridge info in the network interface name
;
SHOW_NETWORK_BRIDGE=true
 
 
; Sort network interfaces list
;
SORT_NETWORK_INTERFACES_LIST=false
740,8 → 753,8
; downloaded from http://hwraid.le-vert.net or https://github.com/eLvErDe/hwraid or https://github.com/ElCoyote27/hwraid
; - graid: command "graid list" is run (on FreeBSD only)
; - zpool: command "zpool status" is run
; - storcli: command "storcli /call show all" or "storcli /call show all" is run
; - perccli: command "perccli /call show all" or "perccli /call show all" is run
; - storcli: command "storcli64 /call show all; storcli64 /call /vall show all" or "storcli /call show all; storcli /call /vall show all" is run
; - perccli: command "perccli64 /call show all; perccli64 /call /vall show all" or "perccli /call show all; perccli /call /vall show all" is run
; - 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
; - "php-snmp"- idrac: execute php snmprealwalk function (php-snmp module must be installed)
; - for others the option is inactive (uses "command" instead)