Page 1 of 2

Performance and Crash

Posted: Tue Jul 30, 2019 11:10 am
by rocheryderm
Hello!

I have an 8CPU, 8GB VM running Nagios, and performance/stability is a real problem.

I have configured the Nagios RAMDISK performance update.

But for some reason the server becomes more and more loaded until now, it finally "explodes" and the monitoring engine just stops.

I'm looking for clues to help me continue tuning this, or for suggestions as to "what is wrong" with my configuration.

Thanks
nagios-2019-07-30_11-59-22.jpg
nagios-2019-07-30_12-09-50.jpg

Re: Performance and Crash

Posted: Tue Jul 30, 2019 1:36 pm
by rocheryderm
I forgot to mention that httpd was also crashing alongside the monitoring engine.

After repeatedly crashing after simple attempts to restart httpd and nagios, I restarted the entire server.

Here is the load 25 minutes after reboot - and it looks like everything is ok, but this changes over time.
nagios-2019-07-30_14-34-11.jpg
nagios-2019-07-30_14-33-40.jpg

Re: Performance and Crash

Posted: Tue Jul 30, 2019 4:34 pm
by benjaminsmith
Hello @rocheryderm

When did you start having issues with stability? And how long between reboots will the server run until the monitoring engine or Apache stops?

Please send us your system profile for us to review the logs and setup. Thanks.

To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Save the profile.zip file and share in a private message and then reply to this post to bring it up in the queue.

Re: Performance and Crash

Posted: Wed Jul 31, 2019 10:32 am
by rocheryderm
Profile attached.

I notice that the following from /var/log/messages during last night's crash

Code: Select all

Jul 30 22:31:49 rbbusnagios1p kernel: Out of memory: Kill process 105101 (check_vmware_ap) score 0 or sacrifice child
Jul 30 22:31:49 rbbusnagios1p kernel: Killed process 105101 (check_vmware_ap) total-vm:187720kB, anon-rss:6560kB, file-rss:1060kB, shmem-rss:0kB
Jul 30 22:31:49 rbbusnagios1p systemd-logind: Failed to abandon session scope: Connection timed out
Jul 30 22:31:49 rbbusnagios1p systemd-logind: Failed to abandon session scope: Connection timed out
Jul 30 22:31:49 rbbusnagios1p kill: kill: cannot find process ""
Jul 30 22:31:49 rbbusnagios1p systemd-logind: Failed to abandon session scope: Connection timed out
Jul 30 22:31:49 rbbusnagios1p systemd-logind: Failed to abandon session scope: Connection timed out
Jul 30 22:31:49 rbbusnagios1p kill: kill: cannot find process ""
Jul 30 22:31:49 rbbusnagios1p systemd-logind: Failed to abandon session scope: Connection timed out
Jul 30 22:31:49 rbbusnagios1p systemd-logind: Failed to abandon session scope: Connection timed out
Jul 30 22:31:49 rbbusnagios1p systemd-logind: Failed to abandon session scope: Connection timed out
Jul 30 22:31:49 rbbusnagios1p systemd: rsyslog.service: main process exited, code=killed, status=9/KILL
Jul 30 22:31:49 rbbusnagios1p systemd: Unit rsyslog.service entered failed state.
Jul 30 22:31:49 rbbusnagios1p systemd: rsyslog.service failed.
Jul 30 22:31:49 rbbusnagios1p systemd: httpd.service: main process exited, code=killed, status=9/KILL
Jul 30 22:31:49 rbbusnagios1p systemd: tuned.service: main process exited, code=killed, status=9/KILL
Jul 30 22:31:49 rbbusnagios1p systemd: Unit tuned.service entered failed state.
Jul 30 22:31:49 rbbusnagios1p systemd: tuned.service failed.
Jul 30 22:31:49 rbbusnagios1p systemd: postfix.service: main process exited, code=killed, status=14/ALRM
Jul 30 22:31:49 rbbusnagios1p systemd: nagios.service: main process exited, code=killed, status=9/KILL
Jul 30 22:31:49 rbbusnagios1p systemd: snmptt.service: main process exited, code=killed, status=9/KILL
Jul 30 22:31:49 rbbusnagios1p systemd: httpd.service: control process exited, code=exited status=1
Jul 30 22:31:49 rbbusnagios1p nagios: job 32344 (pid=101059): read() returned error 11
Jul 30 22:31:49 rbbusnagios1p systemd: Unit httpd.service entered failed state.
Jul 30 22:31:49 rbbusnagios1p systemd: httpd.service failed.
Jul 30 22:31:49 rbbusnagios1p systemd: nagios.service: control process exited, code=exited status=1
Jul 30 22:31:49 rbbusnagios1p nagios: job 32348 (pid=100945): read() returned error 11
Jul 30 22:31:49 rbbusnagios1p systemd: rsyslog.service holdoff time over, scheduling restart.
Jul 30 22:31:49 rbbusnagios1p systemd: postfix.service stopping timed out. Terminating.
Jul 30 22:31:49 rbbusnagios1p nagios: job 32348 (pid=100945): read() returned error 11
I'm embarassed to say that this is perhaps about memory and yet, I can't understand how a single "check_vmware_api" process could be consuming 187720kB, or am I reading that incorrectly? That seems... insane... or at least ridiculous.

Re: Performance and Crash

Posted: Wed Jul 31, 2019 2:16 pm
by benjaminsmith
Hello @rocheryderm,

I did some digging into what is meant be total-vm, and frankly, the documentation I could find is not very clear. It's possible but I'm not certain that check_vmware_api was using that much memory ( it could be a threshold value).

However, the system did run out of memory, so I would recommend increasing the memory beyond 8GB.
190731 11:10:10 [ERROR] mysqld: Table './nagios/nagios_logentries' is marked as crashed and last (automatic?) repair failed
Also, the logentries table has crasehed and this maybe causing the CPU load to increase. Log into the terminal as root and run the following repair script.

Code: Select all

/usr/local/nagiosxi/scripts/repair_databases.sh
Lastly, can you upload your sudoers ( /etc/sudoers ) file for us to review. Thanks

Re: Performance and Crash

Posted: Wed Jul 31, 2019 3:03 pm
by rocheryderm

Code: Select all

...
===============
REPAIR COMPLETE
===============
DATABASE: nagiosql
TABLE:
/var/lib/mysql/nagiosql /usr/local/nagios/libexec
DATABASE: nagiosxi
TABLE:
/var/lib/mysql/nagiosxi /usr/local/nagios/libexec

=======================
nagios database repair succeeded
and /etc/sudoers

Code: Select all

