cloudstack-nagios 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/cloudstack-nagios/templates/cloudstack_api_hosts.cfg.erb +4 -4
- data/lib/cloudstack-nagios/templates/cloudstack_asyncjobs_services.cfg.erb +2 -2
- data/lib/cloudstack-nagios/templates/cloudstack_capacity_services.cfg.erb +2 -2
- data/lib/cloudstack-nagios/templates/cloudstack_storage_pool_services.cfg.erb +2 -2
- data/lib/cloudstack-nagios/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70add464104edacb85ca4e3acfccd1eb65fa2b56
|
|
4
|
+
data.tar.gz: 99ae8fd9df278d8023f2c0055b4165c58f4c0a6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a31810fcb5fee564d53e5f68a13617685912f8c7bdcbc4ed85e64f708419911c891cfbbee3d5e44534394fec38fc7e1df4d80198388aeae8d53fc53aecb1b661
|
|
7
|
+
data.tar.gz: 9545edfebfc6845a092d3aa86d6155c2ffde5a7a036504af2ec802cfcd049e69e8dc886d210c9023ca50dd867232d3676081cc9c8c7c1f342313a4b18e0e6e4b
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
###############################################################################
|
|
13
13
|
|
|
14
14
|
define hostgroup {
|
|
15
|
-
hostgroup_name Cloudstack-
|
|
16
|
-
alias Cloudstack-
|
|
15
|
+
hostgroup_name Cloudstack-API
|
|
16
|
+
alias Cloudstack-API
|
|
17
17
|
register 1
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -23,7 +23,7 @@ define host {
|
|
|
23
23
|
display_name Cloudstack_<%= zone['name'] %>
|
|
24
24
|
address localhost
|
|
25
25
|
use Linux-Host,host-pnp
|
|
26
|
-
hostgroups Cloudstack-
|
|
26
|
+
hostgroups Cloudstack-API
|
|
27
27
|
check_command check-host-alive
|
|
28
28
|
register 1
|
|
29
29
|
}
|
|
@@ -36,4 +36,4 @@ define host {
|
|
|
36
36
|
#
|
|
37
37
|
# END OF FILE
|
|
38
38
|
#
|
|
39
|
-
###############################################################################
|
|
39
|
+
###############################################################################
|
|
@@ -18,7 +18,7 @@ define command {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
define service {
|
|
21
|
-
hostgroup_name Cloudstack-
|
|
21
|
+
hostgroup_name Cloudstack-API
|
|
22
22
|
service_description Cloudstack Async Jobs
|
|
23
23
|
display_name Cloudstack Async Jobs
|
|
24
24
|
use Generic-Service,service-pnp
|
|
@@ -32,4 +32,4 @@ define service {
|
|
|
32
32
|
#
|
|
33
33
|
# END OF FILE
|
|
34
34
|
#
|
|
35
|
-
###############################################################################
|
|
35
|
+
###############################################################################
|
|
@@ -22,7 +22,7 @@ define command {
|
|
|
22
22
|
|
|
23
23
|
<% capacity_types.each do |cap_type, cap_values| -%>
|
|
24
24
|
define service {
|
|
25
|
-
hostgroup_name Cloudstack-
|
|
25
|
+
hostgroup_name Cloudstack-API
|
|
26
26
|
service_description <%= cap_values[:name] %>
|
|
27
27
|
display_name <%= cap_values[:method_name] %>
|
|
28
28
|
use Generic-Service,service-pnp
|
|
@@ -37,4 +37,4 @@ define service {
|
|
|
37
37
|
#
|
|
38
38
|
# END OF FILE
|
|
39
39
|
#
|
|
40
|
-
###############################################################################
|
|
40
|
+
###############################################################################
|
|
@@ -21,7 +21,7 @@ define command {
|
|
|
21
21
|
<% end -%>
|
|
22
22
|
|
|
23
23
|
define service {
|
|
24
|
-
hostgroup_name Cloudstack-
|
|
24
|
+
hostgroup_name Cloudstack-API
|
|
25
25
|
service_description Cloudstack Storage Pool
|
|
26
26
|
display_name Cloudstack Storage Pool
|
|
27
27
|
use Generic-Service,service-pnp
|
|
@@ -35,4 +35,4 @@ define service {
|
|
|
35
35
|
#
|
|
36
36
|
# END OF FILE
|
|
37
37
|
#
|
|
38
|
-
###############################################################################
|
|
38
|
+
###############################################################################
|