hi all,
my problem is the following:

if i execute a script from shell it works well

Code:

[r...@ipmonitoring ~]# /usr/bin/rsh -l password 172.17.50.1 mint map|sed -e 
'1,10d' |sed -e '2,8d' | tr '\n' ' ' | grep -oE "[[:digit:]]{1,}" | sed -n 
'11p' | sed -e 's/.*/Errorrx:&/'
Errorrx:11




while executed from data source

Code:

Executing command
/usr/bin/rsh -l password 172.17.50.1 mint map|sed -e '1,10d' |sed -e '2,8d' | 
tr '\n' ' ' | grep -oE "[[:digit:]]{1,}" | sed -n '11p' | sed -e 
's/.*/Errorrx:&/'
against Bridge Nord - Metano
DONE in 0 seconds



the problem is that when i execute script from shell it takes 30 sec to give me 
a return value (due to latency).

how can i say to datasource to wait 30 sec before prompt out the value?
(now i cannot graph my value because datasource always is done in 0 second 
without reporting value

regards
Andrea Consadori




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=32718#32718

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to