Jump to content

Recommended Posts

Posted

As a follow up to my previous post (http://www.edugeek.net/forums/coding/229802-python-infrastructure-monitor.html)

 

I've compiled the files to run as an exe file with an external config file so it can be used with no knowledge of python.

 

The config file is a python file but just needs editing in a text editor. You can add more things but the format needs to stay consistent. Like if you miss out a comma the program will have an error but it should indicate where the problem is.

 

You can change the html file bearing in mind the content gets inserted at {{ htmlstr|safe }} I found if you edit the file in a proper editor it rearranges the formatting of {{ .. }} which breaks it.

 

The most import thing is the ip in the config file needs to match the computer running the program. I haven't tested it on devices with multiple IPs or access to different vlans so I don't know what will happen there.

 

Ours looks like this:

 

Screenshot 2022-11-09 124654.png

 

When the program works it looks like this:

 

Screenshot 2022-11-11 115318.png

 

Please try it out and see how it goes.

 

servermon-exe.zip

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...