2012-01-24 10:22:33 +00:00
'\" t
. \" Title: nutscan
. \" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2015-04-30 13:53:36 +00:00
. \" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
2016-07-18 00:11:41 +00:00
. \" Date: 03/02/2016
2012-01-24 10:22:33 +00:00
. \" Manual: NUT Manual
2016-07-18 00:11:41 +00:00
. \" Source: Network UPS Tools 2.7.3.1
2012-01-24 10:22:33 +00:00
. \" Language: English
. \"
2016-07-18 00:11:41 +00:00
.TH "NUTSCAN" "3" "03/02/2016" "Network UPS Tools 2\&.7\&.3\&." "NUT Manual"
2012-01-24 10:22:33 +00:00
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
nutscan \- Network UPS Tools (NUT) device discovery library
.SH "DESCRIPTION"
.sp
The Network UPS Tools (NUT) \fB nutscan\fR library provides the same discovery related features that are also offered by \fB nut-scanner\fR (8)\& .
.sp
2012-08-12 21:39:31 +00:00
It enables the discovery of supported NUT devices (USB, SNMP, Eaton XML/HTTP and IPMI) and NUT servers (using Avahi, or the classic connection method)\& .
2012-01-24 10:22:33 +00:00
.SH "DISCOVERY FUNCTIONS"
.sp
2012-08-12 21:39:31 +00:00
First, include the required header file:
2012-01-24 10:22:33 +00:00
.sp
.if n \{ \
.RS 4
. \}
.nf
#include <nut\- scan\& .h>
.fi
.if n \{ \
.RE
. \}
.sp
Then, to discover new devices, use the appropriate function:
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
\fB nutscan_scan_usb\fR (3)
for supported USB devices,
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
\fB nutscan_scan_snmp\fR (3)
for supported SNMP agents,
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
\fB nutscan_scan_xml_http\fR (3)
for Eaton Network Management Card,
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
\fB nutscan_scan_nut\fR (3)
for NUT servers (upsd), using the classic method,
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
\fB nutscan_scan_avahi\fR (3)
for NUT servers (upsd), using the mDNS (Avahi) method,
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
\fB nutscan_scan_ipmi\fR (3)
for supported IPMI PSU\& .
.RE
.sp
2012-08-12 21:39:31 +00:00
All of these functions return a list of devices found, using the nutscan_device_t structure\& . This structure is described in \fB nutscan_add_device_to_device\fR (3)\& .
2012-01-24 10:22:33 +00:00
.sp
2012-08-12 21:39:31 +00:00
Helper functions are also provided to output data using standard formats:
2012-01-24 10:22:33 +00:00
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
\fB nutscan_display_parsable\fR (3)
for parsable output,
.RE
.sp
.RS 4
.ie n \{ \
\h '-04'\(bu \h '+03'\c
. \}
.el \{ \
.sp -1
.IP \(bu 2 .3
. \}
\fB nutscan_display_ups_conf\fR (3)
for ups\& .conf style\& .
.RE
.SH "ERROR HANDLING"
.sp
2012-08-12 21:39:31 +00:00
There is currently no specific mechanism for error handling\& .
2012-01-24 10:22:33 +00:00
.SH "SEE ALSO"
.sp
2012-08-12 21:39:31 +00:00
\fB nut-scanner\fR (8), \fB nutscan_scan_usb\fR (3), \fB nutscan_scan_snmp\fR (3), \fB nutscan_scan_xml_http\fR (3), \fB nutscan_scan_nut\fR (3), \fB nutscan_scan_avahi\fR (3), \fB nutscan_scan_ipmi\fR (3), \fB nutscan_display_parsable\fR (3), \fB nutscan_display_ups_conf\fR (3), \fB nutscan_new_device\fR (3), \fB nutscan_free_device\fR (3), \fB nutscan_add_device_to_device\fR (3), \fB nutscan_add_option_to_device\fR (3), \fB nutscan_cidr_to_ip\fR (3), http://avahi\& .org/