Module: Nagios::Splunk

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

Defined Under Namespace

Classes: CLI, Check, Exception, NoLicensesFound, NoPoolsFound, RestClient, Splunk

Constant Summary collapse

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