Search found 182 matches
- Tue Oct 28, 2014 23:17
- Forum: Contributions
- Topic: Feature to force contact_groups append instead of overwrite
- Replies: 2
- Views: 23093
Re: Feature to force contact_groups append instead of overwr
Hi, 0. Backup your nconf installation (ex: tar cfz nconf_install.tar.gz /usr/local/nconf or whatever you used) 1. Copy the patch file to this directory 2. Test the patch application: cd <nconf path>; patch --verbose --dry-run -p0 < nconf-1.3.0-0_feature_force_contactgroups_append.patch 3. If no prob...
- Fri Mar 23, 2012 16:43
- Forum: Support (NConf 1.3.0)
- Topic: csv import
- Replies: 2
- Views: 2168
Re: csv import
Hi, Your first line in the csv file, specifying the CSV format, is not well formatted. Your file should be: "host _ name";"alias";"ad d ress";"os";"notification_period";"notification_interval";"contact_groups"; switch001;switch001;10.12.8.1;Switch;24x7;24x7;admins; You may also remove the ";" at the...
- Fri Mar 23, 2012 15:58
- Forum: Bug reports
- Topic: JSON error for specific host/host-tempate history
- Replies: 8
- Views: 6803
Re: JSON error for specific host/host-tempate history
Hi Fabian,
I've tested your new implementation.
Everything seems to work correctly with the new history.php file.
The info in the history seem to be not altered also, that seems ok.
No more JSON format problem.
Cheers,
Yannick
I've tested your new implementation.
Everything seems to work correctly with the new history.php file.
The info in the history seem to be not altered also, that seems ok.
No more JSON format problem.
Cheers,
Yannick
- Wed Mar 14, 2012 08:14
- Forum: Support (NConf 1.3.0)
- Topic: Generate Nagios Config fail
- Replies: 3
- Views: 2657
Re: Generate Nagios Config fail
Missing slash problem.
Replace log_file=usr/local/nagios/var/nagios.log by log_file=/usr/local/nagios/var/nagios.log
Br,
Yannick
Replace log_file=usr/local/nagios/var/nagios.log by log_file=/usr/local/nagios/var/nagios.log
Br,
Yannick
- Wed Feb 15, 2012 12:25
- Forum: Support (NConf 1.3.0)
- Topic: Changes not updating in Nagios
- Replies: 4
- Views: 2720
Re: Changes not updating in Nagios
If not done, look at http://www.nconf.org/dokuwiki/doku.php? ... yment:main for the steps to configure the deployment.
BR,
Yannick
BR,
Yannick
- Tue Feb 14, 2012 11:49
- Forum: Support (NConf 1.3.0)
- Topic: Problems with authentification after upgrade
- Replies: 18
- Views: 7490
Re: Problems with authentification after upgrade
I'm able to reproduce the problem.
For the "user" accounts, clicking on the clone button works without selecting a host via the checkbox produces that permission error.
Yannick
For the "user" accounts, clicking on the clone button works without selecting a host via the checkbox produces that permission error.
Yannick
- Mon Feb 13, 2012 09:58
- Forum: Support (NConf 1.3.0)
- Topic: Problems with authentification after upgrade
- Replies: 18
- Views: 7490
Re: Problems with authentification after upgrade
Hi, Could you tell me what the URL of the page is when you face the message "You are not authorized to access this item"? Should be something like: http://myserver/clone_host.php?................ http://myserver/subfolder/clone_host.php?................ Also, are you facing some other permission pro...
- Thu Feb 09, 2012 15:36
- Forum: Support (NConf 1.3.0)
- Topic: Problems with authentification after upgrade
- Replies: 18
- Views: 7490
- Mon Feb 06, 2012 14:40
- Forum: Support (NConf 1.3.0)
- Topic: Can't generate configurator and error import nagios
- Replies: 3
- Views: 2600
Re: Can't generate configurator and error import nagios
Hi, You must select a nagios server in the host definition. If you let it blank, that means the host is not monitored. monitoredby.png 2)I d like to use nagios interface with "generate nagios config". My nagios folder is /usr/local/nagios/ I had use deploy.sh and cron. Be aware that nconf 1.3.0 intr...
- Sat Feb 04, 2012 19:12
- Forum: Support (NConf 1.3.0)
- Topic: Hosts from an old nconf install are showing in new
- Replies: 5
- Views: 2591
Re: Hosts from an old nconf install are showing in new
Hi, Be aware that there is a new deployment module in NConf 1.3, replacing in some nice ways the previous deployment method (scripts) proposed for previous NConf releases. Look at http://www.nconf.org/dokuwiki/doku.php?id=nconf:help:documentation:modules:deployment:main , the local deployment method...
- Fri Feb 03, 2012 16:26
- Forum: Support (NConf 1.3.0)
- Topic: Hosts from an old nconf install are showing in new
- Replies: 5
- Views: 2591
Re: Hosts from an old nconf install are showing in new
Hi,
Could you check in nagios.cfg that only the config files generated by nconf are loaded ? (cfg_dir and cfg_file directive)
If yes, check in the 'Default nagios' directory (if not changed) your hosts.cfg file. Does it contain the expected hosts (not more, not less)?
BR,
Yannick
Could you check in nagios.cfg that only the config files generated by nconf are loaded ? (cfg_dir and cfg_file directive)
If yes, check in the 'Default nagios' directory (if not changed) your hosts.cfg file. Does it contain the expected hosts (not more, not less)?
BR,
Yannick
- Wed Feb 01, 2012 20:55
- Forum: Bug reports
- Topic: Missing user permissions for cloning host/service
- Replies: 0
- Views: 1918
Missing user permissions for cloning host/service
Hi, I've noticed that some permissions are missing for user to clone host/service. To allow a user to clone host/service, change the following in the include/access_rules.php file: # clone $NConf_PERMISSIONS->setURL('clone_host', TRUE, array('user') ); $NConf_PERMISSIONS->setURL('clone_service.php',...
- Fri Jan 27, 2012 00:27
- Forum: Support (NConf 1.3.0)
- Topic: Error: Someone else is already generating the configuration
- Replies: 5
- Views: 3419
- Fri Jan 20, 2012 08:06
- Forum: Support (NConf 1.3.0)
- Topic: Remove Predefined NConf OBjects Failure
- Replies: 22
- Views: 224479
Re: Remove Predefined NConf OBjects Failure
Good point. I don't remember why i also checked the servicegroup assigned... Thank for your correction
Br,
Yannick

Br,
Yannick
- Thu Jan 19, 2012 21:50
- Forum: Support (NConf 1.3.0)
- Topic: Remove Predefined NConf OBjects Failure
- Replies: 22
- Views: 224479
Re: Remove Predefined NConf OBjects Failure
Hi, Hereunder a safer way to apply a patch: Check that the patch can be applied: $ cd <nconf dir> $ patch -p0 --verbose --dry-run < patchfile Then, if everything seems okay, you can apply the patch: $ patch -p0 --verbose < patchfile For your problem, please attach your bin/lib/NConf/ExportNagios.pm ...