From: Jeff S. <je...@sk...> - 2004-10-06 16:06:08
|
Here is a first draft of a plugin that checks disk usage on a remote UNIX system via rsh or ssh, and returns performance data for each filesystem. The highest level of Ok, Warning, or Critical is returned. Not heavily tested, but is working well for me. Might need to adjust 'df' command for some OSes. My vendors do not allow "Third Party" software of any kind installed on my servers, so everything has to be done via ssh. So, I'm slowly re-writing the plugins I need to perform all service checks via ssh, and to return performance data. Posting here since I really wrote it for use with Perfparse. I'm just learning plugin development, so bare with me please.... Thanks, Jeff Scott |