Search found 5 matches

by soulliss
Fri Aug 02, 2013 5:47 am
Forum: Open Source Nagios Projects
Topic: Nagios3 make service check serialized?
Replies: 7
Views: 2311

Re: Nagios3 make service check serialized?

Yea I was thinking of making one script to check them all and then forward results through mail or something. But I would really like to check it as every other service using nagios so I can log it, graph it etc. Problem is that iperf checks download and upload. Download connect from random port on ...
by soulliss
Thu Aug 01, 2013 5:30 am
Forum: Open Source Nagios Projects
Topic: Nagios3 make service check serialized?
Replies: 7
Views: 2311

Re: Nagios3 make service check serialized?

I could put all in one script but how do I return output into nagios for every host?
by soulliss
Wed Jul 31, 2013 1:33 am
Forum: Open Source Nagios Projects
Topic: Nagios3 make service check serialized?
Replies: 7
Views: 2311

Re: Nagios3 make service check serialized?

HI yancy, cause check_iperf script from nagios server connects to remote server that runs iperf server daemon. Link to my remote locations is 2Mb, my central location (nagios) is 10Mb, as I need to check 50 remote location every check should be run separately. Also I am using in check_iperf script &...
by soulliss
Tue Jul 30, 2013 8:16 am
Forum: Open Source Nagios Projects
Topic: Nagios3 make service check serialized?
Replies: 7
Views: 2311

Nagios3 make service check serialized?

Hi all! I have service "check_iperf" that connects to remote host and use iperf to measure bandwith etc. I have around 50 hosts and so this service should be checked one by one. Since in nagios3 all service checks and host checks are parallelized by default I have a problem with this speci...
by soulliss
Mon Jan 14, 2013 8:13 pm
Forum: Open Source Nagios Projects
Topic: Add IP address column in hosts list?
Replies: 1
Views: 1341

Add IP address column in hosts list?

Hi all! Have a question about Nagios Web Interface (Core - Version 3.4.1)... For example...on "Hosts" page it sorts out the list by host name, status, last check, duration and status information. I would like to add column with IP address of the hosts in the list. I searched "status.c...