Search found 4 matches

by kuchenmann
Fri Mar 08, 2024 9:04 am
Forum: Open Source Nagios Projects
Topic: Notify by Email sends attachment AT00001.bin
Replies: 2
Views: 1843

Re: Notify by Email sends attachment AT00001.bin

OK, I could solve it! Before the | to the mail, I pipe it through sed... define command{ command_name notify-service-by-email command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTNAME$\nAlias: $HOSTALIAS$\...
by kuchenmann
Fri Mar 08, 2024 12:33 am
Forum: Open Source Nagios Projects
Topic: Notify by Email sends attachment AT00001.bin
Replies: 2
Views: 1843

Notify by Email sends attachment AT00001.bin

Hi, I have a NRPE check on a Windows-server which is checking the size of files. Unfortunately the returned string "C:\folder\archive1\archive.zip" contains \a which is interpreted as BEL . And so the notify-service-by-email does not send the text, it sends an attachment. I've seen this on...
by kuchenmann
Mon Jun 26, 2023 7:52 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.4.9 check_snmp_int creates strange files
Replies: 1
Views: 1014

Re: Nagios 4.4.9 check_snmp_int creates strange files

I've found out, that it happens when the files have 205 lines. Then I see "no usable data on file 205 rows" in the GUI and in /usr/local/nagios_tmp/ this strange filenames are created. I now started a crontab job which checks the number of lines in the files, and if they have 180 lines or ...
by kuchenmann
Sun Jun 25, 2023 1:54 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.4.9 check_snmp_int creates strange files
Replies: 1
Views: 1014

Nagios 4.4.9 check_snmp_int creates strange files

Hi, I've setup a Nagios-server with Nagios 4.4.9 (on Rocky 8.8 PHP 7.4.33). We have many switch-interfaces where we are using check_snmp_int (binary). This did not work at the beginning, because this check_snmp_int uses older libs like libnetsmp.so.31. But in /usr/lib64 of Nagios 4.4.9 there a newer...