Line 813... |
Line 813... |
813 |
; define how to access the psstatus statistic data
|
813 |
; define how to access the psstatus statistic data
|
814 |
; - "command" pidof command is run everytime the block gets refreshed or build
|
814 |
; - "command" pidof command is run everytime the block gets refreshed or build
|
815 |
; / on WinNT information is retrieved everytime through WMI
|
815 |
; / on WinNT information is retrieved everytime through WMI
|
816 |
; - "data" a file must be available in the data directory of the phpsysinfo installation
|
816 |
; - "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
|
817 |
; with the filename "psstatus.tmp"; content is the output from
|
818 |
; <code>for ps in "apache2" "mysqld" "sshd"; do echo $ps "|" `pidof -s -x "$ps"`; done</code>
|
818 |
; <code>for ps in "apache2" "mariadb" "sshd"; do echo $ps "|" `pidof -s -x "$ps"`; done</code>
|
819 |
;
|
819 |
;
|
820 |
ACCESS="command"
|
820 |
ACCESS="command"
|
821 |
|
821 |
|
822 |
; Regular expression search in the process name (e.g. "ddclient.*") for non-WinNT systems
|
822 |
; Regular expression search in the process name (e.g. "ddclient.*") for non-WinNT systems
|
823 |
; - true : Regular expression search (used pgrep command)
|
823 |
; - true : Regular expression search (used pgrep command)
|
Line 827... |
Line 827... |
827 |
|
827 |
|
828 |
; controls which processes are checked if they are running
|
828 |
; controls which processes are checked if they are running
|
829 |
;
|
829 |
;
|
830 |
; string contains a list of process names that are checked, names are seperated by a comma (on WinNT names must end with '.exe')
|
830 |
; string contains a list of process names that are checked, names are seperated by a comma (on WinNT names must end with '.exe')
|
831 |
;
|
831 |
;
|
832 |
PROCESSES="mysqld, sshd, explorer.exe"
|
832 |
PROCESSES="mariadb, sshd, explorer.exe"
|
833 |
|
833 |
|
834 |
|
834 |
|
835 |
[quotas]
|
835 |
[quotas]
|
836 |
; Quotas Plugin configuration
|
836 |
; Quotas Plugin configuration
|
837 |
|
837 |
|