Difference between revisions of "Passpersist Scripts"

From Net-SNMP Wiki
Jump to: navigation, search
(No difference)

Revision as of 23:09, 5 July 2007

Perl

see the simple example in local/passpersisttest

Python

You need to specify unbuffered output for python to work. The first line should look like:

#!/usr/bin/python -u