Skip to content

Commit ddd3176

Browse files
committed
Add man page for geni-fetch-amdown
1 parent e089e42 commit ddd3176

File tree

2 files changed

+43
-4
lines changed

2 files changed

+43
-4
lines changed

man/Makefile.am

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dist_man_MANS = \
2-
geni-get-ad-rspecs.1 \
3-
geni-parse-map-data.1 \
4-
geni-sync-wireless.1 \
5-
geni-watch-omni.1
2+
geni-fetch-amdown.1 \
3+
geni-get-ad-rspecs.1 \
4+
geni-parse-map-data.1 \
5+
geni-sync-wireless.1 \
6+
geni-watch-omni.1
67
cleandb:

man/geni-fetch-amdown.1

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.\" Hey, EMACS: -*- nroff -*-
2+
.TH GENI-FETCH-AMDOWN 1 "October 6, 2015"
3+
.SH NAME
4+
geni-fetch-amdown \- Fetch list of down aggregate managers
5+
.SH SYNOPSIS
6+
.B geni-fetch-amdown
7+
[-h] [-s SETTINGS] [-d DEST]
8+
.I cert
9+
.I key
10+
.br
11+
.SH DESCRIPTION
12+
.B geni-fetch-amdown
13+
fetches a list of down aggregates from a Nagios server. The data happens to be
14+
in JSON format as a list of lists. Each sublist contains a single string
15+
indicating the aggregate. This string is either the GENI short name or the
16+
ExoGENI VM site name.
17+
18+
.B geni-fetch-amdown
19+
retrieves the data and transforms it into a JSON list of URNS. The resulting
20+
data is written to the destination specified with the
21+
.I \-d
22+
argument.
23+
.SH OPTIONS
24+
A summary of options is included below.
25+
.TP
26+
.B \-d, \-\-dest <DEST>
27+
The name of the output file
28+
.TP
29+
.B \-s, \-\-settings <SETTINGS>
30+
The location of the GENI Portal settings file.
31+
Usually /etc/geni-ch/settings.php
32+
.TP
33+
.B \-h, \-\-help
34+
Show summary of options
35+
.SH BUGS
36+
None known.
37+
.SH AUTHOR
38+
geni-fetch-amdown was written by Raytheon BBN Technologies.

0 commit comments

Comments
 (0)