DEV Community

Rümeysa Öz for Açıklab

Posted on • Edited on

3 2 1 1 1

Netex Sensör, Netex Sunucusuna Nasıl Eklenir?

Netex Sensör (Linux-Client) Kurulumu

  • Netex sensör kurulacak makinenin terminali açılır.

  • İçe aktarılmış olan "netex-sensor-x64.deb" dosyası aşağıdaki komut yardımı ile bağımlılıkları dahilinde kurulur:

# sudo apt install ./netex-sensor-x64.deb
Enter fullscreen mode Exit fullscreen mode
  • Kurulum sonrası /opt/netex-sensor/.env içine girilir ve düzenlemeler yapılır.

netex_server_IP: Netex server IP adresi girilir.
dns_server: DNS server girilir.

# cat /opt/netex-sensor/.env
SERVER_URL="https://netex_server_IP:7782"
LOG_LEVEL="DEBUG"
DNS_SERVER_URL="dns_server:53"
Enter fullscreen mode Exit fullscreen mode
  • Dosya kaydedilip çıkılır ve netex-sensor yeniden başlatılır:
# systemctl restart netex-sensor
Enter fullscreen mode Exit fullscreen mode
  • Ardından şu komut ile kontrol edilir:
# systemctl status netex-sensor
Enter fullscreen mode Exit fullscreen mode

böylece Netex sensör, Netex sensör için istenen sunucuya eklenmiş olur.

Image description

Daha sonrasında Liman Netex Eklentisi ile sensörler izlenebilmektedir.

Do your career a favor. Join DEV. (The website you're on right now)

It takes one minute and it's free.

Get started

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay