Merge pull request #45 from UnikumAB/Added-missing-descriptions
Added missing descriptions
This commit is contained in:
commit
805425c2b1
24
.travis.yml
Normal file
24
.travis.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- go: 1.13.x
|
||||||
|
env: VET=1 GO111MODULE=on
|
||||||
|
- go: 1.13.x
|
||||||
|
env: RACE=1 GO111MODULE=on
|
||||||
|
- go: 1.13.x
|
||||||
|
env: RUN386=1
|
||||||
|
- go: 1.12.x
|
||||||
|
env: GO111MODULE=on
|
||||||
|
- go: 1.11.x
|
||||||
|
env: GO111MODULE=on
|
||||||
|
- go: stable
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libsystemd-dev
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
GO111MODULE: on
|
@ -625,6 +625,8 @@ func (e *PostfixExporter) Describe(ch chan<- *prometheus.Desc) {
|
|||||||
e.smtpdTLSConnects.Describe(ch)
|
e.smtpdTLSConnects.Describe(ch)
|
||||||
ch <- e.smtpStatusDeferred.Desc()
|
ch <- e.smtpStatusDeferred.Desc()
|
||||||
e.unsupportedLogEntries.Describe(ch)
|
e.unsupportedLogEntries.Describe(ch)
|
||||||
|
e.smtpConnectionTimedOut.Describe(ch)
|
||||||
|
e.opendkimSignatureAdded.Describe(ch)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e *PostfixExporter) foreverCollectFromJournal(ctx context.Context) {
|
func (e *PostfixExporter) foreverCollectFromJournal(ctx context.Context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user