added service checks for nagios host including fqdn etc. so that nagios server can be treated both as nagios process and client

This commit is contained in:
Arne Teuke
2017-09-18 18:57:19 +02:00
parent e434c34c4d
commit e6256e44f5
3 changed files with 115 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ gem 'puppet-strings'
gem 'rake'
gem 'semantic_puppet'
gem 'rgen'
gem 'public_suffix', '<= 2.0.5'
# rspec must be v2 for ruby 1.8.7
if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'