Hi Muhammad,
One day Pedro shall really update his Cacti document about this point. Cacti
requires to read output of the executed command; you can "wrap" your command
with anything required to spawn remote commands as long as the wrapper is
transparent. This means that you can use rsh or ssh (together with a key pair,
in order to avoid the ugly password prompt) to fit the job. Supposing you wish
to spawn remotely the pmacct -s command:

locally) 
shell> pmacct -s

remotely - unencrypted) 
shell> rsh dummy.host.com -l paolo pmacct -s

remotely - encrypted)
shell> ssh [EMAIL PROTECTED] pmacct -s

You can also get encryption by pre-arranging tunnels with stunnel. Just few
pointers. Any thoughts ?

Cheers,
Paolo


_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to