summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/usr/lib/cgi-bin/nph-tail.cgi
blob: 66c6e6018f8fa84b267b5bf18b2c88bb60764927 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

echo "HTTP/1.0 200 OK"
echo "Connection: close"
echo "Content-type: text/plain"
echo ""
tail -F /var/log/xymon/*.log