Module: Zabbix
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/zabbix-rails.rb,
lib/zabbix/chart.rb,
lib/zabbix/engine.rb,
lib/zabbix/version.rb,
lib/zabbix/connector.rb,
lib/zabbix/dns_monitor.rb,
lib/zabbix/host_monitor.rb,
lib/zabbix/item_trigger.rb
Defined Under Namespace
Modules: Chart, Connector, DnsMonitor, HostMonitor, ItemTrigger Classes: Engine
Constant Summary collapse
- VERSION =
"0.2.6"
Class Attribute Summary collapse
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.password ⇒ Object
Returns the value of attribute password.
-
.url ⇒ Object
Returns the value of attribute url.
-
.user ⇒ Object
Returns the value of attribute user.
Class Method Summary collapse
Class Attribute Details
.debug ⇒ Object
Returns the value of attribute debug.
19 20 21 |
# File 'lib/zabbix-rails.rb', line 19 def debug @debug end |
.password ⇒ Object
Returns the value of attribute password.
19 20 21 |
# File 'lib/zabbix-rails.rb', line 19 def password @password end |
.url ⇒ Object
Returns the value of attribute url.
19 20 21 |
# File 'lib/zabbix-rails.rb', line 19 def url @url end |
.user ⇒ Object
Returns the value of attribute user.
19 20 21 |
# File 'lib/zabbix-rails.rb', line 19 def user @user end |
Class Method Details
.config {|_self| ... } ⇒ Object
21 22 23 |
# File 'lib/zabbix-rails.rb', line 21 def config yield self end |