+ blacklist.py -- manages a node blacklist on which no actions should ever be
[monitor.git] / printpdb.py
diff --git a/printpdb.py b/printpdb.py
new file mode 100755 (executable)
index 0000000..a916a05
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/python
+
+import pprint
+import sys
+import soltesz
+
+pp = pprint.PrettyPrinter(indent=4) 
+o = soltesz.dbLoad(sys.argv[1])
+pp.pprint(o)