stefanzugal / icinga2-joomla-update

Allows for monitoring whether an Joomla installation requires an update using Icinga2
4 stars 1 forks source link

Improve version check #2

Closed stefanzugal closed 5 years ago

stefanzugal commented 5 years ago

The current version check is not working well with numbers: if ($installed_joomla_version < $available_joomla_version)

When comparing 8 with 10, 8 is larger than 10.