Code

nagixsc.git
14 years agoConfig files and cmd line options for daemons
Sven Velt [Thu, 17 Dec 2009 23:59:30 +0000 (00:59 +0100)]
Config files and cmd line options for daemons

Moved config files from examples/ to sample-configs/conf/, new config
files for daemons in sample-configs/

Changed path names in QUICKSTART.de.txt

14 years agoImport md5 from hashlib/md5, dep. on Py version
Sven Velt [Wed, 16 Dec 2009 16:35:45 +0000 (17:35 +0100)]
Import md5 from hashlib/md5, dep. on Py version

2.4: Only "md5" available
2.5: "md5" and "hashlib" work
2.6: Only "hashlib"

So try to "from hashlib import md5" and if it doesn't work just do a
"from md5 import md5" and just use "md5(___).hexdigest()" in the code.

14 years agoAgain still PoC, but reworked w/o CherryPy
Sven Velt [Mon, 14 Dec 2009 23:38:16 +0000 (00:38 +0100)]
Again still PoC, but reworked w/o CherryPy

14 years agoStill PoC, but reworked w/o CherryPy
Sven Velt [Mon, 14 Dec 2009 23:07:43 +0000 (00:07 +0100)]
Still PoC, but reworked w/o CherryPy

14 years agoFix "file -1 seconds old" bug
Sven Velt [Mon, 14 Dec 2009 23:11:40 +0000 (00:11 +0100)]
Fix "file -1 seconds old" bug

14 years agoWIP: PoC of "http2nagios" / rename "cgi"->"http"
Sven Velt [Fri, 11 Dec 2009 11:58:29 +0000 (12:58 +0100)]
WIP: PoC of "http2nagios" / rename "cgi"->"http"

14 years agoWIP: PoC of conf2cgi/Nag(ix)RPE \o/
Sven Velt [Tue, 8 Dec 2009 22:45:19 +0000 (23:45 +0100)]
WIP: PoC of conf2cgi/Nag(ix)RPE  \o/

14 years agoFilter option build into nagixsc_conf2xml (-H/-D)
Sven Velt [Tue, 8 Dec 2009 21:57:12 +0000 (22:57 +0100)]
Filter option build into nagixsc_conf2xml (-H/-D)

14 years agoAllow HTTP username and password (-l/-a)
Sven Velt [Tue, 8 Dec 2009 13:26:58 +0000 (14:26 +0100)]
Allow HTTP username and password (-l/-a)

14 years agoAdded host checks
Sven Velt [Tue, 8 Dec 2009 11:06:13 +0000 (12:06 +0100)]
Added host checks

14 years agoTypo in QUICKSTART.de.txt, thx to Sven Jeck
Sven Velt [Fri, 4 Dec 2009 08:47:50 +0000 (09:47 +0100)]
Typo in QUICKSTART.de.txt, thx to Sven Jeck

14 years agoWIP: Generate minimal, hardcoded Nagios cfg from XML
Sven Velt [Mon, 30 Nov 2009 10:53:31 +0000 (11:53 +0100)]
WIP: Generate minimal, hardcoded Nagios cfg from XML

14 years agoInitial commit
Sven Velt [Sun, 29 Nov 2009 19:26:08 +0000 (20:26 +0100)]
Initial commit