On a windows machine a Zabbix server is running
With the Zabbix server I would like to monitor a list of applications that are running.
I am able to the list the interesting processes.[/COLOR][/COLOR]
Unfortunately it does not store the data or can be displayed in a screen or Dashboard as how I want.
- I would like to have a list with application of the latest check of the item.
Not when I have it as plain text, that every row was a new validation result of the item.
This will be a in between result, as a final result I would like to have some thing similar to:
The list of process can be given manual, but prefer that Zabbix will discover is by itself.
Some processes with a wrong name (“Tea_wrong.exe”) must be ignored in the final version.
Discover new processes can be done with a higher interval compared to validate the status and uptime.
Can I do this with a “low-level discovery”, how does this work?
I am not able yet to let it work.
With the Zabbix server I would like to monitor a list of applications that are running.
Code:
[COLOR=inherit]system.runWith an item key of [[COLOR=inherit]tasklist | [COLOR=inherit]findstr[/COLOR] "Tea_*"]
Unfortunately it does not store the data or can be displayed in a screen or Dashboard as how I want.
- I would like to have a list with application of the latest check of the item.
Not when I have it as plain text, that every row was a new validation result of the item.
This will be a in between result, as a final result I would like to have some thing similar to:
| process | status | uptime |
| Tea_monitor.exe | | up | 45 h |
| Tea_taste.exe | up | 45 min |
| Tea_temperature.exe | down | 0 |
The list of process can be given manual, but prefer that Zabbix will discover is by itself.
Some processes with a wrong name (“Tea_wrong.exe”) must be ignored in the final version.
Discover new processes can be done with a higher interval compared to validate the status and uptime.
Can I do this with a “low-level discovery”, how does this work?
I am not able yet to let it work.
Comment