You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonas Lührig 121d8a7675 add simple install script and systemd service 3 years ago
inc Updates feature list, added ssh exitcode sensor 3 years ago
sensors.d Updates feature list, added ssh exitcode sensor 3 years ago
systemd add simple install script and systemd service 3 years ago
.env.example first commit 3 years ago
.gitignore first commit 3 years ago
INSTALL.sh add simple install script and systemd service 3 years ago
README.md Updates feature list, added ssh exitcode sensor 3 years ago
main.sh reworked log and logError for pipes 3 years ago

README.md

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:
    • Ping
    • TCP Port open
    • SSH command (exit code)
    • SSH command (output)
    • Speedtest Internet
    • Speedtest IPerf3

Important ToDos:

  • Add systemd file
  • Create installer script