Projects tagged ‘python’ and ‘snmp’


[17 total ]

6 Users
   

Enomalism is an open source web-based virtual infrastructure platform. Designed to answer the complexity of managing globally disperse virtual server environments. Enomalism helps to automate the ... [More] transition to a virtualized environment by reducing an IT organizations overall workload. The easy to use dashboard can help with issues including deployment planning, load balancing, automatic VM migration, configuration management, and capacity diagnosis. Enomalism virtual infrastructure is a dynamic mapping of physical resources to business needs. While a virtual machine represents the physical resources of a single computer, a virtual infrastructure represents the physical resources of the entire IT environment (Data Center). [Less]
Created about 1 year ago.

3 Users

BlackRay is a relational database system designed to offer performance features commonly associated with search engines. It offers SQL support and sophisticated operational and management features. ... [More] Load-balancing and operational stability by means of N+1 redundance are included. BlackRay is called a "Data Engine" since it combines traditional, relational database features and SQL with the power and flexibility of search engines. It is a true hybrid, offering transaction support, data-versioned snapshots, and sophisticated function-based indices. Wildcards, phonetic, and fuzzy logic searches are supported, as well. Commercial support is available, and the project is released under a the GPLv2 license. [Less]
Created 5 months ago.

3 Users
 

Project is an Operation Support System (OSS) for the Telco, Serice provider and Enterprize Network Operation Centers (NOC). Areas covered by NOC: Fault Management Service Activation/Provisioning ... [More] Multi-VRF Address space management Configuration Management DNS provisioning Peering management, RPSL and BGP filters generator, integrated looking glass Reporting NOC Project is Open Source Software distributed under the term of BSD-like LICENSE. [Less]
Created 10 months ago.

2 Users
 

A framework of frameworks for rapid application development in Python. It includes packages for XML and XHTML parsing and generating, SNMP manager, SMI query API, Cisco-style CLI framework, QA automation, program control, and more.
Created over 2 years ago.

2 Users
 

The EDDIE Tool is a monitoring agent. It runs standalone on a system and performs checks and other actions as defined by an extensible configuration. The EDDIE Tool can perform all basic system ... [More] monitoring checks, such as: filesystem; processes; system load; and network configuration. It can also perform such network monitoring tasks as: ping checks; HTTP checks; POP3 tests; SNMP queries; RADIUS authentication tests; and customized TCP port checks. Finally, a few checks lend themselves to security monitoring: watching files for changes; and scanning logfiles. Monitoring rules are just like Python expressions and can be as simple or as complex as needed. Advanced alert control functionality such as exponential back-off and dependencies are also standard. [Less]
Created about 1 year ago.

1 Users

Snimpy is a Python-based tool providing a simple interface to build SNMP queries. This interface aims at being the most Pythonic possible: you grab scalars using attributes and columns are like ... [More] dictionaries. Snimpy can either be used interactively through its console (derived from Python own console or from IPython if available) or by writing snimpy scripts which are just Python scripts with some global variables available. [Less]
Created about 1 year ago.

1 Users

Wiremaps is an application to gather wiring (aka L2) information on a network using protocols like LLDP, EDP, CDP and SONMP. It also gathers information from the FDB (MAC-port table on switches), the ... [More] ARP table (MAC-IP table), VLANs and some miscellaneous information like interface names. [Less]
Created about 1 year ago.

0 Users

Python net-snmp apps provides set of small and useful SNMP script written in python language with net-snmp python bindings. Apps list (at now only one is available)macloc - find the port on a switch that a host belongs to ;)
Created 4 months ago.

0 Users

Monitor trafik secara realtime dari SNMP server dengan menggunakan python. note: It's only a stub. I don't really want to upload my source for now, at least until I clean up the code.
Created 11 months ago.

0 Users

Multi-core SNMP Version 0.1.0This is a process based wrapper around the Python binding for Net-SNMP. It uses multiprocessing from Python 2.6 or greater to create a worker pool that processes SNMP ... [More] requests. Net-SNMP with Python bindings are synchronous, but this API solves that problem. Want to help? Shoot me an email. ExampleHere is an example of it running on localhost on a mac laptop mac% time python multisnmp.py Unordered results: ('Darwin mac.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386',) ('Darwin mac.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386',) Stopping Process #0 Stopping Process #1 python multisnmp.py 0.18s user 0.08s system 107% cpu 0.236 total DownloadYou can download the script here: http://multicore-snmp.googlecode.com/files/multicore_0.1.0.py.zip Or you can work on a version from the trunk: http://code.google.com/p/multicore-snmp/source/browse/trunk/multicore.py Requirements Install Python 2.6 or greater, and make sure it is first in your path. For example, if you just type python you should see the python 2.6 prompt. Download and compile Net-SNMP 5.4.2.1 or greater with Python bindings: http://www.net-snmp.org/download.html Make sure you compile with this option AND have python2.6 as your default python. ./configure --with-python-modules To DoA lot. This is just a quick and dirty proof of concept. This will be turned into a fairly high level API shortly though. Stay tuned! [Less]
Created 9 months ago.