added some testing code to the snmpget builtin and renamed service to services/
This commit is contained in:
parent
d48c7957f8
commit
4b0238c515
8 changed files with 58 additions and 0 deletions
5
lib/services/ping.py
Normal file
5
lib/services/ping.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""
|
||||
The ping service in pure Python.
|
||||
"""
|
||||
|
||||
# http://code.activestate.com/recipes/409689-icmplib-library-for-creating-and-reading-icmp-pack/
|
||||
Loading…
Add table
Add a link
Reference in a new issue