-
-
Notifications
You must be signed in to change notification settings - Fork 666
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Step to reproduce:
$ cat config/config.yaml
services:
- name: example
url: "https://example.org/"
interval: 30s
conditions:
- "[STATUS] == 200"
$ docker run \
--rm \
-p 8080:8080 \
-v "$(pwd)"/config/config.yaml:/config/config.yaml \
twinproduction/gatus
Change the name field in the config/config.yaml.
Observation:
In the HasLoadedConfigurationFileBeenModified function, the result of the comparison of config.lastFileModTime.Unix() != fileInfo.ModTime().Unix() is always false.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working