qsoftsys
Members
-
Joined
-
Last visited
Reputation Activity
-
qsoftsys reacted to qsoftsys in Linux agent notificationHi,
Â
The Linux Agent appears to be missing some of the capabilities of its Windows version.
Â
I am looking for some way to raise alerts based on specific log entries or monitor file changes, etc. If the capability exists, can someone let me know how to set this up ? I can't find anything like this in the config file.
Â
Alternatively, is the a plugin or some command line program that will allow an external program or script to raise alerts ? For example, let's imagine there is a command line program called pwalerts. Our script could call it to raise alerts like :-
Â
#pwalerts 0 "RAID Event detected" 1
Â
Where :
pwalerts = the name of the alert injection program
0 = Alert level - 0 for Critical, 1 for Elevated, etc.
The text string is the alert Title
1 = Allow repeating alerts
Â
Thanks.
Â
CK