The use case As a tinkerer, I really like putting things together, especially if they go on working on their own like little automatons. But when there is an actual need for something that these automatons can cover, that’s even better! In this case, after changing some parts of our configuration and monitoring tools arsenal…
Author: mythryll
Onboarding the network in Nautobot – a series of talks with myself and a little story telling – Part3
Is this really part 3? Well… no. Not exactly. The title would have been about Netbox but as you might have guessed, I am not using Netbox anymore. We migrated to Nautobot from Netbox 2.10.4 since summer 2021, and have been happily using it and developing on it ever since. After all this time, providing…
Old scripts (“Old Razor? – Old Face” – Sergeant Murtow, Lethal Weapon)
I was looking through my email this morning as someone needed to turn on and access a really old switch in a specific part of the network, but no one could remember the credentials. Resetting the switch would have been a big hustle in that specific area (it’s essentially a museum, the disruption would be…
How to clean up tags in your malfunctioning TIG stack for SNMP monitoring – or chasing runaway tags with InfluxQL, grep and a Python script
Hello folks, this is going to be a quick one (well compared to the others… ). A while back we had to switch our SNMP monitoring to SNMPv3, which was a bit of a problem as it wasn’t supported on all of our switches. The newer models supported both auth and priv modes but the…
Onboarding the network in Netbox – a series of talks with myself and a little story telling – Part2
Picking up the trail I have to say that when I was writing part1 of the post, I didn’t expect things to unravel as they did. I thought I would be able to find the time to test the code with 2.10.4, try to find any changes to the API and then provide specific examples….
Onboarding the network in Netbox – a series of talks with myself and a little story telling – Part 1
Intro When and where we met It must have been over 1,5 years ago, more like 2 probably.. I was watching one of @dmfigol‘s video streams on Twitch (most of them also published on his channel on Youtube ), where i heard him mention Netbox for the first time.. So I looked it up! I…
Ansible playbooks for Nagios Installation on Ubuntu 18.04.4 LTS / 20.04 LTS
Hello all, this is @mythryll , I hope everyone is staying safe! This is going to be a long one, so strap in and enjoy the ride (hopefully)! A little back story A few years back I had started a conversation with the great Michael Friedrich who was at the time working at Icinga (I…
Monitor VPN Users on Check Point Firewall with the help of Netmiko and Python, InfluxDB and Grafana
Preface This post describes how I got to create Python scripts in order to graph the VPN user count on Check Point GAIA Gateways to Grafana, using InfluxDB as Time Series Database to store the data. The process had several byproducts, such as Python scripts for reading and writing data to CSV files, creating and…
Migrating from MRTG/RRD/CGI to Grafana/InfluxDB/Telegraf on Docker containers for Enterprise Network Performance Monitoring with SNMP – Part 2
In the previous episode… In the previous part of this series of posts, I described how it came to be that our SNMP monitoring infrastructure based on MRTG/RRD/CGI had reached the end of its days and how I decided to use Grafana with InfluxDB and Telegraf to replace it. The last post stopped right before…
Migrating from MRTG/RRD/CGI to Grafana/InfluxDB/Telegraf on Docker containers for Enterprise Network Performance Monitoring with SNMP – Part 1
(if you are looking for part2, it’s here) Introduction I like reading guides, not writing them (it takes too long for me). So this isn’t a guide, it’s more like an adventure tale, it’s a “I got out one day for a stroll and look what happened!”. I had no knowledge of Grafana, InfluxDB, Telegraf…