Commit graph

164 commits

Author SHA1 Message Date
Richard Frith-Macdonald
52043568cc Fix bug loading Alerter config ... should use the value from Control.plist if
AlertConfig.plist is not present
2020-04-06 12:36:06 +01:00
Richard Frith-Macdonald
6d73abdd40 attempt to make restart of a process more reliable in the case where it stopped
responding to the Command server for a while.
2020-04-04 11:03:26 +01:00
Richard Frith-Macdonald
69e3ccd27e Add config sharing for cooperating processes 2020-03-23 13:35:58 +00:00
Richard Frith-Macdonald
85dfbfa006 deprecate old error/alert methods 2020-01-27 15:27:57 +00:00
Richard Frith-Macdonald
40b2c6fa7d Simplify and fix task restart issues. 2019-11-01 12:53:46 +00:00
Richard Frith-Macdonald
5af129001e Changes to improve restart and suspend of tasks in the event that a task crashes 2019-10-29 14:56:27 +00:00
Richard Frith-Macdonald
1a8d6f6195 improve reporting of debug status 2019-10-05 15:43:58 +01:00
Richard Frith-Macdonald
829fe1e5ce Improve restarting flag to better reflect the state of a task 2019-10-04 10:47:18 +01:00
Richard Frith-Macdonald
a91184d959 improve clean shutdown 2019-10-03 14:36:26 +01:00
Richard Frith-Macdonald
eb6f2ccbb7 rename to avoid conflict with superclass 2019-09-25 14:22:12 +01:00
Wolfgang Lux
a1347ffc90 Fix status command not working for abbreviated process names 2019-09-25 14:38:30 +02:00
Richard Frith-Macdonald
3662db65da Make testing for live processes more robust 2019-08-23 15:05:16 +01:00
Richard Frith-Macdonald
0491c5df00 nother alarm setting for memory 2019-08-11 13:35:10 +01:00
Richard Frith-Macdonald
e908f86e25 improve memory usage reporting etc 2019-08-10 10:19:16 +01:00
Richard Frith-Macdonald
f2b0a9a874 Avoid creating huge numbers of alarm clears 2019-08-06 14:43:37 +01:00
Richard Frith-Macdonald
8cd2ff9fab more shutdown tweaks (better control over time allowed) 2019-07-15 10:10:05 +01:00
Richard Frith-Macdonald
76077a56a4 Improve clean shutdown 2019-07-15 09:30:40 +01:00
Richard Frith-Macdonald
8a27be3872 Twaek for improved flexiblity when shutting down 2019-07-12 10:56:04 +01:00
Richard Frith-Macdonald
5530cc207d Control type of memory tracked 2019-06-01 15:28:21 +01:00
Richard Frith-Macdonald
8ee4d54ea1 improvements for Command startup 2019-05-31 17:33:53 +01:00
Richard Frith-Macdonald
1cd0f6c5f9 stream alarm info to console 2019-05-28 16:57:44 +01:00
Richard Frith-Macdonald
526f2072ea Minor tweaks to exception APIs and documentation 2019-05-28 10:16:54 +01:00
Richard Frith-Macdonald
15c78de782 Convenience macros 2019-05-27 22:35:47 +01:00
Richard Frith-Macdonald
a5740eeefb new exception logging APIs 2019-05-27 17:37:18 +01:00
Richard Frith-Macdonald
297a088ef5 Implement specific lifetimes for temporary defaults overrides. 2019-05-27 16:19:45 +01:00
Richard Frith-Macdonald
2e500d39c9 allow dot to match line separators 2019-05-23 10:01:02 +01:00
Richard Frith-Macdonald
fefadefd30 Add capture group support 2019-05-22 17:06:50 +01:00
Richard Frith-Macdonald
f9cb29322b Avoid premature shutdown causing core dumps 2019-05-21 16:34:31 +01:00
Richard Frith-Macdonald
d415fd6479 improve wait time for termination 2019-05-15 13:02:10 +01:00
Richard Frith-Macdonald
1f0f34db93 improve termination command 2019-05-14 12:42:16 +01:00
Richard Frith-Macdonald
530ec43cfc add status command 2019-05-09 12:22:36 +01:00
Richard Frith-Macdonald
a990abc848 suppress core dumps 2019-05-05 13:33:42 +01:00
Richard Frith-Macdonald
ca724305f1 Avoid excessing relaunching of crashing processes 2019-05-05 13:10:06 +01:00
Richard Frith-Macdonald
4b9284a8d6 add option to suppress debug output 2019-03-14 14:32:59 +00:00
Richard Frith-Macdonald
e5da849c29 Revert "debug logging suppression option added"
This reverts commit 496e66bcbf.
2019-03-14 14:29:58 +00:00
Richard Frith-Macdonald
496e66bcbf debug logging suppression option added 2019-03-02 08:12:24 +00:00
Richard Frith-Macdonald
e5963632fd improve clearing alarms on client startup 2019-02-15 08:25:45 +00:00
Richard Frith-Macdonald
e3bee4fc64 improve alarm reporitng reliability 2019-02-15 08:07:17 +00:00
Richard Frith-Macdonald
5dd11178b0 Speed up realaunch 2019-02-11 16:17:16 +00:00
Wolfgang Lux
4c1f41348b Define Regex class as a simple wrapper around NSRegularExpression 2019-02-11 13:45:49 +01:00
Wolfgang Lux
f246c07e79 Only ignore invalid alert rules in setRules: and update the cached rules
with the remaining rules.
2019-02-08 16:46:33 +01:00
Richard Frith-Macdonald
29d4f167c6 More launch control options 2019-02-08 11:05:41 +00:00
Richard Frith-Macdonald
958bb2a4c4 Changes for much faster system startup, launching multiple tasks concurrently
and in quick succession (rather than at 5 second intervals).
2019-02-08 10:07:27 +00:00
Richard Frith-Macdonald
0b93b7b7d4 Improve alarms fro hung processes 2018-12-11 16:46:48 +00:00
Richard Frith-Macdonald
06ae55eb80 fix printf for --help 2018-11-23 11:40:55 +00:00
Richard Frith-Macdonald
59b1484c9b Allow tell command to go to multiple hosts 2018-11-22 15:00:16 +00:00
Wolfgang Lux
b4cb9b683c Call ecAwaken only after registration at the name server was successful 2018-11-09 16:27:54 +01:00
Richard Frith-Macdonald
b19fcbf47a Improve logging of consile commands 2018-10-24 11:54:56 +01:00
Richard Frith-Macdonald
6e4138d769 Fixes for prompts/error messages with master encryption key. 2018-10-24 11:28:27 +01:00
Richard Frith-Macdonald
6693ee6330 logging tweaks 2018-07-30 21:26:41 +01:00