diff options
author | Pim van den Berg | 2009-09-20 13:36:25 +0200 |
---|---|---|
committer | Pim van den Berg | 2009-09-20 13:45:26 +0200 |
commit | cd94ef34134d8f06af83ec97119018b4e80346a0 (patch) | |
tree | b01a57617cb5528554b1909583bdf110d8acb631 /.htaccess | |
download | apt-panopticon_cgp-cd94ef34134d8f06af83ec97119018b4e80346a0.zip apt-panopticon_cgp-cd94ef34134d8f06af83ec97119018b4e80346a0.tar.gz apt-panopticon_cgp-cd94ef34134d8f06af83ec97119018b4e80346a0.tar.bz2 apt-panopticon_cgp-cd94ef34134d8f06af83ec97119018b4e80346a0.tar.xz |
initial import of cgp
Collectd Graph Panel is a frontend for Collectd written in PHP.
The goal of CGP is to provide an easy-to-use frontend for Collectd,
starting with page that shows an overview of all the hosts you are
managing with Collectd.
In this initial import there is support for the plugins that are default
enabled in Collectd. The supported plugins are located in the plugin
directory.
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..9e0a727 --- /dev/null +++ b/.htaccess | |||
@@ -0,0 +1,2 @@ | |||
1 | RewriteEngine On | ||
2 | RewriteRule ^.git(ignore|/) - [F,L] | ||