Skip to content

Commit

Permalink
use my version of tasmota and digitemp munin plugins
Browse files Browse the repository at this point in the history
lock munin-contrib and munin git modules to the versions with my
patches (that have been submitted upstream)
  • Loading branch information
spacelama committed Sep 28, 2024
1 parent bfe8007 commit 15355c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ all:
- name: /etc/digitemp.conf
source: etc/digitemp.conf.pve3
- name: /etc/munin/plugins/digitemp_DS9097
source: /usr/share/munin/plugins/digitemp_
type: symlink
source: monitoring/munin/digitemp_
local_follow: true
notify: restart munin-node

modprobe_options:
Expand Down
2 changes: 1 addition & 1 deletion repos/munin
Submodule munin updated 827 files
2 changes: 1 addition & 1 deletion repos/munin-contrib
7 changes: 6 additions & 1 deletion roles/monitoring/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
[digitemp_*]
user nut
group dialout
env.warning 60
env.critical 70
{{ munin_nut_config if host_is_nut_master | default(false) }}
Expand Down Expand Up @@ -167,7 +169,10 @@
- numa_
- chrony_
- nvme_
- tasmota_
- tasmota_ # would love to just put our modified plugins that
# are already in upstream, directly into
# /etc/munin/plugins, but these are the ones that
# take arguments, so they need to go somewhere!
notify: restart munin-node

- name: install custom nutups2_ etc munin monitoring plugins from munin-contrib, that take arguments, to UPS nut monitoring nodes
Expand Down

0 comments on commit 15355c9

Please sign in to comment.