fieldgate_dm3_reporter --------------------------------------------------------------------- # ... quick and dirty export of system data to fieldgate xml via email --------------------------------------------------------------------- --------------------------------------------------------------------- COPYRIGHT THE FOLLOWING 10 LINES MAY NOT BE REMOVED, but may be appended with additional contributor info. fieldgate_dm3_reporter Copyright (C) 2009, 2010 V. Spinelli for Sorrento Lactalis American Group This program comes with ABSOLUTELY NO WARRANTY; As this program is based on [and has dependancies] the content of GPL and LGPL works, GPL is preserved. This is open software, released under GNU GPL v3, and you are welcome to redistribute it, with this tag in tact. ... http://www.sorrentolactalis.com ... http://www.spinellicreations.com A copy of the GPL should be included with this work. If you did not receive a copy, see... http://www.gnu.org/licenses/gpl-3.0.txt --------------------------------------------------------------------- --------------------------------------------------------------------- CONTACT Author V. Spinelli Email: Vince@SpinelliCreations.com Site: http://spinellicreations.com Handle: PoweredByDodgeV8 Copyright Holder Sorrento Lactalis American Group Email: http://www.sorrentocheese.com/about/contact.html Site: http://www.sorrentolactalis.com --------------------------------------------------------------------- REVISION HISTORY... --------------------------------------------------------------------- ENTRY NAME V REV NOTES ----- ---- - --- ----- 0 fieldgate_dm3_reporter 0.1 n/a first hack at it. 1 fieldgate_dm3_reporter 0.2 n/a deprecated procname module in favor of setproctitle module 2 fieldgate_dm3_reporter 0.3 n/a adds check for null data or empty set return, as well as ability to communicate with multiple dm3 servers and push multiple data sets out. in addition, is being molded to allow for use in other customized non dm3 related scenarios as a smtp based report exporter. The web reporter effectively loads an http target and then sends its content in an html email to the noted recipients. ---------------------------------------------------------------------