Kapacitor not starting

Hi,

After adding the following line to the kapacitor.conf file under [[httppost]] section, I could not start kapacitor

alert-template-file = “C:\Mypath\to\Kapacitor\Data\template\alert.html”

Error message:

2020/04/08 13:02:34 Using configuration at: kapacitor.conf
run: create server: invalid configuration: httppost: must use an absolute path for alert-template-file.
To generate a valid configuration file run kapacitord config > kapacitor.generated.conf.

I’m running Windows system

Thanks
Ganendran

change the alert template file path from

C:\Mypath\to\Kapacitor\Data\template\alert.html

to

/mypath/to/kapacitor/data/template/template.html

Not sure if you need to include the C: part, i don’t think you do

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.