Search found 6 matches
- July 28th, 2013, 10:39 pm
- Forum: Software - Applications and Operating Systems
- Topic: Webmin Cron Job issues
- Replies: 9
- Views: 2856
Re: Webmin Cron Job issues
Ok! I appreciate the help and thanks for the info.
- July 28th, 2013, 6:40 am
- Forum: Software - Applications and Operating Systems
- Topic: Webmin Cron Job issues
- Replies: 9
- Views: 2856
Re: Webmin Cron Job issues
That fixed it! Thanks for the help. Just out of curiosity, what exactly did that do?
- July 27th, 2013, 10:28 pm
- Forum: Software - Applications and Operating Systems
- Topic: Webmin Cron Job issues
- Replies: 9
- Views: 2856
Re: Webmin Cron Job issues
Output from 50 80 user@NAS:~/MyScripts$ ./CPUTempShutdown.sh 50 80 JOB RUN AT Sat Jul 27 15:25:54 MDT 2013 ======================================= CPU Warning Limit set to => 50 CPU Shutdown Limit set to => 80 acpitz-virtual-0 Adapter: Virtual device temp1: +27.8°C (crit = +103.0°C) temp2: +29.8°...
- July 27th, 2013, 10:22 pm
- Forum: Software - Applications and Operating Systems
- Topic: Webmin Cron Job issues
- Replies: 9
- Views: 2856
Re: Webmin Cron Job issues
Here is the script: # PURPOSE: Script to check temperature of CPU cores and report/shutdown if specified temperatures exceeded # # AUTHOR: feedback[AT]HaveTheKnowHow[DOT]com # Expects two arguments: # 1. Warning temperature # 2. Critical shutdown temperature # eg. using ./CPUTempShutdown.sh 30 40 # ...
- July 27th, 2013, 9:48 pm
- Forum: Software - Applications and Operating Systems
- Topic: Webmin Cron Job issues
- Replies: 9
- Views: 2856
Re: Webmin Cron Job issues
Output is:
* * * * * /home/user/MyScripts/CPUTempShutdown.sh 20 50
Doesn't matter how I set the temps when running it through webmin, I get the same error email.
* * * * * /home/user/MyScripts/CPUTempShutdown.sh 20 50
Doesn't matter how I set the temps when running it through webmin, I get the same error email.
- July 26th, 2013, 11:23 pm
- Forum: Software - Applications and Operating Systems
- Topic: Webmin Cron Job issues
- Replies: 9
- Views: 2856
Webmin Cron Job issues
First off thank you for the awesome guide!! So I got the CPUTempshutdown script working after some tweaks. it works great as long as I run it from the terminal or putty, emails sent out correctly and system shutdown if necessary. However, as soon as I add it as a cron job to webmin it stops working....