Skip to content

Instantly share code, notes, and snippets.

@itskenny0
Created October 31, 2016 15:43
Show Gist options
  • Save itskenny0/44d8b5ff6d697a7a6a551fb3bff8d68f to your computer and use it in GitHub Desktop.
Save itskenny0/44d8b5ff6d697a7a6a551fb3bff8d68f to your computer and use it in GitHub Desktop.
<?php
echo $output = (new CheckMKLocalcheck("test-email-rtt"))
->setValue(305)
->setText("Some other text: :value:")
->setMetric("seconds", 20)
->setKPI(CheckMKLocalcheck::STATE_WARN, 300)
->setKPI(CheckMKLocalcheck::STATE_CRIT, 500)
->export() . PHP_EOL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment