Search found 2 matches

by yassinekchiri
Fri Apr 14, 2017 4:15 am
Forum: Open Source Nagios Projects
Topic: Nagios Crops additional Variable
Replies: 4
Views: 2126

Re: Nagios Crops additional Variable

Hi,

I found out the solution,
actually it was a semicolon in my Variable and the interpreter stops at that level and never trigger an error.
by yassinekchiri
Wed Apr 12, 2017 11:50 am
Forum: Open Source Nagios Projects
Topic: Nagios Crops additional Variable
Replies: 4
Views: 2126

Nagios Crops additional Variable

Hi I'm working on a plugin to receive SNMP Alerts from external servers and create alerts using passive checks via external commands. In details: 1 - the server send a trap, 2 - I catch it using snmptrapd 3 - I parse the trap send it to the right service. 4 - I send an external command to change the...