
Network Monitor (Level 1) – HTML Dashboard
This project shows you how to use the Python Os Module to send a Ping Command and then write the results to a basic HTML Dashboard. We have a Host List of FQDN’s and IP […]
This project shows you how to use the Python Os Module to send a Ping Command and then write the results to a basic HTML Dashboard. We have a Host List of FQDN’s and IP […]
This project shows you how to send a Ping command to the Linux Operating System with Python, and then create an auto refreshing HTML dashboard that displays a visual alert with CSS. IP Addresses/ FQDN’s […]
This project has you create a script that continuously pings IP Addresses or FQDN’s from a list and the dynamically writes an HTML/CSS dashboard. The python script continuously loops, and the HTML document that is […]
This app adds to the Ping App we previously created with if/else conditionals based on the results from the ping command. For this example we simply print out text, but you could format text with […]
This web app is used to ping a website or IP address. With this code we use shell_exec() function with a preformatted command and then feed it the value for the website/ IP address. This […]
Copyright © 2023 | MH Magazine WordPress Theme by MH Themes