Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.416.585 Times

Snmp Windows freeware
Filter: All | Freeware | Demo
 

Snmp Windows

< 1 2 3 4 5 > 
Released: September 26, 2009  |  Added: October 01, 2009 | Visits: 1.851

Windows Problem Modern day Windows computers are very complex but unfortunately far from perfect. Over time with the installation and removal of games, programs, software and hardware your computer can experience windows problems. Windows problems can make your computer perform very slowly. This can be on...



Platforms: Windows

License: Freeware Size: 905.27 KB Download (231): Windows Problem Download

Added: January 10, 2010 | Visits: 799

SNMP::Persist SNMP::Persist is a Perl module for the SNMP pass_persist threaded backend. SYNOPSIS use SNMP::Persist qw(&define_oid &start_persister &define_subtree); use strict; use warnings; #define base oid to host the subtree define_oid(".1.3.6.1.4.1.2021.248"); #start the thread serving answers...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): SNMP::Persist Download

Added: January 12, 2010 | Visits: 1.259

GKrellm SNMP Monitor GKrellm SNMP Monitor project is a plugin for GKrellM that lets you easily monitor SNMP vars. Some examples are server load via UCD-SNMP daemon or ambient temperature via router environment MIB..


Platforms: *nix

License: Freeware Size: 17.41 KB Download (112): GKrellm SNMP Monitor Download

Added: July 10, 2010 | Visits: 985

SNMP::Info::SONMP SNMP::Info::SONMP is a Perl5 Interface to SynOptics Network Management Protocol (SONMP) using SNMP. SYNOPSIS my $sonmp = new SNMP::Info ( AutoSpecify => 1, Debug => 1, DestHost => router, Community => public, Version => 2 ); my $class = $sonmp->class(); print " Using device sub class...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (101): SNMP::Info::SONMP Download

Added: February 11, 2010 | Visits: 973

SNMP::Info::Layer3::N1600 SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $n1600 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost => myswitch,...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SNMP::Info::Layer3::N1600 Download

Added: June 09, 2010 | Visits: 1.591

mod-apache-snmp Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP. Whats New in This Release: - Bugfixes, the inclusion of MRTG scripts, and changes to make the module work on the IBM HTTP Server..


Platforms: *nix

License: Freeware Size: 32.77 KB Download (128): mod-apache-snmp Download

Added: August 05, 2010 | Visits: 1.979

Mon::SNMP Mon::SNMP is a Perl module created to decode SNMP trap. SYNOPSIS use Mon::SNMP; $trap = new Mon::SNMP; $trap->buffer($snmptrap); %traphash = $trap->decode; $error = $trap->error; Mon::SNMP provides methods to decode SNMP trap PDUs. It is based on Graham Barrs Convert::BER module,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (166): Mon::SNMP Download

Added: January 07, 2010 | Visits: 1.380

SNMP::Monitor SNMP::Monitor is a Perl package for monitoring remote hosts via SNMP. SYNOPSIS require SNMP::Monitor; # Read a configuration file my $config = SNMP::Monitor->Configuration("/etc/snmpmon/config"); # Create a new monitor my $monitor = SNMP::Monitor->new($config); # Start monitoring...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (124): SNMP::Monitor Download

Added: September 10, 2010 | Visits: 1.169

SNMP::Multi SNMP::Multi is a Perl module to perform SNMP operations on multiple hosts simultaneously. SYNOPSIS use SNMP::Multi; my $req = SNMP::Multi::VarReq->new ( nonrepeaters => 1, hosts => [ qw/ router1.my.com router2.my.com / ], vars => [ [ sysUpTime ], [ ifInOctets ], [ ifOutOctets ] ], );...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): SNMP::Multi Download

Added: January 26, 2010 | Visits: 993

SNMP::Info::Layer2::C2900 SNMP::Info::Layer2::C2900 is a SNMP Interface to Cisco Catalyst 2900 Switches running IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $c2900 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost =>...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): SNMP::Info::Layer2::C2900 Download

