Module: Nagios

Defined in:
lib/puppet/external/nagios.rb,
lib/puppet/external/nagios/parser.rb

Defined Under Namespace

Classes: Base, Config, Parser

Constant Summary collapse

NAGIOSVERSION =
'1.1'
PINK =

yay colors

""
GREEN =
""
YELLOW =
""
SLATE =
""
ORANGE =
""
BLUE =
""
NOCOLOR =
""
RESET =
""

Class Method Summary collapse

Class Method Details

.versionObject



22
23
24
# File 'lib/puppet/external/nagios.rb', line 22

def self.version
  NAGIOSVERSION
end