Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hard-coded pfSense to product_name for Growl alert notifications. | Warren Baker | 2010-10-11 | 1 | -2/+2 |
| | |||||
* | Include hostname in growl notice | Scott Ullrich | 2010-07-30 | 1 | -1/+2 |
| | |||||
* | Allow setting the SMTP port for notifications. Fixes #677 | jim-p | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Fix growl issues. | Scott Ullrich | 2010-04-17 | 1 | -3/+10 |
| | | | | | | | Ticket #518 Ticket #519 Submibtted-by: Blake Skinner | ||||
* | Use FQDN for HELLO SMTP command. Ticket #443 | pierrepomes | 2010-04-17 | 1 | -0/+1 |
| | |||||
* | Add some more error checking to not have issues as reported on ↵ | Ermal Luçi | 2010-03-09 | 1 | -1/+1 |
| | | | | http://forum.pfsense.org/index.php/topic,23435.0.html | ||||
* | Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.net | Scott Ullrich | 2009-12-31 | 1 | -0/+11 |
| | |||||
* | Replace some occurrence of /tmp with the propper global variable in attempt ↵ | Ermal Luçi | 2009-12-28 | 1 | -3/+5 |
| | | | | to minimize the search for what changes /tmp permissions. | ||||
* | Turn off debugging | sullrich | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to ↵ | Scott Ullrich | 2009-11-06 | 1 | -1/+4 |
| | | | | xmlparse.inc. Default to the older xmlparse.inc but add a flag check if /cf/conf/use_xmlreader is present the newer code will be included instead until the remaining bugs can be resolved with it (see rcs for many). | ||||
* | Do not attempt to send notices when booting | Scott Ullrich | 2009-10-17 | 1 | -1/+3 |
| | |||||
* | Alert if there is a problem sending the test message | Scott Ullrich | 2009-10-03 | 1 | -2/+5 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions | Scott Ullrich | 2009-09-12 | 1 | -0/+5 |
| | |||||
* | Add documentation headers for each function | Scott Ullrich | 2009-09-04 | 1 | -11/+67 |
| | |||||
* | Remove newlines | Scott Ullrich | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | Do not echo out, use log_error() | Scott Ullrich | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | Correct typo 'Could' | Scott Ullrich | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | Ensure file exists | Scott Ullrich | 2009-09-04 | 1 | -3/+5 |
| | |||||
* | Do not email the same message twice | Scott Ullrich | 2009-09-04 | 1 | -0/+10 |
| | |||||
* | Do not direct deliver | Scott Ullrich | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | s/growl/smtp/ | Scott Ullrich | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Ensure both fields are present before sending email | Scott Ullrich | 2009-08-25 | 1 | -1/+5 |
| | |||||
* | Adding SMTP support. Ticket #59 | Scott Ullrich | 2009-08-25 | 1 | -0/+44 |
| | |||||
* | Move growl related functions to notices.inc | Scott Ullrich | 2009-08-23 | 1 | -0/+38 |
| | |||||
* | Normalize the LEDs before alerting, in case the others are in the middle of ↵ | jim-p | 2009-07-13 | 1 | -0/+1 |
| | | | | some activity at the time. | ||||
* | Switch notice LED alert to LED 1, and make it a little more eye-catching. ↵ | jim-p | 2009-07-13 | 1 | -6/+5 |
| | | | | | | | Also default the LED to on when notice is ACK'd. Part of feature #17. Also leaves LEDs 2 and 3 free for blinkled to use. | ||||
* | Send alerts/notices to Growl | Scott Ullrich | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | * Turn off led earlier in function to avoid return | Scott Ullrich | 2007-01-29 | 1 | -7/+7 |
| | | | | * Use consistent /bin/echo | ||||
* | Add support for both Soekris and WRAP led's for trigger an alert. | Scott Ullrich | 2007-01-29 | 1 | -0/+10 |
| | |||||
* | Woops, use /dev/led/error | Scott Ullrich | 2007-01-29 | 1 | -4/+4 |
| | |||||
* | Toggle the LED on wrap/soekris when an alert is filed if /dev/led1 exists. | Scott Ullrich | 2007-01-29 | 1 | -0/+4 |
| | |||||
* | Wrong value slipped in | Scott Ullrich | 2006-07-30 | 1 | -1/+1 |
| | |||||
* | Return and log error when we cannot open a valid write stream | Scott Ullrich | 2006-07-30 | 1 | -8/+12 |
| | |||||
* | Send alerts to syslog as well. Suggested-by: BillM | Scott Ullrich | 2006-07-24 | 1 | -1/+1 |
| | |||||
* | Send alerts to syslog as well. Suggested-by: BillM | Scott Ullrich | 2006-07-24 | 1 | -0/+1 |
| | |||||
* | Remove trailing newline | Scott Ullrich | 2006-01-18 | 1 | -1/+1 |
| | |||||
* | Fix close_notice(). | Colin Smith | 2005-07-26 | 1 | -3/+4 |
| | |||||
* | If the notices array is empty, unlink our queue file. This fixes ↵ | Colin Smith | 2005-07-16 | 1 | -3/+7 |
| | | | | are_notices_pending(). | ||||
* | * Restore are_notices_pending(). Getting the actual message is expensive on ↵ | Scott Ullrich | 2005-07-15 | 1 | -1/+11 |
| | | | | | | smaller devices if none are pending. * Remove trailing file space. | ||||
* | Modify get_notices() to work with XMLRPC. This isn't ideal. | Colin Smith | 2005-07-15 | 1 | -13/+3 |
| | |||||
* | remove trailing space | Scott Ullrich | 2005-07-13 | 1 | -1/+1 |
| | |||||
* | Make $url optional. | Colin Smith | 2005-07-13 | 1 | -2/+2 |
| | |||||
* | * Add are_notices_pending() | Scott Ullrich | 2005-07-11 | 1 | -1/+10 |
| | | | | * Remove trailing space | ||||
* | file_notice(): Return the notice's unique timestamp for future reference. | Colin Smith | 2005-07-10 | 1 | -1/+1 |
| | |||||
* | * Fix close_notice(). | Colin Smith | 2005-07-10 | 1 | -4/+10 |
| | | | | | * Add print_notice_box. * get_notices(): Return false if $notices is null. | ||||
* | Make $url optional. | Colin Smith | 2005-07-10 | 1 | -1/+1 |
| | |||||
* | Various code cleanups and a few actual bugfixes courtesy of Zend | Bill Marquette | 2005-07-04 | 1 | -4/+5 |
| | |||||
* | Use strtolower when comparing categories. | Colin Smith | 2005-06-15 | 1 | -1/+1 |
| | |||||
* | Add notices facility. You may now: | Colin Smith | 2005-06-15 | 1 | -0/+153 |
* File a new notice. * Dump notices to an XML file. * Close notices by timestamp or ID. * Get all notices or those in certain categories. * Print a list of notices (for print_info_box()). |