All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Open Source Ecology. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:16, 26 January 2026 Marcin talk contribs created page Sysadmin Log (Created page with "=1/25/26= The access log for the nginx_proxy is not available, so this is the check recommended for bot activity for the prior 15 minutes: docker logs --since 15m nginx_proxy \ | grep 'nginx.1' \ | grep -Eo '([0-9]{1,3}\.){3}[0-9]{1,3}' \ | sort | uniq -c | sort -nr | head -20 \ | while read count ip; do org=$(whois $ip 2>/dev/null | awk -F: '/OrgName|Organization|netname/ {print $2; exit}' | xargs) echo -e "$count\t$ip\t$org" done It can take up to 30 seconds to com...")