Codebase list ps-watcher / run/507a9ce2-9223-4ff1-b85d-8fcd8e9d1903/main debian / control
run/507a9ce2-9223-4ff1-b85d-8fcd8e9d1903/main

Tree @run/507a9ce2-9223-4ff1-b85d-8fcd8e9d1903/main (Download .tar.gz)

control @run/507a9ce2-9223-4ff1-b85d-8fcd8e9d1903/mainraw · history · blame

Source: ps-watcher
Section: admin
Priority: optional
Maintainer: Jan Wagner <waja@cyconet.org>
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: autotools-dev, libconfig-inifiles-perl
Homepage: https://ps-watcher.sourceforge.net/
Vcs-Browser: https://gitlab.uncompleted.org/debian/ps-watcher
Vcs-Git: https://gitlab.uncompleted.org/debian/ps-watcher.git
Standards-Version: 4.6.2

Package: ps-watcher
Architecture: all
Depends: libconfig-inifiles-perl, procps, ${misc:Depends}, ${perl:Depends}
Recommends: libsys-syslog-perl
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.