A (hopefully simple) C program designed to detect major failures on nest and report them, hopefully even if logging infrastructure has failed
Find a file
2024-04-24 02:05:20 +00:00
.gitignore Added a working test tool, set up automake 2024-04-24 00:55:06 +00:00
bootstrap Added a working test tool, set up automake 2024-04-24 00:55:06 +00:00
check-users.c Make notification message a bit less confusing 2024-04-24 02:05:20 +00:00
check-users.h Implement checking whether LDAP users exist 2024-04-24 02:01:26 +00:00
config.h Added a working test tool, set up automake 2024-04-24 00:55:06 +00:00
configure.ac Added a working test tool, set up automake 2024-04-24 00:55:06 +00:00
LICENSE Initial commit 2024-04-23 22:22:14 +00:00
Makefile.am Implement checking whether LDAP users exist 2024-04-24 02:01:26 +00:00
notify-test.c Added a working test tool, set up automake 2024-04-24 00:55:06 +00:00
notify.c Don't URL encode payloads anymore 2024-04-24 01:00:23 +00:00
notify.h Added a working test tool, set up automake 2024-04-24 00:55:06 +00:00
README.md Initial commit 2024-04-23 22:22:14 +00:00
runtime-config.c Implement checking whether LDAP users exist 2024-04-24 02:01:26 +00:00
runtime-config.h Implement checking whether LDAP users exist 2024-04-24 02:01:26 +00:00
sanity.c Implement checking whether LDAP users exist 2024-04-24 02:01:26 +00:00

nest-sanity-checks

A (hopefully simple) C program designed to detect major failures on nest and report them, hopefully even if logging infrastructure has failed