anapsix / zabbix-haproxy

HAProxy Zabbix Discovery and Template
170 stars 77 forks source link

Creation items and graphs from prototypes works with errors #54

Closed grommir closed 4 years ago

grommir commented 4 years ago

Some elements are created correctly, but there are errors on the discovery page.


For "HAProxy backend discovery":

Cannot create graph: graph with the same name "[stats] compressor bypass" already exists.
Cannot create graph: graph with the same name "[stats] compressor in" already exists.
Cannot create graph: graph with the same name "[stats] compressor out" already exists.
Cannot create graph: graph with the same name "[stats] compressed responses" already exists.
Cannot create graph: graph with the same name "[stats] denied requests" already exists.
Cannot create graph: graph with the same name "[stats] denied responses" already exists.
Cannot create graph: graph with the same name "[stats] session rate" already exists.
Cannot create graph: graph with the same name "[stats] max session rate" already exists.
Cannot create graph: graph with the same name "[stats] current sessions" already exists.
Cannot create graph: graph with the same name "[stats] session limit" already exists.
Cannot create graph: graph with the same name "[stats] max sessions" already exists.
Cannot create graph: graph with the same name "[stats] type" already exists.

For "HAProxy server discovery":

Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,bin]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,bout]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,dresp]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,hrsp_1xx]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,hrsp_2xx]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,hrsp_3xx]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,hrsp_4xx]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,hrsp_5xx]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,hrsp_other]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,iid]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,pid]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,rate]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,rate_max]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,scur]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,slim]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,smax]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,status]" already exists.
Cannot create item: item with the same key "haproxy.stats[{$HAPROXY_SOCK},stats,FRONTEND,type]" already exists.
github-actions[bot] commented 4 years ago

stale issue, closing for inactivity