# Bash based logging Script for InfluxDB ## Short description: This script logs various inputs and sensors to test reachability and read out data from devices on the network. The data will be stored in an InfluxDB for processing in other applications. ## Reasonable features to include: - Modular design with sensors being run from a sensors.d directory - Common functions and variables passed to the sensors for ease of programming - Sensor types: - [x] Ping - [x] TCP Port open - [x] SSH command (exit code) - [ ] ~~SSH command (output)~~ - [x] Speedtest Internet - [x] Speedtest IPerf3 ## Important ToDos: - [x] Add systemd file - [x] Create installer script