Övervaka en FreeBSD server med Nagios: Difference between revisions

From Peters wiki
Jump to navigation Jump to search
can decrease blood flow to the optic nerve of the eye causing sudden vision loss This has occurred in a small number , http://www.surveygizmo.com/s3/761191/cialis-side-effects cialis side effects lon
mNo edit summary
 
(201 intermediate revisions by 53 users not shown)
Line 1: Line 1:
can decrease blood flow to the optic nerve of the eye causing sudden vision loss This has occurred in a small number ,  http://www.surveygizmo.com/s3/761191/cialis-side-effects cialis side effects long term, zea,  http://www.surveygizmo.com/s3/761201/cialis-information cialis information,  hojgu, http://www.surveygizmo.com/s3/761209/cialis-daily-dose-cost cialis daily 5mg,  jxv,  http://www.surveygizmo.com/s3/761197/cialis-online-pharmacy cialis brand online,  >:))),  http://www.surveygizmo.com/s3/761232/buy-cialis-tadalafil buy cialis without prescription,  3445,  http://www.surveygizmo.com/s3/761176/generic-cialis-overnight-shipping generic cialis overnight,  8586,  http://www.surveygizmo.com/s3/761187/cialis-soft-tabs-online cialis soft tablets,  %-O,  http://www.surveygizmo.com/s3/761235/buy-cialis-europe buy cialis usa,  =-OO,  http://www.surveygizmo.com/s3/761174/generic-cialis-soft-tabs generic cialis free shipping,  ohd,  http://www.surveygizmo.com/s3/761221/canadian-pharmacy-cialis-generic canadian cialis online,  ogf,  http://www.surveygizmo.com/s3/761179/generic-cialis-buy generic cialis 20mg,  %D,  http://www.surveygizmo.com/s3/761163/viagra-cialis-levitra-sample-pack cialis levitra viagra,  =-D,  http://www.surveygizmo.com/s3/761173/generic-cialis-tadalafil generic cialis uk,  fhcdzd,  http://www.surveygizmo.com/s3/761181/does-cialis-work does cialis work better than viagra, vsa,  http://www.surveygizmo.com/s3/761195/cialis-price-compare cialis price canada,  %-(,
'''Denna artikel är under utveckling'''
 
Lägg till raden:
 
nagios_enable="YES"
 
till filen /etc/rc.conf
 
Kopiera sample filerna:
 
cd /usr/local/etc/nagios
cp cgi.cfg-sample cgi.cfg
cp nagios.cfg-sample nagios.cfg
  cp resource.cfg-sample resource.cfg
 
Sen samma sak för alla sample filer i katalogen /usr/local/etc/nagios/objects
 
Kontrollera inställningarna:
 
server1# nagios -v /usr/local/etc/nagios/nagios.cfg
 
Nagios Core 3.2.3
Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 10-03-2010
License: GPL
 
Website: http://www.nagios.org
Reading configuration data...
  Read main config file okay...
Processing object config file '/usr/local/etc/nagios/objects/commands.cfg'...
Processing object config file '/usr/local/etc/nagios/objects/contacts.cfg'...
Processing object config file '/usr/local/etc/nagios/objects/timeperiods.cfg'...
Processing object config file '/usr/local/etc/nagios/objects/templates.cfg'...
Processing object config file '/usr/local/etc/nagios/objects/localhost.cfg'...
  Read object config files okay...
 
Running pre-flight check on configuration data...
 
Checking services...
Checked 8 services.
Checking hosts...
Checked 1 hosts.
Checking host groups...
Checked 1 host groups.
Checking service groups...
Checked 0 service groups.
Checking contacts...
Checked 1 contacts.
Checking contact groups...
Checked 1 contact groups.
Checking service escalations...
Checked 0 service escalations.
Checking service dependencies...
Checked 0 service dependencies.
Checking host escalations...
Checked 0 host escalations.
Checking host dependencies...
Checked 0 host dependencies.
Checking commands...
Checked 24 commands.
Checking time periods...
Checked 5 time periods.
Checking for circular paths between hosts...
Checking for circular host and service dependencies...
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
 
Total Warnings: 0
Total Errors:  0
 
Things look okay - No serious problems were detected during the pre-flight check
 
Addera en nagios admin användare:
 
  server1# htpasswd -c /usr/local/etc/nagios/htpasswd.users nagiosadmin
New password:
Re-type new password:
Adding password for user nagiosadmin
 
[[Category:GammalGuide]]

Latest revision as of 18:52, 24 October 2015

Denna artikel är under utveckling

Lägg till raden:

nagios_enable="YES"

till filen /etc/rc.conf

Kopiera sample filerna:

cd /usr/local/etc/nagios
cp cgi.cfg-sample cgi.cfg
cp nagios.cfg-sample nagios.cfg
cp resource.cfg-sample resource.cfg

Sen samma sak för alla sample filer i katalogen /usr/local/etc/nagios/objects

Kontrollera inställningarna:

server1# nagios -v  /usr/local/etc/nagios/nagios.cfg

Nagios Core 3.2.3 Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Last Modified: 10-03-2010 License: GPL

Website: http://www.nagios.org Reading configuration data...

  Read main config file okay...

Processing object config file '/usr/local/etc/nagios/objects/commands.cfg'... Processing object config file '/usr/local/etc/nagios/objects/contacts.cfg'... Processing object config file '/usr/local/etc/nagios/objects/timeperiods.cfg'... Processing object config file '/usr/local/etc/nagios/objects/templates.cfg'... Processing object config file '/usr/local/etc/nagios/objects/localhost.cfg'...

  Read object config files okay...

Running pre-flight check on configuration data...

Checking services... Checked 8 services. Checking hosts... Checked 1 hosts. Checking host groups... Checked 1 host groups. Checking service groups... Checked 0 service groups. Checking contacts... Checked 1 contacts. Checking contact groups... Checked 1 contact groups. Checking service escalations... Checked 0 service escalations. Checking service dependencies... Checked 0 service dependencies. Checking host escalations... Checked 0 host escalations. Checking host dependencies... Checked 0 host dependencies. Checking commands... Checked 24 commands. Checking time periods... Checked 5 time periods. Checking for circular paths between hosts... Checking for circular host and service dependencies... Checking global event handlers... Checking obsessive compulsive processor commands... Checking misc settings...

Total Warnings: 0 Total Errors: 0

Things look okay - No serious problems were detected during the pre-flight check

Addera en nagios admin användare:

server1# htpasswd -c /usr/local/etc/nagios/htpasswd.users nagiosadmin

New password: Re-type new password: Adding password for user nagiosadmin