Esempio n. 1
0
 public static function getDeploymentNagiosPluginFileContents($deployment, $plugin, $revision)
 {
     if (self::$init === false) {
         self::init();
     }
     return NagRedis::hGet(md5('deployment:' . $deployment) . ':' . $revision . ':nagiosplugin:' . $plugin, 'file');
 }