]> git.pld-linux.org Git - packages/argus-clients.git/blob - argus-clients-excel.rc
- patches for 3.0.0rc43
[packages/argus-clients.git] / argus-clients-excel.rc
1
2 #  Argus Software
3 #  Copyright (c) 2000-2007 QoSient, LLC
4 #  All rights reserved.
5
6 #  This program is free software; you can redistribute it and/or modify
7 #  it under the terms of the GNU General Public License as published by
8 #  the Free Software Foundation; either version 2, or (at your option)
9 #  any later version.
10 #
11 #  This program is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #  GNU General Public License for more details.
15 #
16 #  You should have received a copy of the GNU General Public License
17 #  along with this program; if not, write to the Free Software
18 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
20 #
21 # Excel rc file.
22 #
23 # This ra rc file will generate ascii output suitable to be imported
24 # into Microsoft Excel or Microsoft Access as a comma separated value file.
25 # This is good for graphing, etc....
26
27 RA_PRINT_LABELS=0
28 RA_FIELD_DELIMITER=','
29 RA_PRINT_NAMES=none
30 RA_TIME_FORMAT="%m-%d-%y %T"
31 RA_USEC_PRECISION=6
32 RA_FILTER="not man"
This page took 0.127994 seconds and 3 git commands to generate.