summaryrefslogtreecommitdiffstats
path: root/custom_ident.py
diff options
context:
space:
mode:
Diffstat (limited to 'custom_ident.py')
-rw-r--r--custom_ident.py11
1 files changed, 11 insertions, 0 deletions
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'