cloudstack-nagios 0.11.2 → 0.11.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_hostgroups.cfg.erb +6 -0
- data/lib/cloudstack-nagios/templates/cloudstack_router_hosts.cfg.erb +1 -1
- data/lib/cloudstack-nagios/templates/cloudstack_router_services.cfg.erb +6 -6
- data/lib/cloudstack-nagios/version.rb +2 -2
- 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: fb7b64ad48748c75f2712de376bd98c71e3a8b21
|
|
4
|
+
data.tar.gz: 56dd23998b6fff9be99ba76bb6310c57b1d1a0ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bb9d4112afc7fdc6475d5d5c399ccaf73d6dc86a2a354eea581e5591efb636ed35931dc641a0304cae0fab8ef1ae191c0c0d593b383c7184a1b0dfe686d55fe
|
|
7
|
+
data.tar.gz: 7f592aacd792529edef98e2226539c983e5f884d0117ad8927a4827c6370488d9e17fb2a70929d6074021accdeed56ca46d2cf14ee5873fb7b8e0dfe5fb9ea88
|
|
@@ -6,7 +6,7 @@ define host {
|
|
|
6
6
|
display_name <%= router['name'] %> (<%= router['linklocalip'] %>)<%= " - #{router['project']}" if router['project'] %> - <%= router['zonename'] %>
|
|
7
7
|
address <%= router['linklocalip'] %>
|
|
8
8
|
use Linux-Host,host-pnp
|
|
9
|
-
hostgroups
|
|
9
|
+
hostgroups CloudstackRouter
|
|
10
10
|
check_command check-host-alive
|
|
11
11
|
register 1
|
|
12
12
|
}
|
|
@@ -31,7 +31,7 @@ define command {
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
define service {
|
|
34
|
-
|
|
34
|
+
hostgroup_name CloudstackRouter
|
|
35
35
|
service_description Cloudstack Virtual Router Memory
|
|
36
36
|
display_name Cloudstack Virtual Router Memory
|
|
37
37
|
use Generic-Service,service-pnp
|
|
@@ -40,7 +40,7 @@ define service {
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
define service {
|
|
43
|
-
|
|
43
|
+
hostgroup_name CloudstackRouter
|
|
44
44
|
service_description Cloudstack Virtual Router CPU
|
|
45
45
|
display_name Cloudstack Virtual Router CPU
|
|
46
46
|
use Generic-Service,service-pnp
|
|
@@ -49,7 +49,7 @@ define service {
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
define service {
|
|
52
|
-
|
|
52
|
+
hostgroup_name CloudstackRouter
|
|
53
53
|
service_description Cloudstack Virtual Router Network
|
|
54
54
|
display_name Cloudstack Virtual Router Network
|
|
55
55
|
use Generic-Service,service-pnp
|
|
@@ -58,7 +58,7 @@ define service {
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
define service {
|
|
61
|
-
|
|
61
|
+
hostgroup_name CloudstackRouter
|
|
62
62
|
service_description Cloudstack Virtual Router RootFS rw
|
|
63
63
|
display_name Cloudstack Virtual Router RootFS rw
|
|
64
64
|
use Generic-Service,service-pnp
|
|
@@ -67,7 +67,7 @@ define service {
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
define service {
|
|
70
|
-
|
|
70
|
+
hostgroup_name CloudstackRouter
|
|
71
71
|
service_description Cloudstack Virtual RouterDiskUsageRoot
|
|
72
72
|
display_name Cloudstack Virtual Router DiskUsage Root
|
|
73
73
|
use Generic-Service,service-pnp
|
|
@@ -76,7 +76,7 @@ define service {
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
define service {
|
|
79
|
-
|
|
79
|
+
hostgroup_name CloudstackRouter
|
|
80
80
|
service_description Cloudstack Virtual RouterDiskUsageVar
|
|
81
81
|
display_name Cloudstack Virtual Router DiskUsage Var
|
|
82
82
|
use Generic-Service,service-pnp
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module CloudstackNagios
|
|
2
|
-
VERSION = "0.11.
|
|
3
|
-
end
|
|
2
|
+
VERSION = "0.11.3"
|
|
3
|
+
end
|