Hello,
I desperately want to be able to receive snmp traps.
Currently I'm testing with the VMWare appliance from Zabbix 2.
As I understand I have to isnstall SNMPTT (Embedded Handler) to do this I follow the SNMPTT overview but cannot manage to register is as a service.
chkconfig --add snmptt gives the following result:
insserv: script snmptt is broken: incomplete LSB comment.
insserv: missing `Default-Start:' entry: please add even if empty.
insserv: script snmptt is not an executable regular file, skipped!
insserv: warning: script 'zabbix_appliance_postboot' missing LSB tags and overrides
insserv: Default-Start undefined, assuming default start runlevel(s) for script `zabbix_appliance_postboot'
Note: This output shows SysV services only and does not include native
systemd services. SysV configuration data might be overridden by native
systemd configuration.
As I am not a real linux guru I'm kind of stuck here and as there is not much result in Googleing kind of wonder if I'm not completely on the wrong track.
Any help appreciated
I desperately want to be able to receive snmp traps.
Currently I'm testing with the VMWare appliance from Zabbix 2.
As I understand I have to isnstall SNMPTT (Embedded Handler) to do this I follow the SNMPTT overview but cannot manage to register is as a service.
chkconfig --add snmptt gives the following result:
insserv: script snmptt is broken: incomplete LSB comment.
insserv: missing `Default-Start:' entry: please add even if empty.
insserv: script snmptt is not an executable regular file, skipped!
insserv: warning: script 'zabbix_appliance_postboot' missing LSB tags and overrides
insserv: Default-Start undefined, assuming default start runlevel(s) for script `zabbix_appliance_postboot'
Note: This output shows SysV services only and does not include native
systemd services. SysV configuration data might be overridden by native
systemd configuration.
As I am not a real linux guru I'm kind of stuck here and as there is not much result in Googleing kind of wonder if I'm not completely on the wrong track.
Any help appreciated
Comment