Add nrpe monitor script for restore tests
This commit is contained in:
parent
da0be0f807
commit
2d5c316846
1 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,13 @@ class net::baas2_restoretest(
|
|||
owner => 'root',
|
||||
content => file('net/baas2_restoretest/validate-backup-files')
|
||||
}
|
||||
|
||||
file { '/usr/local/sbin/baas2-check-restore-status':
|
||||
ensure => 'file',
|
||||
mode => '0755',
|
||||
owner => 'root',
|
||||
content => file('net/baas2_restoretest/baas2-check-restore-status')
|
||||
}
|
||||
}
|
||||
|
||||
if $node_type == 'backupnode' {
|
||||
|
|
Loading…
Add table
Reference in a new issue