You can convert cvs in zabbix_sender format, and use zabbix_sender. http://www.zabbix.com/documentation/.../zabbix_sender
And use Zabbix API to create Items, triggers and graphs.
And use Zabbix API to create Items, triggers and graphs.
my $retval =Vim::login(service_url => $service_url, user_name => $username, password => $password);
};
if ($@)
{
if ($@ =~ /incorrect user name or password/) {
$error_code=3;
} else {
$error_code=1;
[B]print "test ".$@;[/B]
}
}
Comment