Private GIT

Skip to content
Snippets Groups Projects
Commit 63bb2123 authored by Sylvestre Ho's avatar Sylvestre Ho
Browse files

refs #4507; fixes sysconfig files

parent 737ff904
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ RUN_AT_STARTUP="NO"
# Centreon user default: nagios
CENTREON_USER="@CENTREON_USER@"
OPTIONS="--logfile=@CENTREON_LOG@/centcore.log --severity=error --config_file=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
OPTIONS="--logfile=@CENTREON_LOG@/centcore.log --severity=info --config=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
......@@ -6,4 +6,4 @@ RUN_AT_STARTUP="NO"
# Centreon user default: centreon
CENTREON_USER="@CENTREON_USER@"
OPTIONS="--logfile=@CENTREON_LOG@/centreontrapd.log --severity=error --config_file=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
OPTIONS="--logfile=@CENTREON_LOG@/centreontrapd.log --severity=info --config=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
......@@ -6,4 +6,4 @@ RUN_AT_STARTUP="NO"
# Centreon user default: nagios
CENTREON_USER="@CENTREON_USER@"
OPTIONS="--logfile=@CENTREON_LOG@/centstorage.log --severity=error --config_file=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
OPTIONS="--logfile=@CENTREON_LOG@/centstorage.log --severity=info --config=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
......@@ -48,9 +48,9 @@ start() {
fi
if [ "$(id -u -n)" = "$user" ] ; then
daemon ''$binary' $OPTIONS > /dev/null 2>&1 &'
daemon $binary $OPTIONS > /dev/null 2>&1 &
else
daemon --user $user ''$binary' $OPTIONS > /dev/null 2>&1 &'
daemon --user $user $binary $OPTIONS > /dev/null 2>&1 &
fi
i=0
......
# centcore command line options
OPTIONS="--logfile=@CENTREON_LOG@/centcore.log --severity=error --config_file=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
OPTIONS="--logfile=@CENTREON_LOG@/centcore.log --severity=info --config=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
......@@ -48,9 +48,9 @@ start() {
fi
if [ "$(id -u -n)" = "$user" ] ; then
daemon ''$binary' '$OPTIONS' > /dev/null 2>&1 &'
daemon $binary $OPTIONS > /dev/null 2>&1 &
else
daemon --user $user ''$binary' '$OPTIONS' > /dev/null 2>&1 &'
daemon --user $user $binary $OPTIONS > /dev/null 2>&1 &
fi
i=0
......
# centreontrapd command line options
OPTIONS="--logfile=@CENTREON_LOG@/centreontrapd.log --severity=error --config_file=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
OPTIONS="--logfile=@CENTREON_LOG@/centreontrapd.log --severity=info --config=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
......@@ -48,9 +48,9 @@ start() {
fi
if [ "$(id -u -n)" = "$user" ] ; then
daemon ''$binary' $OPTIONS > /dev/null 2>&1 &'
daemon $binary $OPTIONS > /dev/null 2>&1 &
else
daemon --user $user ''$binary' $OPTIONS > /dev/null 2>&1 &'
daemon --user $user $binary $OPTIONS > /dev/null 2>&1 &
fi
i=0
......
# centstorage command line options
OPTIONS="--logfile=@CENTREON_LOG@/centstorage.log --severity=error --config_file=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
OPTIONS="--logfile=@CENTREON_LOG@/centstorage.log --severity=info --config=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
# centcore command line options
OPTIONS="--logfile=@CENTREON_LOG@/centcore.log --severity=error --config_file=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
OPTIONS="--logfile=@CENTREON_LOG@/centcore.log --severity=info --config=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
# centreontrapd command line options
OPTIONS="--logfile=@CENTREON_LOG@/centreontrapd.log --severity=error --config_file=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
OPTIONS="--logfile=@CENTREON_LOG@/centreontrapd.log --severity=info --config=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
# centstorage command line options
OPTIONS="--logfile=@CENTREON_LOG@/centstorage.log --severity=error --config_file=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
OPTIONS="--logfile=@CENTREON_LOG@/centstorage.log --severity=info --config=@CENTREON_ETC@/centreon-config.pm"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment