What is Direct Internet Access? Direct Internet Access is a networking solution that lets branch routers connect directly to the internet for improved performance and efficiency, using intellige...
Blog Posts Page 19 of 20
Cisco SD-WAN - Direct Internet Access (DIA)
Cisco SD-WAN - Onboard Edge Routers
What is Edge Routers? In Cisco SD-WAN, edge routers are devices deployed at branch locations that connect the local area network (LAN) of the branch to the wider SD-WAN network. For this deplo...
Cisco SD-WAN Deployment
Whats Cisco SD-WAN? Cisco SD-WAN (Software-Defined Wide Area Network) is a technology that enables organizations to optimize and manage their wide area network connections more efficiently. It u...
Docker Image and Container
Docker is like a magic box that lets you put your apps and everything they need inside a little package called a ‘container.’ These containers are like tiny, self-contained worlds where your app ...
Rsyslog Server with Telegram Notification using Python
Rsyslog is a syslog service that already comes built in with several linux distros, in this case we’ll be using Ubuntu. To enable this service, all we need to do is to open the listening port on po...
Prometheus - Collect Syslog Messages with Grok Exporter
Grok Exporter is a standalone module what we can use to parse syslog messages and pass it to a monitoring tool like Prometheus. Prerequisite If you want to run this module with dummy data, crea...
Syslog Server with Python
A syslog server is a central logging server that gathers and stores log messages sent by various devices, applications, and systems across a network. The syslog protocol is a standard method used ...
Prometheus - Telegram notification with Alert Manager
Alertmanager is a standalone component that focuses on handling alerts generated by Prometheus. It acts as a centralized alerting system that receives, deduplicates, groups, and sends out notificat...
Prometheus - Grafana
What is Grafana? Grafana is a data visualization and analytics tool that integrates with Prometheus to create rich, interactive dashboards and visualizations. Grafana is a great companion for P...
Prometheus - SNMP Exporter & Node Exporter
What is SNMP Exporter? SNMP (Simple Network Management Protocol) Exporter is a tool that allows you to export metrics from devices that support SNMP. SNMP Exporter collects data from SNMP-enabled d...