Update the Nagios URL used to sent GSE and AFD

Implements: blueprint scalable-nagios-api
Depends-On: I55613dd650b039142767174d3f19fa9262a2a7bc

Change-Id: I152dd8fcb0ec7dfddc99c8a52fa2098a414811c0
This commit is contained in:
Swann Croiset 2016-05-12 10:54:46 +02:00
parent d2eafcb750
commit 306448e8fa
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ if $alerting_mode == 'remote' {
# Important: $http_port and $http_path must match the
# lma_infra_monitoring configuration.
$http_port = 8001
$http_path = 'cgi-bin/cmd.cgi'
$http_path = 'status'
$nagios_url = "http://${nagios_server}:${http_port}/${http_path}"
} else {
if ! $lma_infra_alerting {

View File

@ -480,7 +480,7 @@ if $alerting_mode == 'remote' {
# Important: $http_port and $http_path must match the
# lma_infra_monitoring configuration.
$http_port = 8001
$http_path = 'cgi-bin/cmd.cgi'
$http_path = 'status'
$nagios_url = "http://${nagios_server}:${http_port}/${http_path}"
}
} elsif $alerting_mode == 'standalone' {