Module: Nagios::Splunk

Defined in:
lib/nagios/splunk.rb,
lib/nagios/splunk/cli.rb,
lib/nagios/splunk/exception.rb,
lib/nagios/splunk/rest_client.rb

Defined Under Namespace

Classes: CLI, Exception, NoLicensesFound, NoPoolsFound, RestClient

Constant Summary collapse

LOGIN_URL =
"/services/auth/login"
POOL_LIST_URL =
"/services/licenser/pools"
LICENSE_LIST_URL =
"/services/licenser/licenses"