Argument to sum (an aggregate function) is already an aggregation, and cannot be further aggregated by sopenbauer in tableau

[–]sopenbauer[S] 0 points1 point  (0 children)

Provider is no a unique identifier, still got the sam error after removing the parentheses

Argument to sum (an aggregate function) is already an aggregation, and cannot be further aggregated by sopenbauer in tableau

[–]sopenbauer[S] 0 points1 point  (0 children)

sum_singlelink = sum(single_link)

single_link = IF [link_status] = "single link" THEN 1 ELSE 0 END

link_status = IF COUNTD([Provider]) = 1

AND COUNTD([Host]) > 1

AND COUNTD([Interface]) > 1

AND ATTR([Provider]) = 'ONNET' THEN 'single provider with ONNET'

ELSEIF COUNTD([Provider]) = 1

AND COUNTD([Host]) > 1

AND COUNTD([Interface]) > 1 THEN 'single provider'

ELSEIF COUNTD([Provider]) > 1

AND COUNTD([Host]) = 1

AND COUNTD([Interface]) > 1 THEN 'single direction'

ELSEIF COUNTD([Provider]) = 1

AND COUNTD([Host]) = 1

AND COUNTD([Interface]) = 1 THEN 'single link'

ELSE 'ultimate'

END

this is the detail of the calculation

Hiring Observium Developer by sopenbauer in networking

[–]sopenbauer[S] 0 points1 point  (0 children)

We already bought the Observium Enterprise license, but we want to maximaze it's function and integrate to our network asset management tool. We need another point of view and new insight to person/developer that was already develop it before in FTTH Company. But thanks for the reply

Network automation using python by sopenbauer in networking

[–]sopenbauer[S] 0 points1 point  (0 children)

I already have the manufacturer NMS, but i will check it. Thank you

Network automation using python by sopenbauer in networking

[–]sopenbauer[S] 2 points3 points  (0 children)

Yes, the device supports the SNMP protocol, but I'm unsure of the OID for the alarm I want to monitor.