Umzug (#524)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #524
This commit is contained in:
parent
011f54852a
commit
103a2e9c93
5 changed files with 6 additions and 26 deletions
|
@ -79,7 +79,7 @@ services:
|
|||
logo: "assets/icons/pve.png"
|
||||
url: "https://pve5.grote.lan:8006"
|
||||
target: "_blank"
|
||||
subtitle: "Selbstbau"
|
||||
subtitle: "HP Elitedesk 800 G2"
|
||||
- name: "ProxMox Virtual Environment - Test"
|
||||
logo: "assets/icons/pve.png"
|
||||
url: "https://pve5-test.grote.lan:8006"
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
ND_SESSIONTIMEOUT: 24h
|
||||
ND_MUSICFOLDER: /music
|
||||
ND_DATAFOLDER: /data
|
||||
ND_SCANSCHEDULE: 6 * * * *
|
||||
ND_SCANSCHEDULE: 0 1 * * *
|
||||
ND_TRANSCODINGCACHESIZE: 500MB
|
||||
ND_IMAGECACHESIZE: 100MB
|
||||
ND_AUTOIMPORTPLAYLISTS: false
|
||||
|
|
|
@ -60,6 +60,8 @@
|
|||
- name: squid_objectsize # proxmox
|
||||
- name: squid_requests # proxmox
|
||||
- name: squid_traffic # proxmox
|
||||
- name: solarman_api_inverter
|
||||
- name: deye
|
||||
munin_node_plugins:
|
||||
- name: timesync
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/systemd/timesync_status
|
||||
|
|
|
@ -275,23 +275,6 @@
|
|||
env.password {{ lookup('keepass', 'munin_user_nextcloud', 'password') }}
|
||||
env.api_path /ocs/v2.php/apps/serverinfo/api/v1/info
|
||||
env.scheme https
|
||||
- name: 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
|
||||
env.serial_number {{ lookup('keepass', 'SLRM_DEVICE_SN', 'password') }}
|
||||
- name: solarman_api_inverter
|
||||
src: https://git.mgrote.net/Mirror/munin-contrib/raw/branch/master/plugins/solar/solarman_api_inverter
|
||||
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') }}
|
||||
- name: dnsresponse_192.168.2.1
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/network/dns/dnsresponse_
|
||||
- name: dnsresponse_192.168.2.43
|
||||
|
|
|
@ -283,13 +283,6 @@
|
|||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/zfs/zfs_pool_dataset_count
|
||||
- name: ksm_
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/system/kernel_same_page_merging
|
||||
- name: apcupsd_ww
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/power/apcupsd_ww
|
||||
- name: apcupsd_pwr
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/apcupsd_pwr
|
||||
config: |
|
||||
[apcupsd_pwr]
|
||||
env.ups_model APC-BX950U-GR
|
||||
- name: http_response
|
||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/http/http_response
|
||||
config: |
|
||||
|
@ -306,3 +299,5 @@
|
|||
group root
|
||||
munin_node_disabled_plugins:
|
||||
- name: lvm_
|
||||
- name: apcupsd_ww
|
||||
- name: apcupsd_pwr
|
||||
|
|
Loading…
Reference in a new issue