Advertisement
mdcapra

44185_1

Jun 6th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.99 KB | None | 0 0
  1. // cgi/status.c lines 1845-1857
  2. customvariablesmember *temp_customvariablesmember = NULL;
  3. for(temp_customvariablesmember = temp_host->custom_variables; temp_customvariablesmember != NULL; temp_customvariablesmember = temp_customvariablesmember->next) {
  4.     if(strcmp(temp_customvariablesmember->variable_name, "MARVEL_NODE_NAME")) {
  5.         //printf(" [ip : %s] ", temp_customvariablesmember->variable_value);
  6.         printf("<td align='right'><a align='right' target='_blank' href='http://esdev01:9200/_plugin/marvel/kibana/index.html#/dashboard/script/marvel.nodes_stats.js?queries=%%5B%%7B%%22q%%22:%%22node.ip_port.raw:%%5C%%22%s:9300", temp_customvariablesmember->variable_value);
  7.     }
  8.     if(strcmp(temp_customvariablesmember->variable_name, "MARVEL_NODE_IP")) {
  9.         printf("%%5C%%22%%22,%%22a%%22:%%22%s%%22%%7D%%5D&from=now-1h&to=now'", temp_customvariablesmember->variable_value);
  10.         printf("><img src='/nagios/images/kibana_small.png' border='0' alt='View In Marvel' title='View In Marvel'/></a></td>%s", "");
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement