-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
49 lines (30 loc) · 1.21 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
check_splunk_license
--------------------
A Nagios check reporting the current licensed usage of a Splunk server
in megabytes.
Requirements:
1) a standard working Perl installation
2) a local Splunk installation (server or forwarder)
The Nagios 'check' script:
check_splunk_license.pl
Place it with the other Nagios checks (directory usually set in $USER1$).
Find more information about what the check is supposed to do here:
http://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume
http://docs.splunk.com/Documentation/Splunk/latest/Installation/AboutSplunklicenses#View_your_license_and_usage_details
Example Configuration Files
---------------------------
The Nagios 'command' configuration:
nagios/check_splunk_license.cfg
Configuration for the read protected (usually mode 600) Nagios include file:
nagios/resource.cfg
An example service configuration:
nagios/mysplunkserver.cfg
Some configuration options for the 'nagiosgraph' package:
nagiosgrapher/check_splunk_license.ncfg
nagiosgrapher/alternative_check_splunk_license.ncfg
License
-------
For now I am attaching the GPL to the code, but please let me know
if you want another one.
LICENSE
-- Troy Johnson <[email protected]>