hi,
i’ve upgraded the check_MK from Version 15 to Version 16 demo
the upgrade succeeded and i can see all of my hosts in configuration but now im facing an issue
when trying to view them i can see this error :
Local site monitoring - Livestatus error
Cannot connect to ‘unix:/omd/sites/monitoring/tmp/run/live’: [Errno 2] No such file or directory
i ran analyze configuration VIA web interface and i can see the error log below ?
what should i do next ?
B.T.W
i don’t mind to delete configuration and revert to default demo version configuration if needed
this version is for POC the ability of this product to monitor dockers
thanks .
monitoring: Traceback:
Traceback (most recent call last):
File “/omd/sites/monitoring/lib/python/cmk/gui/wato/pages/analyze_configuration.py”, line 342, in _perform_tests_for_site
results_data = automation.execute(automation.get_request())
File “/omd/sites/monitoring/lib/python/cmk/gui/watolib/analyze_configuration.py”, line 262, in execute
if not test.is_relevant():
File “/omd/sites/monitoring/lib/python/cmk/gui/plugins/wato/ac_tests.py”, line 681, in is_relevant
return self._uses_microcore()
File “/omd/sites/monitoring/lib/python/cmk/gui/watolib/analyze_configuration.py”, line 215, in _uses_microcore
version = local_connection.query_value(“GET status\nColumns: program_version\n”, deflt="")
File “/omd/sites/monitoring/lib/python/livestatus.py”, line 175, in query_value
result = self.query(query, “ColumnHeaders: off\n”)
File “/omd/sites/monitoring/lib/python/livestatus.py”, line 556, in query
data = self.do_query(query, add_headers)
File “/omd/sites/monitoring/lib/python/livestatus.py”, line 438, in do_query
self.send_query(query, add_headers)
File “/omd/sites/monitoring/lib/python/livestatus.py”, line 449, in send_query
self.connect()
File “/omd/sites/monitoring/lib/python/livestatus.py”, line 383, in connect
raise MKLivestatusSocketError(“Cannot connect to ‘%s’: %s” % (self.socketurl, e))
MKLivestatusSocketError: Cannot connect to ‘unix:/omd/sites/monitoring/tmp/run/live’: [Errno 2] No such file or directory
did you change the core to microcore after update? Did you activate the tmpfs and check if ~/tmp/run exists. You can also run cmk -X or check-update-config for errors.
did you change the core to microcore after update? No. how can i do this ? can you please send commands …
Did you activate the tmpfs and check if ~/tmp/run exsits ? No how do i preform this ? can you please send commands …
cmk -X did not produce any outputs
check-update-config is not a command .
Sorry, but the Checkmk Enterprise Free Edition can only handle 10 hosts, not 126
this VM was duplicated from other operational check_MK with 126 hosts on it ( Version 15.x.x)
i don’t need these hosts or any other old configuration . how do i delete config and revert to clean one ?
I’ve created new site and deleted monitoring site and started the New_site1 instance all seems running
but when trying to access the UI om getting Apache error : 404 not found
i even tried to reboot the VM with no success
thanks. i noticed my misake . i used the old site name in my url.
i now have access . thanks for your help.
2 more questions :
i have a host with an old agent (v1.5 ) that is running docker in it and i want to monitor the docker containers. that is why i installed this new demo checkmk and site with the newest version .
first question : can i install 2 different agents to allow continues monitoring from 2 different chack mk servers
if not how do i upgrade the agent ?