munin: samba plugins ergänzt (#206)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#206 Co-authored-by: mg <mg@noreply.git.mgrote.net> Co-committed-by: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
61e2b0ad23
commit
bdf3c96d85
1 changed files with 10 additions and 4 deletions
|
@ -122,12 +122,18 @@
|
||||||
- name: hddtempd # ersetzt durch hddtemp_smartctl
|
- name: hddtempd # ersetzt durch hddtemp_smartctl
|
||||||
- name: ipmi_power # für pve2, leeres diagramm
|
- name: ipmi_power # für pve2, leeres diagramm
|
||||||
- name: lvm_
|
- name: lvm_
|
||||||
|
- name: samba_locked
|
||||||
|
- name: samba_users
|
||||||
munin_node_plugins:
|
munin_node_plugins:
|
||||||
- name: chrony
|
- name: chrony
|
||||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/chrony
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/chrony
|
||||||
- name: systemd_status
|
- name: systemd_status
|
||||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/systemd_status
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/systemd_status
|
||||||
- name: samba_users
|
- name: samba
|
||||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/samba_users
|
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/samba
|
||||||
- name: samba_locked
|
config: |
|
||||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/samba_locked
|
[samba]
|
||||||
|
user root
|
||||||
|
group root
|
||||||
|
env.smbstatus /usr/bin/smbstatus
|
||||||
|
env.ignoreipcshare 1
|
||||||
|
|
Loading…
Reference in a new issue