-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data display error #37
Comments
Hi @sistemmsn,
|
All processes look good. I will check about the error in the editor. About the Dockerfile, can share your suggestions through a PR please? I'ml try to review your config, but I'm an expert of Docker compose :) |
Performance issue indeed. You can offuscate the names of your servers and services inside the file. Edit: if you want, you can upload the file in a private repo and provide me access to it. |
Sure, no problems, but what do I give you access to? oh what do I upload? forgive my ignorance hehe |
I assume you've used the automatic import feature to build the view. I you have several files at that location, please use grep to find the name of the service name in the appropriate file. If you want to share the file privately, upload the file in private GitHub repo (create a new one if needed) and share the repo with me. |
Oh, weird. This should show the path of config associated to each service view. |
I already shared a private repo with you, it seems that the files appeared when I configured the postgres database |
got it, I will investigate and let you know. |
Some news? |
Work in progress, need to find a way to avoid overloading the cpu with large view. |
@sistemmsn
|
From what I see it only works via IP, do an echo on the xinet that I have configured and if it brings me the data, what else can I do to do a debug and see the origin of the problem? All the information below is docker. echo -e "GET hosts\n" | netcat 172.20.0.253 6557 accept_passive_checks;acknowledged;acknowledgement_type;action_url;action_url_expanded;active_checks_enabled;address;alias;check_command;check_command_expanded;check_flapping_recovery_notification;check_freshness;check_interval;check_options;check_period;check_type;checks_enabled;childs;comments;comments_with_extra_info;comments_with_info;contact_groups;contacts;current_attempt;current_notification_number;custom_variable_names;custom_variable_values;custom_variables;display_name;downtimes;downtimes_with_extra_info;downtimes_with_info;event_handler;event_handler_enabled;execution_time;filename;first_notification_delay;flap_detection_enabled;flappiness;groups;hard_state;has_been_checked;high_flap_threshold;icon_image;icon_image_alt;icon_image_expanded;in_check_period;in_notification_period;in_service_period;initial_state;is_executing;is_flapping;label_names;label_source_names;label_source_values;label_sources;label_values;labels;last_check;last_hard_state;last_hard_state_change;last_notification;last_state;last_state_change;last_time_down;last_time_unreachable;last_time_up;latency;long_plugin_output;low_flap_threshold;max_check_attempts;metrics;mk_inventory;mk_inventory_gz;mk_inventory_last;mk_logwatch_files;modified_attributes;modified_attributes_list;name;next_check;next_notification;no_more_notifications;notes;notes_expanded;notes_url;notes_url_expanded;notification_interval;notification_period;notification_postponement_reason;notifications_enabled;num_services;num_services_crit;num_services_handled_problems;num_services_hard_crit;num_services_hard_ok;num_services_hard_unknown;num_services_hard_warn;num_services_ok;num_services_pending;num_services_unhandled_problems;num_services_unknown;num_services_warn;obsess_over_host;parents;pending_flex_downtime;percent_state_change;perf_data;plugin_output;pnpgraph_present;previous_hard_state;process_performance_data;retry_interval;scheduled_downtime_depth;service_period;services;services_with_fullstate;services_with_info;services_with_state;smartping_timeout;staleness;state;state_type;statusmap_image;structured_status;tag_names;tag_values;tags;total_services;worst_service_hard_state;worst_service_state;x_3d;y_3d;z_3d |
If your livestatus is on a different container than RealOpInsight, this is not the way to go. Instead you can either publish the port of the livestatus service ( Then use the proper address to configure RealOpInsight. |
mmmm... I really don't understand, it should work, look this is what I have: I have 3 stacks, one with realopinsight, another where nagios lives and an nginx manager, all 3 share the proxy network Stack 1
Stack 2
|
From the RealOpInsight container, what is the result of the following command ?
Replace |
It does not deliver data, I had to install netcat but in the realopinsigh container I have the images published |
That's why you have item not found messages on the initial screenshot. This check shall return the same results as from the Nagios machine. I will not be able to troobleshoot your container image, neither than your Docker config, however here is another way to test :
|
Correct me if I'm wrong, for example : in the screenshot I'm not able to see the probe associated to |
Can you provide the whole output from the livestarus service please (as raw text) ? |
it is this ? |
Hi @sistemmsn Read the following article to see the valided format for Livestatus output: https://docs.checkmk.com/latest/en/livestatus.html |
Well look, I compile it from the checkmk source code
Well then tell me which version of livestatus I compile because that's what it is, then it's a matter of the application of how it wants to receive the data, I'll also test an older version where you tell me if it receives the information correctly this is the live version |
RealOpInsght has been intially validated with Livestatus 1.2.5i1, it shall likely work with all versions 1.x. |
I compiled 1.6.0p30 and it gave the same result, close the case, since that version you mention is no longer available, I give up, I will wait for someone to update the version |
I've reopen the issue to adapt the backend to recent versions of Livestatus output. |
I have almost 500 nodes and 1500 services, it gets stuck for a while but the data is not showing as it should
I have it mounted in docker
The text was updated successfully, but these errors were encountered: