Initial release of perl-RT-Extension-Nagios. Please make me the maintain in d:l:p OBS-URL: https://build.opensuse.org/request/show/128501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Extension-Nagios?expand=0&rev=1
15 lines
459 B
Plaintext
15 lines
459 B
Plaintext
This is a supplement for the RT::Extension::Nagios README file.
|
|
|
|
rt-setup-database MUST be run from /usr/share/request-tracker
|
|
|
|
Initialization:
|
|
---------------
|
|
To be performed in place of 'make initdb' from the README's installation instructions.
|
|
|
|
1. Change to /usr/share/request-tracker
|
|
cd /usr/share/request-tracker
|
|
|
|
2. Initialize the database
|
|
rt-setup-database --action insert --datafile local/plugins/RT-Extension-Nagios/etc/initialdata
|
|
|