-
Type:
Change Request
-
Resolution: Duplicate
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Component/s: Server (S)
-
None
Hello,
I have several cases when I find the current LLD approach is a bit restrictive/make life harder.
The problem I find with the LLD entities should be fetched by agent. I have at least one case wherethere is no need to fetch the list of of LLD entities.
I need to create some template to monitor certain processes. It would be several items per entity (number of processes, RAM, etc). Definetly I am not going to create separated templates for each of these processes. Here it comes the LLD.
But the problem is the list of processes is STATIC. I don't need to dynamically check on the agent the running processes or so. I just need to have the LLD entities been a static list.
I know I can create a simple script on agent to return just a fixed list of entities or do a script to fetch all processes and filter the list on server.
But I guess it would be much easier to have the LLD rule been either dynamic (the list of entities been fetched on agent) or been supplied statically directly on Zabbix server.