Module: Nagios
- Defined in:
- lib/vendor/puppet/external/nagios.rb,
lib/vendor/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
24 25 26 |
# File 'lib/vendor/puppet/external/nagios.rb', line 24 def self.version NAGIOSVERSION end |