<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE packagegui SYSTEM "./schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?> <packagegui> <copyright> <![CDATA[ /* ========================================================================== */ /* sarg_schedule.xml part of pfSense (http://www.pfSense.com) Copyright (C) 2012 Marcello Coutinho All rights reserved. */ /* ========================================================================== */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* ========================================================================== */ ]]> </copyright> <description>Describe your package here</description> <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>sargschedule</name> <version>0.5</version> <title>Status: Sarg Schedules</title> <include_file>/usr/local/pkg/sarg.inc</include_file> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/sarg/sarg.inc</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/sarg/sarg_sync.xml</item> </additional_files_needed> <menu> <name>sarg</name> <tooltiptext>sarg</tooltiptext> <section>Diagnostics</section> <configfile>sarg.xml</configfile> </menu> <tabs> <tab> <text>General</text> <url>/pkg_edit.php?xml=sarg.xml&id=0</url> </tab> <tab> <text>Users</text> <url>/pkg_edit.php?xml=sarg_users.xml&id=0</url> </tab> <tab> <text>Schedule</text> <url>/pkg.php?xml=sarg_schedule.xml&id=0</url> <active/> </tab> <tab> <text>View Report</text> <url>/sarg_reports.php</url> </tab> <tab> <text>Realtime</text> <url>/sarg_realtime.php</url> </tab> <tab> <text>XMLRPC Sync</text> <url>/pkg_edit.php?xml=sarg_sync.xml&id=0</url> </tab> <tab> <text>Help</text> <url>/sarg_about.php</url> </tab> </tabs> <adddeleteeditpagefields> <columnitem> <fielddescr>Status</fielddescr> <fieldname>enable</fieldname> </columnitem> <columnitem> <fielddescr>Update Frequency</fielddescr> <fieldname>frequency</fieldname> </columnitem> <columnitem> <fielddescr>Aditional Args</fielddescr> <fieldname>args</fieldname> </columnitem> <columnitem> <fielddescr>Gzip</fielddescr> <fieldname>gzip</fieldname> </columnitem> <columnitem> <fielddescr>Post Action</fielddescr> <fieldname>action</fieldname> </columnitem> <columnitem> <fielddescr>Description</fielddescr> <fieldname>description</fieldname> </columnitem> <movable>arrow</movable> </adddeleteeditpagefields> <fields> <field> <type>listtopic</type> <fieldname>temp</fieldname> <name>Schedule Options</name> </field> <field> <fielddescr>Enable</fielddescr> <fieldname>enable</fieldname> <type>checkbox</type> <description>Enable this schedule</description> </field> <field> <fielddescr>Description</fielddescr> <fieldname>description</fieldname> <description>Enter a description for this file.</description> <type>input</type> <size>50</size> </field> <field> <fielddescr>Sarg args</fielddescr> <fieldname>args</fieldname> <description><![CDATA[Enter sarg extra args to run on this schedule.<br> To force sarg to create a report only from current day, use:<br> <strong>-d `date +%d/%m/%Y`-`date +%d/%m/%Y`</strong>]]></description> <type>input</type> <size>50</size> </field> <field> <fielddescr>frequency</fielddescr> <fieldname>frequency</fieldname> <type>input</type> <size>5</size> <description><![CDATA[How often extract users from active directory and verify changes<br> Valid options are minutes(m), hours(h), days(d)<br> Sample: To update every hour, use 1h<br><br>]]><input type="submit" name="Submit" value="Force update now"><br></description> <required/> </field> <field> <fielddescr>Action after sarg</fielddescr> <fieldname>action</fieldname> <type>select</type> <options> <option><name>None(default)</name><value>none</value></option> <option><name>rotate logs</name><value>rotate</value></option> <option><name>Restart proxy daemon</name><value>restart</value></option> <option><name>Rotate log and restart proxy daemon</name><value>both</value></option> </options> <description>Choose an action after sarg finishes</description> </field> <field> <type>listtopic</type> <fieldname>temp</fieldname> <name>Compress Options</name> </field> <field> <fielddescr>Enable Compression</fielddescr> <fieldname>gzip</fieldname> <description><![CDATA[Enable this option to compress sarg report html files using gzip and reduce 4 times sarg reports data.]]></description> <type>checkbox</type> </field> <field> <fielddescr>Compression level</fielddescr> <fieldname>gziplevel</fieldname> <type>select</type> <options> <option><name>Default gzip compression (Recommended)</name><value></value></option> <option><name>1 (fast)</name><value>--fast</value></option> <option><name>2</name><value>-2</value></option> <option><name>3</name><value>-3</value></option> <option><name>4</name><value>-4</value></option> <option><name>5</name><value>-5</value></option> <option><name>6</name><value>-6</value></option> <option><name>7</name><value>-7</value></option> <option><name>8</name><value>-8</value></option> <option><name>9 (best)</name><value>--best</value></option> </options> <description>Choose gzip compression level.</description> </field> <field> <fielddescr>Find Limit</fielddescr> <fieldname>find</fieldname> <type>input</type> <default_value>60</default_value> <size>5</size> <description><![CDATA[To speed up find process, restrict find search to report files created/changed n minutes ago.<br> Default is to 60 minutes. If your reports take longer to be created, increase this value.]]></description> </field> </fields> <custom_php_install_command> sarg_php_install_command(); </custom_php_install_command> <custom_php_command_before_form> </custom_php_command_before_form> <custom_php_validation_command> sarg_validate_input($_POST, &$input_errors); </custom_php_validation_command> <custom_delete_php_command> sync_package_sarg(); </custom_delete_php_command> <custom_php_resync_config_command> sarg_resync(); </custom_php_resync_config_command> </packagegui>