Search found 29 matches

by Guyver1
Wed Jun 26, 2024 9:51 am
Forum: Open Source Nagios Projects
Topic: RHEL 9 EPEL repo update cycle for nagios core??
Replies: 1
Views: 3674

RHEL 9 EPEL repo update cycle for nagios core??

Hi, I've just upgraded our org's Nagios core server. I've had to deploy a new RHEL 9.4 server and I've installed Nagios-core and Nagios plugins from the EPEL repo. Currently the repo is on 4.4.14 but this is out of date. How often is the nagios-core package updated on the EPEL repo and when is the n...
by Guyver1
Wed Apr 24, 2024 9:46 am
Forum: Open Source Nagios Projects
Topic: Nagios Core RHEL Repositories?? and nagiosgraph in RHEL9?
Replies: 1
Views: 3275

Nagios Core RHEL Repositories?? and nagiosgraph in RHEL9?

Question 1: I used to be able to added an old CentOS 6/7 repository on RHEL 7 to be able to install and update Nagios Core from repository rather than having to download and compile the source (I'm a windows server admin having to support a small linux estate so repository is much easier to maintain...
by Guyver1
Wed Jan 12, 2022 11:51 am
Forum: Open Source Nagios Projects
Topic: NCPA Agent - API construction for process exceeding x.xx mem
Replies: 2
Views: 1506

Re: NCPA Agent - API construction for process exceeding x.xx

I can do this from the "Live Data" option so it looks like what I want is possible:
https://imgur.com/2X1UxEk
by Guyver1
Wed Jan 12, 2022 11:19 am
Forum: Open Source Nagios Projects
Topic: NCPA Agent - API construction for process exceeding x.xx mem
Replies: 2
Views: 1506

Re: NCPA Agent - API construction for process exceeding x.xx

If I try this I just get stdout = 0 which is incorrect as it should alert
Image
by Guyver1
Wed Jan 12, 2022 11:12 am
Forum: Open Source Nagios Projects
Topic: NCPA Agent - API construction for process exceeding x.xx mem
Replies: 2
Views: 1506

NCPA Agent - API construction for process exceeding x.xx mem

Was hoping someone would be able to assist in providing the correct options to filter for a process exceeding x.xx mem_vms or x.xx mem_rss I can filter for our tomcat8 process no issues as this is straight forward: https://i.imgur.com/ahWxaDY.png However, when trying to add filters to filter for mem...
by Guyver1
Mon Mar 30, 2020 3:16 am
Forum: Open Source Nagios Projects
Topic: check_snmp plugin query - reverse warning and critical?
Replies: 3
Views: 2383

check_snmp plugin query - reverse warning and critical?

Query: Can you set the -w and -c of check_snmp to be say -w <300 ? Reasoning: We are monitoring our Wireless Access Controllers via check_snmp and we want to alert when the number of AP's connected to it drop BELOW certain thresholds, this means the warning and critical counters need to work in reve...
by Guyver1
Thu Dec 12, 2019 3:47 am
Forum: Open Source Nagios Projects
Topic: Which distro has the most up to date Repo for Nagios Core?
Replies: 1
Views: 933

Which distro has the most up to date Repo for Nagios Core?

I have 3 test environments on my home lab:
Nagios Core - Source installation (Centos7) v4.4.5
Nagios Core - Repo installation (Centos 7) v4.4.3
Nagios XI (Centos 7)

I was just wondering if any Distro/repo is maintaining a more up to date version than 4.4.3??

Thanks in advance.
by Guyver1
Tue Oct 15, 2019 6:22 am
Forum: Open Source Nagios Projects
Topic: access /server-status without credentials
Replies: 8
Views: 3394

Re: access /server-status without credentials

yeah, thanks for your assistance Scott, appreciated.

I have posted on the apache subreddit, but yet to get a response.
by Guyver1
Mon Oct 14, 2019 10:54 am
Forum: Open Source Nagios Projects
Topic: access /server-status without credentials
Replies: 8
Views: 3394

Re: access /server-status without credentials

just added: <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1,xx.xx.102.201 Require all granted </Location> to the ssl.conf both inside and outside of the <virtualhost> tags and tested both versions and still getting 403 Forbidden. :evil: annoying