-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# SnmpAgent | ||
Monitoring of Mobile Devices using SNMP | ||
Monitoring of Devices using SNMP | ||
|
||
We start building one of the first multiplatform apps usingXamarin and #SNMP library, to allow devices configuration management and health monitoring in real time using Simple Networking Management Protocol (SNMP). Using this we will able to monitor various aspects of the device health like: uptime, memory usage, ping latency and number of processes and watch real time updates using popular Network Management Systems (NMS) like Cacti and Nagios. We have also implemented SNMPv3 which incorporates authentication and encryption. |