#include "stdafx.h"
#include "ICPRequestHandlerFactory.h"
#include "isiscrpt.h"
#include "../svn-revision.h"
Go to the source code of this file.
|
static void | outputValue (std::ostream &os, const std::string &name, const std::string &units, double value) |
|
static void | outputValue (std::ostream &os, const std::string &name, const std::string &units, int value) |
|
static void | outputValue (std::ostream &os, const std::string &name, const std::string &units, unsigned int value) |
|
static void | outputValue (std::ostream &os, const std::string &name, const std::string &units, const std::string &value) |
|
static void | outputTimeValue (std::ostream &os, const std::string &name, time_t value) |
|
|
static const char * | nagios_status [] = { "OK", "WARNING", "CRITICAL", "UNKNOWN" } |
|
static const char * | nagios_shutter_val [] = { "CLOSED and RUNNING", "CLOSED", "OPEN" } |
|
static void outputTimeValue |
( |
std::ostream & |
os, |
|
|
const std::string & |
name, |
|
|
time_t |
value |
|
) |
| |
|
static |
static void outputValue |
( |
std::ostream & |
os, |
|
|
const std::string & |
name, |
|
|
const std::string & |
units, |
|
|
double |
value |
|
) |
| |
|
static |
static void outputValue |
( |
std::ostream & |
os, |
|
|
const std::string & |
name, |
|
|
const std::string & |
units, |
|
|
int |
value |
|
) |
| |
|
static |
static void outputValue |
( |
std::ostream & |
os, |
|
|
const std::string & |
name, |
|
|
const std::string & |
units, |
|
|
unsigned int |
value |
|
) |
| |
|
static |
static void outputValue |
( |
std::ostream & |
os, |
|
|
const std::string & |
name, |
|
|
const std::string & |
units, |
|
|
const std::string & |
value |
|
) |
| |
|
static |
const char* nagios_shutter_val[] = { "CLOSED and RUNNING", "CLOSED", "OPEN" } |
|
static |
const char* nagios_status[] = { "OK", "WARNING", "CRITICAL", "UNKNOWN" } |
|
static |