M
MvW
Guest
Pinging @Maverickcdn
First of all, thanks for the script you wrote, I wish I had discovered it sooner.
I downloaded and installed tempmon.sh but it's not logging to syslog. I verified it's running, but it only prints out temps to the terminal when starting, nothing gets in to syslog. Could that be because I uses syslog-ng and Scribe with ScribeUI?
The files temps.tmp, temps_ath.tmp and temps_atl.tmp in /tmp are being created as well.
Any clues how to solve this?
Thanks in advance.
Best regards,
Marco
First of all, thanks for the script you wrote, I wish I had discovered it sooner.
I downloaded and installed tempmon.sh but it's not logging to syslog. I verified it's running, but it only prints out temps to the terminal when starting, nothing gets in to syslog. Could that be because I uses syslog-ng and Scribe with ScribeUI?
Code:
marco@RT-AC86U:/tmp/home/root# cru l
*/5 * * * * /jffs/scripts/tempmon.sh logging #tempmon#
Code:
marco@RT-AC86U:/tmp/home/root# cat /jffs/scripts/services-start
#!/bin/sh
/jffs/nextdns/nextdns.init start
/jffs/scripts/tempmon.sh
Code:
marco@RT-AC86U:/tmp/home/root# ps | grep tempmon
2214 marco 3392 S sh /jffs/scripts/tempmon.sh monitor
The files temps.tmp, temps_ath.tmp and temps_atl.tmp in /tmp are being created as well.
Any clues how to solve this?
Thanks in advance.
Best regards,
Marco