I want to create an Item for log monitoring, use 1 common trigger for all matching keywords and use Action to extract the "keyword" dynamically.
Item:
logrt["/tmp/messages$","error|Timeout|down|fail|LED|fmd|duplic ate|write|Manual|process is stuck|Deasserted|Device Absent|V-14-1-10205",,100]
Trigger if string is identified and close the alert in 30 minutes:
str() > 0 and nodata(30m)=0
Queries:
1. Will above solution work and create multiple alerts?
2. What is the impact if this is monitored across 3000 client servers?
3. How to extract the "keyword" dynamically and use it in automated actions?
Thanks.
Item:
logrt["/tmp/messages$","error|Timeout|down|fail|LED|fmd|duplic ate|write|Manual|process is stuck|Deasserted|Device Absent|V-14-1-10205",,100]
Trigger if string is identified and close the alert in 30 minutes:
str() > 0 and nodata(30m)=0
Queries:
1. Will above solution work and create multiple alerts?
2. What is the impact if this is monitored across 3000 client servers?
3. How to extract the "keyword" dynamically and use it in automated actions?
Thanks.
Comment