Search found 24 matches

by inserm
Fri Dec 07, 2012 3:27 am
Forum: Open Source Nagios Projects
Topic: Open firewall rules
Replies: 5
Views: 4027

Re: Open firewall rules

sreinhardt wrote:I believe you will need to change -dport to --dport. That should resolve the 5666 error.
I have tested with this command :

Code: Select all

iptables -I RH-Firewall-1-INPUT -p tcp -m tcp --dport 5666 -j ACCEPT
its returns :

Code: Select all

iptables: No chain/target/match by that name.
by inserm
Thu Dec 06, 2012 3:16 am
Forum: Open Source Nagios Projects
Topic: Open firewall rules
Replies: 5
Views: 4027

Re: Open firewall rules

When I type this command:

Code: Select all

iptables -I RH-Firewall-1-INPUT -p tcp -m tcp –dport 5666 -j ACCEPT
it returns me :

Code: Select all

Bad argument `5666' 
Try `iptables -h' or `iptables --help' for more information. 
by inserm
Wed Dec 05, 2012 12:20 pm
Forum: Open Source Nagios Projects
Topic: Open firewall rules
Replies: 5
Views: 4027

Open firewall rules

Hello,

I want to know what is the command to open the firewall
I found this command in the doc but for fedora:

Code: Select all

iptables -I RH-Firewall-1-INPUT -p tcp -m tcp –dport 5666 -j ACCEPT
I use ubuntu
by inserm
Tue Nov 27, 2012 3:41 am
Forum: Open Source Nagios Projects
Topic: monitor remote server(s)
Replies: 3
Views: 1390

Re: monitor remote server(s)

What would you like to monitor on your remote server? What type of Operating System is it running? The Nagios Exchange is a great place to find and upload both Nagios created and User created plugins: http://exchange.nagios.org/ I supervise linux servers and run scripts. Thank you for the link I'm ...
by inserm
Mon Nov 26, 2012 11:49 am
Forum: Open Source Nagios Projects
Topic: monitor remote server(s)
Replies: 3
Views: 1390

monitor remote server(s)

Hello,

I want to monitor a remote server(s) and for that I would like to know what plugins I need?
My Nagios is intalled in ubuntu server on virtualbox, i installed nagios-nrpe-server, nagios-nrpe-plugin, nagios3
Which file to configure?

Thanks
by inserm
Wed Nov 21, 2012 12:16 pm
Forum: Open Source Nagios Projects
Topic: Shat down server
Replies: 12
Views: 3522

Re: Shat down server

It is located in: /usr/local/nagios/etc/nrpe.cfg Here is the link to the event handler document I had in my presentation, It is a little more than mid way down: http://assets.nagios.com/downloads/nagiosxi/docs/Restarting_Windows_Services_With_NRPE.pdf 1- I installed nagios-nrpe-server and there exi...
by inserm
Mon Nov 19, 2012 3:33 am
Forum: Open Source Nagios Projects
Topic: Shat down server
Replies: 12
Views: 3522

Re: Shat down server

slansing wrote:It is located in:

Code: Select all

/usr/local/nagios/etc/nrpe.cfg
It does not exist!
by inserm
Thu Nov 15, 2012 5:32 am
Forum: Open Source Nagios Projects
Topic: Shat down server
Replies: 12
Views: 3522

Re: Shat down server

I can not find the file nrpe.cfg.
Which directory is?
by inserm
Thu Nov 15, 2012 5:09 am
Forum: Open Source Nagios Projects
Topic: Shat down server
Replies: 12
Views: 3522

Re: Shat down server

How do I know if nrpe is up and running?
In /usr/lib/nagios/plugins/
check_nrpe exists.
I installed :
sudo apt-get install nagios3 nagios-nrpe-plugin
by inserm
Wed Nov 14, 2012 3:15 am
Forum: Open Source Nagios Projects
Topic: Shat down server
Replies: 12
Views: 3522

Re: Shat down server

Look here: http://assets.nagios.com/presentations/nwcna2012/Sam_Lansing_Automating_Windows_Application_Testing_and_Problem_Resolution_With_Nagios.odp You should be able to utilize the event handler service to trigger scripts if certain states are detected. I can not open it shows me: Could not open...