Zabbix sender could be used to capture data for a LOT more dynamic data sources (such as every pid+name combination) if it were possible to create a "template" item that would accept all items from zabbix_sender that match a given pattern. The newly created items should have the properties of the template item.
One example would be a script could report CPU time used for every process on a Linux machine. The key would be something like "process.cpu.seconds[<pid>,<exec name>]". Each process would have a unique key. This would result in a separate data stream, and thus separate graphs, for each process. It would then be possible to view the CPU usage of any process on a system.
-Paul
One example would be a script could report CPU time used for every process on a Linux machine. The key would be something like "process.cpu.seconds[<pid>,<exec name>]". Each process would have a unique key. This would result in a separate data stream, and thus separate graphs, for each process. It would then be possible to view the CPU usage of any process on a system.
-Paul
Comment