theforeman / smart_proxy_monitoring

Smart proxy plugin for monitoring system integration
GNU General Public License v3.0
7 stars 10 forks source link

setting monitoring proxy without primary interface #5

Closed hboetes closed 7 years ago

hboetes commented 7 years ago

If I want to set the monitoring proxy for a host without primary interface defined in foreman I get this error:

Oops, we're sorry but something went wrong Host::Base#name= delegated to primary_interface.name=, but primary_interface is nil: #<Host::Managed id: 1, name: "tien", last_compile: nil, last_report: "2017-05-18 08:48:32", updated_at: "2017-05-18 08:48:40", created_at: "2017-05-11 12:51:43", root_pass: "$6$BxAr5S012fDJ$D5PMiJUKnglyy/3MJ.GSLoSNxBrrKcsc2A...", architecture_id: 1, operatingsystem_id: 1, environment_id: 1, ptable_id: nil, medium_id: nil, build: false, comment: "", disk: nil, installed_at: nil, model_id: 1, hostgroup_id: nil, owner_id: 3, owner_type: "User", enabled: true, puppet_ca_proxy_id: 1, managed: false, use_image: nil, image_file: nil, uuid: nil, compute_resource_id: nil, puppet_proxy_id: 1, certname: "tien.lhau.example.com", image_id: nil, organization_id: nil, location_id: nil, type: "Host::Managed", otp: nil, realm_id: nil, compute_profile_id: nil, provision_method: nil, grub_pass: "$6$BxAr5S012fDJ$D5PMiJUKnglyy/3MJ.GSLoSNxBrrKcsc2A...", global_status: 0, lookup_value_matcher: "fqdn=tien", pxe_loader: nil, monitoring_proxy_id: nil>

Of course I tried to set the primary interface after that, but that failed with exactly the same message, apart from the timestamps.

timogoebel commented 7 years ago

@hboetes : Thanks for the report. I'll check that out if I have a minute. Can you send me the complete strack trace from foreman's production.log?

hboetes commented 7 years ago

