Ad Widget

Collapse

Zabbix Remote Command Execution using system.run

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ChandarbeerNegi
    Junior Member
    • Sep 2023
    • 3

    #1

    Zabbix Remote Command Execution using system.run

    Hi, I am able to fetch data of "quser" command using system.run[quser] from windows server but I am getting data in plain text, how I can convert this data in a required format so that I will be able to visualise it in Grafana
  • ChandarbeerNegi
    Junior Member
    • Sep 2023
    • 3

    #2
    I can give one more example
    let say I am using (system.run[ls -l /] [HASHTAG="t4295"]return[/HASHTAG] a detailed file list of the root directory)....but I am getting this data in plain text which is of no use for me. I want to get this data in rows and table form so that I can easily visualise it in Grafana.....if any one know how can we do that?

    Comment

    • vijayk
      Senior Member
      • May 2023
      • 305

      #3
      Not sure but check with preprocessing in item if it can help.

      Comment

      Working...