Open for Voting

PowerShell/Script Output String or Integer

Currently you are required to always have a statistic in the output script.

I request that it be a .message  or .statistic

Currently the way you configure the script

     Write-host "Message.MsgsSent: Message Sent";

      write-host "statistic.MsgsSent: $(Status.MSgsSent)";

It would be nice to be able to just out put the string data itself.

    write-host "message.Make: Blackberry";

     write-host "message.model: 900";

     Write-host "message.swver: 6.0";

Blackberry, 900, 6.0 would all be variables $make, $Model, $swver

Then for the thresholds for this it would be nice to have the ability to set the thresholds has a string value for both warning and critical

= something

contains something