Search found 249 matches

by kg2857
Sat Apr 22, 2023 8:32 pm
Forum: Nagios XI
Topic: NCPA Web GUI - Top Processes
Replies: 3
Views: 853

Re: NCPA Web GUI - Top Processes

You could make a bash script that does what you want that doesn't take args.
by kg2857
Sat Apr 22, 2023 8:12 pm
Forum: Nagios XI
Topic: Monitoring an Aggregate of PerfData
Replies: 3
Views: 956

Re: Monitoring an Aggregate of PerfData

The script would run from the same host as the checks you want to combine.
You might want to look into how you're checking the thing bandwidth and have a look on the echange.nagios.org site for plugins.
by kg2857
Sat Apr 22, 2023 8:07 pm
Forum: Open Source Nagios Projects
Topic: check-nrpe
Replies: 1
Views: 3295

Re: check-nrpe

Is nrpe running on the remote host? It might be running from xinetd or as a service.
Go to your host that's being checked and look in /usr/local/nagios/etc/nrpe.cfg and /usr/local/nagios/etc/nrpe/ for the check_all_disks command.
by kg2857
Fri Apr 21, 2023 6:42 pm
Forum: Nagios Log Server
Topic: Nagios Logserver cluster status RED fails to login
Replies: 1
Views: 1531

Re: Nagios Logserver cluster status RED fails to login

What do you see after a failed login?
Check the logs for the web server.
by kg2857
Fri Apr 21, 2023 1:20 pm
Forum: Nagios XI
Topic: Monitoring an Aggregate of PerfData
Replies: 3
Views: 956

Re: Monitoring an Aggregate of PerfData

Write a script that runs each of the checks, sums the data and alerts if needed. Pretty simple.
by kg2857
Thu Apr 20, 2023 11:20 pm
Forum: Open Source Nagios Projects
Topic: Nagios core GUI/UI fails to open after nagios-4.4.6-4 to 4.4.9-1 update on Rhel8
Replies: 3
Views: 2280

Re: Nagios core GUI/UI fails to open after nagios-4.4.6-4 to 4.4.9-1 update on Rhel8

Have you thought about checking the web server httpd?
The nagios service runs checks. The web server serves the web pages.
by kg2857
Thu Apr 20, 2023 10:21 pm
Forum: Nagios XI
Topic: How to know what NagiosXI Enterprise features been used?!
Replies: 3
Views: 1151

Re: How to know what NagiosXI Enterprise features been used?!

Enterprise features are usually features in the UI, not related to monitoring. Monitoring is checking status of things on hosts in the network. Since you have XI you might ask nagios if you can temporarily downgrade a nagios host to play with it and see what features aren't there. Or create a VM ins...
by kg2857
Thu Apr 20, 2023 9:13 pm
Forum: Nagios XI
Topic: Check command thresholds
Replies: 5
Views: 1839

Re: Check command thresholds

This depends on the plugin defined in the command. Nagios sets status based on the return value of a check.