diff options
author | Perry Mason <crazypark2@yahoo.dk> | 2010-12-16 00:38:12 +0100 |
---|---|---|
committer | Perry Mason <crazypark2@yahoo.dk> | 2010-12-16 00:38:12 +0100 |
commit | 24f949a4bf10029d7397a22da76dacad61dbac66 (patch) | |
tree | e578c43defbd79854590e7c5f22345ae4421ae4a /config/vnstat2/vnstatoutput.xml | |
parent | 41e6c7b8090bf5a117b349c8e815febf807e2c15 (diff) | |
download | pfsense-packages-24f949a4bf10029d7397a22da76dacad61dbac66.tar.gz pfsense-packages-24f949a4bf10029d7397a22da76dacad61dbac66.tar.bz2 pfsense-packages-24f949a4bf10029d7397a22da76dacad61dbac66.zip |
[vnstat2] add files
Diffstat (limited to 'config/vnstat2/vnstatoutput.xml')
-rw-r--r-- | config/vnstat2/vnstatoutput.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/config/vnstat2/vnstatoutput.xml b/config/vnstat2/vnstatoutput.xml new file mode 100644 index 00000000..4b410aaa --- /dev/null +++ b/config/vnstat2/vnstatoutput.xml @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> +<?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?> +<packagegui> + <copyright></copyright> + <description>Describe your package here</description> + <requirements>Describe your package requirements here</requirements> + <faq>Currently there are no FAQ items provided.</faq> + <name>vnstat2</name> + <version>1.0</version> + <title>Vnstat2</title> + <aftersaveredirect>/diag_vnstat2.php</aftersaveredirect> + <include_file>/usr/local/pkg/vnstat2.inc</include_file> + <menu> + <name>vnstat2</name> + <tooltiptext></tooltiptext> + <section>Status</section> + <url>/pkg_edit.php?xml=vnstat2.xml&id=0</url> + </menu> + <tabs> + <tab> + <text>Config</text> + <url>/pkg_edit.php?xml=vnstat2.xml&id=0</url> + </tab> + <tab> + <text>Vnstati</text> + <url>/pkg_edit.php?xml=vnstati.xml&id=0</url> + </tab> + <tab> + <text>Access vnstat php frontend</text> + <url>/vnstat2</url> + </tab> + <tab> + <text>vnstat info</text> + <url>/pkg_edit.php?xml=vnstatoutput.xml&id=0</url> + <active/> + </tab> + <tab> + <text>vnstat summary</text> + <url>/diag_vnstat.php</url> + </tab> + </tabs> + <fields> + <field> + <fielddescr>Interface</fielddescr> + <fieldname>vnstat_interface2</fieldname> + <description>Select interface</description> + <type>interfaces_selection</type> + </field> + </fields> + <custom_php_global_functions></custom_php_global_functions> + <custom_add_php_command>create_vnstat_output();</custom_add_php_command> + <custom_php_resync_config_command></custom_php_resync_config_command> + <custom_php_install_command>vnstat_install_config();</custom_php_install_command> + <custom_php_deinstall_command>vnstat_install_deinstall();</custom_php_deinstall_command> +</packagegui> |