Sort results alphabetically when returning all service statuses

This commit is contained in:
TwinProduction
2021-09-02 23:09:29 -04:00
committed by Chris
parent 67642b130c
commit 670e35949e
5 changed files with 5 additions and 4 deletions

View File

@ -24,7 +24,6 @@ var (
Interval: 30 * time.Second,
Conditions: []*core.Condition{&firstCondition, &secondCondition, &thirdCondition},
Alerts: nil,
Insecure: false,
NumberOfFailuresInARow: 0,
NumberOfSuccessesInARow: 0,
}