Grafana Modul - Different dashboards for the same service names with different commands

  • Icinga Web 2 version: 2.10.1
  • Used modules and their versions: grafana 1.4.2
  • Icinga 2 version: r2.13.3-1
  • PHP version: 7.3.33
  • Server operating system and version: Debian 9

We have in Icinga as far as all system services with the same service names:
system_load
system_disk
system_mem
etc.

But now there are systems that are not queried with the same plugins. One system is queried via the Icinga client, the other via SNMP and again another system with its own plugins.
So I could still separate this with the command name, but our own plugins (also via SNMP query) have an option (–service [load,mem,disks]) with which I can query the corresponding values.
Then I have only one command for different services.

How can I now tell the Grafana module to load another dashboard with the desired panel ID.
I only have the service name or command name to choose from.

If I could enter ServiceName|CommandName (e.g.: system_load|check_by_ssh) at Name and Grafana (Icinga module) recognizes this, an assignment to the correct dashboard would be possible.

Or can I somehow handle this with variables?

Greetings
Sascha