Ad Widget
Collapse
Host inventory as it should be (cpuz integration)
Collapse
X
-
-
This works and produces the info when run from the command line (I see a .saved file appear and that then comes into zabbix) but the script is never run by the zabbix agent it seems...Comment
-
One possibility is that CPUz is not compatible with your drivers or hardware or that the driver simply does not make that data available. 2008 has different drivers than 2003 so this can happen even with the same hw.
The other posiblity is that the script fails to parse the file that cpuz generates.
Run cpuz manually (the cli version) and examine the output. If you can find more info than zabbix displays, than it's an issue with the parser. I may be able to modify the script if you post the cpuz output on the forum.Comment
-
Thanks for the reply,
CPUZ performed in 2003 and 2008 server. Tabs show same content. Attached is output as requested. and has analyzed the output data that are not shown in zabbix. Looking for ProLiant ML350 G6 in txt file is possible to visualize the data said. What is possible to do?Attached FilesComment
-
Ok, I was wrong.Thanks for the reply,
CPUZ performed in 2003 and 2008 server. Tabs show same content. Attached is output as requested. and has analyzed the output data that are not shown in zabbix. Looking for ProLiant ML350 G6 in txt file is possible to visualize the data said. What is possible to do?
The script collects some data from CPUz, some from WMI. The motherboard is from WMI.
The thing with WMI is that it asks the driver for these details. And some manufacturers are so lazy they do not implement the functions WMI need. In this case, HP chose to return nothing when WMI asked about the motherboard (and many other). In short, there is nothing we can do to find the motherboard model, at least not the easy way.
In case I didn't mention, I left the company a while ago and have not worked with zabbix in over half a year, so I dont have an environment to test stuff anymore.Comment
-
Your solution for host inventory is amazing but for hp server it doesn't work well. For example HP DL380 G7 has 2 CPU and per each has 1 DIMM board. Unfortunately your script just find memory on once and also it can't find out server's model .Why you don't use WBEM as you did in https://www.zabbix.com/forum/showthread.php?t=27057Ok, I was wrong.
The script collects some data from CPUz, some from WMI. The motherboard is from WMI.
The thing with WMI is that it asks the driver for these details. And some manufacturers are so lazy they do not implement the functions WMI need. In this case, HP chose to return nothing when WMI asked about the motherboard (and many other). In short, there is nothing we can do to find the motherboard model, at least not the easy way.
In case I didn't mention, I left the company a while ago and have not worked with zabbix in over half a year, so I dont have an environment to test stuff anymore.
I really want do that by myself but I don't know anything about VBSLast edited by omidta; 15-02-2013, 17:38.Comment
-
Is not working for me
Noobie)
Hi everyone,
First of all, I'm new on this of zabbix and there a lot of things that still gets me confused, so please easy with me
. I try the steps and I have it on the frontend everything as it should. And on the host, I run the script manually and it creates the .saved file with no problems. But, I dont receive anything on the frontend, not even on the Host configuration or the Latest data.
Where I think there might be a problem is on the conf file of the agent. What setting should I set and how to make it an active agent? (If thats the way to say it)
Thanks in advance for any help...
JoelComment
Comment