Open manuel-sousa opened 9 years ago
Similar to your other plugin check_nginx you could use the FindBin to avoid the need to change the path.
This:
# Nagios specific # Update Nagios Plugin path according to your platform/installation use lib "/usr/local/nagios/libexec";
Could become:
# Nagios specific use FindBin; use lib $FindBin::Bin;
Yes you're right, adding that in the TODO.
Similar to your other plugin check_nginx you could use the FindBin to avoid the need to change the path.
This:
Could become: