ID: 11730
Title: oracle_jobs: correct usage of user-defined parameters for missing jobs
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0i2
The check plugin <tt>oracle_jobs</tt> now responds as expected to user-defined
settings for missing jobs (ruleset "Oracle Scheduler Job", option "Status of
service in case of missing job"). Previously, this settings was not used.
Furthermore, the default service state for missing jobs is now CRIT (which
matches the default setting in the ruleset), before, it was UNKN. Note that
for this new default setting to have an effect, a re-discovery is necessary.
ID: 11611
Title: Views columns can now link to dashboards
Component: Multisite
Level: 1
Class: New feature
Version: 2.0.0i2
View columns can now point their links to context sensitive dashboards.
This is especially useful when linking from overview dashboards to
dashboards that visualize information of specific objects.
The Checkmk overview dashboard is the first one using this feature. It
is now linking to the Checkmk server dashboards.
ID: 11729
Title: 3par special agent: add configuration option for TCP port number
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.0.0i2
This werk adds the option to configure the TCP port used by the 3par
special agent.
ID: 10292
Title: REST-API: fixed endpoints issuing LiveStatus commands
Component: Core & setup
Level: 2
Class: Bug fix
Version: 2.0.0i2
The endpoints didn't use the correct site before, so they
resorted to a default site named "local", which most probably
doesn't exist. The endpoints now take the correct site to
send the commands to. No further action is required.
ID: 11695
Title: agent_azure: fixed Section Name error when configuring Azure special agent
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0i2
Running the Azure special agent caused some errors in relation to the section
names. Example error message:
ValueError: invalid character for SectionName 'Default-ActivityLogAlerts': '-'
This has been fixed.
ID: 11690
Title: fileinfo.groups: improved instructions on how to fix "no group patterns found in autocheck"
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0i2
This relates to the removal of the precompile function released in 2.0.0i1
(werk #11109). More detailed instructions have been added regarding how to fix
the UNKNOWN status that can arise from this change.
ID: 11334
Title: fileinfo.groups: fixed crash when no files are found
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0i2
The fileinfo.groups check crashed when no files were found in the relevant
directories by the agent. The check has been amended so that it continues to
run normally and checks the count and overall file size against the specified
levels as expected.
ID: 11728
Title: zfsget: handle datasets with no available space correctly
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0i2
The check plugin <tt>zfsget</tt> did not handle datasets with
zero available space correctly. This resulted in incorrect
output for example concerning the overall size of the dataset.
This has been fixed.