]> git.ipfire.org Git - collecty.git/commitdiff
Add constants file.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Aug 2012 14:41:48 +0000 (14:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Aug 2012 14:41:48 +0000 (14:41 +0000)
collecty/constants.py [new file with mode: 0644]

diff --git a/collecty/constants.py b/collecty/constants.py
new file mode 100644 (file)
index 0000000..969a083
--- /dev/null
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+###############################################################################
+#                                                                             #
+# collecty - A system statistics collection daemon for IPFire                 #
+# Copyright (C) 2012 IPFire development team                                  #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+DATABASE_DIR = "/var/lib/collecty"