DEV Community

Cover image for i wonder if i can run netdata and sumologic at the same time
Clive Da
Clive Da

Posted on

i wonder if i can run netdata and sumologic at the same time

i wonder if i can run netdata and sumologic at the same time (probably a nonsense thing to do but who cares)

ive got netdata up and running on both my OCI OL3 vms

loving the one line installer BUT dont forget to use the SECRET --stable-channel switch

$ sudo -i
# bash <(curl -Ss https://my-netdata.io/kickstart.sh) --stable-channel

then i create some ssh tunnels so i can see both cloud servers locally

$ ssh -L 3001:localhost:19999 opc@ol7a.oci.vm -N &
$ ssh -L 3002:localhost:19999 opc@ol7b.oci.vm -N &

now lets see how easy it is to install sumologic

UPDATE @ 11:28

OH DEAR sumologic is utterly unintuitive !

can anyone point me to a quick start instead of the 1000 page manual ?

Top comments (0)