I'd like ZM to run a program whenever an event is triggered.
The example script in the FAQ seems to be suitable for my purpose.
But I am not a perl programmer, so the simple task of placing a call to my own (bash) script is too high for me
Could somebody please show me, what I have to write instead of
Code: Select all
print( "Monitor ".$monitor->{Name}." has alarmed\n" );
#
# Do your stuff here
#
And - if possible - I want to pass parameters like Event ID, time, cause and so on..
Thanks a lot!