readd ... got lost somewhere
This commit is contained in:
commit
4beee71c47
68 changed files with 15859 additions and 0 deletions
21
debian/control
vendored
Normal file
21
debian/control
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
Source: ps-watcher
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Jan Wagner <waja@cyconet.org>
|
||||
Build-Depends: debhelper (>= 5), autotools-dev, libsys-syslog-perl
|
||||
Build-Depends-Indep: libconfig-inifiles-perl, perl-modules
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
Package: ps-watcher
|
||||
Architecture: all
|
||||
Depends: ${perl:Depends}
|
||||
Description: monitoring a system via ps-like commands
|
||||
This program runs the ps command periodically and triggers commands on matches.
|
||||
The match patterns are Perl regular expressions which can refer to the process
|
||||
information via variables.
|
||||
.
|
||||
For example it can be used to ensure that a daemon is running, or is not
|
||||
running too many times. It can also be used to determine when a process has
|
||||
consumed too many resources, perhaps due to a memory leak.
|
||||
.
|
||||
Homepage: <http://ps-watcher.sourceforge.net/>
|
Loading…
Add table
Add a link
Reference in a new issue