Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDRCritical ¶
func GetDRNormal ¶
func GetDRWarning ¶
func GetLastCheckTime ¶
func GetLastCheckTime() (lastchecktime string)
Types ¶
type DBScore ¶
type DBScore struct { Asset_Id int `orm:"column(asset_id);"` Alias string `orm:"column(alias);"` Score int `orm:"column(score);"` }
func GetDBScore ¶
type DbTime ¶
type MetricValue ¶
type MetricValue struct { Db_Id int `orm:"column(db_id);"` Time string `orm:"column(time);"` Value int `orm:"column(value);"` }
func GetDBMetrixValueX ¶
func GetDBMetrixValueX(metric_name string) (metricvalue []MetricValue)
func GetDBMetrixValueY ¶
func GetDBMetrixValueY(metric_name string) (metricvalue []MetricValue)
func GetDrMetrixValueX ¶
func GetDrMetrixValueX(metric_name string) (metricvalue []MetricValue)
func GetDrMetrixValueY ¶
func GetDrMetrixValueY(metric_name string) (metricvalue []MetricValue)
type ScreenDr ¶
func ListDrConfig ¶
func ListDrConfig() (sceen_dr []ScreenDr)
Click to show internal directories.
Click to hide internal directories.