Hi, we're using Syslog to monitor 10+ applications that each have 2-3 modules that need to be monitored. Currently they are feeding Syslog using log4net appenders sending syslog messages. The thing I want to do is NOT have to manually set up the rules and their filters and actions. I want to run a script that will create all that for me based on a couple of parameters and a static config. I've figured out how to do most of what I need but I haven't figured out how to set the
Flag/Counter Timeout values which generally look like this (looking to see how to set L01):
R005-F003-L01=041006000000001
R005-F003-L02=1x in 15 min
R005-F003-L03=1
R005-F003-L04=15
And the Time Of Day values (looking to see how to set L01 & L03):
R005-F004-L01=030705000000001
R005-F004-L02=M-F 8am
R005-F004-L03=00000000000000000000000000000000000000000000000000000000000000003E000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Any information is appreciated!
Thanks in advance!
Mike