Sha256: 481b3060a30f9a93294e154446d7786616c61033a9902fa362a5be73a66ffc60

Contents?: true

Size: 465 Bytes

Versions: 1

Compression:

Stored size: 465 Bytes

Contents

Add new check

=form_for @check do |f|
  =f.label :group
  =f.select :group, options_for_select( MyNagios::Group.all.map{|g| [g.name, g.id]} )
  %br
  =f.label :host
  =f.text_field :host
  %br
  =f.label :user
  =f.text_field :user
  %br
  =f.label :pem_key
  =f.text_field :pem_key
  %br
  =f.label :description
  =f.text_field :description
  %br
  =f.label :interval
  =f.text_field :interval
  %br
  =f.label :command
  =f.text_field :command
  %br

  =f.submit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
my_nagios-0.0.2 app/views/my_nagios/checks/new.haml