Skip to content

Nagios probes for OpenNebula-related services such as oned, occi-server and econe-server written in Ruby

Notifications You must be signed in to change notification settings

municz/opennebula-nagios-probes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>,...

 
 
 
 
 
 
 
 
 
 
 

About

Nagios probes for OpenNebula-related services such as oned, occi-server and econe-server written in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published