Jump to content

MegaRaid StorCli


Aaron Trujillo

Recommended Posts

I have MegaRaid controller cards in several of my servers.  On my Windows servers I can use an app called MegaRaid Manager that logs errors and other info to the application event log that Pulseway monitors for me wonderfully.  However, on my Linux servers the app different, it is called StorCLI.  I can get plenty of information from this and even have a log generated but I don't know how to get Pulseway configured to monitor it.  

Any help would be appreciated,

Thanks,

Aaron

Link to comment
Share on other sites

  • Administrators

Hi Aaron,

You could write an automation script that can run the StorCLI app, parse the output using grep (and read the exit code) and if the RAID is inconsistent then return an exit code different from 0 which will cause the script to be marked as failed. Then you can have the task notify you when the script fails. Trick is you'd have the run the script manually every now and then until we add the scheduling capabilities for automation and reporting.

Alternatively, have the script installed locally on the machine, add it to crontab to run based on a schedule (every day?) and then call the Pulseway REST API to add a notification for the system (docs). You can find the system identifier of a Linux agent in the following file: /var/pulseway/pulseway.id .

-Paul

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...