Module: Nagios
- Defined in:
- lib/puppet/external/nagios.rb,
lib/puppet/external/nagios/parser.rb
Defined Under Namespace
Constant Summary collapse
- NAGIOSVERSION =
'1.1'- PINK =
yay colors
"[0;31m"- GREEN =
"[0;32m"- YELLOW =
"[0;33m"- SLATE =
"[0;34m"- ORANGE =
"[0;35m"- BLUE =
"[0;36m"- NOCOLOR =
"[0m"- RESET =
"[0m"
Class Method Summary collapse
Class Method Details
.version ⇒ Object
22 23 24 |
# File 'lib/puppet/external/nagios.rb', line 22 def self.version NAGIOSVERSION end |