nconf installation

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications nconf installation
# 1  
Old 11-13-2009
nconf installation

Hallo Leute

Bevor ich mit meiner Frage anfange wollte ich sagen, dass ich ein Nagios System übernommen habe und ich überhaupt keine Einführung dafür bekommen habe. Also habt ein bisschen Geduld, Danke Image

Wir setzen Nagios Version 2.9 ein.

Zur Unterstützung wollte ich noch nconf installieren, kann ich das auch auf einen separaten Server installieren und dan auf das Nagios Binary zugreiffen, oder muss alles auf den gleichen Server installieren?

Server 1 --> Nagios Cacti Server (Suse)
Server 2 --> Webserver (Ubuntu) Hier ist auch das nconf installiert

Ich möchte jetzt von server 2 auf server 1 verweissen!

Eintrag im nconf.php:

# The path to the Nagios binary. The binary is needed in order to run tests on the generated config.
# This path should either point to the original binary (if Nagios is installed on the same host),
# to a copy of the binary (copy it to the bin/ folder), or to a symbolic link. Make sure the binary
# is executable to the webserver user.
define('NAGIOS_BIN', '\\Server 1\usr\local\nagios\bin\nagios');

geht das so?

Bin leider auch kein Linux guru Smilie

Gruss Pavel
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

2. AIX

Installation

am new to aix ...am gng to install aix 6.1 in new box.... can you tell after installation how can i say tht my installation is success..... and whr do installation related log will be saved... (2 Replies)
Discussion started by: udtyuvaraj
2 Replies

3. Windows & DOS: Issues & Discussions

after installation of xp

hello sir I have done a fresh xp installation without formatting entire disk. just deleting c: paratition and create parition with same size and continued installation later i saw that after clicking MY COMPUTER on desktop and i selected drive d: saw hidden BACKWARD TO MY COMPUTER... (1 Reply)
Discussion started by: amarnathbasis8
1 Replies

4. Infrastructure Monitoring

NConf 1.2.4-0 (Default branch)

http://c.fsdn.com/fm/screenshots/72406_thumb.jpg NConf is a Web tool for configuring the Nagios monitoring software. It differs from similar tools by offering enterprise-class features like service templates, dependencies, and the ability to configure a large-scale, distributed Nagios server... (0 Replies)
Discussion started by: Linux Bot
0 Replies

5. Solaris

OS installation

Hi, Sun ultra enterprise1 supports solaris10i version. Sun ultra enterprise1 supports view sonic 19 inch LCD Monitor. (1 Reply)
Discussion started by: jagadeesh
1 Replies

6. Ubuntu

installation

Hi, Could you please provide me the url's for linux software on x86 platform means on pentiunm processes and installtion documentation? Regards, Rajesh (2 Replies)
Discussion started by: pmrajesh21
2 Replies

7. Linux

OS Installation

Hello, Can anyone suggest me the source for getting the Linux OS, I have done a partitions in my system and dedicated one partition for Linux with the windows. Please suggest me the websites where I can get the s/w. Thankx S (1 Reply)
Discussion started by: sbasetty
1 Replies

8. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

9. UNIX for Advanced & Expert Users

Installation

Hai Friends How can i instal only the linux kernel in a system. Thanks in advance Collins (3 Replies)
Discussion started by: collins
3 Replies
Login or Register to Ask a Question
INCATALOGGDS(3) 					       MBK UTILITY FUNCTIONS						   INCATALOGGDS(3)

NAME
incataloggds - test if cell belongs to the catalog file ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mut.h" int incataloggds(figname) char *figname; PARAMETER
figname Name of the cell to be checked DESCRIPTION
incataloggds checks a cell represented by its figname beeing present in the catalog file with the 'G' attribut. This means that the cell is a phantom of a gds cell. This is useful when traducing a symbolic layout into physical one, because then the 'G' attribued cells are not to be translated, but just replaced in the output. This is mostly used for pads. The catalog is the sum of all the catalogs of the cells libraries specified in the MBK_CATA_LIB(1) and MBK_WORK_LIB(1). The catalogs of the MBK_CATA_LIB(1) are the files called CATAL, and the MBK_WORK_LIB(1) is by default CATAL but can be changed to MBK_CATAL_NAME(1). RETURN VALUE
incataloggds returns 0 if the cell does not belong to the catalog with the 'G' attribut, a value different from 0 if it does. EXAMPLE
#include "mut.h" char *tell_if_incataloggds(name) char *name; { return incataloggds(name) ? "Jawohl, es ist ein pad" : "Nein, keine"; } SEE ALSO
mbk(1), incatalog(3), incatalogdelete(3), incatalogfeed(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 INCATALOGGDS(3)