## Sudoers allows particular users to run various commands as
## the root user, without needing the root password.
##
## Examples are provided at the bottom of the file for collections
## of related commands, which can then be delegated out to particular
## users or groups.
##
## This file must be edited with the 'visudo' command.

## Host Aliases
## Groups of machines. You may prefer to use hostnames (perhaps using
## wildcards for entire domains) or IP addresses instead.
# Host_Alias     FILESERVERS = fs1, fs2
# Host_Alias     MAILSERVERS = smtp, smtp2

## User Aliases
## These aren't often necessary, as you can use regular groups
## (ie, from files, LDAP, NIS, etc) in this file - just use %groupname
## rather than USERALIAS
# User_Alias ADMINS = jsmith, mikem


## Command Aliases
## These are groups of related commands...

## Networking
# Cmnd_Alias NETWORKING = /sbin/route, /sbin/ifconfig, /bin/ping, /sbin/dhclient, /usr/bin/net, /sbin/iptables, /usr/bin/rfcomm, /usr/bin/wvdial, /sbin/iwconfig, /sbin/mii-tool

## Installation and management of software
# Cmnd_Alias SOFTWARE = /bin/rpm, /usr/bin/up2date, /usr/bin/yum

## Services
# Cmnd_Alias SERVICES = /sbin/service, /sbin/chkconfig, /usr/bin/systemctl start, /usr/bin/systemctl stop, /usr/bin/systemctl reload, /usr/bin/systemctl restart, /usr/bin/systemctl status, /usr/bin/systemctl enable, /usr/bin/systemctl d isable

## Updating the locate database
# Cmnd_Alias LOCATE = /usr/bin/updatedb

## Storage
# Cmnd_Alias STORAGE = /sbin/fdisk, /sbin/sfdisk, /sbin/parted, /sbin/partprobe, /bin/mount, /bin/umount

## Delegating permissions
# Cmnd_Alias DELEGATING = /usr/sbin/visudo, /bin/chown, /bin/chmod, /bin/chgrp

## Processes
# Cmnd_Alias PROCESSES = /bin/nice, /bin/kill, /usr/bin/kill, /usr/bin/killall

## Drivers
# Cmnd_Alias DRIVERS = /sbin/modprobe

# Defaults specification

#
# Refuse to run if unable to disable echo on the tty.
#
Defaults   !visiblepw

#
# Preserving HOME has security implications since many programs
# use it when searching for configuration files. Note that HOME
# is already set when the the env_reset option is enabled, so
# this option is only effective for configurations where either
# env_reset is disabled or HOME is present in the env_keep list.
#
Defaults    always_set_home
Defaults    match_group_by_gid

Defaults    env_reset
Defaults    env_keep =  "COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS"
Defaults    env_keep += "MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE"
Defaults    env_keep += "LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES"
Defaults    env_keep += "LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE"
Defaults    env_keep += "LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY"

#
# Adding HOME to env_keep may enable a user to run unrestricted
# commands via sudo.
#
# Defaults   env_keep += "HOME"

Defaults    secure_path = /sbin:/bin:/usr/sbin:/usr/bin

## Next comes the main part: which users can run what software on
## which machines (the sudoers file can be shared between multiple
## systems).
## Syntax:
##
##      user    MACHINE=COMMANDS
##
## The COMMANDS section may have other options added to it.
##
## Allow root to run any commands anywhere
root    ALL=(ALL)       ALL

## Allows members of the 'sys' group to run networking, software,
## service management apps and more.
# %sys ALL = NETWORKING, SOFTWARE, SERVICES, STORAGE, DELEGATING, PROCESSES, LOCATE, DRIVERS

## Allows people in group wheel to run all commands
%wheel  ALL=(ALL)       ALL

## Same thing without a password
# %wheel        ALL=(ALL)       NOPASSWD: ALL

## Allows members of the users group to mount and unmount the
## cdrom as root
# %users  ALL=/sbin/mount /mnt/cdrom, /sbin/umount /mnt/cdrom

## Allows members of the users group to shutdown this system
# %users  localhost=/sbin/shutdown -h now

## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment)
#includedir /etc/sudoers.d

User_Alias      NAGIOSXI=nagios
User_Alias      NAGIOSXIWEB=apache
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios start
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios stop
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios restart
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios reload
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios status
NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios checkconfig
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db start
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db stop
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db restart
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db reload
NAGIOSXI ALL = NOPASSWD:/etc/init.d/ndo2db status
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd start
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd stop
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd restart
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd reload
NAGIOSXI ALL = NOPASSWD:/etc/init.d/npcd status
NAGIOSXI ALL = NOPASSWD:/usr/bin/php /usr/local/nagiosxi/scripts/components/autodiscover_new.php *
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/components/getprofile.sh
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/upgrade_to_latest.sh
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/change_timezone.sh
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/manage_services.sh *
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/reset_config_perms.sh
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/manage_ssl_config.sh *
NAGIOSXI ALL = NOPASSWD:/usr/local/nagiosxi/scripts/backup_xi.sh *
NAGIOSXIWEB ALL = NOPASSWD:/etc/init.d/snmptt restart
NAGIOSXIWEB ALL = NOPASSWD:/usr/bin/tail -100 /var/log/messages
NAGIOSXIWEB ALL = NOPASSWD:/usr/bin/tail -100 /var/log/httpd/error_log
NAGIOSXIWEB ALL = NOPASSWD:/usr/bin/tail -100 /var/log/mysqld.log
NAGIOSXIWEB ALL = NOPASSWD:/usr/bin/php /usr/local/nagiosxi/scripts/components/autodiscover_new.php *
NAGIOSXIWEB ALL = NOPASSWD:/usr/local/nagiosxi/scripts/components/getprofile.sh
NAGIOSXIWEB ALL = NOPASSWD:/usr/local/nagiosxi/scripts/repair_databases.sh
NAGIOSXIWEB ALL = NOPASSWD:/usr/local/nagiosxi/scripts/manage_services.sh *
I have read that check_vmware_api is a resource-hog, so have replaced it with check_vmware_esx (written specifically as a lightweight replacement) and already my resource utilization went down, but still load creeps up to 300 every once in a while which causes a lot of "false-negatives" in service-check timeouts.

:oops:

Re: Performance and Crash

Posted: Wed Jul 31, 2019 4:57 pm
by benjaminsmith
Hello,

The sudoers file looks ok. You can try increasing the timeout in the check command to alleviate the service check timeouts.

Also, spacing out the check_intervals can help reduce the load on the CPU. Generally speaking, check intervals should be only as often as necessary.

We have a general guide with tips on increasing preformance.

Maximizing Performance In Nagios XI

Re: Performance and Crash

