[SOLVED]
Hello,
I would like to use SNMPTT in order to receive traps coming from SnmpTrapd. But the SNMPTT package cannot be found on Centos 8, is this normal?
When I put :
yum install snmptt
I got : Erreur : impossible de trouver une correspondance: snmptt...
Search Result
Collapse
9 results in 0.0017 seconds.
Keywords
Members
Tags
-
Impossible to install SNMPTT on Centos 8
Last edited by Shahin; 16-09-2020, 16:03. -
gurlinks started a topic snmptrapd is n't running when zabbix_trap_receiver.pl is included in snmptrapd.confin Zabbix Helpsnmptrapd is n't running when zabbix_trap_receiver.pl is included in snmptrapd.conf
...HTML Code:Hi, snmptrapd service is stopped when I include the below lines in snmptrapd.conf file. authCommunity execute SGPL perl do "/usr/bin/zabbix_trap_receiver.pl”; [root@ip-10-1-1-205 zabbix-4.4.6]# service snmptrapd status -l
-
snmp trap receiver
Hi,
I installed zabbix 3.4 on my ubuntu server but i cant receive traps using zabbix_trap_receiver.pl
- I've put zabbix_trap_receiver.pl in /usr/bin/ (and edited trapper file location)
- I've created empty file "zabbix_traps.log" and put it in /var/log/zabbix/... -
-
API - Update application fails
Hi all,
I'm trying to change the hostid with zabbix 1.8.14 for an existing application. According to the docs http://www.zabbix.com/documentation/...ication/update i should be able to do it:
...Code:my $appid = $zabbix->query(method => 'application.update',
-
PostgreSQL Zabbix Template
Template to keep monitored PostgreSQL Enterprises Databases, some features monitored are: connection pool, buffers, locks, checkpoints, performance and availability, displays graphics statistics, this work is inspired in Postbix of SmartMarmot Tech.
You just need to put the script: 'db-pgstat.pl'... -
Extensive ASSP Monitoring Script
The attached zip file contains both a Perl script and an XML import file for Zabbix that allows it to monitor 85 different ASSP statistics in a fraction of a second.
I just finished working on this--it contains only Items, I have not built out any triggers or graphs based on this information... -
LiteSpeed Web Server Monitoring Script
There are plenty of scripts available for monitoring of the Apache server-status page. I didn't find any such scripts for LiteSpeed Web Server upon first glance, however, so I created one in Perl and it's working great so far.
Download the attached lsws.zip file and you will find two... -
Zabbix 1.8 API and Perl
Does anyone else access the Zabbix API from Perl. Do most people use one of the JSON-RPC libraries from CPAN?
I've been working on a simple API wrapper module in Perl. Would there be any interest in sharing or development?