Hi!
I am using conky 1.12.2 on ubuntu 22.04.2 and it works great. Thanks
When monitoring apcupsd daemon of 2 different hosts, it displays the same host twice.
It ignores the second ${apcupsd host port} variable.
${apcupsd host1 3551}${apcupsd_model} ${apcupsd_status} \
${apcupsd_name} ${apcupsd_charge}% ${apcupsd_timeleft} minutes
${apcupsd host2 3551}${apcupsd_model} ${apcupsd_status} \
${apcupsd_name} ${apcupsd_charge}% ${apcupsd_timeleft} minutes
Did I missed something ?
How can I reset betwwen the 2 "calls" ?
Thanks in advance.