Re: [cpu temperature : graph]

2017-07-10 Thread LACROIX Jean Marc
Hi, Thanks for this good news. I think that another good custom charts is the ability to monitor battery charge and discharge Best regards Le 06/07/2017 à 14:52, mart...@tildeslash.com a écrit : Hi, custom charts are currently not supported in M/Monit, we plan to add it. Best regards,

Re: [cpu temperature : graph]

2017-07-06 Thread mart...@tildeslash.com
Hi, custom charts are currently not supported in M/Monit, we plan to add it. Best regards, Martin > On 6 Jul 2017, at 06:38, LACROIX Jean Marc wrote: > > Hi, > > Im am monitoring the CPU temperature with success with following code : > > cat

[cpu temperature : graph]

2017-07-05 Thread LACROIX Jean Marc
Hi, Im am monitoring the CPU temperature with success with following code : cat /usr/local/bin/read_temperature_cpu_0.sh # extract temperature as one 'int number' in order to exit with this value TEMP=`/usr/bin/sensors |grep "Core 0:" |awk '{print $3}' |awk '{printf "%d",$1}'` exit $TEMP