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
5977
Files:
FileDescription
traccar_check_online.jpgImage Example
traccar.pyPython Traccar to Nagios Code
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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$
}