Search found 9 matches
- Wed Jul 11, 2018 5:11 am
- Forum: Nagios Log Server
- Topic: System Status stays in the "processing" state
- Replies: 7
- Views: 323
Re: System Status stays in the "processing" state
Logs are coming in normally.
- Tue Jul 10, 2018 4:40 pm
- Forum: Nagios Log Server
- Topic: System Status stays in the "processing" state
- Replies: 7
- Views: 323
Re: System Status stays in the "processing" state
Do you have multiple instances in this cluster? If you select a different instance do you get the same result? Also, from your workstation, can you reach the IP of the instance you are looking at listed in the drop down? Does it list a hostname, and if so it will be trying to use the hostname to ma...
- Tue Jul 10, 2018 4:14 pm
- Forum: Nagios Log Server
- Topic: System Status stays in the "processing" state
- Replies: 7
- Views: 323
Re: System Status stays in the "processing" state
You can verify the status by running the following on the command line of the machine: service elasticsearch status service logstash status most of the time you'll see that they are actually up and this behavior is usually caused by the client being unable to make a connection to the machine to get...
- Tue Jul 10, 2018 9:30 am
- Forum: Nagios Log Server
- Topic: System Status stays in the "processing" state
- Replies: 7
- Views: 323
System Status stays in the "processing" state
Hello. In our installation of Nagios Log Server I had to move the vm across datacenters and rename it. The ip address remained the same. After some initial problems, with a lot of CPU usage (it remained over 80%) I deleted old files and increased the memory of the vm to 6GΒ of Ram from the initial o...
- Fri May 11, 2018 2:20 pm
- Forum: Nagios Log Server
- Topic: Vmware tools on Nagios
- Replies: 5
- Views: 2023
Re: Vmware tools on Nagios
Well that didn't go as described in the article. The image mounted doesn't contain an rpm It contains a tar.gz file which when uncompressed contains a perl script for the installation. I have seen this before and it doesn't always go very well, sometimes this install fails (in SuSE machines i usuall...
- Mon Aug 31, 2015 7:05 am
- Forum: Open Source Nagios Projects
- Topic: check_nt can not find service with $ in name - MSSQL$MSFW
- Replies: 7
- Views: 3392
Re: check_nt can not find service with $ in name - MSSQL$MSF
Well I am happy to report that your suggestion seems to have fixed things! So here is what I did: - for the command definition of check_nt I changed things back to default like it was before (no quotes): command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -v $ARG1$ $ARG2$ - for the service check...
- Mon Aug 31, 2015 3:23 am
- Forum: Open Source Nagios Projects
- Topic: check_nt can not find service with $ in name - MSSQL$MSFW
- Replies: 7
- Views: 3392
Re: check_nt can not find service with $ in name - MSSQL$MSF
I am afraid that changing the check_nt command broke every other service check I am doing for other systems.. I will try to work it out but let see if I got this clear : I will keep the single quotes in the definition for check_nt and leave them out in the service check? or do I remove them from bot...
- Fri Aug 28, 2015 10:31 am
- Forum: Open Source Nagios Projects
- Topic: check_nt can not find service with $ in name - MSSQL$MSFW
- Replies: 7
- Views: 3392
Re: check_nt can not find service with $ in name - MSSQL$MSF
sure. How about the other cfg part though? (the service check field)
i tried with 'MSSQL$MSFW' (single quotes and actual service name). I will let you know how it goes.
Thank you for the reply.
i tried with 'MSSQL$MSFW' (single quotes and actual service name). I will let you know how it goes.
Thank you for the reply.
- Fri Aug 28, 2015 9:18 am
- Forum: Open Source Nagios Projects
- Topic: check_nt can not find service with $ in name - MSSQL$MSFW
- Replies: 7
- Views: 3392
check_nt can not find service with $ in name - MSSQL$MSFW
Hello all. I am using Nagios for a few years now and my production machine runs on ubuntu 14.04.3 LTS Server with Nagios 3.5 and Nagios Plugins 2.0.3. I am working towards moving my production to 4.1.1 with plugins 2.1.1 but I have run into a problem. I can not correctly check if an MSSQL service fo...