summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--custom_ident.py11
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d20b64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.pyc
diff --git a/custom_ident.py b/custom_ident.py
new file mode 100644
index 0000000..97da8d7
--- /dev/null
+++ b/custom_ident.py
@@ -0,0 +1,11 @@
+#!/usr/bin/env python
+"""
+custom_ident.py - Set a custom user ident for phenny
+Copyright 2013, Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Licensed under the Eiffel Forum License 2.
+
+http://inamidst.com/phenny/
+"""
+
+def setup(phenny):
+ phenny.user = 'Nagios'