Difference between revisions of "Python"
From RiceFamily Wiki
(→Tutorials) |
(→Tutorials) |
||
Line 5: | Line 5: | ||
* [http://coreygoldberg.blogspot.com/2008/12/python-monitor-windows-remotely-with.html Use Python to Monitor Windows Remotely with WMI] | * [http://coreygoldberg.blogspot.com/2008/12/python-monitor-windows-remotely-with.html Use Python to Monitor Windows Remotely with WMI] | ||
** Requires : [http://timgolden.me.uk/python/wmi/index.html WMI Module] | ** Requires : [http://timgolden.me.uk/python/wmi/index.html WMI Module] | ||
+ | |||
+ | = Setup = | ||
+ | == Windows == | ||
+ | * https://www.davidbaumgold.com/tutorials/set-up-python-windows/ | ||
= Tutorials = | = Tutorials = |
Revision as of 23:11, 21 April 2019
Python is an Open Source programming language
System Monitoring Components
- PyMeter - Used to monitor "UNIX" like systems remotely.
- Use Python to Monitor Windows Remotely with WMI
- Requires : WMI Module
Setup
Windows
Tutorials
- Python Tutorial from OneStopProgramming on YouTube.com