theforeman / smart_proxy_monitoring

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

use legacy rest-client NotFound exception #7

Closed timogoebel closed 7 years ago

timogoebel commented 7 years ago

Older rest-client versions, e.g. 1.8.0 use RestClient::ResourceNotFound instead of RestClient::NotFound. The former is still supported with newer versions.

Fixes #6.