Search found 10 matches
- Fri Oct 17, 2025 8:29 am
- Forum: Open Source Nagios Projects
- Topic: pnp4nagios Cisco switch memory and load?
- Replies: 1
- Views: 36326
Re: pnp4nagios Cisco switch memory and load?
Ok, I found a solution for these two plugins. Because they are not binary, it's possible to edit them. Adding pipe and value to the output, then the perfdata files are created for pnp4nagios. check_snmp_cisco_loadavg if ($status == 0){ # I've added |CPU=$cpu5min to get data for pnp4nagios. print &qu...
- Thu Oct 16, 2025 10:43 pm
- Forum: Open Source Nagios Projects
- Topic: pnp4nagios Cisco switch memory and load?
- Replies: 1
- Views: 36326
pnp4nagios Cisco switch memory and load?
HI, I am not sure, should pnp4nagios also work for Cisco memory and load? Using plugins check_snmp_cisco_memutil and check_snmp_cisco_loadavg. I was pretty sure that I've already seen this in pnp4nagios. But now I'm only getting errors *.XML not found. On the other hand, pnp4nagios for pings is stil...
- Wed Oct 30, 2024 11:46 pm
- Forum: Nagios XI
- Topic: Nagios CSP promotion
- Replies: 7
- Views: 6839
Re: Nagios CSP promotion
But it is still not clear, what does "Upgrade to a commercial license with professional support for as little as $199!" mean?
50-Node $199
200-Node $499
Unlimited Node $999
Is this the price for one month, one year, forever?
50-Node $199
200-Node $499
Unlimited Node $999
Is this the price for one month, one year, forever?
- Wed Oct 30, 2024 11:23 pm
- Forum: Nagios XI
- Topic: Nagios CSP promotion
- Replies: 7
- Views: 6839
Re: Nagios CSP promotion
Well, I found it there:
http://ip-address/nagiosxi/admin/?xiwindow=license.php
and entered the key: 25YEARSOFNAGIOS!
http://ip-address/nagiosxi/admin/?xiwindow=license.php
and entered the key: 25YEARSOFNAGIOS!
- Mon Oct 28, 2024 8:37 am
- Forum: Nagios XI
- Topic: Nagios CSP promotion
- Replies: 7
- Views: 6839
Nagios CSP promotion
Ok, after installing Nagios Core 4.5.7 I had to see the big promotion for Nagios-CSP. But what is the "Promotional License Key" good for? Trying with trial it is not accepted. And for enterprise you need much more than this key. And free is free without key... And it is absolutely not intu...
- Sat Oct 26, 2024 12:17 am
- Forum: Open Source Nagios Projects
- Topic: gaps in traffic from ASA and FTD
- Replies: 1
- Views: 8567
gaps in traffic from ASA and FTD
I'm using the plugin " check_snmp_int " and pnp4nagios-0.6.26 [ 08-21-2017 ] for getting traffic information (graphs) of switches and firewalls. I works fine with the Cisco switches, but with ASA-5545 and FTD-3120 I often see gaps between the results. It is even different in the directions...
- Fri Mar 08, 2024 9:04 am
- Forum: Open Source Nagios Projects
- Topic: Notify by Email sends attachment AT00001.bin
- Replies: 2
- Views: 3128
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$\...
- Fri Mar 08, 2024 12:33 am
- Forum: Open Source Nagios Projects
- Topic: Notify by Email sends attachment AT00001.bin
- Replies: 2
- Views: 3128
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...
- 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: 1453
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 ...
- 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: 1453
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...