Good afternoon, morning, or evening to y'all!!
I am very, VERY, green when it comes to using Zabbix. I have been working with a company who uses it for monitoring & I want to get more used to it so I can help them further.
One of the things I'd like to do is to take the information out of a csv that gets re-written from a PowerShell script that I have set to run every minute in Task Scheduler, and display that as a graph with multiple points.
Example of the csv output :
"Service", "MemoryUsageMB"
"Example1","142.82"
...
"Example10","2628.52"
So on and so on. Services shouldn't get removed, only added
Trying to look at different forums & different posts here, but its just hard to piece things together, and was wondering if anyone could push me in the right direction! I see how specific Zabbix could be if used by someone who knows there stuff, so I don't think this is impossible.
I am very, VERY, green when it comes to using Zabbix. I have been working with a company who uses it for monitoring & I want to get more used to it so I can help them further.
One of the things I'd like to do is to take the information out of a csv that gets re-written from a PowerShell script that I have set to run every minute in Task Scheduler, and display that as a graph with multiple points.
Example of the csv output :
"Service", "MemoryUsageMB"
"Example1","142.82"
...
"Example10","2628.52"
So on and so on. Services shouldn't get removed, only added
Trying to look at different forums & different posts here, but its just hard to piece things together, and was wondering if anyone could push me in the right direction! I see how specific Zabbix could be if used by someone who knows there stuff, so I don't think this is impossible.
Comment