Server Management - Systems Insight Manager
1829404 Members
1543 Online
109991 Solutions
New Discussion

Re: HPSIM send alert to my own program,need help!

 
SOLVED
Go to solution
Wu Jiangang
Occasional Contributor

HPSIM send alert to my own program,need help!

I write a program that can send sound and light alert.My question is how I can forward HPSIM alert to my own program.
Thanks
2 REPLIES 2
Rob Buxton
Honored Contributor
Solution

Re: HPSIM send alert to my own program,need help!

Use the Custom Command option.
You can either pass parameters directly to you program or use a scripting language to format what you want based on variables sent by HPSIM and pass them to your program.

There's a section in the User Guide that covers Custom Commands and the variables that are passed.
Wu Jiangang
Occasional Contributor

Re: HPSIM send alert to my own program,need help!

Thanks ,Rob.I find the option.