Hi All, Thanks in advance.
We are using powershell MP.
I created a custom Monitor with powershell MP. The alert is always getting generated with a lower value
Created Event login for the property bag output. The value is successfully getting captured.
the output will always an Integer
The condition to generate an alert is if the value is greater than 100.
The current property bag value is 6. Unfortunately its generating alert on the value 6.
Troubleshooting step performed:
1) Exported the MP containing custom monitor
2) navigate the xml file and fine "XPathQuery Type" and "Value Type"
By defaul, it is string data type, you should modify it into suitable data type
3) possible data types
“Boolean”
“String”
Tried with string and integer types but bad luck unfortunately still alert is generating with a lower value.
Any help will be thankful.
Thanks & regards,
Anu


