Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit 6403883

Browse files
cgagnairekduret
authored andcommitted
fix(remote-server): adapt nagios_server export columns (#7871)
Refs: #7810, #7749
1 parent 681028e commit 6403883

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

www/class/config-generate-remote/Relations/NagiosServer.php

+5-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ class NagiosServer extends AbstractObject
3535
'ns_ip_address',
3636
'ns_activate',
3737
'ns_status',
38-
'init_script',
39-
'init_system',
40-
'monitoring_engine',
38+
'engine_start_command',
39+
'engine_stop_command',
40+
'engine_restart_command',
41+
'engine_reload_command',
4142
'nagios_bin',
4243
'nagiostats_bin',
4344
'nagios_perfdata',
45+
'broker_reload_command',
4446
'centreonbroker_cfg_path',
4547
'centreonbroker_module_path',
4648
'centreonconnector_path',

0 commit comments

Comments
 (0)