How to Manage Separate Monitoring Outputs with Multiple Probe Files
Posted: Mon May 26, 2025 1:55 pm
Hi Team,
I'm currently using the cs_user_postprocess_monitors.c file to set up probes and collect their data, as I have a large number of monitors (please see the attached screenshot for reference).
I was wondering if it's possible to use multiple cs_user_postprocess_monitors.c files to generate separate outputs to different Monitoring folders. I tried creating another file named cs_user_postprocess_monitors2.c, and updated the relevant lines to use "Monitoring2" instead of "Monitoring" :
cs_probe_set_t *pset = cs_probe_set_create("Monitoring2");
cs_probe_set_t *pset = cs_probe_set_get("Monitoring2");
However, it doesn’t seem to work at compiling stage. Is there a recommended way to achieve this separation of outputs using multiple monitoring files?
Thanks in advance for your support!
Best regards,
I'm currently using the cs_user_postprocess_monitors.c file to set up probes and collect their data, as I have a large number of monitors (please see the attached screenshot for reference).
I was wondering if it's possible to use multiple cs_user_postprocess_monitors.c files to generate separate outputs to different Monitoring folders. I tried creating another file named cs_user_postprocess_monitors2.c, and updated the relevant lines to use "Monitoring2" instead of "Monitoring" :
cs_probe_set_t *pset = cs_probe_set_create("Monitoring2");
cs_probe_set_t *pset = cs_probe_set_get("Monitoring2");
However, it doesn’t seem to work at compiling stage. Is there a recommended way to achieve this separation of outputs using multiple monitoring files?
Thanks in advance for your support!
Best regards,