Added: July 04, 2010 | Visits: 992

SNMP::Info::Layer3::Aironet SNMP::Info::Layer3::Aironet is a Perl5 Interface to Cisco Aironet Wireless Devices running Aironet software, not IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $aironet = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): SNMP::Info::Layer3::Aironet Download

Added: September 26, 2010 | Visits: 1.339

Net-SNMP Net-SNMP project provides tools and libraries relating to the Simple Network Management Protocol. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each...


Platforms: *nix

License: Freeware Size: 3.81 MB Download (149): Net-SNMP Download

Added: November 26, 2010 | Visits: 971

SNMP::NPAdmin SNMP::NPAdmin is a high-level API to query printers via SNMP. SYNOPSIS # object-oriented $p= SNMP::NPAdmin->new( printer => porky, community => corpslp ); printf "Your printer, %s, does%s support PCL.n", $printer, ( $p->pcl() ? "" : " not"); # procedural $p= npa_connect( printer =>...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (91): SNMP::NPAdmin Download

Added: July 10, 2010 | Visits: 1.143

SNMP::Util SNMP::Util contains Snmp modules to perform snmp set, get, walk, next, walk_hash etc. SYNOPSIS use SNMP::Util; ## Documentation (POD) =head1 NAME Perl SNMP utilities - SNMP::Util - Version 1.8 This Perl library is a set of utilities for configuring and monitoring SNMP based devices. This...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (209): SNMP::Util Download

Added: April 03, 2010 | Visits: 946

Package SNMP Subagent Package SNMP Subagent provides indexed package information via SNMP output. The Simple Network Management Protocol (SNMP) forms part of the internet protocol suite as defined by the Internet Engineering Task Force. The protocol can support monitoring of network-attached devices for any...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (96): Package SNMP Subagent Download

Added: April 14, 2010 | Visits: 929

Bacula SNMP Subagent Bacula SNMP Subagent project provides indexed Bacula statistics via SNMP output. Data, query, and graph templates are provided for Cacti. Whats New in This Release: - Common functions were moved to a separate Perl library. - CounterXX should now be Integer32..


Platforms: *nix

License: Freeware Size: 26.62 KB Download (124): Bacula SNMP Subagent Download

Added: June 23, 2010 | Visits: 820

Bind9 SNMP Subagent Bind9 SNMP Subagent provides indexed BIND 9 statistics via SNMP output. Data, query, and graph templates are provided for Cacti. Whats New in This Release: - The duplicate %CFG variable (both in the library and script) has been removed. - This release supports BIND 9 views. - There are...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (119): Bind9 SNMP Subagent Download

Added: March 02, 2010 | Visits: 1.485

Westhawks Java SNMP stack Westhawk SNMP is a lightweight SNMP stack in Java, with Java applet, application, and servlet examples. The stack provides manager functionality for SNMPv1, SNMPv2c, and SNMPv3 (authentication and privacy). Westhawks Java SNMP stack is capable of sending and receiving PDUs, but has limited...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (124): Westhawks Java SNMP stack Download

Released: May 30, 2010  |  Added: June 03, 2010 | Visits: 4.527

Animal Pals Windows 7 Theme Animal Pals Windows 7 Theme is dedicated to the friendly relationship of animals with other animals in their natural habitat. This is a high resolution Windows 7 Theme which will fit very well into nearly all desktop and laptop screens with Windows 7 operating system. There are 10 background...


Platforms: Windows

License: Freeware Size: 9.78 MB Download (658): Animal Pals Windows 7 Theme Download

Released: July 14, 2010  |  Added: July 19, 2010 | Visits: 3.201

Windows Media Codec Pack Windows Media Codec Pack the freeware codec pack for all version of Windows will play 99% of all video types. DVDs, Xvid, MP4, Real, and many more.


Platforms: Windows

License: Freeware Size: 7.04 MB Download (688): Windows Media Codec Pack Download

< 1 2 3 4 5 >