Elliott F

Results 6 comments of Elliott F

I'd like no output unless there's an error as well. ``` #!/bin/bash while IFS= read -r -d '' file do if ! status=$(/usr/local/bin/chkcrontab "$file" 2>&1); then echo "$status" fi done...

Ah, I just found this in the config and yaml... Maybe add an option to start tracking any new useragent with > $x hits?

But if I add the custom ones to the yaml, I'll see them in stats, or will they still show up as Other?

Ah yes I see. Maybe I'll play with adjusting the numbers and see if that helps. I'll reopen.

Setting system tunable `security.bsd.see_other_uids` to `1` fixes this as well as `chmod 4775 /usr/local/libexec/nagios/check_procs`. monitoring-plugins 2.4 was released July 25 2024 which is pretty old, and it wasn't updated in...