Ports Search

Results 14,48114,490 of 19,819 for %22HTTP Server%22.(0.012 seconds)
net-mgmt/AnyEvent-SNMP-6.0 (Score: 9.2878623E-4)
Adaptor to integrate Net::SNMP into AnyEvent
This module implements an alternative "event dispatcher" for Net::SNMP, using AnyEvent as a backend. It integrates Net::SNMP into AnyEvent: You can make non-blocking Net::SNMP calls and as long as other parts of your program also use AnyEvent (or some event loop supported by AnyEvent) and they will run in parallel.
net-mgmt/BigIP-iControl-0.095 (Score: 9.2878623E-4)
Perl interface to the F5 iControl API
This package provides a Perl interface to the F5 BigIP iControl API. The F5 BigIP iControl API is an open SOAP/XML for communicating with supported F5 BigIP products.
net-mgmt/Cflow-1.053 (Score: 9.2878623E-4)
Analyze raw flow files written by cflowd (Cisco NetFlow data)
Cflow is a perl module for analyzing raw flow files written by cflowd, a package used to collect Cisco NetFlow data.
net-mgmt/GRNOC-Config-1.0.9 (Score: 9.2878623E-4)
Module to allow everyone to access config files
A module to allow everyone to access config files in a fairly standard way. Uses XML::XPath and XML::Simple to parse our XML files, and stores all configs it has access to in this module.
net-mgmt/Cisco-CopyConfig-1.4 (Score: 9.2878623E-4)
Cisco IOS running-config manipulation
Cisco::CopyConfig provides methods for manipulating the running-config of devices running Cisco IOS via SNMP directed TFTP. This module is essentially a wrapper for Net::SNMP and the CISCO-CONFIG-COPY-MIB-V1SMI.my MIB schema.
net-mgmt/Cisco-Reconfig-0.911 (Score: 9.2878623E-4)
Parse and generate Cisco configuration files
Cisco::Reconfig makes it easier to write programs to generate changes to Cisco configuration files. Cisco::Reconfig is a module that parses Cisco router configuration files. It doesn't have any real understanding of Cisco configurations so it might be useful for other similar configuration languages. It knows that nesting is shown by indentation. It knows that ! means a comment. It knows that no may proceed a line without changing where that line exists in the hierarchy. It doesn't know much else. Cisco::Reconfig can be used to modify configurations. The set() method will check the current configruation and return commands to change it if it is other than what is wanted (as passed to the set() method).
net-mgmt/Mon-0.11 (Score: 9.2878623E-4)
Perl module that supports mon, a network and system monitoring daemon
This is the Perl5 module for interfacing with the Mon system monitoring package. Currently only the client interface is implemented, but more things like special logging routines and persistent monitors are being considered. "mon" is a tool for monitoring the availability of services.
net-mgmt/NSNMP-0.5 (Score: 9.2878623E-4)
NSNMP - fast, flexible, low-level, pure-Perl SNMP library
This is an SNMP message encoding and decoding library, providing very low-level facilities; you pretty much need to read the SNMP RFCs to use it. It is, however, very fast (it's more than an order of magnitude faster than Net::SNMP, and it can send a request and parse a response in only slightly more time than the snmpd from net-snmp takes to parse the request and send a response), and it's relatively complete --- the interface is flexible enough that you can use it to write SNMP management applications, SNMP agents, and test suites for SNMP implementations. The package also includes NSNMP::Simple, which lets you get or set a single OID via SNMP with a single line of code. It's easier to use, and roughly an order of magnitude faster, than Net::SNMP.
net-mgmt/GRNOC-TL1-1.3.10 (Score: 9.2878623E-4)
Retrieve data from different models of TL1 devices
This module supports the ability to retrieve data from several different models of TL1 devices. Explictly supported devices include the following: * Cisco ONS15327 * Cisco ONS15454 * Cisco ONS15808 * Nortel OME 6500 * Nortel HDXc * Ciena CoreDirector * Infinera DTC * Fujitsu FLASHWAVE 7500 Each specifically supported device has its own GRNOC::TL1::Device module, which sets the default port and prompt used for that device. They also may each export their own unique commands on top of what is already provided in GRNOC::TL1::Device. Raw commands and output can be sent and received, or output can be parsed via the parse function, or by calling a function for that device.
net-mgmt/MRTG-Parse-0.03 (Score: 9.2878623E-4)
Parsing and utilizing logfiles generated by MRTG Tool
This perl extension enables its users to parse and utilize the logfiles that are generated by the famous MRTG (Multi Router Traffic Grapher) tool.