Commit Graph

23 Commits

Author SHA1 Message Date
Tom Keffer
4417311ff5 The "alarm" example now includes a try block to catch a NameError
exception should the alarm expression include a variable not in the
archive record.
2015-02-24 18:58:11 -08:00
Tom Keffer
91e9864a98 Went through all the Python code, deleting all SVN $Id$ tags.
Standardized copyright notices, except for those I don't own.
2015-02-21 09:44:19 -08:00
Tom Keffer
1738d2ffed Reintegrate from the v3 branch.
V3.0.0b1
2014-11-29 18:15:24 +00:00
Tom Keffer
55ea116938 Updated upgrade instructions and examples to reflect the introduction of the new service lists. 2013-11-12 18:20:19 +00:00
Matthew Wall
69ce62a37c clean up comments 2013-10-16 03:26:18 +00:00
Tom Keffer
ce3c307d0d Updated documentation and examples to reflect new search list extensions. 2013-10-07 22:42:31 +00:00
Tom Keffer
7243cb70fa Extended the mygenerator example. 2012-10-29 17:21:59 +00:00
Tom Keffer
8a5ed01bf5 Updated documentation.
Updated examples.
V2.0.0a8
2012-10-01 22:53:47 +00:00
Tom Keffer
ba3fed718f Removed example daily.py 2012-08-25 19:03:41 +00:00
Tom Keffer
2c2c42e5c6 Reworked examples to reflect new engine architecture 2012-08-25 18:57:10 +00:00
Tom Keffer
a9c7fdcc55 Started backport to the VantagePro 2012-08-20 21:29:45 +00:00
Tom Keffer
5bff5b1624 v1.13.0a2
Changed the signature of the search functions in filegenerator.py
2012-03-13 18:10:59 +00:00
Tom Keffer
4e3a133bd0 v1.10.2 2011-04-14 17:19:59 +00:00
Tom Keffer
0d2c796487 Added optional 'Subject' to the alarm email.
Allow more than one recipient of the alarm email.
Patterned lowBattery in a similar manner.
2011-04-12 23:24:54 +00:00
Tom Keffer
003ce26c70 Added 'from' field for lowBattery.py as well. 2011-04-12 18:52:44 +00:00
Tom Keffer
c08108ca51 Catches and logs any exception thrown by the SMTP mailer in alarm.py 2011-04-12 18:41:10 +00:00
Tom Keffer
73b932c7e5 Added "From" field to alarm MIME header. 2011-04-12 18:34:28 +00:00
Tom Keffer
80a5b32d08 Added extra debugging information to the alarm example 2011-04-11 16:31:40 +00:00
Tom Keffer
dc3b684227 Separated type UnitInfo into types Formatter and Converter. Explicit unit control in the templates now works for time context $current. 2011-02-22 00:37:46 +00:00
Tom Keffer
301b433410 v1.8.0a1 2010-04-24 20:51:07 +00:00
Tom Keffer
bbdb252263 Services are now expected to initialize in __init__ rather than setup(). This makes the ordering of services less important. 2010-04-24 15:59:11 +00:00
Tom Keffer
70fb309499 config_dict is now passed in as an argument to the services. 2010-04-24 15:36:30 +00:00
Tom Keffer
07d629319f V1.7.0 hopefully 2010-04-12 22:41:45 +00:00