File: control

package info (click to toggle)
libroxen-watchdog 1.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 36 kB
  • sloc: makefile: 38
file content (19 lines) | stat: -rw-r--r-- 892 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libroxen-watchdog
Section: web
Priority: optional
Maintainer: Turbo Fredriksson <turbo@debian.org>
Standards-Version: 3.1.1.1

Package: libroxen-watchdog
Architecture: all
Depends: roxen (>= 1.3.122-10) | roxen2 | caudium
Conflicts: libroxen-switch
Description: Watchdog module for the Roxen Challenger web server
 This module  is meant to  "shut off" (in  a similar way to  the switch
 module)  parts of  the server's  virtual filesystem  if the  server is
 experiencing overload conditions.  Currently to determine the overload
 status  the server  uses the  system's load  average via  the "uptime"
 command.  If it  exceeds a  threshold, the  request is  denied  with a
 "server overloaded" HTTP error  message.  Future versions could assume
 the role  of a rough  traffic shaper too.   The module is  also fairly
 simple, and can be easily customized to fit particular purposes.