I have a Database Status check that us set to look against MSSQL Server. I have the check outputting some string data intended for DBA use and reference, but also integer values that are intended to be representations of the state and user access descriptions for triggering and graphing.
My question is, is there a proper method to split these outputs into their own items? Exclude information perhaps that gets passed into latest data?
Not quite sure where to start obviously. Thanks!
My question is, is there a proper method to split these outputs into their own items? Exclude information perhaps that gets passed into latest data?
Not quite sure where to start obviously. Thanks!
Comment