5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
daemon.c: Don't try to import objects when !use_database More... over 15 years ago
status.c: Don't try to read object states when !use_database More... over 15 years ago
sql.c: Don't try to initialize or run queries when !use_database More... over 15 years ago
db_updater: Fix downtime start/stop events for hosts More... over 15 years ago
Avoid trying to update database if we're not using one More... over 15 years ago
Log the type of event we're receiving, in addition to its size More... over 15 years ago
daemon: Prime object states before entering polling loop More... over 15 years ago
db_updater: Log when we fail to find a stored state More... over 15 years ago
Log version once initialization is completed More... over 15 years ago
object_importer: Ignore vrml_image and 3d_coords variables More... over 15 years ago
module.c: Protect against host check events for non-existing hosts More... over 15 years ago
control.c: Avoid off-by-one error when disabling checks More... over 15 years ago
Send events from pollers to nocs More... over 15 years ago
Get rid of redundancy.h More... over 15 years ago
README: Explain peer/poller/noc configuration More... over 15 years ago
binlog.c: Reset in-memory cache-size after flushing it More... over 15 years ago
binlog.c: Flush binlog before adding entries to the file More... over 15 years ago
net.c: Always send events read from ipc to all nocs and peers More... over 15 years ago
net.c: Don't try to lookup pollers or peers if there aren't any More... over 15 years ago
Get rid of the 'is_noc' variable More... over 15 years ago
Make install-merlin.sh executable.
Mattias Ryrlén
as Mattias Ryrlen
More... over 15 years ago
Replace hard path in example.conf with @@DESTDIR@@
Mattias Ryrlén
as Mattias Ryrlen
More... over 15 years ago
net: Prefix nocs, pollers and peers counter vars with num_ More... over 15 years ago
init-script: Provide help output on invalid command
Mattias Ryrlén
as Mattias Ryrlen
More... over 15 years ago
init-script: Accept "reload" as an alias for "restart" More... over 15 years ago
object_importer: Truncate tables once per invocation More... over 15 years ago
Add sequential binary logging API More... over 15 years ago
object_importer: Use split("[\t ]*,[\t ]*"...) instead of explode(','...) More... over 15 years ago
sql.c: Fix brainfart in sql_db_host() More... over 15 years ago
Print names of callbacks we don't yet handle in the module More... over 15 years ago