1 | 1 | simandl | Requirements: |
2 | | | ping, nmap or fping |
3 | | | awk |
4 | | | PHP (with GD library) |
5 | | | |
6 | | | How to install: |
7 | | | unpack the archive |
8 | | | move calstats directory to /usr/local (or somewhere you want to use it in) |
9 | | | change path and directories in 'gen_stats' |
10 | | | if you have nmap installed change STATS_TYPE from 'ping' to 'nmap' (www.insecure.org/nmap/) for faster stats generation |
11 | | | if you have fping installed change STATS_TYPE from 'ping' to 'fping' (www.fping.com) for faster stats generation |
12 | | | run 'gen_stats' to test the configuration |
13 | | | edit 'data/*' files to match your configuration (sample files are included, look at README) |
14 | | | add 'gen_stats' to cron if you want to generate statistics periodically |