Actually we already decided that we have to move from libvirt to direct interaction with VMWare API (as we already did for XEN) - it's just question of available time and resources.
Best regards,
Victor
Best regards,
Victor
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
TestService:/number_of_pending_tasks
if ($event->parameters[1] ~= "^SNMP_TRAP: Virtual (.*) has become unavailable")
{
PostEvent($node, "CUSTOM_EVENT", null, $1);
}