This is just a suggestion but would it be plausible to add in a feature to the Telegram script to differentiate the "initial" or "very first" message that it displays after boot from the regular periodic messages?
I have been having some issues with my miners and having all of the telegram popups on my phone, having a difference in the first line it types to see what is a periodic message and what is a "first boot" as in it would have restarted and may have problems would help me out a lot. Just a suggestion, if it doesn't seem helpful to others then ignore.
I am referring to making the difference in the first lines that popup so they would still show in the preview message on the lock screen of a phone
Have a try on kk003_telegram, but only if you don't use Wdog (nvoc system may ask for few telegrams almost simultaneously and that make this script to mix data):
MINER_WATCHDOG="NO"
then:
TELEGRAM_MESSAGES="YES" # YES or NO # Set to YES if you want to receive Telegram Periodic Messages
TELEGRAM_ALERTS="YES" # YES or NO # Set to No if you don't want to get Telegram Alerts
TELEGRAM_TYPE="kk003"
TELEGRAM_TIMEOUT_IN_MINUTES="15" read notes in /home/m1/telegram about this var. I recommend 15
then in /home/m1/telegram :
USER_CUSTOM_TIMES_TO_SEND_TELEGRAM=("12:00" "18:00" "21:32") , or whatever times you want to receive a standard telegram so no every TELEGRAM_TIMEOUT_IN_MINUTES and stop getting crazy ;-)
This is the standard output once system restart or Xorg restart:
** AyM Report **
WARNING: XORG just restarted
WARNING: System just rebooted
-- System information :
Reboot needed : No
Worker : AyM
Coin : ETC
Address : 0x34E*****fe250
Exec : /home/m1/eth/claymore/latest/ethdcrminer64
Miner uptime : 02:14
Private Ip : 192.168.0.243
Public Ip : 19.**.**.230
Sshd port : 50022
Up since : 2017-12-24 17:55:36
Time up : 3 minutes
Ram : 3.80 Gb
Cpu : Intel(R) Celeron(R) CPU G3900 @ 2.80GHz (cores = 2)
Load average :
0.70 (last minute)
0.85 (last 5 minutes)
0.39 (last 15 minutes)
Logged in users :
m1 tty7 2017-12-24 17:56 (:0)
m1 pts/17 2017-12-24 17:56 (AyM)
m1 pts/19 2017-12-24 17:56 (AyM)
m1 pts/20 2017-12-24 17:56 (AyM)
System is reporting : 5 Gpus
System should have : 5 Gpus
-- Nvidia-smi Information :
Gpu_Utilization:
0 GF970_4G 100%
1 GF1060_3G 100%
2 GF1060_3G 100%
3 GF1060_3G 100%
4 GF970_4G 97%
Gpu_power_limit:
0 GF970_4G 100.00W
1 GF1060_3G 95.00W
2 GF1060_3G 95.00W
3 GF1060_3G 95.00W
4 GF970_4G 100.00W
Gpu_power_draw:
0 GF970_4G 107.56W
1 GF1060_3G 95.93W
2 GF1060_3G 95.27W
3 GF1060_3G 95.56W
4 GF970_4G 107.79W
Gpu_temperature_(ºC):
0 GF970_4G 51
1 GF1060_3G 59
2 GF1060_3G 65
3 GF1060_3G 64
4 GF970_4G 50
Gpu_fan_speed:
0 GF970_4G 60%
1 GF1060_3G 60%
2 GF1060_3G 60%
3 GF1060_3G 60%
4 GF970_4G 60%
-- Claymore mining Information :
Latest Total Hashrates :
91.832Mh/s 91.997Mh/s 92.003Mh/s
Index, Shares, Hashrate
GPU 0,0,9.904Mh/s
GPU 1,0,24.170Mh/s
GPU 2,0,24.107Mh/s
GPU 3,0,23.811Mh/s
GPU 4,0,9.878Mh/s
Total shares : 3
Rejected shares : 0(0 0 0 0 0)
Claymore up time : 00:02
There is few miners I don't support yet, mainly because I don't use them I don't get requests or new features to add so that it has not much sense to keep developing the script as I only use calymore, ewbf and genoil.
Anyway, let me know if need help.