Reputation: 116
Did someone ever set up Zabbix to work with HP OpenView ?
Zabbix docs doesn't mention much information on that.
I know I have to create a media linked to a script.
In that script I have to use the opcmsg
command but I don't understand the part which involves the database.
Can someone who ever experienced it drives me to the solution ?
Regards
Upvotes: 0
Views: 792
Reputation: 116
Finally we have decided to create a media script which is writing output to a file. Then that file will be monitored by a HP OpenView agent.
The steps are the following:
In my case the script is named hpov.sh
AlertScriptsPath=/path/to/zabbix/scripts
You are free to change Users who are concerned
That's it !
Upvotes: 0
Reputation: 28716
You are missing media script doc. Parse input in your media script and process it with 'opcmsg'.
Try to find similar alert scripts (concept, not code) for your inspiration - https://www.zabbix.com/documentation/3.0/manual/config/notifications/media/script
And finally please publish your script with documentation (I recommend Github + Zabbix share).
Upvotes: 1