[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

Re: M/Monit Network Settings

2017-07-05 Thread Saagar Deshpande
Okay, I will try this. Thanks all! On Wed, Jul 5, 2017 at 2:38 AM, Jan-Henrik Haukeland wrote: > > > On 4 Jul 2017, at 22:28, Saagar Deshpande wrote: > > > > When I set the address as: www.foobar.com/monit > > I see the error as "Host not specified in the

Re: M/Monit Network Settings

2017-07-05 Thread Jan-Henrik Haukeland
> On 4 Jul 2017, at 22:28, Saagar Deshpande wrote: > > When I set the address as: www.foobar.com/monit > I see the error as "Host not specified in the URL" and the connection fails. Address should be the DNS name of the host or its IP-address. You are using an URL-path. If you

Re: M/Monit Network Settings

2017-07-05 Thread Mehul Ved
In the port field try 80 or 443, as relevant? From: monit-general on behalf of Saagar Deshpande Sent: Wednesday, July 5, 2017 1:58:51 AM To: This is the general mailing list for monit