X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80A3B385E839 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1677246537; bh=ECzT30ExA728IIzqYDj/WewTZ3O9vrx/uMAlaYwjj5c=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=vuWQlGA6Z1V9ds6t464TmCY8xiBwzqjkl8wkqYIRsEgqjk4636gCtRXrFMljlc/Je hX1fCSIutcfua4L3PN5WVq/eFAMVJuPxBmFXfJDZcbHxtzjZ1hP3Lq03buVivRwn++ 1KkCcVloklmYi0G5RK46tMayAQqH6uI2/0sF5sYQ= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3622E38555A0 X-SNCR-Rigid: 613943C650E45A0F X-Originating-IP: [81.153.98.246] X-OWM-Source-IP: 81.153.98.246 (GB) X-OWM-Env-Sender: jonturney AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvhedrudekfedghedvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecunecujfgurhepkfffgggfhffuvfgtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepgeeggeevuedvgffftefhiefhhfdvuedukeekffelieejkeelkeetueegleehieefnecuffhomhgrihhnpehuphhsshdrnhgvthenucfkphepkedurdduheefrdelkedrvdegieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddtiegnpdhinhgvthepkedurdduheefrdelkedrvdegiedpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedupdhrtghpthhtoheptgihghifihhnqdgrnhhnohhunhgtvgestgihghifihhnrdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Message-Id: Date: Fri, 24 Feb 2023 13:46:53 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: [ANNOUNCEMENT] net-snmp-5.9.3-1 To: cygwin AT cygwin DOT com X-Mozilla-News-Host: news://news://news.gmane.io:119 Content-Language: en-GB X-Spam-Status: No, score=-3569.6 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-announce AT cygwin DOT com X-Mailman-Version: 2.1.29 X-Mailer: Perl5 Mail::Internet v2.20 X-BeenThere: cygwin AT cygwin DOT com List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Jon Turney via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Jon Turney Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" DESCRIPTION: ============ Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes: * Command-line applications to: * retrieve information from an SNMP-capable device, either using single requests (snmpget, snmpgetnext), or multiple requests (snmpwalk, snmptable, snmpdelta). * manipulate configuration information on an SNMP-capable device (snmpset). * retrieve a fixed collection of information from an SNMP-capable device (snmpdf, snmpnetstat, snmpstatus). * convert between numerical and textual forms of MIB OIDs, and display MIB content and structure (snmptranslate). * A graphical MIB browser (tkmib), using Tk/perl. * A daemon application for receiving SNMP notifications (snmptrapd). Selected notifications can be logged (to syslog, the NT Event Log, or a plain text file), forwarded to another SNMP management system, or passed to an external application. * An extensible agent for responding to SNMP queries for management information (snmpd). This includes built-in support for a wide range of MIB information modules, and can be extended using dynamically loaded modules, external scripts and commands, and both the SNMP multiplexing (SMUX) and Agent Extensibility (AgentX) protocols. * A library for developing new SNMP applications, with both C and perl APIs. CYGWIN NOTES: ============= * The snmpd daemon does not provide much useful information. Installing it as a service under Cygwin is left as an exercise for the user. * I wasn't able to run the test suite due to some issue with the way that runs the daemon that I wasn't able to resolve. * This is an NMU of an orphaned package, rebuilding it for perl 5.32 and python3. If this package doesn't have a maintainer by the next time such a rebuild is needed, it will be removed. QUESTIONS: ========== If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple