The parameter stores the filename of the script diagnose data collector will run to get information about node health.
Signed-off-by: BSRK Aditya <[email protected]> --- src/Ganeti/Query/Server.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Ganeti/Query/Server.hs b/src/Ganeti/Query/Server.hs index e3789b3..3ea20bf 100644 --- a/src/Ganeti/Query/Server.hs +++ b/src/Ganeti/Query/Server.hs @@ -270,6 +270,8 @@ handleCall _ _ cdata QueryClusterInfo = , ("data_collector_interval", showJSON . fmap dataCollectorInterval $ clusterDataCollectors cluster) + , ("diagnose_data_collector_filename", + showJSON $ clusterDiagnoseDataCollectorFilename cluster) , ("maint_round_delay", showJSON . maintRoundDelay $ configMaintenance cdata) , ("maint_balance", -- 1.7.10.4
