aboutsummaryrefslogtreecommitdiffstats
path: root/config/vnstat2/vnstatoutput.xml
diff options
context:
space:
mode:
authorPerry Mason <crazypark2@yahoo.dk>2010-12-16 00:38:12 +0100
committerPerry Mason <crazypark2@yahoo.dk>2010-12-16 00:38:12 +0100
commit24f949a4bf10029d7397a22da76dacad61dbac66 (patch)
treee578c43defbd79854590e7c5f22345ae4421ae4a /config/vnstat2/vnstatoutput.xml
parent41e6c7b8090bf5a117b349c8e815febf807e2c15 (diff)
downloadpfsense-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.xml56
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&amp;id=0</url>
+ </menu>
+ <tabs>
+ <tab>
+ <text>Config</text>
+ <url>/pkg_edit.php?xml=vnstat2.xml&amp;id=0</url>
+ </tab>
+ <tab>
+ <text>Vnstati</text>
+ <url>/pkg_edit.php?xml=vnstati.xml&amp;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&amp;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>