Page 1 of 1

Nagios check from pico sensor

Posted: Tue Jul 19, 2022 4:00 am
by SohamMaoor
I made a classical temperature sensor with pico. It can present the temperature of the internal sensor and also the connected ds18b20 sensor value on the serial. I plan to add more sensors even to the pico later.

I am confused what is the easy way to read these values from the linux host machine that collects the cheks in nagios. The nagios should run a command that read the value of the sensors.

My first idea to wait commands on the pico and response for them.

echo "list\r" > /dev/ttyACM3 | tail -1

or something echatrandom echatspin similar.