Custom Query (894 matches)
Results (40 - 42 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#1119 | desai | https://www.google.com/accounts/o8/id?id=AItOawm_1R54lC5_B0tPCZLOYCLks3nWaRmXppY | fixed | Feature Request: Service/Probe Timeouts -- bailout after n seconds when a service or probe fails to return |
Description |
It would be nice if bcfg2 would have a built in timeout for probes and services so that bcfg2 would bailout if it didn't return a status code. We have this problem of hosts getting multiple bcfg2 runs in the process table because some arbitrary service or probe is hung. This results in processes getting oom-killed and eventually crashing. |
|||
#1118 | desai | solj | fixed | Filemonitor error when editing bcfg2.conf |
Description |
Getting this when I edit bcfg2.conf while using the inotify filemonitor. Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 1547, in run self.loop() File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 1533, in loop self.process_events() File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 1331, in process_events self._default_proc_fun(revent) File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 974, in __call__ return _ProcessEvent.__call__(self, event) File "/usr/lib64/python2.7/site-packages/pyinotify.py", line 705, in __call__ return self.process_default(event) File "/root/bcfg2/src/lib/Bcfg2/Server/FileMonitor/Inotify.py", line 38, in process_default watch = self.wm.watches[ievent.wd] KeyError: 11 |
|||
#1117 | desai | https://www.google.com/accounts/o8/id?id=AItOawkiXgZ_LeyLvQ2d0OXQ2RoYFCYrgwIxeK0 | fixed | nagiosgen documentation error for config.xml |
Description |
the example for NagiosGen?/config.xml is not valid. the first Group tag should be closed by the second one.
+ </Group>
|