64
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 17 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged tildeslash/monit into master More... 9 months ago
Merge branch 'master' of bitbucket.org:tildeslash/monit More... 9 months ago
Fixed: Monit reported wrong number of CPUs in the VMWare virtual host in Debian 12.x More... 9 months ago
Merged tildeslash/monit into master More... 9 months ago
Merged in issue_1074 (pull request #126) More... 9 months ago
Merged in issue_1042 (pull request #128) More... 9 months ago
In condition state "every_cond" the token “cycle(s)?" is not handled. With an additional "cycle(s)?" in the state "every_cond" every thing works, "repeat every cycle" work like suggested in the release/fix documentation. More... 9 months ago
A modified comment to the hardlink sample. More... 9 months ago
Merged tildeslash/monit into master More... 9 months ago
Fixed: Issue #1082: Wrong error message for the uptime test. Thanks to Lutz Mader. More... 9 months ago
Merge branch 'master' of bitbucket.org:tildeslash/monit More... 9 months ago
fixed Issue #1074: Added a hardlink test to file, directory and fifo checks. Thanks to Lutz Mader. Example: check directory upload with path /data/upload if hardlink > 32000 then alert More... 9 months ago
Merged in issue_1074 (pull request #124) More... 9 months ago
Free the allocated nlink list. More... 9 months ago
Merged tildeslash/monit into master More... 10 months ago
Merged in issue_1082 (pull request #125) More... 10 months ago
Merged tildeslash/monit into master More... 10 months ago
Change "s->path" to "s->uptime" and use "Convert_time2str" to format the time in the message/event. More... 10 months ago
drop HSTS includeSubdomains+preload paramaters, as monit may be running on domain, which doesn't have HTTPS for all subdomains, nor is on the preload list => these parameters can be dangerous More... 10 months ago
add Permissions-Policy header More... 10 months ago
set referrer policy to the same origin (do not send referrer outside) More... 10 months ago
add XSS protection for older browsers More... 10 months ago
Merged tildeslash/monit into master More... 10 months ago
Use -1 for invalid values. More... 10 months ago
Validate the values. More... 10 months ago
Indent the code and use long long with nlink. The number of used hard links does not fit to nlink_t, sometimes. More... 10 months ago
Use long long instead of nlink_t, the number of used hard links does not fit to nlink_t, sometimes. More... 10 months ago
Initialize the nlink fifo value. More... 10 months ago
Initialize the nlink directory value. More... 10 months ago
Initialize the nlink file value. More... 10 months ago