Search found 32 matches
- Fri Feb 07, 2020 10:34 pm
- Forum: General Discussion
- Topic: Temperature by email
- Replies: 17
- Views: 4885
Re: Temperature by email
0,5,10,15,20,25,30,35,40,45,50,55 * * * * date >>/tmp/debug_cron_pax.txt That was a good hint and, indeed, it works. It's not the notation, */5 ... works, too: the txt file is being created and a new line added every five minutes. So the problems seems to be related to my script somehow. :? What wo...
- Fri Feb 07, 2020 4:17 pm
- Forum: General Discussion
- Topic: Temperature by email
- Replies: 17
- Views: 4885
Re: Temperature by email
Sorry, this was a typo. I meant minute instead of second. Later I want to run the script only like every 10 Minutes or so. But apart from that, the current cronjob command doesn't seem to run at all, no matter if I set it to 1 minute or 2 minutes or whatever. I can execute the script manually, but c...
- Fri Feb 07, 2020 12:05 am
- Forum: General Discussion
- Topic: Temperature by email
- Replies: 17
- Views: 4885
Re: Temperature by email
I installed lm-sensors on my system...actually on all my linux systems...it's nice to be able to see the temps of different temperature sensors on a machine, but not sure how it can email if temps get out of specs. https://github.com/lm-sensors/lm-sensors I did find this though https://www.linux.co...
- Fri Feb 07, 2020 12:01 am
- Forum: General Discussion
- Topic: Temperature by email
- Replies: 17
- Views: 4885
Re: Temperature by email
Okay, I got it to work to send an email. :) The email arrives and tells the CPU temperature. However, the cronjob doesn't seem to work. It's strange. Manually calling the monitoring script from the command line works like a charm and the email gets delivered within seconds, but calling the script by...
- Wed Feb 05, 2020 9:15 pm
- Forum: General Discussion
- Topic: Temperature by email
- Replies: 17
- Views: 4885
Re: Temperature by email
Thank you.
I thought there would be a DietPi method, but true, there are many scripts and ideas throughout the internet. I was unsure how to run a script like every few minutes, but I totally overlooked there is cronjobs for that haha ... should be feasible then 


- Wed Feb 05, 2020 7:51 pm
- Forum: General Discussion
- Topic: Temperature by email
- Replies: 17
- Views: 4885
Temperature by email
Hi!
Is there a way to automatically monitor the temperature and make DietPi send an email when the rPi's temperature exceeds a certain threshold?
Is there a way to automatically monitor the temperature and make DietPi send an email when the rPi's temperature exceeds a certain threshold?
- Tue Jan 07, 2020 7:20 pm
- Forum: General Discussion
- Topic: How to install a package not in stable release?
- Replies: 2
- Views: 644
How to install a package not in stable release?
Hi! Debian buster stable ships with unbound DNS server 1.9.0. It can be easily installed by "apt install unbound". So far so good. But how can I install newer versions of unbound? I don't know the necessary steps. However, I don't want to generally set sources.list to testing or sid, I wan...
- Sat Aug 10, 2019 10:29 am
- Forum: Troubleshooting
- Topic: [SOLVED] bitwarden docker image
- Replies: 1
- Views: 2697
Re: [SOLVED] bitwarden docker image
Update: you should use bitwardenrs/server instead of this mprasil image as that is the new official image. Explanation below shows how to. So, after having installed docker through dietpi-software perform the following commands (adapted for Raspberry Pi): docker pull bitwardenrs/server:raspberry do...
- Fri Jul 19, 2019 7:25 pm
- Forum: Requests
- Topic: DNS over HTTPS
- Replies: 4
- Views: 2750
Re: DNS over HTTPS
maybe a better option, install unbound, it's a local DNS Resolver, much faster and secure then something else https://nlnetlabs.nl/projects/unbound/ tested on DietPi 6.23 / 6.24 I can back that. I did it this way and unbound runs like a charm. :) I, however, configured it to use DNS over TLS (DoT)....
- Sun Jun 23, 2019 7:00 pm
- Forum: Troubleshooting
- Topic: no IP firewalling in effect
- Replies: 3
- Views: 1161
Re: no IP firewalling in effect
Thank you very much for the answer. So I'll not bother with this error log entry any longer. Did you observe this on a Stretch or Buster image? To answer your question: Originally a Stretch image, then updated inline by means of apt-get to Buster testing which is where the said error message occurs.