2017-05-18T11:17:03 eace781e [app] [I] Started GET "/notification_recipients" for 10.30.20.99 at 2017-05-18 11:17:03 +0200 2017-05-18T11:17:03 eace781e [app] [I] Processing by NotificationRecipientsController#index as JSON 2017-05-18T11:17:03 eace781e [app] [I] Current user: admin (administrator) 2017-05-18T11:17:03 eace781e [app] [I] Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.4ms) 2017-05-18T11:17:04 97caa3e2 [app] [I] Started PATCH "/hosts/1" for 10.30.20.99 at 2017-05-18 11:17:04 +0200 2017-05-18T11:17:04 97caa3e2 [app] [I] Processing by HostsController#update as / 2017-05-18T11:17:04 97caa3e2 [app] [I] Parameters: {"utf8"=>"✓", "authenticity_token"=>"uoOs+rLUttWGMD/r4nCVWmUL/fHcEeCrVtLlK5YFydQLlUyfdMCVxPxOmvgzl/Dzfm7SKNpa5K522ez5P32eVg==", "host"=>{"name"=>"tien", "hostgroup_id"=>"", "environment_id"=>"1", "puppet_proxy_id"=>"1", "puppet_ca_proxy_id"=>"1", "monitoring_proxy_id"=>"1", "puppetclass_ids"=>[""], "managed"=>"false", "progress_report_id"=>"[FILTERED]", "interfaces_attributes"=>{"0"=>{"_destroy"=>"0", "mac"=>"00:0c:29:54:93:04", "identifier"=>"ens36", "name"=>"tien", "domain_id"=>"1", "subnet_id"=>"2", "ip"=>"10.30.20.99", "ip6"=>"", "managed"=>"0", "primary"=>"0", "provision"=>"0", "tag"=>"", "attached_to"=>"", "id"=>"1"}}, "is_owned_by"=>"3-Users", "enabled"=>"1", "model_id"=>"1", "comment"=>"", "overwrite"=>"false"}, "bare_metal_capabilities"=>"build", "id"=>"1"} 2017-05-18T11:17:04 97caa3e2 [app] [I] Current user: admin (administrator) 2017-05-18T11:17:04 97caa3e2 [app] [W] Action failed | Module::DelegationError: Host::Base#name= delegated to primary_interface.name=, but primary_interface is nil: #<Host::Managed id: 1, name: "tien", last_compile: nil, last_report: "2017-05-18 08:48:32", updated_at: "2017-05-18 08:48:40", created_at: "2017-05-11 12:51:43", root_pass: "$6$BxAr5S012fDJ$D5PMiJUKnglyy/3MJ.GSLoSNxBrrKcsc2A...", architecture_id: 1, operatingsystem_id: 1, environment_id: 1, ptable_id: nil, medium_id: nil, build: false, comment: "", disk: nil, installed_at: nil, model_id: 1, hostgroup_id: nil, owner_id: 3, owner_type: "User", enabled: true, puppet_ca_proxy_id: 1, managed: false, use_image: nil, image_file: nil, uuid: nil, compute_resource_id: nil, puppet_proxy_id: 1, certname: "tien.lhau.example.com", image_id: nil, organization_id: nil, location_id: nil, type: "Host::Managed", otp: nil, realm_id: nil, compute_profile_id: nil, provision_method: nil, grub_pass: "$6$BxAr5S012fDJ$D5PMiJUKnglyy/3MJ.GSLoSNxBrrKcsc2A...", global_status: 0, lookup_value_matcher: "fqdn=tien", pxe_loader: nil, monitoring_proxy_id: nil> | /usr/share/foreman/app/models/host/base.rb:91:in rescue in name=' | /usr/share/foreman/app/models/host/base.rb:91:inname=' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/attribute_assignment.rb:54:in public_send' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/attribute_assignment.rb:54:in_assign_attribute' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/attribute_assignment.rb:41:in block in assign_attributes' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/attribute_assignment.rb:35:ineach' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/attribute_assignment.rb:35:in assign_attributes' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/persistence.rb:251:inblock in update' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/transactions.rb:351:in block in with_transaction_returning_status' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:213:inblock in transaction' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/transaction.rb:184:in within_new_transaction' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:213:intransaction' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/transactions.rb:220:in transaction' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/transactions.rb:348:inwith_transaction_returning_status' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/persistence.rb:250:in update' | /usr/share/foreman/app/controllers/hosts_controller.rb:122:inblock in update' | /usr/share/foreman/app/models/taxonomy.rb:65:in block in no_taxonomy_scope' | /usr/share/foreman/app/models/taxonomy.rb:72:inblock (2 levels) in as_taxonomy' | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:150:in as_location' | /usr/share/foreman/app/models/taxonomy.rb:71:inblock in as_taxonomy' | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:115:in as_org' | /usr/share/foreman/app/models/taxonomy.rb:70:inas_taxonomy' | /usr/share/foreman/app/models/taxonomy.rb:64:in no_taxonomy_scope' | /usr/share/foreman/app/controllers/hosts_controller.rb:119:inupdate' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal/implicit_render.rb:4:in send_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/abstract_controller/base.rb:198:inprocess_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal/rendering.rb:10:in process_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/abstract_controller/callbacks.rb:20:inblock in process_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:117:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:555:inblock (2 levels) in compile' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:505:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:498:inblock (2 levels) in around' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:313:in block (2 levels) in halting' | /usr/share/foreman/app/controllers/concerns/application_shared.rb:15:inset_timezone' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:432:in block in make_lambda' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:312:inblock in halting' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:497:in block in around' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:505:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:498:in block (2 levels) in around' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:313:inblock (2 levels) in halting' | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in clear_thread' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:432:inblock in make_lambda' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:312:in block in halting' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:497:inblock in around' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:505:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:498:inblock (2 levels) in around' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:313:in block (2 levels) in halting' | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:inset_topbar_sweeper_controller' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:432:in block in make_lambda' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:312:inblock in halting' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:497:in block in around' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:505:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:498:in block (2 levels) in around' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:313:inblock (2 levels) in halting' | /usr/share/foreman/vendor/ruby/2.3.0/gems/audited-4.4.1/lib/audited/sweeper.rb:14:in around' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:455:inpublic_send' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:455:in block in make_lambda' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:312:inblock in halting' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:497:in block in around' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:505:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:92:in __run_callbacks__' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:778:in_run_process_action_callbacks' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:81:in run_callbacks' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/abstract_controller/callbacks.rb:19:inprocess_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal/rescue.rb:29:in process_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal/instrumentation.rb:32:inblock in process_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/notifications.rb:164:in block in instrument' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/notifications/instrumenter.rb:20:ininstrument' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/notifications.rb:164:in instrument' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal/instrumentation.rb:30:inprocess_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal/params_wrapper.rb:250:in process_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/railties/controller_runtime.rb:18:inprocess_action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/abstract_controller/base.rb:137:in process' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionview-4.2.8/lib/action_view/rendering.rb:30:inprocess' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal.rb:196:in dispatch' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal/rack_delegation.rb:13:indispatch' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal.rb:237:in block in action' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/routing/route_set.rb:74:indispatch' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/routing/route_set.rb:43:in serve' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/journey/router.rb:43:inblock in serve' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/journey/router.rb:30:in each' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/journey/router.rb:30:inserve' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/routing/route_set.rb:817:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/apipie-rails-0.4.0/lib/apipie/static_dispatcher.rb:65:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/apipie-rails-0.4.0/lib/apipie/extractor/recorder.rb:132:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/apipie-rails-0.4.0/lib/apipie/middleware/checksum_in_headers.rb:27:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/etag.rb:24:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/conditionalget.rb:38:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/head.rb:13:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/params_parser.rb:27:incall' | /usr/share/foreman/lib/middleware/catch_json_parse_errors.rb:8:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/flash.rb:260:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/session/abstract/id.rb:225:in context' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/session/abstract/id.rb:220:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/cookies.rb:560:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/query_cache.rb:36:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/callbacks.rb:29:inblock in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:88:in __run_callbacks__' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:778:in_run_call_callbacks' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/callbacks.rb:81:in run_callbacks' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/callbacks.rb:27:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/remote_ip.rb:78:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:17:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/show_exceptions.rb:30:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/railties-4.2.8/lib/rails/rack/logger.rb:38:incall_app' | /usr/share/foreman/vendor/ruby/2.3.0/gems/railties-4.2.8/lib/rails/rack/logger.rb:22:in call' | /usr/share/foreman/lib/middleware/tagged_logging.rb:18:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/request_id.rb:21:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/methodoverride.rb:22:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/runtime.rb:18:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/activesupport-4.2.8/lib/active_support/cache/strategy/local_cache_middleware.rb:28:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_dispatch/middleware/static.rb:120:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/sendfile.rb:113:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/secure_headers-3.6.4/lib/secure_headers/middleware.rb:12:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/railties-4.2.8/lib/rails/engine.rb:518:incall' | /usr/share/foreman/vendor/ruby/2.3.0/gems/railties-4.2.8/lib/rails/application.rb:165:in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/railties-4.2.8/lib/rails/railtie.rb:194:inpublic_send' | /usr/share/foreman/vendor/ruby/2.3.0/gems/railties-4.2.8/lib/rails/railtie.rb:194:in method_missing' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/urlmap.rb:66:inblock in call' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/urlmap.rb:50:in each' | /usr/share/foreman/vendor/ruby/2.3.0/gems/rack-1.6.6/lib/rack/urlmap.rb:50:incall' | /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in process_request' | /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:160:inaccept_and_process_next_request' | /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:113:in main_loop' | /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:416:inblock (3 levels) in start_threads' | /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in block in create_thread_and_abort_on_exception' | /usr/share/foreman/vendor/ruby/2.3.0/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:inblock in create_with_logging_context' 2017-05-18T11:17:04 97caa3e2 [app] [I] Rendered common/500.html.erb (2.4ms) 2017-05-18T11:17:04 97caa3e2 [app] [I] Completed 500 Internal Server Error in 20ms (Views: 2.8ms | ActiveRecord: 1.5ms)

timogoebel commented 7 years ago

@hboetes : I don't see, where this is related to the monitoring plugins or even smart proxy.

What are you trying to do here? Save a host with just a single interface that has managed, primary, provision deactivated?

timogoebel commented 7 years ago

@hboetes : I tried to reproduce this, this seems to be an issue in core. http://projects.theforeman.org/issues/19590

hboetes commented 7 years ago

Oh, that’s a good find, and some serious mind reading. I never mentioned I unset all NIC options.

timogoebel commented 7 years ago

Closing this as not related to smart_proxy_monitoring. Thanks, @hboetes.