Activation of additional collectors for the node exporter

The topic has already been addressed a time or two. We would like to add another exporter to the node_exporter.

/usr/local/percona/pmm2/exporters/node_exporter
--collector.bonding
--collector.buddyinfo
--collector.cpu
..
--no-collector.mountstats
--no-collector.nfs
--no-collector.nfsd
--no-collector.ntp
--no-collector.supervisord
--no-collector.systemd
..

We looked at the parameters of the node_exporter call using ps and saw that some modules are set to no-collector.

Anyway, we want to add systemd for monitoring a Tomcat, which is automatically restarted by a deployment and should therefore be monitored.

In addition, our applications are on shares and therefore mountstats and nfs would also be interesting, as well as ntp.

How can these be enabled for selected nodes?

Many greetings