Posted: Wed Jul 31, 2019 5:55 pm
by rocheryderm
I tried increasing timeouts all the way up to 180 without any improvement. I can run the same commands at the command line without any such delay when this load is being endured.

I just don't understand how CPU load can wander so far from 10 all the way up to 500 where it will stay for 20-30 minutes and then trend back downwards.

I'm considering moving mysql to a separate server, but I'm afraid that I will trade CPU load for network lag.

Does anyone have any real results they can share regarding this?

Adding CPUs doesn't seem to help (went from 4 to 8 and still have to endure this).

Re: Performance and Crash

Posted: Thu Aug 01, 2019 11:46 am
by benjaminsmith
Hello @rocheryderm,

Let's check a few other things are your system. Please run the following command and post the output.

Code: Select all

echo "SELECT table_name AS 'Table', round(((data_length + index_length) / 1024 / 1024), 2) 'Size in MB' FROM
information_schema.TABLES WHERE table_schema IN ('nagios', 'nagiosql', 'nagiosxi');" | mysql -uroot -pnagiosxi --table
Also, I noticed this line in your system profile, and would like to review the repos on the server for compatibility.
Red Hat Enterprise Linux Server release 7.4 (Maipo)
# This is a "SLES Expanded Support platform release 7.4"
# The above "Red Hat Enterprise Linux Server" string is only used to
# keep software compatibility.
Run the following command and post the output as well.

Code: Select all

yum repolist all
Thanks.

Re: Performance and Crash

Posted: Thu Aug 01, 2019 4:30 pm
by rocheryderm
Alrighty --

Code: Select all

# echo "SELECT table_name AS 'Table', round(((data_length + index_length) / 1024 / 1024), 2) 'Size in MB' FROM
> information_schema.TABLES WHERE table_schema IN ('nagios', 'nagiosql', 'nagiosxi');" | mysql -uroot -pnagiosxi --table
+--------------------------------------------+------------+
| Table                                      | Size in MB |
+--------------------------------------------+------------+
| nagios_acknowledgements                    |       0.01 |
| nagios_commands                            |       0.03 |
| nagios_commenthistory                      |       0.38 |
| nagios_comments                            |       0.01 |
| nagios_configfiles                         |       0.00 |
| nagios_configfilevariables                 |       0.01 |
| nagios_conninfo                            |       0.12 |
| nagios_contact_addresses                   |       0.00 |
| nagios_contact_notificationcommands        |       0.02 |
| nagios_contactgroup_members                |       0.00 |
| nagios_contactgroups                       |       0.00 |
| nagios_contactnotificationmethods          |       3.45 |
| nagios_contactnotifications                |       3.66 |
| nagios_contacts                            |       0.01 |
| nagios_contactstatus                       |       0.00 |
| nagios_customvariables                     |       0.75 |
| nagios_customvariablestatus                |       0.81 |
| nagios_dbversion                           |       0.00 |
| nagios_downtimehistory                     |       0.00 |
| nagios_eventhandlers                       |       0.00 |
| nagios_externalcommands                    |       0.00 |
| nagios_flappinghistory                     |       0.15 |
| nagios_host_contactgroups                  |       0.02 |
| nagios_host_contacts                       |       0.00 |
| nagios_host_parenthosts                    |       0.00 |
| nagios_hostchecks                          |       0.00 |
| nagios_hostdependencies                    |       0.00 |
| nagios_hostescalation_contactgroups        |       0.00 |
| nagios_hostescalation_contacts             |       0.00 |
| nagios_hostescalations                     |       0.00 |
| nagios_hostgroup_members                   |       0.05 |
| nagios_hostgroups                          |       0.01 |
| nagios_hosts                               |       0.12 |
| nagios_hoststatus                          |       0.23 |
| nagios_instances                           |       0.00 |
| nagios_logentries                          |       NULL |
| nagios_notifications                       |       8.41 |
| nagios_objects                             |       0.77 |
| nagios_processevents                       |       0.32 |
| nagios_programstatus                       |       0.00 |
| nagios_runtimevariables                    |       0.00 |
| nagios_scheduleddowntime                   |       0.00 |
| nagios_service_contactgroups               |       0.18 |
| nagios_service_contacts                    |       0.00 |
| nagios_service_parentservices              |       0.00 |
| nagios_servicechecks                       |       0.00 |
| nagios_servicedependencies                 |       0.37 |
| nagios_serviceescalation_contactgroups     |       0.00 |
| nagios_serviceescalation_contacts          |       0.00 |
| nagios_serviceescalations                  |       0.00 |
| nagios_servicegroup_members                |       0.07 |
| nagios_servicegroups                       |       0.00 |
| nagios_services                            |       0.92 |
| nagios_servicestatus                       |       2.39 |
| nagios_statehistory                        |     133.43 |
| nagios_systemcommands                      |       0.04 |
| nagios_timedeventqueue                     |       0.00 |
| nagios_timedevents                         |       0.00 |
| nagios_timeperiod_timeranges               |       0.02 |
| nagios_timeperiods                         |       0.01 |
| tbl_command                                |       0.08 |
| tbl_contact                                |       0.03 |
| tbl_contactgroup                           |       0.03 |
| tbl_contacttemplate                        |       0.03 |
| tbl_domain                                 |       0.03 |
| tbl_host                                   |       0.11 |
| tbl_hostdependency                         |       0.03 |
| tbl_hostescalation                         |       0.03 |
| tbl_hostextinfo                            |       0.03 |
| tbl_hostgroup                              |       0.03 |
| tbl_hosttemplate                           |       0.06 |
| tbl_info                                   |       0.17 |
| tbl_lnkContactToCommandHost                |       0.02 |
| tbl_lnkContactToCommandService             |       0.02 |
| tbl_lnkContactToContactgroup               |       0.02 |
| tbl_lnkContactToContacttemplate            |       0.02 |
| tbl_lnkContactToVariabledefinition         |       0.02 |
| tbl_lnkContactgroupToContact               |       0.02 |
| tbl_lnkContactgroupToContactgroup          |       0.02 |
| tbl_lnkContacttemplateToCommandHost        |       0.02 |
| tbl_lnkContacttemplateToCommandService     |       0.02 |
| tbl_lnkContacttemplateToContactgroup       |       0.02 |
| tbl_lnkContacttemplateToContacttemplate    |       0.02 |
| tbl_lnkContacttemplateToVariabledefinition |       0.02 |
| tbl_lnkHostToContact                       |       0.02 |
| tbl_lnkHostToContactgroup                  |       0.02 |
| tbl_lnkHostToHost                          |       0.02 |
| tbl_lnkHostToHostgroup                     |       0.02 |
| tbl_lnkHostToHosttemplate                  |       0.05 |
| tbl_lnkHostToVariabledefinition            |       0.02 |
| tbl_lnkHostdependencyToHost_DH             |       0.02 |
| tbl_lnkHostdependencyToHost_H              |       0.02 |
| tbl_lnkHostdependencyToHostgroup_DH        |       0.02 |
| tbl_lnkHostdependencyToHostgroup_H         |       0.02 |
| tbl_lnkHostescalationToContact             |       0.02 |
| tbl_lnkHostescalationToContactgroup        |       0.02 |
| tbl_lnkHostescalationToHost                |       0.02 |
| tbl_lnkHostescalationToHostgroup           |       0.02 |
| tbl_lnkHostgroupToHost                     |       0.02 |
| tbl_lnkHostgroupToHostgroup                |       0.02 |
| tbl_lnkHosttemplateToContact               |       0.02 |
| tbl_lnkHosttemplateToContactgroup          |       0.02 |
| tbl_lnkHosttemplateToHost                  |       0.02 |
| tbl_lnkHosttemplateToHostgroup             |       0.02 |
| tbl_lnkHosttemplateToHosttemplate          |       0.02 |
| tbl_lnkHosttemplateToVariabledefinition    |       0.02 |
| tbl_lnkServiceToContact                    |       0.02 |
| tbl_lnkServiceToContactgroup               |       0.02 |
| tbl_lnkServiceToHost                       |       0.09 |
| tbl_lnkServiceToHostgroup                  |       0.02 |
| tbl_lnkServiceToServicegroup               |       0.02 |
| tbl_lnkServiceToServicetemplate            |       0.08 |
| tbl_lnkServiceToVariabledefinition         |       0.06 |
| tbl_lnkServicedependencyToHost_DH          |       0.02 |
| tbl_lnkServicedependencyToHost_H           |       0.02 |
| tbl_lnkServicedependencyToHostgroup_DH     |       0.02 |
| tbl_lnkServicedependencyToHostgroup_H      |       0.02 |
| tbl_lnkServicedependencyToService_DS       |       0.02 |
| tbl_lnkServicedependencyToService_S        |       0.02 |
| tbl_lnkServicedependencyToServicegroup_DS  |       0.02 |
| tbl_lnkServicedependencyToServicegroup_S   |       0.02 |
| tbl_lnkServiceescalationToContact          |       0.02 |
| tbl_lnkServiceescalationToContactgroup     |       0.02 |
| tbl_lnkServiceescalationToHost             |       0.02 |
| tbl_lnkServiceescalationToHostgroup        |       0.02 |
| tbl_lnkServiceescalationToService          |       0.02 |
| tbl_lnkServiceescalationToServicegroup     |       0.02 |
| tbl_lnkServicegroupToService               |       0.02 |
| tbl_lnkServicegroupToServicegroup          |       0.02 |
| tbl_lnkServicetemplateToContact            |       0.02 |
| tbl_lnkServicetemplateToContactgroup       |       0.02 |
| tbl_lnkServicetemplateToHost               |       0.02 |
| tbl_lnkServicetemplateToHostgroup          |       0.02 |
| tbl_lnkServicetemplateToServicegroup       |       0.02 |
| tbl_lnkServicetemplateToServicetemplate    |       0.02 |
| tbl_lnkServicetemplateToVariabledefinition |       0.02 |
| tbl_lnkTimeperiodToTimeperiod              |       0.02 |
| tbl_logbook                                |       0.02 |
| tbl_mainmenu                               |       0.02 |
| tbl_permission                             |       0.02 |
| tbl_permission_inactive                    |       0.02 |
| tbl_service                                |       0.28 |
| tbl_servicedependency                      |       0.03 |
| tbl_serviceescalation                      |       0.03 |
| tbl_serviceextinfo                         |       0.03 |
| tbl_servicegroup                           |       0.03 |
| tbl_servicetemplate                        |       0.06 |
| tbl_session                                |       0.02 |
| tbl_session_locks                          |       0.02 |
| tbl_settings                               |       0.03 |
| tbl_submenu                                |       0.02 |
| tbl_timedefinition                         |       0.05 |
| tbl_timeperiod                             |       0.03 |
| tbl_user                                   |       0.03 |
| tbl_variabledefinition                     |       0.14 |
| xi_auditlog                                |       3.81 |
| xi_auth_tokens                             |       1.42 |
| xi_cmp_trapdata                            |       0.58 |
| xi_cmp_trapdata_log                        |       0.03 |
| xi_commands                                |       0.02 |
| xi_eventqueue                              |       0.03 |
| xi_events                                  |       0.16 |
| xi_incidents                               |       0.02 |
| xi_meta                                    |       2.52 |
| xi_mibs                                    |       0.05 |
| xi_options                                 |       0.08 |
| xi_sessions                                |       0.03 |
| xi_sysstat                                 |       0.03 |
| xi_usermeta                                |       0.25 |
| xi_users                                   |       0.03 |
+--------------------------------------------+------------+
#
and

