File: constants.go

package info (click to toggle)
icingadb 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 59,960 kB
  • sloc: ansic: 170,157; asm: 7,097; sql: 4,098; sh: 1,614; cpp: 1,132; makefile: 438; xml: 160
file content (6 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
package common

const (
	SoftState = "soft" // SoftState represents an Icinga 2 soft state change.
	HardState = "hard" // HardState represents an Icinga 2 hard state change.
)