Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:telegraph [2018/11/16 08:39] – darron | projects:telegraph [2020/09/03 09:12] (current) – [User defined function] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Telegraph ==== | ==== Telegraph ==== | ||
<wrap right> | <wrap right> | ||
- | {{: | + | {{: |
+ | {{: | ||
{{: | {{: | ||
</ | </ | ||
- | Telegraph is a multi-purpose tool which provides sensor processing, data gathering, web graphing and status reporting. It is designed specfically for the Raspberry Pi and uses cheap and easily obtained sensor devices. An example device is the BME280 which can provide readings of ambient temperature, | + | Telegraph is a multi-purpose tool which provides sensor processing, data gathering, web graphing and status reporting. It is designed specfically for the Raspberry Pi and uses cheap and easily obtained sensor devices. An example device is the BME280 which can provide readings of ambient temperature, |
Telegraph sensor processes are Simple Network Management Protocol (SNMP) daemon extensions which read data from various devices on a Raspberry or similar personal computer. The values returned can be used to populate a round robin (RRD) or SQL database either with Telegraph or a tool of your own choice. | Telegraph sensor processes are Simple Network Management Protocol (SNMP) daemon extensions which read data from various devices on a Raspberry or similar personal computer. The values returned can be used to populate a round robin (RRD) or SQL database either with Telegraph or a tool of your own choice. | ||
Line 154: | Line 155: | ||
< | < | ||
< | < | ||
- | < | + | < |
</ | </ | ||
</ | </ | ||
Line 206: | Line 207: | ||
=== User defined function === | === User defined function === | ||
- | A user defined function may be forked every time Telegraph fetches new data. Forking allows a new process to be created and run in parrallel | + | A user defined function may be forked every time Telegraph fetches new data. Forking allows a new process to be created and run in parallel |
- | The configuration file has option added to achieve this. | + | The user option in the configuration file informs telegraph |
< | < |