oxidized: oxidized superclass mismatch for class http
When using http as input and connected to librenms (using http as source)
possibly i am just dumb
input: default: ssh, telnet, http debug: false ssh: secure: false ftp: passive: true utf8_encoded: true
source: default: http debug: false http: url: https://librenms/api/v0/oxidized map: name: hostname model: os group: group headers: X-Auth-Token: '01582bf94c03104ecb7953dsadsadwed'
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 16 (6 by maintainers)
I got this monkey fixed. I created a source folder in /home/oxidized/.config/oxidized copied http.rb from the gems directory renamed it sourcehttp.rb then changed the class to
class SourceHTTP < Source
an changed the “@cfg” to@cfg = Oxidized.config.source.sourcehttp
this seems to work as far as being a good stable temp solution.thanks for the help on this so far. i will be keeping my ear to the ground listening for a permenet solution.