Search found 11 matches

by intern_nagios
Mon Jul 06, 2015 7:37 am
Forum: Open Source Nagios Projects
Topic: Plugin to check CVE alerts
Replies: 1
Views: 660

Plugin to check CVE alerts

Hi guys,

I'm looking for an plugin that checks if there are alerts for the hardware that I'm using. Do you guys have anything like that?
So not for old alerts like Poodle, but the new ones.

Thanks
by intern_nagios
Sun Jun 28, 2015 3:02 pm
Forum: Open Source Nagios Projects
Topic: How to check amount of connections on remote port
Replies: 8
Views: 3947

Re: How to check amount of connections on remote port

I'm using an other plug-in now, that's not great but it should do the work. Thanks for cooperating.
by intern_nagios
Tue Jun 16, 2015 6:08 am
Forum: Open Source Nagios Projects
Topic: How to check amount of connections on remote port
Replies: 8
Views: 3947

Re: How to check amount of connections on remote port

Thanks guys. I use the plugin "check_connections.sh" to count the amount of connections on a to be determined port. The command to run the plugin is specified as following: define command{ command_name check_vpn_connections command_line $USER1$/check_connections.sh -s all '( dport = :1723 ...
by intern_nagios
Mon Jun 15, 2015 8:03 am
Forum: Open Source Nagios Projects
Topic: How to check amount of connections on remote port
Replies: 8
Views: 3947

How to check amount of connections on remote port

Hi there, Do you know if there is an way to check the amount of connections on a remote host/port? Let's say I want to know how many connections on port 1723 (VPN) on "server x" are active? I tried a couple of "check connections" plugins on the Nagios Exchange but I can't make th...
by intern_nagios
Fri Jun 05, 2015 8:17 am
Forum: Open Source Nagios Projects
Topic: Check_SNMP "Unknown Object Identifier" error
Replies: 4
Views: 6948

Re: Check_SNMP "Unknown Object Identifier" error

When I remove the quotes after the OID, it neither works.
by intern_nagios
Fri Jun 05, 2015 8:02 am
Forum: Open Source Nagios Projects
Topic: Check_SNMP "Unknown Object Identifier" error
Replies: 4
Views: 6948

Check_SNMP "Unknown Object Identifier" error

Hi there, Since I want to see the value of an OID I use check_snmp to retrieve those information. When I manually run the command, I see what I want to see so the OID does excist. I then use the following command: check_snmp -H asr01 -C something -o .1.3.6.1.4.1.9.10.56.1.2.1.1.6.2.1" -csomethi...
by intern_nagios
Wed Jun 03, 2015 3:40 am
Forum: Open Source Nagios Projects
Topic: Plugin check_ntp_peer Return code of 126 is out of bounds
Replies: 7
Views: 3731

Re: Plugin check_ntp_peer Return code of 126 is out of bound

I solved the problem, I used the restorecon command and after that the plugin worked immediately.

Thanks guys!
by intern_nagios
Mon Jun 01, 2015 10:11 am
Forum: Open Source Nagios Projects
Topic: Plugin check_ntp_peer Return code of 126 is out of bounds
Replies: 7
Views: 3731

Re: Plugin check_ntp_peer Return code of 126 is out of bound

Hi tgriep, Thanks for the help. I already tried your first suggestion, to move/copy the check_ntp_peer file to the /usr/lib64/nagios/plugins/ folder, no succes, same error. I'll check and compare the permissions on the folders and change them if there are differences. Keep you posted after that. Tha...
by intern_nagios
Fri May 29, 2015 3:25 pm
Forum: Open Source Nagios Projects
Topic: Plugin check_ntp_peer Return code of 126 is out of bounds
Replies: 7
Views: 3731

Re: Plugin check_ntp_peer Return code of 126 is out of bound

Thanks. I tried the following and I guess you were right. #runuser -l nagios /usr/local/nagios/libexec/check_ntp_peer /usr/local/nagios/libexec/check_ntp_peer: /usr/local/nagios/libexec/check_ntp_peer: cannot execute binary file To make sure I did use the correct command, I check also if I can run w...