EyesOfNetworkCommunity / EyesOfNetworkCommunity/eonconf
Add Nagios Restart
Open
- Dominant language
- CSS
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
On a fresh install, nagios is not configured to be automatically restarted.
Please add an override file to systemd service:
```
# cat /etc/systemd/system/nagios.service.d/override.conf
[Service]
Restart=always
RestartSec=1
ExecStartPost=/bin/sleep 0.5
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.