Revision 14d30d82 include/RequestManagerHost.h
include/RequestManagerHost.h | ||
---|---|---|
68 | 68 |
RequestAttributes& att); |
69 | 69 |
}; |
70 | 70 |
|
71 |
/* ------------------------------------------------------------------------- */ |
|
72 |
/* ------------------------------------------------------------------------- */ |
|
73 |
|
|
74 |
class HostMonitoring : public RequestManagerHost |
|
75 |
{ |
|
76 |
public: |
|
77 |
HostMonitoring(): |
|
78 |
RequestManagerHost("HostMonitoring", |
|
79 |
"Returns the host monitoring records", |
|
80 |
"A:si") |
|
81 |
{ |
|
82 |
auth_op = AuthRequest::USE; |
|
83 |
}; |
|
84 |
|
|
85 |
~HostMonitoring(){}; |
|
86 |
|
|
87 |
void request_execute(xmlrpc_c::paramList const& _paramList, |
|
88 |
RequestAttributes& att); |
|
89 |
}; |
|
90 |
|
|
71 | 91 |
/* -------------------------------------------------------------------------- */ |
72 | 92 |
/* -------------------------------------------------------------------------- */ |
73 | 93 |
/* -------------------------------------------------------------------------- */ |
Also available in: Unified diff