Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_raspberry_temp
1.0
2017-01-05
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
7360
File | Description |
---|---|
check_raspberry_temp | check_raspberry_temp |
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!
Successfull tested with Raspberry Pi 1 Model B, Nagios 4 + NagiosGraph and Raspbian (Debian).
Installation
========
1. Put the plugin into your plugin-directory.
2. Dont forget to set the permissions of the file to 755 on your linux machine.
3. use the command "sudo usermod -G video NAGIOSUSER" to add your nagiosuser to the group "video".
4. At commands.cfg add the following lines:
define command {
command_name check_raspberry_temp
command_line $USER1$/check_raspberry_temp -w $ARG1$ -c $ARG2$
}
Now you are ready to define your own service with "check_command check_raspberry_temp!55!60" or other values.
Installation
========
1. Put the plugin into your plugin-directory.
2. Dont forget to set the permissions of the file to 755 on your linux machine.
3. use the command "sudo usermod -G video NAGIOSUSER" to add your nagiosuser to the group "video".
4. At commands.cfg add the following lines:
define command {
command_name check_raspberry_temp
command_line $USER1$/check_raspberry_temp -w $ARG1$ -c $ARG2$
}
Now you are ready to define your own service with "check_command check_raspberry_temp!55!60" or other values.
Reviews (1)
byjonathanpisarczyk, May 24, 2018
I copied the file to remote raspberry and get error:
(No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_raspberry_temp, ...) failed. errno is 2: No such file or directory
I set the command to:
$USER1$/check_raspberry_temp -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$
(No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_raspberry_temp, ...) failed. errno is 2: No such file or directory
I set the command to:
$USER1$/check_raspberry_temp -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$