64
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
don't show retry unless > 1 More... about 10 years ago
Edit grammar More... about 10 years ago
Fix BAD ACCESS More... about 10 years ago
simplify the testing rule output for CLI and GUI: "IF FAILED x THEN action1 [ELSE IF SUCCEEDED THEN action2]" ... the success part is reported only if the action is NOT alert (i.e. non-default) More... about 10 years ago
Support both “total memory” and totalmemory. Same with “total cpu” and totalcpu. More... about 10 years ago
less verbose output ... if no "X times within Y cycles" condition is used, do not report it ("1 times within 1 cycles"). If the simpler way is used ("for Z cycles"), then don't expand it to "Z times within Z cycles" ... and keep it simple. More... about 10 years ago
manual More... about 10 years ago
manual: work in progress More... about 10 years ago
Versioning TLS macro More... about 10 years ago
Changed back default network timeout from 3 seconds to 5 seconds. We don’t want to introduce potential problems with existing configurations in a point release. Refactoring of the validation engine to a reactor pattern will be done in the next major release, where all network and other tests will run in parallel. More... about 10 years ago
Use signed return type for i/o More... about 10 years ago
Change default network timeout from 5 seconds to 3 seconds. Since Monit is running serialised this reduce the potential wait per network test with 40%. If longer wait timeout is needed this can be set with a separate timeout statement in monitrc. In reality what we need and plan is to change the validation engine to a reactor pattern which runs these tests in parallel. More... about 10 years ago
fix masked "{" if openssl is disabled More... about 10 years ago
Reformat examples. The “if failed” test can be hard to read as it is a negation over all statements and is easier to read on a line by itself as in if failed port 80 protocol http request /some/page then alert More... about 10 years ago
Remove redundant logging which is done higher up in the call-stack More... about 10 years ago
Fixed: Improved test to check if a socket was connected More... about 10 years ago
Fixed: Unix Socket test now use the communication type (TCP or UDP) specified in port statement. Refactored: Net code, cleaned up and replaced code from libmonit Format: use space between assignment operator More... about 10 years ago
Add new Net_close and Net_abort functions More... about 10 years ago
Text More... about 10 years ago
Format More... about 10 years ago
Simplify http test and format More... about 10 years ago
Use debug instead of log error on potential repeating problems More... about 10 years ago
Merge remote-tracking branch 'origin/master' More... about 10 years ago
Only initialise ptree if required More... about 10 years ago
MONIT-35 disable the exec error unit test on OpenBSD (vfork doesn't share memory => exec_error settings in child is not visible to parent More... about 10 years ago
Fix merged words in output More... about 10 years ago
Acknowledgment More... about 10 years ago
Added thanks to Atlassian for hosting the repository More... about 10 years ago
Grammar More... about 10 years ago
status text More... about 10 years ago