Hover over graphs not appearing in All hosts view

Here’s what I’m running into: Royal TSX-2021-06-04 at 10.26.55 · CleanShot Cloud
I upgraded from 1.5.0p25 RAW to CEE - then I plan on doing all the upgrades to 1.6 to 2.0, etc.
I made the following changes after upgrading to CEE
Maybe I missed a config somewhere? This is just in the All hosts view…when I drill into a host or service, I see the information as expected.

Last login: Fri Jun  4 08:58:21 2021 from 10.254.254.100
support@monitor:~$ sudo su -
[sudo] password for support:
root@monitor:~# omd version
OMD - Open Monitoring Distribution Version 1.5.0p25.cee

# EXAMINE CONFIG
root@monitor:~# omd config gsd show
ADMIN_MAIL:
APACHE_MODE: own
APACHE_TCP_ADDR: 127.0.0.1
APACHE_TCP_PORT: 5000
AUTOSTART: on
CORE: nagios
LIVEPROXYD: on
LIVESTATUS_TCP: off
MKEVENTD: off
MULTISITE_AUTHORISATION: off
MULTISITE_COOKIE_AUTH: off
NAGIOS_THEME: classicui
NSCA: off
PNP4NAGIOS: on
TMPFS: on

# STOP THE SITE
root@monitor:~# omd stop gsd
Removing Crontab...OK
Stopping apache...killing 1531....OK
Stopping nagios.....OK
Stopping npcd...OK
Stopping rrdcached...waiting for termination...OK
Stopping mknotifyd...killing 1377...
Stopping liveproxyd...killing 1341...OK

# SET CMC AS THE NEW CORE
root@monitor:~# omd config gsd set CORE cmc

# START SITE
root@monitor:~# omd start gsd
OK
Starting liveproxyd...OK
Starting mknotifyd...OK
Starting rrdcached...OK
Starting cmc...OK
Starting apache...OK
Initializing Crontab...OK

# CHECK CONFIG
root@monitor:~# omd config gsd show
ADMIN_MAIL:
APACHE_MODE: own
APACHE_TCP_ADDR: 127.0.0.1
APACHE_TCP_PORT: 5000
AUTOSTART: on
CORE: cmc
LIVEPROXYD: on
LIVESTATUS_TCP: off
MKEVENTD: off
MULTISITE_AUTHORISATION: off
MULTISITE_COOKIE_AUTH: off
NSCA: off
TMPFS: on

Change the graphs

sudo su -
su gsd
cd ~/var/pnp4nagios/perfdata/
tar -cvzf ~/tmp/backup.tar ~/var/pnp4nagios/perfdata/

Wait for the above operation to finish…

su gsd
cmk --convert-rrds -v

# SEE ALL NEW RRDs here
cd ~/var/check_mk/rrd
ls

Delete all old ones

su gsd
cmk --convert-rrds --delete-rrds -v

Move log files over per Migration to the CMC - Switching from Nagios to the Checkmk micro core

cp ~/var/nagios/nagios.log ~/var/check_mk/core/archive
cp ~/var/nagios/archive/* ~/var/check_mk/core/archive

Looks like it’s as designed: [Check_mk (english)] Smart ping, availability reports and host graphs
I guess with smart ping, you’re not getting that information like you do in the RAW edition unless you change things a bit. I guess I’m curious why the icons are still there though…
I can’t get rid of them, even if I go to the view and select the default allhosts view that has never been modified…clone it and use it. The graphs icons are still there and glitch just like I illustrated before. If they’re useless, is there a way that I can remove them so they don’t show up?

I think a can help a little bit with this question. First yes the smart ping has no performance data and with this no graph. What you see is that the CMK web interface sees the old RRD files from your old ping check. To get rid of this icon you can remove the old RRD and corresponding info files.
Test this with one host before you do it with all other :slight_smile:
After removing these two files from one host you can restart the core and rrdcached that no part has some old obsolete information. This step is not necessary 100% only to be sure that potential cached data/information is gone.

1 Like

Sorry for such a delay in responding. I have to try this out - have been out for awhile. I’ll give it a whirl and post back. Thanks very much for the reply, @andreas-doehler

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.