Jakob Mellberg

Results 8 comments of Jakob Mellberg

I have the same issue on version 3.3.5. Version 3.3.0 changed some internal variables which broke this plugin.

I have tried to solve some of the bugs with this plugin. Works fairly well with netbox version 3.3 and above. The display topology does not error out. There are...

@geniesis I now filtered out PowerFeed cabling and that should resolve the issue. A PowerFeed does not have a Device id and can't be displayed. I have updated my fork...

When I wrote my bot I used this solution. ``` messages = await message.channel.fetchMessages({ limit: 100 }); await message.channel .bulkDelete(messages, true) .then(deletedMessages => { //Filtering out messages that did not...

I think it looks good. @mweinelt will have to check and provide feedback.

Is there other metrics that also could be represented by a counter? Maybe there are some other metrics that could benefit using a counter instead. @M0NsTeRRR do you want to...