Hi All,
Can you please help me with the below.
While installing sensu core 1.7 on CentOS7.10 box using yum command i am getting the below error.
Loaded plugins: fastestmirror, langpacks
File contains no section headers.
file: file:///etc/yum.repos.d/sensu.repo, line: 1
“echo '[sensu] \n”
i have created the below sensu repo as mentioned in the document.
echo ‘[sensu]
name=sensu
baseurl=https://sensu.global.ssl.fastly.net/yum/$releasever/$basearch/
gpgkey=https://repositories.sensuapp.org/yum/pubkey.gpg
gpgcheck=1
enabled=1’ | sudo tee /etc/yum.repos.d/sensu.repo
can you please help me with this issue.
