Hi all
I know there is lots of posts regarding log monitoring and ways on how to and not how to do it.
I need to monitor a string on a log file:
Current Item:
logrt[/home/mysql/scripts/slave_check.log,Seconds_Behind_Master]
My problem is the output:
Seconds_Behind_Master: 0
I only need the information behind the ":"
Any help on this would be appreciated
Thanks
I know there is lots of posts regarding log monitoring and ways on how to and not how to do it.
I need to monitor a string on a log file:
Current Item:
logrt[/home/mysql/scripts/slave_check.log,Seconds_Behind_Master]
My problem is the output:
Seconds_Behind_Master: 0
I only need the information behind the ":"
Any help on this would be appreciated
Thanks
Comment