Search found 37 matches
- Mon Jul 03, 2017 8:16 am
- Forum: Open Source Nagios Projects
- Topic: Need help with service description
- Replies: 8
- Views: 5632
Re: Need help with service description
I got your concept, but I think it is difficult to implement. The reason I say so is because this check_users or for that matter check_* is the script which I think/believe is shipped out by nagios core as out of box solution. So how do I change it its string ?
- Mon Apr 17, 2017 9:36 am
- Forum: Open Source Nagios Projects
- Topic: Need help with service description
- Replies: 8
- Views: 5632
Re: Need help with service description
My sincerest apologies, I had no intention to offend anyone. Having an hostname would be definitely be helpful and I just thought why we are missing this basic functionality. Thank you for sharing the link, I have raised it as new issue. Let us hope for the best. On another note, what I am asking is...
- Sat Apr 15, 2017 9:32 am
- Forum: Open Source Nagios Projects
- Topic: Need help with service description
- Replies: 8
- Views: 5632
Re: Need help with service description
That is looking pretty awful for a open source monitoring solution like Nagios. Anyway, I am trying to create a simple plugin for nagios. First step is to make it work, second step is to add "echo $hostname" in it so I get information of hostname. Nagios Server: /etc/nagios/objects/command...
- Wed Apr 12, 2017 7:50 pm
- Forum: Open Source Nagios Projects
- Topic: Need help with service description
- Replies: 8
- Views: 5632
Need help with service description
Hello Guys, I have currently the following two service defined as below: define service { use my-webapp-service hostgroup_name all service_description System check - PING check_command check_ping!100.0,20%!500.0,60% } define service { use my-webapp-service hostgroup_name all service_description Syst...
- Sat Aug 20, 2016 2:29 am
- Forum: Open Source Nagios Projects
- Topic: Nagios dockerised application
- Replies: 2
- Views: 2235
Nagios dockerised application
Hello All, I want to create a dockerised application of nagios which would monitor my servers very much the same way as like as like nagios installed on Physical servers: My docker file looks like: [jim@docker1 ~]$ cat Documents/nagios-docker/Dockerfile FROM centos MAINTAINER Jim<jiminfotechnologist...
- Tue Jul 12, 2016 9:45 am
- Forum: Open Source Nagios Projects
- Topic: Error: Could not stat() command file nagios.cmd
- Replies: 4
- Views: 3635
Re: Error: Could not stat() command file nagios.cmd
Nope, Better article I think is this: http://markelov.org/wiki/index.php/Nagios_and_SELinux Doesn't work for me. What I do understand from CentOS is they recommend installing it with yum package. However that is old nagios (3.5). Compiling from source gives 4.1.1 I really want this to work but witho...
- Mon Jul 11, 2016 5:51 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios monitoring ok but SSL Handshake error
- Replies: 5
- Views: 3019
Re: Nagios monitoring ok but SSL Handshake error
Yes please go ahead 
- Sun Jul 10, 2016 8:30 am
- Forum: Open Source Nagios Projects
- Topic: Error: Could not stat() command file nagios.cmd
- Replies: 4
- Views: 3635
Re: Error: Could not stat() command file nagios.cmd
Any update ? as I only see disabling SELINUX as the only viable solution. Disabling SELINUX is a security risk.
- Sat Jul 09, 2016 5:27 am
- Forum: Open Source Nagios Projects
- Topic: Error: Could not stat() command file nagios.cmd
- Replies: 4
- Views: 3635
Error: Could not stat() command file nagios.cmd
Good Folks, I have a question on how to resolve the following error: Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'! The external command file may be missing, Nagios may not be running, and/or Nagios may not be checking external commands. An error occurred while attemptin...
- Sat Jul 09, 2016 4:21 am
- Forum: Open Source Nagios Projects
- Topic: Nagios monitoring ok but SSL Handshake error
- Replies: 5
- Views: 3019
Re: Nagios monitoring ok but SSL Handshake error
Yes, I do agree with you that we need to have IP's for allowed_host however I find that it works only when you compile with ssl headers like below.
It is given in the link you mentioned so all good 
Code: Select all
./configure --enable-ssl