| Paketname | shush | 
| Beschreibung | runs a command and optionally reports its output by mail | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.2.3-2 | 
| Sektion | admin | 
| Priorität | extra | 
| Installierte Größe | 108 Byte | 
| Hängt ab von | libc6 (>= 2.3.6-6~), libpcre3 (>= 7.7) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Dario Minnucci | 
| Quelle |  | 
| Paketgröße | 48108 Byte | 
| Prüfsumme MD5 | fcadfa32490a4ee7df5e28acc4fe8985 | 
| Prüfsumme SHA1 | efd54b295a9192f2d575dca5ce99271e2837e9e3 | 
| Prüfsumme SHA256 | bfa44c76eb8919302ce7b743bf908556b6ed6fc148b6d5eff27986c8a18e46e8 | 
| Link zum Herunterladen | shush_1.2.3-2_i386.deb | 
| Ausführliche Beschreibung | shush was written to be a generic wrapper around cron jobs so that it can be
applied to any command without having to modify it or create a custom wrapper
for it. In a sense, it solves a fairly simple problem, but it also brings some
powerful features making it a useful tool beyond cron jobs.
.
Feature highlights:
.
  * Multiple reports (for the output) may be defined
  * Decision to send a report (or not) is configurable based on:
    - Output content analysis (using regular expressions)
    - Command exit code
    - Size of output
    - Command execution duration
  * Support for plain text, enriched text and HTML report formatting.
    (The latter two allow rendering part of the output in bold.)
  * Various timeout actions such as notification and command termination
  * Locking support
  * Progress report logging via syslog
  * Automatic crontab file updating based on shush's configuration |