I'm using a FKM plugin in geneos to monitor log file for a keyword. How would I set up email alerting option if keyword is found?
Asked
Active
Viewed 2,621 times
1 Answers
0
I figured out the way to add an email alert. You will have to create an Action from options on left side on Gateway setup editor.
- Select Action.
- Click on New Action.
- Select sharedLibrary under Options dropdown.
- Enter libemail.so in Library file section.
- Enter SendMail in Function name section.
- Enter below static parameters. You need set appropriate values for below params.
a) _SMTP_SERVER b) _FROM c) _FROM_NAME d) _TO
And in a Rule which gets fired when value changes in a column, call run "email_action_name".

hteejus
- 51
- 2
- 5