cloudstack-nagios 0.17.2 → 0.17.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.
data/cloudstack-nagios.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ require 'cloudstack-nagios/version'
|
|
|
6
6
|
Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = "cloudstack-nagios"
|
|
8
8
|
gem.version = CloudstackNagios::VERSION
|
|
9
|
-
gem.authors = ["Nik Wolfgramm"]
|
|
9
|
+
gem.authors = ["Nik Wolfgramm", "Martin Kolly"]
|
|
10
10
|
gem.email = ["nik.wolfgramm@gmail.com"]
|
|
11
11
|
gem.description = %q{cloudstack-nagios generates nagios configuration and checks for monitoring CloudStack with nagios.}
|
|
12
12
|
gem.summary = %q{cloudstack-nagios CloudStack monitoring tools for nagios}
|
|
@@ -85,8 +85,8 @@ define service {
|
|
|
85
85
|
|
|
86
86
|
define service {
|
|
87
87
|
hostgroup_name CloudstackRouter
|
|
88
|
-
service_description Cloudstack Virtual Router
|
|
89
|
-
display_name Cloudstack Virtual Router
|
|
88
|
+
service_description Cloudstack Virtual Router VarFS r/w
|
|
89
|
+
display_name Cloudstack Virtual Router VarFS r/w
|
|
90
90
|
use Generic-Service,service-pnp
|
|
91
91
|
check_command cs-nagios_check-varfsrw!80!90
|
|
92
92
|
register 1
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudstack-nagios
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Nik Wolfgramm
|
|
9
|
+
- Martin Kolly
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|