bundles: fix some icinga checks
This commit is contained in:
parent
11071914e0
commit
5419bf31fb
6 changed files with 17 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue