Author: Kai Kretschmann

  • New portuguese translation

    New portuguese translation

    Thanks to Bruno for the latest addition to lggr: We now have english, german and portuguese languages enabled for the web gui. Currently available within the github repository. And for the brave hearted a howto for freebsd in portuguese: Instalação-Logger.io-FreeBSD

  • Nagios monitoring the stunnel

    To monitor your working lggr server you might want to check for the concurrent connected clients. Just add a shell script check_lggr.sh to your /usr/local/bin: #!/bin/bash count=$( /bin/netstat -a|/bin/grep 5140|/usr/bin/wc -l ) output=”Connected clients: $count” if [ $count -gt 7 ] then echo “OK – $output” exit 0 elif [ $count -gt 1 ] then…

  • Cloud statistic

    For a quick view which program logs the most lines I just added a cloud to the statistics page.