summaryrefslogtreecommitdiffstats
path: root/custom_ident.py
blob: 97da8d7beb595af3fdc1acc37cf1386d1acbd5f6 (plain)
1
2
3
4
5
6
7
8
9
10
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'