Dear all,
I set up a datasource from command which execute a simple perl script:
#!/usr/bin/perl -w
$user = 10.20;
$system =1.44;
$idle = 10.44;
print "user:$user system:$system idle:$idle";

executing manually as zenoss "zencommand run -v 10" works perfectly, but 
when this command is executed by the daemon I get "Command timed out on device"
I checked all the timeouts in zProp, and they are >30, anyway this script take 
less then a second to be executed. CPU is 99%idle.
I have 3 servers executing the same script, the error comes randomly on all the 
servers.

Have anybody any idea from where comes this error?


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to