Stop monitoring 127.0.0.1
-
canyonsdistrict
- Posts: 12
- Joined: Mon Oct 15, 2012 10:30 am
Stop monitoring 127.0.0.1
How do I stop NLS from monitoring localhost?
Re: Stop monitoring 127.0.0.1
canyon,
Go to this file:
you will see this line second from the bottom:
Just add a # to comment that line out. Then restart rsyslog:
/Luke
Go to this file:
Code: Select all
vi /etc/rsyslog.d/nagioslogserver.confCode: Select all
*.* @@localhost:5544 # NAGIOSLOGSERVERCode: Select all
service rsyslog restart/Luke
/Luke
-
canyonsdistrict
- Posts: 12
- Joined: Mon Oct 15, 2012 10:30 am
Re: Stop monitoring 127.0.0.1
Thank you.