Back to Geneos FAQ

Internal documentation only

This page has been marked as draft.

Geneos monitoring Report - Adding Custom Details

Question Copied

Can the Geneos Monitoring Report include details from the other plugins besides FKM or Process? Some users may need to extract sampler information that includes fields like database name, username, and defined queries. According to the documentation, it is possible to pass an input YAML file to customize the report output.

Answer Copied

The Geneos monitoring is capable of monitoring other plugins using Adding Custom Details.

For example: SQL toolkit plugin

report:
  details:
    - plugin: sql-toolkit
      name: MYSQL-SQL-TOOLKIT-PLUGIN
      filters:
        - type: dataview
          regex:
            - MYSQL-USERS
      type: row
      columns:
        - host
        - user

SQL toolkit sampler:

Geneos - Geneos monitoring Report - Adding Custom Details

Right click > MYSQL-USERS > Monitoring reports

Geneos - Geneos monitoring Report - Adding Custom Details Geneos - Geneos monitoring Report - Adding Custom Details

YAML file:

Geneos - Geneos monitoring Report - Adding Custom Details

["Geneos"] ["FAQ"]

Was this topic helpful?