Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How can I call an external script from snmpd in debian 7?

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
tkmbe
Posts: 14
Joined: 2012-03-20 20:10

How can I call an external script from snmpd in debian 7?

#1 Post by tkmbe »

Hello

I've use on debian 4.0 and snmpd 5.2.3-7etch2 the following to call a script:
exec conntrack /bin/cat /tmp/conntrack.stat

On debian 7 with snmpd 5.4.3~dfsg-2.8+deb7u1 I tried the following:
extend conntrack /bin/cat /tmp/conntrack.stat
and also
extend-sh conntrack /bin/cat /tmp/conntrack.stat

Both does not work

Any idea what is wrong or how to debug?

Post Reply