Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
projects:telegraph [2018/11/08 00:35]
darron [World wide web]
projects:telegraph [2018/11/09 23:03]
darron
Line 1: Line 1:
-==== Telegraph (SNMP/RRD/SQL) ====+==== Telegraph (SNMP/ICMP/RRD/SQL) ====
 <wrap right> <wrap right>
 {{:projects:telegraph.png?200}} {{:projects:telegraph.png?200}}
Line 5: Line 5:
  
 Telegraph is a project which will poll an SNMP Telegraph is a project which will poll an SNMP
-server and update an RRD or SQL (SQLite3) database.+server or PING a host and update an RRD or SQL (SQLite3) database with gathered data.
  
 A number of external SNMP daemon commands are supplied A number of external SNMP daemon commands are supplied
Line 16: Line 16:
  
 <code> <code>
 +sudo apt-get install mercurial
 hg clone http://hg.kewl.org/pub/telegraph hg clone http://hg.kewl.org/pub/telegraph
 cd telegraph cd telegraph
Line 55: Line 56:
 A CRON job will run every 5 minutes to update the RRD. A CRON job will run every 5 minutes to update the RRD.
 <code> <code>
-*/5 * * * * /usr/local/bin/telegraph /etc/telegraph/cpu.xml+*/5 * * * * /usr/local/bin/telegraph -d 0 cpu.xml
 </code> </code>