История изменений
Исправление futurama, (текущая версия) :
типа такого попробуй в цикле (не проверял), хоть форкаться не будешь
perl
use SNMP;
$sess = new SNMP::Session(DestHost => '127.0.0.1',
RemotePort => "162",
Community => "public,
Version => 2);
###### loop it #######
$sess->trap(enterprise=>'.1.3.6.1.4.1.2021',
agent => '127.0.0.1',
generic => specific,
specific => 5,
uptime => 1234,
[[ifIndex, 1, 1],[sysLocation, 0, "here"]]);
Исправление futurama, :
типа такого попробуй в цикле (не проверял), хоть форкаться не будешь
perl
use SNMP;
$sess = new SNMP::Session(DestHost => '127.0.0.1',
RemotePort => "162",
Community => "public,
Version => 2);
###### loop it #######
$sess->trap(enterprise=>'.1.3.6.1.4.1.2021',
agent => '127.0.0.1',
generic => specific,
specific => 5,
uptime => 1234,
[[ifIndex, 1, 1],[sysLocation, 0, "here"]]);
Исходная версия futurama, :
типа такого попробуй в цикле (не проверял), хоть форкаться не будешь
use SNMP;
$sess = new SNMP::Session(DestHost => '127.0.0.1',
RemotePort => "162",
Community => "public,
Version => 2);
###### loop it #######
$sess->trap(enterprise=>'.1.3.6.1.4.1.2021',
agent => '127.0.0.1',
generic => specific,
specific => 5,
uptime => 1234,
[[ifIndex, 1, 1],[sysLocation, 0, "here"]]);