Change default config file name

This commit is contained in:
Fabian Reinartz 2015-05-20 19:24:27 +02:00
parent 572b280cf0
commit 223eaf2ca3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ const deletionBatchSize = 100
// Commandline flags.
var (
configFile = flag.String("config.file", "prometheus.conf", "Prometheus configuration file name.")
configFile = flag.String("config.file", "prometheus.yml", "Prometheus configuration file name.")
alertmanagerURL = flag.String("alertmanager.url", "", "The URL of the alert manager to send notifications to.")
notificationQueueCapacity = flag.Int("alertmanager.notification-queue-capacity", 100, "The capacity of the queue for pending alert manager notifications.")