Title: [opsview] [11834] Make starman defaults similar to HTTP::Prefork.
Revision
11834
Author
tvoon
Date
2013-03-18 11:52:39 +0000 (Mon, 18 Mar 2013)

Log Message

Make starman defaults similar to HTTP::Prefork. We've reduced max_servers
and min_servers to keep memory requirements down, but will scale up automatically

Modified Paths

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2013-03-18 10:41:56 UTC (rev 11833)
+++ trunk/CHANGES	2013-03-18 11:52:39 UTC (rev 11834)
@@ -3,7 +3,7 @@
 3.2013????
     ENHANCEMENTS:
     REST API has a convertuoms=1 parameter to convert performance data uoms into their base values (eg, MB to bytes, ms to seconds)
-    Allow changing Starman server options from opsview_web.yml file
+    Allow changing Starman server options from opsview_web.yml file. Defaults are now closer to previous HTTP::Prefork behaviour
     SNMP throughput thresholds now have an expanded syntax to handle input and output throughput separately as well as ranges
     Remove some more specific words from SNMP interface ifDescr to reduce instances of duplicate interface ids being used (level 4 added)
     Acknowledging a problem via the host or service state information cgi page now uses the standard Opsview form
@@ -13,7 +13,7 @@
     NOTICES:
     Removed OS - Linux Advanced opspack from fresh installs
     FIXES:
-    Fixed IOS host notifications not showing correct detail
+    Fixed iOS host notifications not showing correct detail
     Fixed validation so that spaces are not allowed at beginning of service check names
 
 3.20130304

Modified: trunk/opsview-web/opsview_web.yml.in
===================================================================
--- trunk/opsview-web/opsview_web.yml.in	2013-03-18 10:41:56 UTC (rev 11833)
+++ trunk/opsview-web/opsview_web.yml.in	2013-03-18 11:52:39 UTC (rev 11834)
@@ -44,12 +44,10 @@
 # Options based on Starman
 ProductionEngine:
  port: 3000
- min_servers: 2
+ min_servers: 3
  max_servers: 20
- min_spare_servers: 1
- max_spare_servers: 1
-#  backlog: 100
-#  max_requests: 1000
+ min_spare_servers: 2
+ max_spare_servers: 5
 
 # for use with FastCGI only, to resstart daemons with high memory usage
 # Not active by default

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to