As of yesterday I noticed that if I change my period the graph stops updating.
here is the ->view->source snippet initially .....
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="ZABBIX SIA (Alexei Vladishev, Eugene Grigorjev)">
<link rel="stylesheet" href="css.css">
<meta http-equiv="refresh" content="30">
<title>Custom graphs [refreshed every 30 sec]</title>
</head>
As soon as I change the period (in any way) ->view->source snippet changes to......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="ZABBIX SIA (Alexei Vladishev, Eugene Grigorjev)">
<link rel="stylesheet" href="css.css">
<title>Custom graphs</title>
</head>
NOTICE THE REFRESH got trashed.
ANY SUGGESTIONS?
running zabbix 1.1
The only thing that I did was in response to this link
suggesting I do a "update items set delay=3600 where type=2"
But I Don't see how that could have broken it.
Thank you
here is the ->view->source snippet initially .....
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="ZABBIX SIA (Alexei Vladishev, Eugene Grigorjev)">
<link rel="stylesheet" href="css.css">
<meta http-equiv="refresh" content="30">
<title>Custom graphs [refreshed every 30 sec]</title>
</head>
As soon as I change the period (in any way) ->view->source snippet changes to......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="ZABBIX SIA (Alexei Vladishev, Eugene Grigorjev)">
<link rel="stylesheet" href="css.css">
<title>Custom graphs</title>
</head>
NOTICE THE REFRESH got trashed.
ANY SUGGESTIONS?
running zabbix 1.1
The only thing that I did was in response to this link
suggesting I do a "update items set delay=3600 where type=2"
But I Don't see how that could have broken it.
Thank you
Comment