Search found 144 matches

by mbeebe
Wed Aug 23, 2023 8:16 am
Forum: Nagios XI
Topic: Alert notification when coming out of deadpool
Replies: 3
Views: 1734

Re: Alert notification when coming out of deadpool

Hi Sebastian, More importantly, what kind of behavior are you expecting, and what would be useful to you? My expectation was that once removed from the deadpool, alerting for services and hosts would automatically re-enable. In our case, this issue was a one-off since we're no longer using the deadp...
by mbeebe
Mon Aug 21, 2023 10:21 am
Forum: Nagios XI
Topic: Alert notification when coming out of deadpool
Replies: 3
Views: 1734

Alert notification when coming out of deadpool

Hello,

I have a quick question: a number of services that were in the deadpool still had their notifications disabled when they were removed. Is this expected behavior? Do the notifications need to be re-enabled by hand?

Thank you,

-- Mike Beebe
by mbeebe
Wed Jun 14, 2023 8:39 am
Forum: Nagios XI
Topic: Permission denied with API call
Replies: 1
Views: 1136

Permission denied with API call

Hello, We're running into an issue when we're trying to update a service via the API on Nagios 5.9.3 (RHEL 7.9): config_name = disk_usage_linux service_description = disk usage curl command: curl -XPUT http://{our nagios host}/nagiosxi/api/v1/config/service/disk_usage_linux/disk%20usage?apikey={our ...
by mbeebe
Tue Apr 20, 2021 9:41 am
Forum: Nagios Log Server
Topic: Future of NLS
Replies: 1
Views: 391

Future of NLS

Hello,

I notice there's hasn't been a major upgrade to NLS since 2017. Is this product slated to be dropped by Nagios?

-- Mike Beebe
by mbeebe
Fri Feb 05, 2021 11:46 am
Forum: Nagios XI
Topic: Dependency problems when installing XI 5.7.5 on RHEL 7.9
Replies: 10
Views: 3521

Re: Dependency problems when installing XI 5.7.5 on RHEL 7.9

I figured out what the issue was:

The last version of net-snmp had a security flaw in it and RHEL released an emergency fix on 1/22/21 (the _1.9 release). This had to be cleared by our corporate security before general release. As such, this was indeed 100% our fault.

Sorry for the bother,

-- Mike
by mbeebe
Fri Jan 29, 2021 1:40 pm
Forum: Nagios XI
Topic: Dependency problems when installing XI 5.7.5 on RHEL 7.9
Replies: 10
Views: 3521

Re: Dependency problems when installing XI 5.7.5 on RHEL 7.9

Please try running the following commands as root: yum remove -y net-snmp-devel yum reinstall -y --skip-broken php-snmp net-snmp-libs yum update >yum remove -y net-snmp-devel Loaded plugins: enabled_repos_upload, package_upload, product-id, search-disabled-repos, subscription-manager Repository nag...
by mbeebe
Thu Jan 28, 2021 12:52 pm
Forum: Nagios XI
Topic: Dependency problems when installing XI 5.7.5 on RHEL 7.9
Replies: 10
Views: 3521

Re: Dependency problems when installing XI 5.7.5 on RHEL 7.9

Hello, Still having this issue: >yum install nagiosxi (...) Found and removing 0 unneeded dependencies Error: Package: nagiosxi-5.7.5-1.el7.x86_64 (nagios-base) Requires: net-snmp-libs Error: Package: php-snmp-5.4.16-48.el7.x86_64 (rhel-7-server-optional-rpms) Requires: libnetsnmp.so.31()(64bit) Err...
by mbeebe
Thu Jan 28, 2021 12:16 pm
Forum: Nagios XI
Topic: Dependency problems when installing XI 5.7.5 on RHEL 7.9
Replies: 10
Views: 3521

Re: Dependency problems when installing XI 5.7.5 on RHEL 7.9

Your system apparently has both the x86_64 and the i686 architecture installed for some packages, and it's causing dependency issues to happen. This means at some point the system was explicitly told to install i686 packages. i686 packages have no place on an x86_64 architecture machine (unless you...
by mbeebe
Tue Jan 26, 2021 3:37 pm
Forum: Nagios XI
Topic: Dependency problems when installing XI 5.7.5 on RHEL 7.9
Replies: 10
Views: 3521

Re: Dependency problems when installing XI 5.7.5 on RHEL 7.9

Hello,

Unfortunately, the solution noted for Centos 8 did not work for us.

Please advise.

Thanks,

-- Mike
by mbeebe
Tue Jan 26, 2021 10:24 am
Forum: Nagios XI
Topic: Dependency problems when installing XI 5.7.5 on RHEL 7.9
Replies: 10
Views: 3521

Re: Dependency problems when installing XI 5.7.5 on RHEL 7.9

What are the outputs from the following commands: rpm -qa |grep 'nagios\|net-snmp' |sort nagios-repo-7-4.el7.noarch net-snmp-5.7.2-49.el7.x86_64 net-snmp-agent-libs-5.7.2-49.el7.x86_64 net-snmp-devel-5.7.2-49.el7.x86_64 net-snmp-libs-5.7.2-49.el7.x86_64 yum info net-snmp-libs Loaded plugins: enable...