From aad266dc4846855c3c3d74efab806b8250604559 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Oct 2020 18:29:08 +0000 Subject: Add check of RAID arrays --- nagios/objects/commands.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nagios/objects/commands.cfg') diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg index 938b642..c057b2c 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -28,6 +28,11 @@ define command { command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_drbd } +define command { + command_name check_raid + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_raid +} + define command { command_name check_load command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_load -- cgit v1.2.3