summaryrefslogtreecommitdiff
path: root/src/monitor/monitor_interfaces.h
AgeCommit message (Collapse)AuthorFilesLines
2012-12-18AUTOFS: Clear enum cache if a request comes in from the sss_cacheJakub Hrozek1-0/+1
In order for sss_cache to work correctly, we must also signal the autofs responder to invalidate the hash table requests.
2012-09-24sss_cache tool invalidates records in memory cache.Michal Zidek1-0/+1
2011-05-06Allow changing the log level without restartStephen Gallagher1-2/+4
We will now re-read the confdb debug_level value when processing the monitor_common_logrotate() function, which occurs when the monitor receives a SIGHUP.
2011-05-06Create common sss_monitor_init()Stephen Gallagher1-0/+7
This was implemented almost identically for both the responders and the providers. It is easier to maintain as a single routine. This patch also adds the ability to provide a private context to attach to the sbus_connection for later use.
2010-07-09Use netlink to detect going onlineJakub Hrozek1-0/+1
Integrates libnl to detect adding routes. When a route is added, the offline status of all back ends is reset. This patch adds no heuristics to detect whether back end went offline. Fixes: #456
2010-03-08Reopen logs when SIGHUP is caughtJakub Hrozek1-0/+3
Upon receiving SIGHUP, the monitor signals all services to reopen their debug logs. It is also possible to signal individual services to reopen their particular files. Fixes: #332
2010-03-04Eliminate monitor reconfigStephen Gallagher1-1/+0
We disabled live reconfiguration a long time ago with the intent of fixing it so that it wasn't completely broken, but we've decided that live updates are too delicate to handle all cases gracefully. For the forseeable future, we will rely on process restart for updating the configuration. Furthermore, we had not completely disabled live updates. It would still attempt to run if we sent a SIGHUP. This has also been eliminated.
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+55
Also update BUILD.txt