Difference between revisions of "Python"
From RiceFamily Wiki
(→System Monitoring Components) |
(→System Monitoring Components) |
||
Line 4: | Line 4: | ||
* [http://pymeter.sourceforge.net/ PyMeter] - Used to monitor "UNIX" like systems remotely. | * [http://pymeter.sourceforge.net/ PyMeter] - Used to monitor "UNIX" like systems remotely. | ||
* [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.html WMI Module] | ||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:Python]] | [[Category:Python]] |
Revision as of 19:11, 11 December 2015
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