Created
October 5, 2019 13:18
-
-
Save ota42y/420fe3d789ca417dcf623157be6d604c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ./alertmanager --log.level=debug | |
level=info ts=2019-10-05T12:41:23.678Z caller=main.go:217 msg="Starting Alertmanager" version="(version=0.19.0, branch=HEAD, revision=7aa5d19fea3f58e3d27dbdeb0f2883037168914a)" | |
level=info ts=2019-10-05T12:41:23.678Z caller=main.go:218 build_context="(go=go1.12.8, user=root@587d0268f963, date=20190903-15:04:14)" | |
level=debug ts=2019-10-05T12:41:23.678Z caller=cluster.go:149 component=cluster msg="resolved peers to following addresses" peers= | |
level=info ts=2019-10-05T12:41:23.679Z caller=cluster.go:161 component=cluster msg="setting advertise address explicitly" addr=192.168.11.8 port=9094 | |
level=debug ts=2019-10-05T12:41:23.681Z caller=delegate.go:230 component=cluster received=NotifyJoin node=01DPDZ0PYZT9KRQ6MWV5SCAFKM addr=192.168.11.8:9094 | |
level=debug ts=2019-10-05T12:41:23.681Z caller=cluster.go:233 component=cluster msg="joined cluster" peers=0 | |
level=info ts=2019-10-05T12:41:23.681Z caller=cluster.go:623 component=cluster msg="Waiting for gossip to settle..." interval=2s | |
level=debug ts=2019-10-05T12:41:23.710Z caller=main.go:356 externalURL=http://mypc-local:9093 | |
level=info ts=2019-10-05T12:41:23.710Z caller=coordinator.go:119 component=configuration msg="Loading configuration file" file=alertmanager.yml | |
level=info ts=2019-10-05T12:41:23.711Z caller=coordinator.go:131 component=configuration msg="Completed loading of configuration file" file=alertmanager.yml | |
level=debug ts=2019-10-05T12:41:23.716Z caller=main.go:449 routePrefix=/ | |
level=info ts=2019-10-05T12:41:23.716Z caller=main.go:466 msg=Listening address=:9093 | |
level=info ts=2019-10-05T12:41:25.682Z caller=cluster.go:648 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000402924s | |
level=debug ts=2019-10-05T12:41:27.685Z caller=cluster.go:645 component=cluster msg="gossip looks settled" elapsed=4.003116557s | |
level=debug ts=2019-10-05T12:41:29.685Z caller=cluster.go:645 component=cluster msg="gossip looks settled" elapsed=6.003592431s | |
level=debug ts=2019-10-05T12:41:31.689Z caller=cluster.go:645 component=cluster msg="gossip looks settled" elapsed=8.007927001s | |
level=info ts=2019-10-05T12:41:33.693Z caller=cluster.go:640 component=cluster msg="gossip settled; proceeding" elapsed=10.01120645s | |
level=debug ts=2019-10-05T12:42:47.040Z caller=dispatch.go:104 component=dispatcher msg="Received alert" alert=server-status[83e172c][active] | |
level=debug ts=2019-10-05T12:42:57.045Z caller=dispatch.go:432 component=dispatcher aggrGroup="{}:{alertname=\"server-status\"}" msg=flushing alerts=[server-status[83e172c][active]] | |
level=debug ts=2019-10-05T12:43:07.048Z caller=dispatch.go:432 component=dispatcher aggrGroup="{}:{alertname=\"server-status\"}" msg=flushing alerts=[server-status[83e172c][active]] | |
level=debug ts=2019-10-05T12:43:17.050Z caller=dispatch.go:432 component=dispatcher aggrGroup="{}:{alertname=\"server-status\"}" msg=flushing alerts=[server-status[83e172c][active]] | |
level=debug ts=2019-10-05T12:43:27.051Z caller=dispatch.go:432 component=dispatcher aggrGroup="{}:{alertname=\"server-status\"}" msg=flushing alerts=[server-status[83e172c][active]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment