Hello,
I wrote an custom sensor in C#. I want to create and alert, so I wrote the following statement:
Console.Write(Convert.ToInt64(3)+":" + failLocation);
This fairly works, except that the status bar in prtg is still green. Though the message I get is correct.
Add comment