Simple PerfDatas class diagram :
digraph inheritance3eb3423c11 { rankdir=LR; size="8.0, 12.0"; "misc.perfdata.PerfDatas" [style="setlinewidth(0.5)",URL="#shinken.misc.perfdata.PerfDatas",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25,shape=box,fontsize=10]; }
Simple DataManager class diagram :
digraph inheritance9c17940130 { rankdir=LR; size="8.0, 12.0"; "misc.datamanager.DataManager" [style="setlinewidth(0.5)",URL="#shinken.misc.datamanager.DataManager",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25,shape=box,fontsize=10]; }
Simple Regenerator class diagram :
digraph inheritancee6f3b48492 { rankdir=LR; size="8.0, 12.0"; "misc.regenerator.Regenerator" [style="setlinewidth(0.5)",URL="#shinken.misc.regenerator.Regenerator",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25,shape=box,fontsize=10]; }
Simple Metric class diagram :
digraph inheritance26c563bf7d { rankdir=LR; size="8.0, 12.0"; "misc.perfdata.Metric" [style="setlinewidth(0.5)",URL="#shinken.misc.perfdata.Metric",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25,shape=box,fontsize=10]; }
md5crypt.py - Provides interoperable MD5-based crypt() function
SYNOPSIS
import md5crypt.py
cryptedpassword = md5crypt.md5crypt(password, salt);
DESCRIPTION
unix_md5_crypt() provides a crypt()-compatible interface to the rather new MD5-based crypt() function found in modern operating systems. It’s based on the implementation found on FreeBSD 2.2.[56]-RELEASE and contains the following license in it:
“THE BEER-WARE LICENSE” (Revision 42): <phk@login.dknet.dk> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
apache_md5_crypt() provides a function compatible with Apache’s .htpasswd files. This was contributed by Bryan Hart <bryan@eai.com>.
Bases: object
Helper functions for some sorting
ANSII Color formatting for output in terminal.
Colorize text.