Code: Select all

# yum repolist all
Loaded plugins: product-id, search-disabled-repos, subscription-manager, yumnotify
epel                                                                                                                                                                                                | 5.3 kB  00:00:00
nagios-base                                                                                                                                                                                         | 1.5 kB  00:00:00
nagiosxi-deps                                                                                                                                                                                       | 1.5 kB  00:00:00
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/solutions/69319

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden
Trying other mirror.
epel/x86_64/primary_db         FAILED
http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/43c0eaf84dcabffaac3ac7d3872e4ef27d1240a1cabe097b3e67764340543e96-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found  ]  0.0 B/s |    0 B  --:--:-- ETA
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

epel/x86_64/updateinfo         FAILED
http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/efe940e3c16e2f925e7826f4471dfa7ef81a5787f5f7c4ef3efacd93de8bfddb-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found  ]  0.0 B/s |    0 B  --:--:-- ETA
Trying other mirror.
repo id                                                                                     repo name                                                                                                       status
epel/x86_64                                                                                 Extra Packages for Enterprise Linux 7 - x86_64                                                                  enabled: 13,273
epel-debuginfo/x86_64                                                                       Extra Packages for Enterprise Linux 7 - x86_64 - Debug                                                          disabled
epel-source/x86_64                                                                          Extra Packages for Enterprise Linux 7 - x86_64 - Source                                                         disabled
epel-testing/x86_64                                                                         Extra Packages for Enterprise Linux 7 - Testing - x86_64                                                        disabled
epel-testing-debuginfo/x86_64                                                               Extra Packages for Enterprise Linux 7 - Testing - x86_64 - Debug                                                disabled
epel-testing-source/x86_64                                                                  Extra Packages for Enterprise Linux 7 - Testing - x86_64 - Source                                               disabled
nagios-base                                                                                 Nagios                                                                                                          enabled:     97
nagiosxi-deps                                                                               Nagios XI Dependencies                                                                                          enabled:     31
rh-gluster-3-client-for-rhel-7-server-debug-rpms/7Server/x86_64                             Red Hat Storage Native Client for RHEL 7 (Debug RPMs)                                                           disabled
rh-gluster-3-client-for-rhel-7-server-rpms/7Server/x86_64                                   Red Hat Storage Native Client for RHEL 7 (RPMs)                                                                 disabled
rh-gluster-3-client-for-rhel-7-server-source-rpms/7Server/x86_64                            Red Hat Storage Native Client for RHEL 7 (Source RPMs)                                                          disabled
rhel-7-server-ansible-2-debug-rpms/x86_64                                                   Red Hat Ansible Engine 2 Debug RPMs for Red Hat Enterprise Linux 7 Server                                       disabled
rhel-7-server-ansible-2-rpms/x86_64                                                         Red Hat Ansible Engine 2 RPMs for Red Hat Enterprise Linux 7 Server                                             disabled
rhel-7-server-ansible-2-source-rpms/x86_64                                                  Red Hat Ansible Engine 2 Source RPMs for Red Hat Enterprise Linux 7 Server                                      disabled
rhel-7-server-ansible-2.4-debug-rpms/x86_64                                                 Red Hat Ansible Engine 2.4 Debug RPMs for Red Hat Enterprise Linux 7 Server                                     disabled
rhel-7-server-ansible-2.4-rpms/x86_64                                                       Red Hat Ansible Engine 2.4 RPMs for Red Hat Enterprise Linux 7 Server                                           disabled
rhel-7-server-ansible-2.4-source-rpms/x86_64                                                Red Hat Ansible Engine 2.4 Source RPMs for Red Hat Enterprise Linux 7 Server                                    disabled
rhel-7-server-ansible-2.5-debug-rpms/x86_64                                                 Red Hat Ansible Engine 2.5 Debug RPMs for Red Hat Enterprise Linux 7 Server                                     disabled
rhel-7-server-ansible-2.5-rpms/x86_64                                                       Red Hat Ansible Engine 2.5 RPMs for Red Hat Enterprise Linux 7 Server                                           disabled
rhel-7-server-ansible-2.5-source-rpms/x86_64                                                Red Hat Ansible Engine 2.5 Source RPMs for Red Hat Enterprise Linux 7 Server                                    disabled
rhel-7-server-ansible-2.6-debug-rpms/x86_64                                                 Red Hat Ansible Engine 2.6 Debug RPMs for Red Hat Enterprise Linux 7 Server                                     disabled
rhel-7-server-ansible-2.6-rpms/x86_64                                                       Red Hat Ansible Engine 2.6 RPMs for Red Hat Enterprise Linux 7 Server                                           disabled
rhel-7-server-ansible-2.6-source-rpms/x86_64                                                Red Hat Ansible Engine 2.6 Source RPMs for Red Hat Enterprise Linux 7 Server                                    disabled
rhel-7-server-ansible-2.7-debug-rpms/x86_64                                                 Red Hat Ansible Engine 2.7 Debug RPMs for Red Hat Enterprise Linux 7 Server                                     disabled
rhel-7-server-ansible-2.7-rpms/x86_64                                                       Red Hat Ansible Engine 2.7 RPMs for Red Hat Enterprise Linux 7 Server                                           disabled
rhel-7-server-ansible-2.7-source-rpms/x86_64                                                Red Hat Ansible Engine 2.7 Source RPMs for Red Hat Enterprise Linux 7 Server                                    disabled
rhel-7-server-beta-debug-rpms/x86_64                                                        Red Hat Enterprise Linux 7 Server Beta (Debug RPMs)                                                             disabled
rhel-7-server-beta-rpms/x86_64                                                              Red Hat Enterprise Linux 7 Server Beta (RPMs)                                                                   disabled
rhel-7-server-beta-source-rpms/x86_64                                                       Red Hat Enterprise Linux 7 Server Beta (Source RPMs)                                                            disabled
rhel-7-server-debug-rpms/7Server/x86_64                                                     Red Hat Enterprise Linux 7 Server (Debug RPMs)                                                                  disabled
rhel-7-server-devtools-beta-debug-rpms/x86_64                                               Red Hat Developer Tools Beta Debug RPMs for Red Hat Enterprise Linux 7 Server                                   disabled
rhel-7-server-devtools-beta-rpms/x86_64                                                     Red Hat Developer Tools Beta RPMs for Red Hat Enterprise Linux 7 Server                                         disabled
rhel-7-server-devtools-beta-source-rpms/x86_64                                              Red Hat Developer Tools Beta Source RPMs for Red Hat Enterprise Linux 7 Server                                  disabled
rhel-7-server-devtools-debug-rpms/x86_64                                                    Red Hat Developer Tools Debug RPMs for Red Hat Enterprise Linux 7 Server                                        disabled
rhel-7-server-devtools-rpms/x86_64                                                          Red Hat Developer Tools RPMs for Red Hat Enterprise Linux 7 Server                                              disabled
rhel-7-server-devtools-source-rpms/x86_64                                                   Red Hat Developer Tools Source RPMs for Red Hat Enterprise Linux 7 Server                                       disabled
rhel-7-server-dotnet-beta-debug-rpms/x86_64                                                 dotNET on RHEL Beta Debug RPMs for Red Hat Enterprise Linux 7 Server                                            disabled
rhel-7-server-dotnet-beta-rpms/x86_64                                                       dotNET on RHEL Beta RPMs for Red Hat Enterprise Linux 7 Server                                                  disabled
rhel-7-server-dotnet-beta-source-rpms/x86_64                                                dotNET on RHEL Beta Source RPMs for Red Hat Enterprise Linux 7 Server                                           disabled
rhel-7-server-dotnet-debug-rpms/7Server/x86_64                                              dotNET on RHEL Debug RPMs for Red Hat Enterprise Linux 7 Server                                                 disabled
rhel-7-server-dotnet-rpms/7Server/x86_64                                                    dotNET on RHEL RPMs for Red Hat Enterprise Linux 7 Server                                                       disabled
rhel-7-server-dotnet-source-rpms/7Server/x86_64                                             dotNET on RHEL Source RPMs for Red Hat Enterprise Linux 7 Server                                                disabled
rhel-7-server-extras-beta-debug-rpms/x86_64                                                 Red Hat Enterprise Linux 7 Server - Extras Beta (Debug RPMs)                                                    disabled
rhel-7-server-extras-beta-rpms/x86_64                                                       Red Hat Enterprise Linux 7 Server - Extras Beta (RPMs)                                                          disabled
rhel-7-server-extras-beta-source-rpms/x86_64                                                Red Hat Enterprise Linux 7 Server - Extras Beta (Source RPMs)                                                   disabled
rhel-7-server-extras-debug-rpms/x86_64                                                      Red Hat Enterprise Linux 7 Server - Extras (Debug RPMs)                                                         disabled
rhel-7-server-extras-rpms/x86_64                                                            Red Hat Enterprise Linux 7 Server - Extras (RPMs)                                                               disabled
rhel-7-server-extras-source-rpms/x86_64                                                     Red Hat Enterprise Linux 7 Server - Extras (Source RPMs)                                                        disabled
rhel-7-server-fastrack-debug-rpms/x86_64                                                    Red Hat Enterprise Linux 7 Server - Fastrack (Debug RPMs)                                                       disabled
rhel-7-server-fastrack-rpms/x86_64                                                          Red Hat Enterprise Linux 7 Server - Fastrack (RPMs)                                                             disabled
rhel-7-server-fastrack-source-rpms/x86_64                                                   Red Hat Enterprise Linux 7 Server - Fastrack (Source RPMs)                                                      disabled
rhel-7-server-insights-3-debug-rpms/x86_64                                                  Red Hat Insights 3 (for RHEL 7 Server) (Debug RPMs)                                                             disabled
rhel-7-server-insights-3-rpms/x86_64                                                        Red Hat Insights 3 (for RHEL 7 Server) (RPMs)                                                                   disabled
rhel-7-server-insights-3-source-rpms/x86_64                                                 Red Hat Insights 3 (for RHEL 7 Server) (Source RPMs)                                                            disabled
rhel-7-server-openstack-10-tools-debug-rpms/7Server/x86_64                                  Red Hat OpenStack Platform 10 Tools for RHEL 7 Server (Debug RPMs)                                              disabled
rhel-7-server-openstack-10-tools-rpms/7Server/x86_64                                        Red Hat OpenStack Platform 10 Tools for RHEL 7 Server (RPMs)                                                    disabled
rhel-7-server-openstack-10-tools-source-rpms/7Server/x86_64                                 Red Hat OpenStack Platform 10 Tools for RHEL 7 Server (Source RPMs)                                             disabled
rhel-7-server-openstack-11-tools-debug-rpms/x86_64                                          Red Hat OpenStack Platform 11 Tools for RHEL 7 Server (Debug RPMs)                                              disabled
rhel-7-server-openstack-11-tools-rpms/x86_64                                                Red Hat OpenStack Platform 11 Tools for RHEL 7 Server (RPMs)                                                    disabled
rhel-7-server-openstack-11-tools-source-rpms/x86_64                                         Red Hat OpenStack Platform 11 Tools for RHEL 7 Server (Source RPMs)                                             disabled
rhel-7-server-openstack-12-tools-debug-rpms/x86_64                                          Red Hat OpenStack Platform 12 Tools for RHEL 7 Server (Debug RPMs)                                              disabled
rhel-7-server-openstack-12-tools-rpms/x86_64                                                Red Hat OpenStack Platform 12 Tools for RHEL 7 Server (RPMs)                                                    disabled
rhel-7-server-openstack-12-tools-source-rpms/x86_64                                         Red Hat OpenStack Platform 12 Tools for RHEL 7 Server (Source RPMs)                                             disabled
rhel-7-server-openstack-13-tools-debug-rpms/x86_64                                          Red Hat OpenStack Platform 13 Tools for RHEL 7 Server (Debug RPMs)                                              disabled
rhel-7-server-openstack-13-tools-rpms/x86_64                                                Red Hat OpenStack Platform 13 Tools for RHEL 7 Server (RPMs)                                                    disabled
rhel-7-server-openstack-13-tools-source-rpms/x86_64                                         Red Hat OpenStack Platform 13 Tools for RHEL 7 Server (Source RPMs)                                             disabled
rhel-7-server-openstack-14-tools-debug-rpms/x86_64                                          Red Hat OpenStack Platform 14 Tools for RHEL 7 Server (Debug RPMs)                                              disabled
rhel-7-server-openstack-14-tools-rpms/x86_64                                                Red Hat OpenStack Platform 14 Tools for RHEL 7 Server (RPMs)                                                    disabled
rhel-7-server-openstack-14-tools-source-rpms/x86_64                                         Red Hat OpenStack Platform 14 Tools for RHEL 7 Server (Source RPMs)                                             disabled
rhel-7-server-openstack-7.0-tools-debug-rpms/7Server/x86_64                                 Red Hat OpenStack Tools 7.0 for Red Hat Enterprise Linux 7 Server (Debug RPMs)                                  disabled
rhel-7-server-openstack-7.0-tools-rpms/7Server/x86_64                                       Red Hat OpenStack Tools 7.0 for Red Hat Enterprise Linux 7 Server (RPMs)                                        disabled
rhel-7-server-openstack-7.0-tools-source-rpms/7Server/x86_64                                Red Hat OpenStack Tools 7.0 for Red Hat Enterprise Linux 7 Server (Source RPMs)                                 disabled
rhel-7-server-openstack-8-tools-debug-rpms/7Server/x86_64                                   Red Hat OpenStack Platform 8 Tools for RHEL 7 Server (Debug RPMs)                                               disabled
rhel-7-server-openstack-8-tools-rpms/7Server/x86_64                                         Red Hat OpenStack Platform 8 Tools for RHEL 7 Server (RPMs)                                                     disabled
rhel-7-server-openstack-8-tools-source-rpms/7Server/x86_64                                  Red Hat OpenStack Platform 8 Tools for RHEL 7 Server (Source RPMs)                                              disabled
rhel-7-server-openstack-9-tools-debug-rpms/7Server/x86_64                                   Red Hat OpenStack Platform 9 Tools for RHEL 7 Server (Debug RPMs)                                               disabled
rhel-7-server-openstack-9-tools-rpms/7Server/x86_64                                         Red Hat OpenStack Platform 9 Tools for RHEL 7 Server (RPMs)                                                     disabled
rhel-7-server-openstack-9-tools-source-rpms/7Server/x86_64                                  Red Hat OpenStack Platform 9 Tools for RHEL 7 Server (Source RPMs)                                              disabled
rhel-7-server-optional-beta-debug-rpms/x86_64                                               Red Hat Enterprise Linux 7 Server - Optional Beta (Debug RPMs)                                                  disabled
rhel-7-server-optional-beta-rpms/x86_64                                                     Red Hat Enterprise Linux 7 Server - Optional Beta (RPMs)                                                        disabled
rhel-7-server-optional-beta-source-rpms/x86_64                                              Red Hat Enterprise Linux 7 Server - Optional Beta (Source RPMs)                                                 disabled
rhel-7-server-optional-debug-rpms/7Server/x86_64                                            Red Hat Enterprise Linux 7 Server - Optional (Debug RPMs)                                                       disabled
rhel-7-server-optional-fastrack-debug-rpms/x86_64                                           Red Hat Enterprise Linux 7 Server - Optional Fastrack (Debug RPMs)                                              disabled
rhel-7-server-optional-fastrack-rpms/x86_64                                                 Red Hat Enterprise Linux 7 Server - Optional Fastrack (RPMs)                                                    disabled
rhel-7-server-optional-fastrack-source-rpms/x86_64                                          Red Hat Enterprise Linux 7 Server - Optional Fastrack (Source RPMs)                                             disabled
!rhel-7-server-optional-rpms/7Server/x86_64                                                 Red Hat Enterprise Linux 7 Server - Optional (RPMs)                                                             enabled: 17,790
rhel-7-server-optional-source-rpms/7Server/x86_64                                           Red Hat Enterprise Linux 7 Server - Optional (Source RPMs)                                                      disabled
rhel-7-server-rh-common-beta-debug-rpms/x86_64                                              Red Hat Enterprise Linux 7 Server - RH Common Beta (Debug RPMs)                                                 disabled
rhel-7-server-rh-common-beta-rpms/x86_64                                                    Red Hat Enterprise Linux 7 Server - RH Common Beta (RPMs)                                                       disabled
rhel-7-server-rh-common-beta-source-rpms/x86_64                                             Red Hat Enterprise Linux 7 Server - RH Common Beta (Source RPMs)                                                disabled
rhel-7-server-rh-common-debug-rpms/7Server/x86_64                                           Red Hat Enterprise Linux 7 Server - RH Common (Debug RPMs)                                                      disabled
rhel-7-server-rh-common-rpms/7Server/x86_64                                                 Red Hat Enterprise Linux 7 Server - RH Common (RPMs)                                                            disabled
rhel-7-server-rh-common-source-rpms/7Server/x86_64                                          Red Hat Enterprise Linux 7 Server - RH Common (Source RPMs)                                                     disabled
rhel-7-server-rhceph-1.3-tools-debug-rpms/7Server/x86_64                                    Red Hat Ceph Storage Tools 1.3 for Red Hat Enterprise Linux 7 Server (Debug RPMs)                               disabled
rhel-7-server-rhceph-1.3-tools-rpms/7Server/x86_64                                          Red Hat Ceph Storage Tools 1.3 for Red Hat Enterprise Linux 7 Server (RPMs)                                     disabled
rhel-7-server-rhceph-1.3-tools-source-rpms/7Server/x86_64                                   Red Hat Ceph Storage Tools 1.3 for Red Hat Enterprise Linux 7 Server (Source RPMs)                              disabled
rhel-7-server-rhceph-2-tools-debug-rpms/7Server/x86_64                                      Red Hat Ceph Storage Tools 2 for Red Hat Enterprise Linux 7 Server (Debug RPMs)                                 disabled
rhel-7-server-rhceph-2-tools-rpms/7Server/x86_64                                            Red Hat Ceph Storage Tools 2 for Red Hat Enterprise Linux 7 Server (RPMs)                                       disabled
rhel-7-server-rhceph-2-tools-source-rpms/7Server/x86_64                                     Red Hat Ceph Storage Tools 2 for Red Hat Enterprise Linux 7 Server (Source RPMs)                                disabled
rhel-7-server-rhn-tools-beta-debug-rpms/x86_64                                              RHN Tools for Red Hat Enterprise Linux 7 Server Beta (Debug RPMs)                                               disabled
rhel-7-server-rhn-tools-beta-rpms/x86_64                                                    RHN Tools for Red Hat Enterprise Linux 7 Server Beta (RPMs)                                                     disabled
rhel-7-server-rhn-tools-beta-source-rpms/x86_64                                             RHN Tools for Red Hat Enterprise Linux 7 Server Beta (Source RPMs)                                              disabled
rhel-7-server-rhn-tools-debug-rpms/7Server/x86_64                                           RHN Tools for Red Hat Enterprise Linux 7 Server (Debug RPMs)                                                    disabled
rhel-7-server-rhn-tools-rpms/7Server/x86_64                                                 RHN Tools for Red Hat Enterprise Linux 7 Server (RPMs)                                                          disabled
rhel-7-server-rhn-tools-source-rpms/7Server/x86_64                                          RHN Tools for Red Hat Enterprise Linux 7 Server (Source RPMs)                                                   disabled
!rhel-7-server-rpms/7Server/x86_64                                                          Red Hat Enterprise Linux 7 Server (RPMs)                                                                        enabled: 24,397
rhel-7-server-satellite-maintenance-6-beta-debug-rpms/x86_64                                Red Hat Satellite Maintenance 6 Beta (for RHEL 7 Server) (Debug RPMs)                                           disabled
rhel-7-server-satellite-maintenance-6-beta-rpms/x86_64                                      Red Hat Satellite Maintenance 6 Beta (for RHEL 7 Server) (RPMs)                                                 disabled
rhel-7-server-satellite-maintenance-6-beta-source-rpms/x86_64                               Red Hat Satellite Maintenance 6 Beta (for RHEL 7 Server) (Source RPMs)                                          disabled
rhel-7-server-satellite-maintenance-6-debug-rpms/x86_64                                     Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (Debug RPMs)                                                disabled
rhel-7-server-satellite-maintenance-6-rpms/x86_64                                           Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (RPMs)                                                      disabled
rhel-7-server-satellite-maintenance-6-source-rpms/x86_64                                    Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (Source RPMs)                                               disabled
rhel-7-server-satellite-tools-6-beta-debug-rpms/x86_64                                      Red Hat Satellite Tools 6 Beta (for RHEL 7 Server) (Debug RPMs)                                                 disabled
rhel-7-server-satellite-tools-6-beta-rpms/x86_64                                            Red Hat Satellite Tools 6 Beta (for RHEL 7 Server) (RPMs)                                                       disabled
rhel-7-server-satellite-tools-6-beta-source-rpms/x86_64                                     Red Hat Satellite Tools 6 Beta (for RHEL 7 Server) (Source RPMs)                                                disabled
rhel-7-server-satellite-tools-6-puppet-upgrade-beta-debug-rpms/x86_64                       Red Hat Satellite Tools 6 Beta - Puppet Upgrade (for RHEL 7 Server) (Debug RPMs)                                disabled
rhel-7-server-satellite-tools-6-puppet-upgrade-beta-rpms/x86_64                             Red Hat Satellite Tools 6 Beta - Puppet Upgrade (for RHEL 7 Server) (RPMs)                                      disabled
rhel-7-server-satellite-tools-6-puppet-upgrade-beta-source-rpms/x86_64                      Red Hat Satellite Tools 6 Beta - Puppet Upgrade (for RHEL 7 Server) (Source RPMs)                               disabled
rhel-7-server-satellite-tools-6.1-debug-rpms/x86_64                                         Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (Debug RPMs)                                                    disabled
rhel-7-server-satellite-tools-6.1-rpms/x86_64                                               Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (RPMs)                                                          disabled
rhel-7-server-satellite-tools-6.1-source-rpms/x86_64                                        Red Hat Satellite Tools 6.1 (for RHEL 7 Server) (Source RPMs)                                                   disabled
rhel-7-server-satellite-tools-6.2-debug-rpms/x86_64                                         Red Hat Satellite Tools 6.2 (for RHEL 7 Server) (Debug RPMs)                                                    disabled
rhel-7-server-satellite-tools-6.2-rpms/x86_64                                               Red Hat Satellite Tools 6.2 (for RHEL 7 Server) (RPMs)                                                          disabled
rhel-7-server-satellite-tools-6.2-source-rpms/x86_64                                        Red Hat Satellite Tools 6.2 (for RHEL 7 Server) (Source RPMs)                                                   disabled
rhel-7-server-satellite-tools-6.3-debug-rpms/x86_64                                         Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (Debug RPMs)                                                    disabled
rhel-7-server-satellite-tools-6.3-puppet4-debug-rpms/x86_64                                 Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 7 Server) (Debug RPMs)                                         disabled
rhel-7-server-satellite-tools-6.3-puppet4-rpms/x86_64                                       Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 7 Server) (RPMs)                                               disabled
rhel-7-server-satellite-tools-6.3-puppet4-source-rpms/x86_64                                Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 7 Server) (Source RPMs)                                        disabled
rhel-7-server-satellite-tools-6.3-rpms/x86_64                                               Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (RPMs)                                                          disabled
rhel-7-server-satellite-tools-6.3-source-rpms/x86_64                                        Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (Source RPMs)                                                   disabled
rhel-7-server-satellite-tools-6.4-debug-rpms/x86_64                                         Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (Debug RPMs)                                                    disabled
rhel-7-server-satellite-tools-6.4-rpms/x86_64                                               Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs)                                                          disabled
rhel-7-server-satellite-tools-6.4-source-rpms/x86_64                                        Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (Source RPMs)                                                   disabled
rhel-7-server-source-rpms/7Server/x86_64                                                    Red Hat Enterprise Linux 7 Server (Source RPMs)                                                                 disabled
rhel-7-server-supplementary-beta-debug-rpms/x86_64                                          Red Hat Enterprise Linux 7 Server - Supplementary Beta (Debug RPMs)                                             disabled
rhel-7-server-supplementary-beta-rpms/x86_64                                                Red Hat Enterprise Linux 7 Server - Supplementary Beta (RPMs)                                                   disabled
rhel-7-server-supplementary-beta-source-rpms/x86_64                                         Red Hat Enterprise Linux 7 Server - Supplementary Beta (Source RPMs)                                            disabled
rhel-7-server-supplementary-debug-rpms/7Server/x86_64                                       Red Hat Enterprise Linux 7 Server - Supplementary (Debug RPMs)                                                  disabled
rhel-7-server-supplementary-rpms/7Server/x86_64                                             Red Hat Enterprise Linux 7 Server - Supplementary (RPMs)                                                        disabled
rhel-7-server-supplementary-source-rpms/7Server/x86_64                                      Red Hat Enterprise Linux 7 Server - Supplementary (Source RPMs)                                                 disabled
rhel-7-server-thirdparty-oracle-java-beta-rpms/x86_64                                       Red Hat Enterprise Linux 7 Server - Oracle Java Beta (RPMs)                                                     disabled
rhel-7-server-thirdparty-oracle-java-beta-source-rpms/x86_64                                Red Hat Enterprise Linux 7 Server - Oracle Java Beta (Source RPMs)                                              disabled
rhel-7-server-thirdparty-oracle-java-rpms/7Server/x86_64                                    Red Hat Enterprise Linux 7 Server - Oracle Java (RPMs)                                                          disabled
rhel-7-server-thirdparty-oracle-java-source-rpms/7Server/x86_64                             Red Hat Enterprise Linux 7 Server - Oracle Java (Source RPMs)                                                   disabled
rhel-7-server-v2vwin-1-debug-rpms/7Server/x86_64                                            Red Hat Virt V2V Tool for RHEL 7 (Debug RPMs)                                                                   disabled
rhel-7-server-v2vwin-1-rpms/7Server/x86_64                                                  Red Hat Virt V2V Tool for RHEL 7 (RPMs)                                                                         disabled
rhel-7-server-v2vwin-1-source-rpms/7Server/x86_64                                           Red Hat Virt V2V Tool for RHEL 7 (Source RPMs)                                                                  disabled
rhel-server-rhscl-7-beta-debug-rpms/x86_64                                                  Red Hat Software Collections Beta Debug RPMs for Red Hat Enterprise Linux 7 Server                              disabled
rhel-server-rhscl-7-beta-rpms/x86_64                                                        Red Hat Software Collections Beta RPMs for Red Hat Enterprise Linux 7 Server                                    disabled
rhel-server-rhscl-7-beta-source-rpms/x86_64                                                 Red Hat Software Collections Beta Source RPMs for Red Hat Enterprise Linux 7 Server                             disabled
rhel-server-rhscl-7-debug-rpms/7Server/x86_64                                               Red Hat Software Collections Debug RPMs for Red Hat Enterprise Linux 7 Server                                   disabled
rhel-server-rhscl-7-eus-debug-rpms/7Server/x86_64                                           Red Hat Software Collections Debug RPMs for Red Hat Enterprise Linux 7 RHEL 7 Server EUS                        disabled
rhel-server-rhscl-7-eus-rpms/7Server/x86_64                                                 Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 RHEL 7 Server EUS                              disabled
rhel-server-rhscl-7-eus-source-rpms/7Server/x86_64                                          Red Hat Software Collections Source RPMs for Red Hat Enterprise Linux 7 RHEL 7 Server EUS                       disabled
rhel-server-rhscl-7-rpms/7Server/x86_64                                                     Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server                                         disabled
rhel-server-rhscl-7-source-rpms/7Server/x86_64                                              Red Hat Software Collections Source RPMs for Red Hat Enterprise Linux 7 Server                                  disabled
repolist: 55,588
[root@rbbusnagios1p ~]#