Search found 6 matches
- Tue Oct 21, 2014 9:21 am
- Forum: Open Source Nagios Projects
- Topic: Escaping bracket in config file
- Replies: 3
- Views: 1735
Re: Escaping bracket in config file
OK, resolved ! Just enable in nsc.ini # COMMAND ARGUMENT PROCESSING ; This option determines whether or not the NRPE daemon will allow clients to specify arguments to commands that are executed. allow_arguments=1 but it's too unsecure for me.... The service will not be monitor. If someone else has a...
- Tue Oct 21, 2014 3:24 am
- Forum: Open Source Nagios Projects
- Topic: Escaping bracket in config file
- Replies: 3
- Views: 1735
Re: Escaping bracket in config file
define service{ use generic-service ; Name of service template to use host_name myserver service_description myservice check_command check_nrpe!checkServiceState!-a ShowAll 'MyService [config] port 2345' }
- Tue Oct 21, 2014 3:07 am
- Forum: Open Source Nagios Projects
- Topic: Escaping bracket in config file
- Replies: 3
- Views: 1735
Escaping bracket in config file
Hello, I'm trying to check a service on a windows server who contains brackets "Myservice [config] port 2345", but i receive "Could not construct return packet in NRPE handler check client side (nsclient.log) logs..." from NRPE client. It works for other services who doesn't cont...
- Tue Feb 11, 2014 2:11 am
- Forum: Open Source Nagios Projects
- Topic: Secure check transmission from Nagios
- Replies: 5
- Views: 1837
Re: Secure check transmission from Nagios
Hello slansing,
SSL is already enabled in my configuration files, but does not specify which certificate and key to use.
I have no informations about the syntax for adding the path and the key to use!!
Is that someone has already done?
SSL is already enabled in my configuration files, but does not specify which certificate and key to use.
I have no informations about the syntax for adding the path and the key to use!!
Is that someone has already done?
- Sat Feb 08, 2014 12:27 pm
- Forum: Open Source Nagios Projects
- Topic: Secure check transmission from Nagios
- Replies: 5
- Views: 1837
Re: Secure check transmission from Nagios
Thank you sreinhardt for your answer, I' m looking for information on google, or website of nsclient++,nrpe. But i don't find official documentation about implentation of certificate based authentication in nagios. I have only find this webpage , but i don't understand how add and configure nsclient...
- Fri Feb 07, 2014 8:07 am
- Forum: Open Source Nagios Projects
- Topic: Secure check transmission from Nagios
- Replies: 5
- Views: 1837
Secure check transmission from Nagios
Hello, I would like to secure transmission between my Nagios server (ubuntu) and the remote hosts (linux and windows), i have already enable SSL, set iptables to only acccept check from the ip of my server,and follow the Security Considerations from nagios. I need to use external scripts and send ex...