summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2013-07-26 11:48:16 +0200
committerroot <root@vm-monitoring.spline.inf.fu-berlin.de>2013-07-26 11:48:16 +0200
commitbf5b02299026f409dee8ca229b2f9ca971087587 (patch)
treed4ba28e27b335cb54be1c09aecddf31ffc79c1f0
downloadcustom-ident-bf5b02299026f409dee8ca229b2f9ca971087587.tar.gz
custom-ident-bf5b02299026f409dee8ca229b2f9ca971087587.tar.bz2
custom-ident-bf5b02299026f409dee8ca229b2f9ca971087587.zip
inital commit
-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'