Ad Widget
Collapse
Many Servers are unreachable for more than 5 minutes
Collapse
X
-
Sorry for the spam. Unable to attach other graphs.
Here is the link to Internal and cache graphs.
Comment
-
It works fine. Just sends false alerts. But yes, it does alerts if the host really goes down as well and CPU and disk space etc. I just don't know why there were no graphs.
tail LOG :
17019:20140321:121657.881 Zabbix agent item "net.if.in[Microsoft ISATAP Adapter #2]" on host "HOST-008" failed: first network error, wait for 15 seconds
17023:20140321:121721.897 resuming Zabbix agent checks on host "BSC-008": connection restored
17022:20140321:121754.057 resuming Zabbix agent checks on host "HOST-128": connection restored
17017:20140321:121824.945 Zabbix agent item "net.if.in[WAN Miniport (IPv6)-QoS Packet Scheduler-0000]" on host "HOST-155" failed: first network error, wait for 15 seconds
17022:20140321:121854.705 resuming Zabbix agent checks on host "HOST-102": connection restored
17022:20140321:121855.035 resuming Zabbix agent checks on host "HOST-098": connection restored
17022:20140321:121855.361 resuming Zabbix agent checks on host "QA-SERVER": connection restored
17022:20140321:121905.778 resuming Zabbix agent checks on host "HOST-222": connection restoredLast edited by moneynut; 21-03-2014, 20:32.Comment
-
Look at the items for your Zabbix server and specifically the items that belong to Template App Zabbix Server. Is there any indication of them "Not supported" or "disabled"?Comment
-
-
History Storage period (in Days) = 7Comment
-
Are you looking at the items via Configuration --> Host --> Items, or are you looking at Configuration --> Templates --> Items ?
You need to look at Host --> Items.
And if that is where you see they are enabled and with no errors, then what are you seeing under Monitoring --> Latest Data --> <Zabbix Server> then under the category of "Zabbix Server" ?
If they are reporting correctly, you should see data there similar to this:Comment
-
I'll update this post tomorrow. (after 24 hours). I managed to fix the zabbix graph monitoring. I'll upload all Zabbix server graphs.Are you looking at the items via Configuration --> Host --> Items, or are you looking at Configuration --> Templates --> Items ?
You need to look at Host --> Items.
And if that is where you see they are enabled and with no errors, then what are you seeing under Monitoring --> Latest Data --> <Zabbix Server> then under the category of "Zabbix Server" ?
If they are reporting correctly, you should see data there similar to this:Comment
-
It might look bad, but the good news is that now you know what needs to be adjusted. On your Zabbix server in zabbix_server.conf:
Increase:
StartPollers=xx (Increase by 10 or 15 at a time until stable)
StartPollersUnreachable=xx (try 10 or 15)
StartDiscoverers=2
TrendCacheSize=64M
Leave StartDBSyncers=4 (Do not change)
Make sure all the above lines (if changed from default) are not preceded by a comment # or they will use the default settings. Restart your Zabbix server process. Give it 10 or 15 minutes then check your graphs graphs agin. Adjust settings as further necessary.
When I adjust any of those settings, I prefer to leave the default line in place and put my new value onto a new line such as this:
### Option: StartPollers
# Number of pre-forked instances of pollers.
#
# Mandatory: no
# Range: 0-1000
# Default:
# StartPollers=5
StartPollers=350Comment
Comment