Revision 14d30d82 src/rm/RequestManager.cc
src/rm/RequestManager.cc | ||
---|---|---|
306 | 306 |
|
307 | 307 |
// Host Methods |
308 | 308 |
xmlrpc_c::methodPtr host_enable(new HostEnable()); |
309 |
xmlrpc_c::methodPtr host_monitoring(new HostMonitoring()); |
|
310 |
xmlrpc_c::methodPtr host_pool_monitoring(new HostPoolMonitoring()); |
|
309 | 311 |
|
310 | 312 |
// Image Methods |
311 | 313 |
xmlrpc_c::methodPtr image_persistent(new ImagePersistent()); |
... | ... | |
373 | 375 |
RequestManagerRegistry.addMethod("one.host.allocate", host_allocate); |
374 | 376 |
RequestManagerRegistry.addMethod("one.host.delete", host_delete); |
375 | 377 |
RequestManagerRegistry.addMethod("one.host.info", host_info); |
378 |
RequestManagerRegistry.addMethod("one.host.monitoring", host_monitoring); |
|
376 | 379 |
|
377 | 380 |
RequestManagerRegistry.addMethod("one.hostpool.info", hostpool_info); |
381 |
RequestManagerRegistry.addMethod("one.hostpool.monitoring", host_pool_monitoring); |
|
378 | 382 |
|
379 | 383 |
/* Group related methods */ |
380 | 384 |
RequestManagerRegistry.addMethod("one.group.allocate", group_allocate); |
Also available in: Unified diff