Search found 72 matches

by nickanderson1982
Fri Mar 06, 2020 10:44 am
Forum: Open Source Nagios Projects
Topic: http check html display
Replies: 1
Views: 829

http check html display

How would I check a url and the html displayed? I need to check the following: https://prod.xxxxx.com/rest/v1.0/CreditCard/Status https://prod1.yyyyy.com/rest/v1.0/CreditCard/Status For a successful attempt the html displayed would be: {"Result":{"ResultCode":0,"ResultDetail...
by nickanderson1982
Thu Feb 13, 2020 2:52 pm
Forum: Open Source Nagios Projects
Topic: NCPA Listener Service Active Exited
Replies: 2
Views: 1476

Re: NCPA Listener Service Active Exited

I think I may have downloaded the wrong nagios repository: rpm -Uvh https://repo.nagios.com/nagios/8/nagios-repo-8-1.el8.noarch.rpm when I was supposed to download rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm I uninstalled ncpa but everytime I try to install ncpa the Vers...
by nickanderson1982
Thu Feb 13, 2020 1:06 pm
Forum: Open Source Nagios Projects
Topic: NCPA Listener Service Active Exited
Replies: 2
Views: 1476

NCPA Listener Service Active Exited

I recently installed NCPA on my core servers so I could monitor them locally. The first server worked out great. But the second server is having issues with NCPA. [root@xxxxxx]# systemctl status ncpa_listener ● ncpa_listener.service - LSB: This manages the NCPA Listener service Loaded: loaded (/etc/...
by nickanderson1982
Fri Feb 07, 2020 4:53 pm
Forum: Open Source Nagios Projects
Topic: Localhost Settings
Replies: 16
Views: 5998

Re: Localhost Settings

Thank You Box329. I did what you recommended and that worked. You were right, I was reinventing the wheel when I just needed to setup NCPA and change around some syntax and it worked out. Thank You. Ticket Completed
by nickanderson1982
Thu Feb 06, 2020 9:56 am
Forum: Open Source Nagios Projects
Topic: Localhost Settings
Replies: 16
Views: 5998

Re: Localhost Settings

That is not the problem. I'm trying to monitor my core server. I want to monitor it like I monitor all my other servers. I want to add the processor, memory and hard disk just like I did through NCPA on all the other servers. But I don't know the proper syntax for the core localhost.cfg file to do t...
by nickanderson1982
Wed Feb 05, 2020 1:40 pm
Forum: Open Source Nagios Projects
Topic: Localhost Settings
Replies: 16
Views: 5998

Re: Localhost Settings

Is this link missing the examples https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/monitoring-linux.html The sample configuration entries below reference objects that are defined in the sample config files (commands.cfg, templates.cfg, etc.) that are installed if you follow the qu...
by nickanderson1982
Wed Feb 05, 2020 1:20 pm
Forum: Open Source Nagios Projects
Topic: Localhost Settings
Replies: 16
Views: 5998

Re: Localhost Settings

I tried running those commands but FirewallD is not running. objects]# ls /usr/local/nagios/libexec/ check_apt check_dig check_flexlm check_ifoperstatus check_log check_nntp check_nwstat check_real check_spop check_udp urlize check_breeze check_disk check_ftp check_ifstatus check_mailq check_nntps c...
by nickanderson1982
Tue Feb 04, 2020 5:02 pm
Forum: Open Source Nagios Projects
Topic: Localhost Settings
Replies: 16
Views: 5998

Re: Localhost Settings

I just reviewed the file. Nothing stands out for me to setup memory, cpu and hard drive checks. How would I manually set those up in the commands.cfg?
by nickanderson1982
Mon Feb 03, 2020 4:50 pm
Forum: Open Source Nagios Projects
Topic: Localhost Settings
Replies: 16
Views: 5998

Re: Localhost Settings

Does anyone know how I am supposed to configure the localhost file for the linux server that runs nagios? What would be the syntax to monitor the cpu, mem and harddrive locally?
by nickanderson1982
Fri Jan 31, 2020 11:39 am
Forum: Open Source Nagios Projects
Topic: Localhost Settings
Replies: 16
Views: 5998

Re: Localhost Settings

I went and installed NCPA on the localhost that runs Nagios. rpm -Uvh https://repo.nagios.com/nagios/8/nagios-repo-8-1.el8.noarch.rpm yum install ncpa -y Edit the NCPA Configuration /usr/local/ncpa/etc/ncpa.cfg change the community_string = xxxxx (used our token) After saving the change, restart the...