#!/bin/bash

# Author: M.Fuerstenau, OPS, Poing
#
# 09.02.2007

HOST=$1
DESC=$2

DESC=$(echo "$DESC" | sed 's/\:/ - /g'| sed 's/\<//g'| sed 's/\>//g')

/usr/lib/nagios/eventhandlers/submit_check_result $HOST VORTEX-RAID-INFO 0 "RAID controller information: $DESC"
