User Tools

Site Tools


documentation:sensors

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:sensors [2025/04/19 07:50] ninedocumentation:sensors [2025/04/19 09:52] (current) nine
Line 1: Line 1:
 ====== sensors ====== ====== sensors ======
 +
 +====== influxdb ======
 +
 +
 +<code>
 +apt-get install influxdb2 influxdb2-cli
 +</code>
 +
 +from docs: https://docs.influxdata.com/influxdb/v2/get-started/setup/?t=Set+up+with+the+CLI
 +<code>
 +influx setup
 +</code>
 +
 +data:
 +<code>
 +1 root@mach /etc (git)-[master] # influx setup
 +> Welcome to InfluxDB 2.0!
 +? Please type your primary username nine
 +? Please type your password **********
 +? Please type your password again **********
 +? Please type your primary organization name nindl.net
 +? Please type your primary bucket name default
 +? Please type your retention period in hours, or 0 for infinite 0
 +? Setup with these parameters?
 +  Username:          nine
 +  Organization:      nindl.net
 +  Bucket:            default
 +  Retention Period:  infinite
 + Yes
 +User Organization Bucket
 +nine nindl.net default
 +</code>
  
 ===== install telegraf ===== ===== install telegraf =====
documentation/sensors.txt · Last modified: 2025/04/19 09:52 by nine