-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
30 lines (14 loc) · 880 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Nagios probes for OpenNebula-related services e.g. econe-server, occi-server
and oned RPC2.
These probes are written in Ruby, Gemfile for bundler is included.
[[Usage]]
./check_opennebula.rb --username <USERNAME> --password <PASSWORD> --hostname <HOSTNAME> --port <PORT_NUMBER> --service occi
./check_opennebula.rb --username <USERNAME> --password <PASSWORD> --hostname <HOSTNAME> --port <PORT_NUMBER> --path /RPC2 --service oned
./check_opennebula.rb --username <USERNAME> --password <PASSWORD> --hostname <HOSTNAME> --port <PORT_NUMBER> --service econe
and with optional
--timeout (this option is, for now, ignored by OCCI and ECONE probes)
--protocol [https | http]
--debug
--check-network <ID>,<ID>,<ID>,... (this option is ignored by the ECONE probe)
--check-storage <ID>,<ID>,<ID>,...
--check-compute <ID>,<ID>,<ID>,...