NAME
q330_baler - collects system information about q330 and balers
SYNOPSIS
q330_baler [-v] [-V] [-n] [-a] [-q]
[-p pf] [-s sta_subset] [-P pfsource_name] [-m mail_to]
status_orb cmd_orb db
SUPPORT
Contributed code: NO BRTT support.
THIS PIECE OF SOFTWARE WAS CONTRIBUTED BY THE ANTELOPE USER COMMUNITY. BRTT DISCLAIMS ALL OWNERSHIP, LIABILITY, AND SUPPORT FOR THIS PIECE OF SOFTWARE.
FOR HELP WITH THIS PIECE OF SOFTWARE, PLEASE CONTACT THE CONTRIBUTING AUTHOR.
DESCRIPTION
q330_baler collects information about the configuration and status
of Q330 dataloggers and Quanterra PB14 and PB44 packet balers.
q330_baler gets information about the Q330 by using
dlcmd in the getconfig and
getstatus modes.
q330_baler gets information about the PB14 from the User Messages in the
packets in the
status_orb.
q330_baler gets information about the PB44 from the User Messages in the
packets in the
status_orb as well as from the baler status.html page.
q330_baler writes into the
db.staq330 and the
db.stabaler tables.
OPTIONS
-
-v
verbose
-
-V
Extremely verbose. Used for debugging purposes only.
-
-n
Test mode. No operations executed.
-
-a
Prints PB14 tag message
-
-q
Only process Q330 data, skip baler processing.
-
-s sta_regex
Regular expression of stations to process.
-
-p parameter_file
Name of parameter file to use. $PFPATH is searched to find parameter file.
The default parameter file is baler_wf_proc.
-
-P pfsource_name
Regex of q3302orb generated /pf/st files to use.
The default is .*/pf/st files in the status_orb.
-
-m mail_to
Email address list to send results. Multiple email addresses should be comma delimited without
white space.
ENVIRONMENT
needs to have sourced $ANTELOPE/setup.csh.
PARAMETER FILE
-
net
Net code to process
-
status_mail
Email addresses to send notification of status. Multiple email addresses should be comma delimited without
white space.
-
ignore_sta
Tbl list of station codes to ignore in processing. Like when TA gets data from Y12C but the data logger thinks its CI_BLY.
-
baler_orb_reject
Regex of packets to ignore in baler processing.
EXAMPLE PARAMETER FILE
net TA # Network Code
status_mail your@email.edu # email addresses to send notification of problems
ignore_sta &Tbl{
BLY
EXMP
}
baler_orb_reject ta.* # reject packets from baler orb processing
RETURN VALUES
0 if successful, 1 if not.
SEE ALSO
dlcmd(1)
BUGS AND CAVEATS
none.
AUTHOR
Frank Vernon
Antelope User Group Contributed Software