Displaying 4 results from an estimated 4 matches for "scan_snmp".
2011 Sep 14
1
[nut-commits] svn commit r3226 - trunk/tools/nut-scanner
...0000, Charles Lepple wrote:
> Author: clepple-guest
> Date: Wed Sep 14 12:25:03 2011
> New Revision: 3226
> URL: http://trac.networkupstools.org/projects/nut/changeset/3226
>
> Log:
> Include <string.h> for nut-scanner
>
> Modified:
> trunk/tools/nut-scanner/scan_snmp.c
> trunk/tools/nut-scanner/scan_usb.c
>
> Modified: trunk/tools/nut-scanner/scan_snmp.c
> ==============================================================================
> --- trunk/tools/nut-scanner/scan_snmp.c Wed Sep 14 12:24:58 2011 (r3225)
> +++ trunk/tools/nut-scanner/sc...
2011 Jun 21
1
[nut-commits] svn commit r3048 - branches/nut-scanner/tools/nut-scanner
Citeren Frederic BOHE <fbohe-guest at alioth.debian.org>:
> Modified: branches/nut-scanner/tools/nut-scanner/scan_snmp.c
> ==============================================================================
> --- branches/nut-scanner/tools/nut-scanner/scan_snmp.c Fri Jun 17
> 08:12:00 2011 (r3047)
> +++ branches/nut-scanner/tools/nut-scanner/scan_snmp.c Tue Jun 21
> 07:56:55 2011 (r3048)
> @@ -101,...
2011 Sep 14
1
[nut-commits] svn commit r3225 - trunk/tools/nut-scanner
...g:
> Silence redefined PACKAGE_ macro warnings
>
> This should be fixed properly upstream, but in the mean time, the SNMP-based
> tools can't use these macros properly (since they will have the values for
> Net-SNMP, not NUT).
>
> Modified:
> trunk/tools/nut-scanner/scan_snmp.c
>
> Modified: trunk/tools/nut-scanner/scan_snmp.c
> ==============================================================================
> --- trunk/tools/nut-scanner/scan_snmp.c Wed Sep 14 08:39:13 2011 (r3224)
> +++ trunk/tools/nut-scanner/scan_snmp.c Wed Sep 14 12:24:58 2011 (r3225)...
2011 Jun 28
1
[nut-commits] svn commit r3060 - branches/nut-scanner/tools/nut-scanner
2011/6/27 Frederic BOHE <fbohe-guest at alioth.debian.org>
> Author: fbohe-guest
> Date: Mon Jun 27 13:56:51 2011
> New Revision: 3060
> URL: http://trac.networkupstools.org/projects/nut/changeset/3060
>
> Log:
> Add NUT server scan.
>
> (...)
> device_t * scan_snmp(char * start_ip, char * stop_ip,long usec_timeout,
> snmp_security_t * sec);
>
> device_t * scan_usb();
>
> device_t * scan_xml_http(long usec_timeout);
>
> +device_t * scan_nut(char * startIP, char * stopIP, char * port);
>
for the sake of coherence and completion, you m...