Skip to content

check_daikin_ac_temp is a Nagios plugin to check inside and outside temperature on Daikin AC

License

Notifications You must be signed in to change notification settings

mnheia/check_daikin_ac_temp

Repository files navigation

Copyright (c) 2018, Mnheia mnheia@gmail.com

check_daikin_ac_temp

A Nagios plugin to check inside and outside temperature on Daikin AC

Example

Server Side

define service{
        use service-name
        host_name hostname
        service_description OUTSIDE-TEMPERATURE
        check_command check_outside_temp!http://daikin-ac-ip/aircon/get_sensor_info
}

define service{
        use service-name
        host_name hostname
        service_description INSIDE-TEMPERATURE
        check_command check_inside_temp!http://daikin-ac-ip/aircon/get_sensor_info
}

define service{
        use service-name
        host_name hostname
        service_description POWER-STATE
        check_command check_daikin_power_state!http://daikin-ac-ip/aircon/get_control_info
}

Where 'daikin-ac-ip' should be replaced with your Daikin AC IP

Requirements

  • curl

Bugs

Please report any bugs or feature requests through the web interface at https://github.com/mnheia/check_daikin_ac_temp/issues

About

check_daikin_ac_temp is a Nagios plugin to check inside and outside temperature on Daikin AC

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages