Munin: deye/solar (#473)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #473
This commit is contained in:
Michael Grote 2023-03-02 22:58:55 +01:00
parent 5784a1b1cf
commit c43b1adb7a
3 changed files with 14 additions and 1 deletions

View File

@ -100,3 +100,7 @@
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/docker/docker_
- name: docker_volumes
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/docker/docker_
### mgrote.apt_manage_packages
apt_packages_extra:
- bc # für munin plugins
- jq # für munin plugins

View File

@ -275,9 +275,18 @@
env.api_path /ocs/v2.php/apps/serverinfo/api/v1/info
env.scheme https
- name: deye
src: https://raw.githubusercontent.com/quotengrote/contrib/deye/plugins/deye/deye
src: https://git.mgrote.net/Mirror/munin-contrib/raw/branch/master/plugins/solar/deye
config: |
[deye]
env.user deyeadmin600
env.password {{ lookup('keepass', 'munin_deye_admin_pass', 'password') }}
env.ip 192.168.10.180
- name: solarman_api_inverter
src: https://raw.githubusercontent.com/quotengrote/contrib/deye2/plugins/solar/solarman_api_inverter # später austauschen nach merge
config: |
[solarman_api_inverter]
env.SLRM_APPID {{ lookup('keepass', 'SLRM_APPID', 'password') }}
env.SLRM_DEVICE_SN {{ lookup('keepass', 'SLRM_DEVICE_SN', 'password') }}
env.SLRM_MAIL {{ lookup('keepass', 'SLRM_MAIL', 'password') }}
env.SLRM_PASSWORD {{ lookup('keepass', 'SLRM_PASSWORD', 'password') }}
env.SLRM_APPSECRET {{ lookup('keepass', 'SLRM_APPSECRET', 'password') }}

Binary file not shown.