index
:
mauvealert.git
codeclimate
develop
master
pushover2
release-to-master
sync-with-production
a messaging system for system and network administrators
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mauve
/
mauve_thread.rb
Age
Commit message (
Expand
)
Author
2015-04-20
Add a Thread#wakeup call on #stop to speed up restarts
Alex Young
2015-04-13
Switch on Thread.abort_on_exception
Alex Young
2012-07-03
Removed ability to freeze threads, since that is not used any more.
Patrick J Cherry
2011-09-16
Big documentation update.
Patrick J Cherry
2011-08-19
Tweaked sleep in the thread to make sure poll_every does what it says.
Patrick J Cherry
2011-08-19
HTML now sanitised on save.
Patrick J Cherry
2011-08-19
Added last_state_changed thing for MauveThread. Closes #1836.
Patrick J Cherry
2011-08-17
* Reminder notifications now take the same path to notify as initial alerts
Patrick J Cherry
2011-07-22
* Rejigged configuration
Patrick J Cherry
2011-07-20
* Added heartbeat to remote mauve
Patrick J Cherry
2011-07-19
Rejigged threading around the notifier, and start/stop order for the server.
Patrick J Cherry
2011-07-19
Reverted earlier freeze/thaw changes.
Patrick J Cherry
2011-07-19
Added extra flag to frozen? check.
Patrick J Cherry
2011-07-19
* Fixed supressed spelling mistakes (sic)
Patrick J Cherry
2011-07-18
Improved code to avoid Exception when the processor attempts to freeze a thread
Patrick J Cherry
2011-07-18
* Fixed up log rotation.
Patrick J Cherry
2011-07-13
Big commit
Patrick J Cherry
2011-06-17
* Notifications are now run in their separate threads.
Patrick J Cherry
2011-06-15
* Added Alert#subject to return source when subject unspecified
Patrick J Cherry
2011-06-13
* Tidied up mauveserver to handle HUP restarts
Patrick J Cherry
2011-04-13
new version.
Patrick J Cherry