bundles: fix some icinga checks

This commit is contained in:
Franzi 2020-11-21 10:30:05 +01:00
parent 11071914e0
commit 5419bf31fb
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 17 additions and 6 deletions

View file

@ -72,10 +72,10 @@ if node.has_bundle('sshmon'):
'zfs': {
'services': {
'ZFS AUTO SNAPSHOT': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_zfs_auto_snapshot',
'command_on_monitored_host': 'sudo /usr/local/share/icinga/plugins/check_zfs_auto_snapshot',
},
'ZFS MOUNTED VOLUMES': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_zfs_volumes',
'command_on_monitored_host': 'sudo /usr/local/share/icinga/plugins/check_zfs_volumes',
},
'ZFS OLD SNAPSHOTS': {
'command_on_monitored_host': 'sudo /usr/local/share/icinga/plugins/check_zfs_old_snapshots',