Man page - fixproc(1)
Packages contains this manual
- snmptest(1)
- snmpdf(1)
- snmpinform(1)
- snmpbulkwalk(1)
- snmpvacm(1)
- snmpstatus(1)
- snmpps(1)
- snmpcmd(1)
- snmpusm(1)
- snmp-bridge-mib(1)
- fixproc(1)
- snmptop(1)
- snmpconf(1)
- snmptable(1)
- snmpcheck(1)
- snmpbulkget(1)
- snmptranslate(1)
- snmptrap(1)
- snmpgetnext(1)
- snmpping(1)
- agentxtrap(1)
- encode_keychange(1)
- snmpdelta(1)
- snmpnetstat(1)
- snmpwalk(1)
- snmpget(1)
- snmpset(1)
apt-get install snmp
Manual
fixproc
NAMESYNOPSIS
DESCRIPTION
OPTIONS
NAME
fixproc - Fixes a process by performing the specified action.
SYNOPSIS
fixproc [ -min n ] [ -max n ] [ -check | -kill | -restart | -exist | -fix ] proc ...
DESCRIPTION
Fixes a process named "proc" by performing the specified action. The actions can be check, kill, restart, exist, or fix. The action is specified on the command line or is read from a default database, which describes the default action to take for each process. The database format and the meaning of each action are described below.
OPTIONS
|
-min n |
minimum number of processes that should be running, defaults to 1 |
||
|
-max n |
maximum number of processes that should be running, defaults to 1 |
||
|
-check |
check process against database /local/etc/fixproc.conf. |
||
|
-kill |
kill process, wait 5 seconds, kill -9 if still exist |
-restart
kill process, wait 5 seconds, kill -9 if still exist, then start again
|
-exist |
checks if proc exists in ps && (min <= num. of processes <= max) |
||
|
-fix |
check process against database /local/etc/fixproc.conf. Perform defined action, if check fails. |