Thomas,

Can you explain in what fashion you want to modify robinhood startup? I
am not sure to understand.

I was planning to adjust it to handle each file system individually but after reading the script I saw you already have it set up with that flexibility. I implemented the check_mk fix back on 7/14 when I sent this message and it's been working flawlessly for us since.

It was this simple thanks to your useful init script:

====================
RESULT=`bash /usr/local/tc-scripts/rbh/rbh-check.sh status $fs | grep Robinhood`
  status=$?

  echo "${status} ROBINHOOD_${fsname} - ${RESULT}"
====================


Using a non-modified init script is fantastic for future maintainability and the results for our monitoring purposes have been, as you'd expect, on point.

Best,
Jesse Stroik

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to