Age | Commit message (Collapse) | Author | Files | Lines |
|
Monfront now has a basic search functionality for nodes. It also got
some nicer design to make it more useable.
|
|
This is the first step to view the group status. The templates were
split into multipe parts, to make reuse easier.
|
|
After the notifications were extracted the mute option didn't work
anymore. With this fix, they are back to working.
|
|
|
|
This function was needed as bytes.Fields had some problems with the
quoting.
Now there are test cases too so that errors can be found more easily.
|
|
This function existed to group fields together, but it had an issue and
grouped them wrongly. This caused issues later in the check stage.
|
|
This can lead to longer run times than necessary.
|
|
This will be replaced with a different system in the long term.
|
|
|
|
The notify column was removed when moving everything into the
notification tables.
|
|
It would be nice to support multiple notification mechanisms with a way
to disable all or part of them. So for now, this is bound to the check
but may change again in the future.
Apart from that, all notifications get written to the notification
table, so that the notifiers can do their job and ACK their own
notifications.
|
|
The unhandled checks didn't contain the mapping id, which caused an
error at scan time.
|
|
This finally adds a reload to the frontend, so that one hasn't to reload
manually all the time.
|
|
This should enable the notifier to make a decent decision on what to do.
|
|
This adds mapping levels to the check runner. When the exit code is
returned, the actual level is looked up using the configured mapping.
After that, the state is entered into the table and added the same way
to the notifications.
|
|
This allows to map the command exit codes to any other output level
which can then be reported by the notification plugin.
With the provided colors, the frontend will show them accordingly.
|
|
This change triggers updates for checks when a node or command was
updated. This way everything gets adjusted without much work.
|
|
New checks were not added to the active_checks, because they were never
touched before.
|
|
It would have been nice to use rowgrouping for the node name, but
somehow it wasn't easy to get the rowcount. So this should do for now.
|
|
This adds the path environment configuration to control which programs
to call.
|
|
This will return the unhandled groups/checks/whatever but is still work
in progress.
|
|
Before the timeout for checks was static. With this change it is finally
an option to configure.
|
|
This version can already show the list of checks, their last state and
add ways to manipulate the check or active check.
|
|
An acknowledge should be set to false when the alarm switches to an ok
state.
|
|
This output was poluting the log and wasn't necessary.
|
|
The deadlines were wrong all over the place, so this commit finally
fixes that.
|
|
This server generates active checks from the check configuration.
|
|
With selecting only the bare minimum we get much nicer performance.
|
|
|