Hi,
I have sensu core servers agents, I want to migrate client.json to sensu go agent conf. Please help.
My conf looks like below:
“client”: {
“name”: “monitor.com”,
“address”: “10.180.182.222”,
“subscriptions”: [
“monitoring”
]
}
}
My rabbitmq.json is
{
“rabbitmq”: {
“password”: “abcdxyz”,
“user”: “sensu”,
“port”: 5671,
“host”: “localhost”,
“ssl”: {
“cert_chain_file”: “/etc/sensu/ssl/cert.pem”,
“private_key_file”: “/etc/sensu/ssl/key.pem”
},
“vhost”: “/sensu”
}
}
redis.json
{
“redis”: {
“port”: 6379,
“host”: “localhost”
}
}