-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getinventory error #253
Comments
do you have orphaned vms on this host? |
@rschitz Yes Raphael |
that should be filtered by the |
can you try this one please? https://github.com/sexibytes/sexigraf/blob/927692941e8e4a239b01f0bb5155910b38658759/root/getInventory.pl |
@rschitz Thank you so much I'm not sure if the orphan vms get deleted on a regular scheduled intervals. `[2021/04/20 16:03:01] /root/getInventory.pl line249 - [INFO] Start processing vCenter myvc2.domain.com [2021/04/20 17:03:01] /root/getInventory.pl line249 - [INFO] Start processing vCenter myvc2.domain.com [2021/04/20 18:03:02] /root/getInventory.pl line249 - [INFO] Start processing vCenter myvc2.domain.com |
This one worked fine without any issues too. |
Great, thanks a lot for your feedback and your support! |
Hi,
Deployed new version 0.99g codename “Ravenholm”
Getting below error while running refresh inventory and offline inventory too shows nothing.
[2021/04/20 13:28:14] /root/getInventory.pl line249 - [INFO] Start processing vCenter myvc.mydomain.com
[2021/04/20 13:28:26] /root/getInventory.pl line160 - DIE Can't call method "value" on an undefined value at /root/getInventory.pl line 160.
160 my $cluster = $h_cluster{($h_hostcluster{$vm_view->{'runtime.host'}->value} ? $h_ hostcluster{$vm_view->{'runtime.host'}->value} : "domain-c000")};
Can someone help please
The text was updated successfully, but these errors were encountered: