Bug 33957

Summary: Плагин apcupsd требует изменение в конфиге после обновления с 5.5.2 до 5.7.2
Product: Sisyphus Reporter: Sergey Y. Afonin <asy>
Component: collectdAssignee: Sergey Y. Afonin <asy>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P3 CC: asy, at, cas, crux, ender, lav, ldv, mike, qa_viy, rider, shaba, viy
Version: unstable   
Hardware: all   
OS: Linux   

Description Sergey Y. Afonin 2017-10-03 12:11:46 MSK
В логе:

Oct  3 12:41:43 collectd[29344]: plugin_load: plugin "apcups" successfully loaded.
Oct  3 12:41:44 collectd[29344]: apcups plugin: connect failed: Connection refused
Oct  3 12:42:03 collectd[29344]: apcups plugin: connect failed: Connection refused

Начинает работать, если раскомментировать 

<Plugin apcups>
        Host "localhost"
        Port "3551"
</Plugin>

Умолчания слетели ?
Comment 1 Sergey Y. Afonin 2017-10-03 14:21:26 MSK
Вот тут подсказывают, что баг, и уже пофикшен:
https://mailman.verplant.org/pipermail/collectd/2017-October/007062.html
Comment 2 Anton Farygin 2017-10-03 14:22:35 MSK
Соберите кто-нибуть с патчем.
Comment 3 Sergey Y. Afonin 2017-10-30 22:19:32 MSK
Интересно, как с гитхаба коммит вытащить в виде патча...
Comment 4 Andrey Cherepanov 2017-10-31 12:42:41 MSK
(В ответ на комментарий №3)
> Интересно, как с гитхаба коммит вытащить в виде патча...
Дописать к URL '.patch'
Comment 5 Repository Robot 2017-10-31 16:39:53 MSK
collectd-5.7.2-alt3 -> sisyphus:

Tue Oct 31 2017 Sergey Y. Afonin <asy@altlinux.ru> 5.7.2-alt3
- cherry-pick from upstream 'apcups: allow to use plugin without explicit configuration'
  (ALT #33957)