Home Directory Addons APIs JSON traccar check online

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

traccar check online

Rating
0 votes
Favoured:
0
Current Version
v1.1
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Owner
License
MIT
Hits
6338
Files:
FileDescription
traccar_check_online.jpgImage Example
traccar.pyPython Traccar to Nagios Code
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
traccar check online
Traccar device online check via RestAPi
# 'check_online' object config file
define service{
use generic-service
host_name Server1
service_description Traccar_Unit1
check_command check_online!1
}


# 'check_online' command definition
define command{
command_name check_online
command_line $USER1$/traccar.py $ARG1$
}