Search found 14 matches
- Tue Oct 21, 2014 4:24 am
- Forum: Open Source Nagios Projects
- Topic: Distributed website monitoring
- Replies: 1
- Views: 728
Distributed website monitoring
Hello I'd like to create infrastructure for monitoring a website from various ISPs. I think about using Virtual Private Servers with CentOS at a few locations. They'll check webpage availability, maybe login/logout tasks etc. Simple diagram: a website--------<-------VPS(public IP)---------<---------...
- Tue Dec 24, 2013 3:48 am
- Forum: Nagios XI
- Topic: Procedures for operators
- Replies: 3
- Views: 1240
Re: Procedures for operators
Thank you for your answer. I'll check how to use URL macros, but I think there's no simple method to show such "procedure link" for operators. I'd like to provide the link in simple way (without getting inside the failed service) for example from "Operation Screen", "Operati...
- Fri Dec 20, 2013 5:55 am
- Forum: Nagios XI
- Topic: Procedures for operators
- Replies: 3
- Views: 1240
Procedures for operators
Hello, I haven't found any solution for my case in Nagios XI documentation. When the event comes to Operation Center, the people should do some activities (based on problem type, source etc.) to resolve it. The activities are described in procedures for comming events - they are text documents. How ...
- Thu Aug 22, 2013 9:41 am
- Forum: Open Source Nagios Projects
- Topic: Aggregated service
- Replies: 1
- Views: 982
Aggregated service
Hello. I'm looking for a solution for my idea. I have hosts with perl monitoring scripts running and forwarding to Nagios server. I don't use NRPE - it is socket server using command pipe /usr/local/nagios/var/rw/nagios.cmd, it's generally passive check. If I well understood I must have every servic...
- Tue Jul 30, 2013 12:32 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring host heartbeat
- Replies: 2
- Views: 3757
Re: Monitoring host heartbeat
It's exactly what I need
Great concept implemented into Nagios.
Thank you.
Great concept implemented into Nagios.
Thank you.
- Fri Jul 26, 2013 2:23 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring host heartbeat
- Replies: 2
- Views: 3757
Monitoring host heartbeat
Hello, I'd like to deploy monitoring lack of events from specific host. For example it is important to know that from the host there were no events since 1 hour (neither critical nor normal). In my scenario on the host side there's some scripts running and they send alerts to Nagios. There's also he...
- Wed Jul 10, 2013 6:16 am
- Forum: Open Source Nagios Projects
- Topic: UPS
- Replies: 16
- Views: 10907
Re: UPS
Isn't it a problem related to perl script copied from Windows to Linux machine?
suggests badly converted end of line characters (\r\n instead \n) in script file. You can see them after openning the file in vi editor.
Code: Select all
^M- Wed Jul 10, 2013 12:32 am
- Forum: Open Source Nagios Projects
- Topic: Gather script output
- Replies: 3
- Views: 1197
Re: Gather script output
I wasn't clear enough. Plugin guide doesn't help me. It is concentrated on executing scripts on local and remote machines. Initiated by Nagios. I have another situation where scripts on remote machines are executed by their own shedulers. Their output can (or cannot) be generated, according to set t...
- Tue Jul 09, 2013 7:50 am
- Forum: Open Source Nagios Projects
- Topic: Gather script output
- Replies: 3
- Views: 1197
Gather script output
Hello all. I'd like to integrate some data from scripts installed on monitored servers. I'd like also send the data via ssh tunnel with -L local port forwarding (it is not a problem). The agent has perl scripts writing to the socket. Simply like in http://blog.gulfsoft.com/2008/03/brief-introduction...
- Fri Jun 28, 2013 10:12 am
- Forum: Open Source Nagios Projects
- Topic: Web GUI, Service Details with only first line of output
- Replies: 3
- Views: 1546
Re: Web GUI, Service Details with only first line of output
My problem is not related to output size because it's only about 500 bytes instead 4KB. Details page has all the content.
Is it impossible to have multiline on service list screen?
Is it impossible to have multiline on service list screen?