Search found 17 matches

by rnadon
Tue Sep 05, 2017 2:28 pm
Forum: Nagios XI
Topic: Linux Client fullinstall CentOS 7
Replies: 3
Views: 1371

Re: Linux Client fullinstall CentOS 7

Yes, I installed the first time and then reran fullinstall to illustrate that the installer to illustrate that it thought it installed everything. Good advice for the rm -f installed.* (I figured out that it was from the install directory) for me that was /tmp/linux-nrpe-agent After a reinstall ever...
by rnadon
Tue Sep 05, 2017 12:12 pm
Forum: Nagios XI
Topic: Linux Client fullinstall CentOS 7
Replies: 3
Views: 1371

Linux Client fullinstall CentOS 7

Hiya Nagios experts, Got a weird one here. I have 3 CentOS 7 boxes that I need to monitor. The first two went perfectly and everything works. On the third one the install said successful. Here is the results of rerunning fullinstall Nagios Linux Agent Installer ============================ This scri...
by rnadon
Fri Sep 01, 2017 3:11 pm
Forum: Nagios XI
Topic: Having Trouble With Window Check Disk and Memory
Replies: 26
Views: 3622

Re: Having Trouble With Window Check Disk and Memory

You did it!!! I think the -load-all got me messed up and then --load-all didn't work because in randomly trying to resolve it I manually changed the three settings above!
You rock! the issue is resolved. Whew.
by rnadon
Fri Sep 01, 2017 9:08 am
Forum: Nagios XI
Topic: Having Trouble With Window Check Disk and Memory
Replies: 26
Views: 3622

Re: Having Trouble With Window Check Disk and Memory

Here is my ini btw: # If you want to fill this file with all avalible options run the following command: # nscp settings --generate --add-defaults --load-all # If you want to activate a module and bring in all its options use: # nscp settings --activate-module <MODULE NAME> --add-defaults # For deta...
by rnadon
Fri Sep 01, 2017 7:36 am
Forum: Nagios XI
Topic: Having Trouble With Window Check Disk and Memory
Replies: 26
Views: 3622

Re: Having Trouble With Window Check Disk and Memory

I went back through my commands and I ran: .\nscp.exe settings --generate --add-defaults -load-all And noticed the -load-all was greyed out! I ran: .\nscp.exe settings --generate --add-defaults --load-all restarted the service and am still getting: Eng-sharepoint.verdasys.comView service status deta...
by rnadon
Fri Sep 01, 2017 7:28 am
Forum: Nagios XI
Topic: Having Trouble With Window Check Disk and Memory
Replies: 26
Views: 3622

Re: Having Trouble With Window Check Disk and Memory

This was the results: PS C:\Program Files\NSClient++> net stop nscp The NSClient++ (x64) service is stopping.. The NSClient++ (x64) service was stopped successfully. PS C:\Program Files\NSClient++> .\nscp test L client Module: CommandClient L client Command: L client Extra Query: L client Mode: 3 L ...
by rnadon
Wed Aug 30, 2017 4:34 pm
Forum: Nagios XI
Topic: Having Trouble With Window Check Disk and Memory
Replies: 26
Views: 3622

Re: Having Trouble With Window Check Disk and Memory

Before things go up the wrong direction, that was the incorrect IP from the system I am using this command
[root@eng-nagiosxi nagios]# /usr/local/nagios/libexec/check_nt -H 172.16.0.125 -v USEDDISKSPACE -l c -p 12489
No data was received from host!
could not fetch information from server
by rnadon
Wed Aug 30, 2017 1:52 pm
Forum: Nagios XI
Topic: Having Trouble With Window Check Disk and Memory
Replies: 26
Views: 3622

Re: Having Trouble With Window Check Disk and Memory

I assume from the server as I do not have a check_nt on the client. I have check_nrpe and nscp, but no check_nt that I can see.
by rnadon
Wed Aug 30, 2017 1:49 pm
Forum: Nagios XI
Topic: Having Trouble With Window Check Disk and Memory
Replies: 26
Views: 3622

Re: Having Trouble With Window Check Disk and Memory

I tried that exact command and am getting:
[root@eng-nagiosxi local]# /usr/local/nagios/libexec/check_nt -H 192.168.57.12 -v USEDDISKSPACE -l c -p 12489
CRITICAL - Socket timeout after 10 seconds

I have also added a -t 30 and got: CRITICAL - Socket timeout after 30 seconds
by rnadon
Wed Aug 30, 2017 11:02 am
Forum: Nagios XI
Topic: Having Trouble With Window Check Disk and Memory
Replies: 26
Views: 3622

Re: Having Trouble With Window Check Disk and Memory

https://support.nagios.com/forum/viewto ... =7&t=24914 seems to be my exact problem but I am struggling fixing it...