Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Rename app/controllers/servicegroups_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro committed Dec 24, 2015
1 parent bf6041e commit 9c1f7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
class Nagira < Sinatra::Base
class Servicegroup
class ServicegroupController

##
# Single member of servicegroup. In Nagios configuration it is
Expand Down
2 changes: 1 addition & 1 deletion app/routes/get/status/servicegroups.rb
Expand Up @@ -10,7 +10,7 @@ class Nagira < Sinatra::Base
#

get "/_status/_servicegroup/:servicegroup" do |group_name|
Servicegroup.new(group_name).send(@output)
ServicegroupController.new(group_name).send(@output)
end

end

0 comments on commit 9c1f7c8

Please sign in to comment.