openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
monit
Settings
|
Report Duplicate
64
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 9 of 93
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed: Issue #1035: If the start/stop/restart program statement contains the equal sign, which is not followed by a space character, the configuration is not parsed correctly.
tildeslash
More...
almost 3 years ago
version -> 5.33.0
tildeslash
More...
almost 3 years ago
Merged tildeslash/monit into master
Lutz Mader
More...
almost 3 years ago
Add a more detailed action syntax description to show how to use the timeout.
Lutz Mader
More...
almost 3 years ago
Merge branch 'master' of bitbucket.org:tildeslash/monit
tildeslash
More...
almost 3 years ago
update instructions
tildeslash
More...
almost 3 years ago
Merged tildeslash/monit into master
Lutz Mader
More...
almost 3 years ago
Skip Command test on macOS for now which depend on vfork working as expected.
tildeslash
More...
almost 3 years ago
Add the exectimeout limit default.
Lutz Mader
More...
almost 3 years ago
Add exectimeout.
Lutz Mader
More...
almost 3 years ago
Add the exec timeout to the monitor documentation.
Lutz Mader
More...
almost 3 years ago
Add the exec timeout to the monitor sample.
Lutz Mader
More...
almost 3 years ago
Add the exec timeout to the limit table.
Lutz Mader
More...
almost 3 years ago
Add timeout handling after fork and execv. As long as the timeout is 0 (nolimit), the behavior is not changed.
Lutz Mader
More...
almost 3 years ago
Add timeout to the test action exec.
Lutz Mader
More...
almost 3 years ago
Add limits for exec timeout.
Lutz Mader
More...
almost 3 years ago
Add the action exec timeout to the command.
Lutz Mader
More...
almost 3 years ago
Add timeout to the test action exec.
Lutz Mader
More...
almost 3 years ago
Merged tildeslash/monit into master
Lutz Mader
More...
almost 3 years ago
5.32.0
tildeslash
More...
almost 3 years ago
Merged tildeslash/monit into master
Lutz Mader
More...
almost 3 years ago
Fixed: Monit may crash or the HTTP interface can block if long stream of HTTP headers is send to the Monit HTTP interface. Thanks to Youssef Rebahi-Gilbert for report.
tildeslash
More...
almost 3 years ago
fix crash if the client sends endless http headers stream (initiate DOS with milions of headers -> kill the HTTP request after a while -> recursive call drains stack)
tildeslash
More...
almost 3 years ago
Fixed: PAM authentication: Users with a valid password for disabled account can login to Monit. Thanks to Youssef Rebahi-Gilbert.
tildeslash
More...
almost 3 years ago
Merged tildeslash/monit into master
Lutz Mader
More...
almost 3 years ago
refactor the zero escaping ... the Str_escapeZero will always nul-terminate the escaped string + add unit tests
tildeslash
More...
almost 3 years ago
Fixed: Issue #1029: The generic protocol test truncated the received data in the case that it contained zeros. The problem is a regression of 5.31.0 ... we need to make sure that we don't memmove data past the buffer boundary ... typically when we received more data then the "Run.limits.sendExpectBuffer" limit, the 'buflen' and 'n' matched, so there was no space for moving bytes that follow the one being escaped (which was the root cause of #1005) => we have to start truncating the data. The fix for #1005 was bad though, as it truncated the source data by one after each escaping, even if there was space in the buffer.
tildeslash
More...
almost 3 years ago
Fixed: Issue #1028: When the Monit statefile was removed, the "monit start <service>" action for services with "onreboot nostart" option started the service, but didn't enable the monitoring. The same problem occurred if a new "onreboot nostart" service was added, even if the statefile existed.
tildeslash
More...
almost 3 years ago
development version++
tildeslash
More...
almost 3 years ago
Merged tildeslash/monit into master
Lutz Mader
More...
almost 3 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
92
93
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree