Skip to content

Commit

Permalink
move status monitoring scripts from src/bruce/scripts to status_monit…
Browse files Browse the repository at this point in the history
…oring
  • Loading branch information
dspeterson committed Dec 14, 2015
1 parent 03c1e74 commit d154c6e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/status_monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ them to parse the output using off-the-shelf JSON libraries. Although human
beings can read this output, the plain option is more visually compact and
oriented toward human viewers. For example Nagios monitoring scripts that
report problems indicated by the JSON counter and discard output, see
[src/bruce/scripts/check_bruce_counters.py](../src/bruce/scripts/check_bruce_counters.py)
[status_monitoring/check_bruce_counters.py](../status_monitoring/check_bruce_counters.py)
and
[src/bruce/scripts/check_bruce_discards.py](../src/bruce/scripts/check_bruce_discards.py).
[status_monitoring/check_bruce_discards.py](../status_monitoring/check_bruce_discards.py).
The discards script also contains example code for writing discard reports to
an Oracle database, providing a queryable history of data quality information.

Expand Down
2 changes: 1 addition & 1 deletion doc/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ information, it is recommended to query Bruce's discard reporting interface at
intervals somewhat shorter that Bruce's discard reporting interval.

It is also useful to look in
[src/bruce/scripts/check_bruce_counters.py](../src/bruce/scripts/check_bruce_counters.py)
[status_monitoring/check_bruce_counters.py](../status_monitoring/check_bruce_counters.py)
to see which counters the script monitors and how it responds to incremented
values.

Expand Down
4 changes: 2 additions & 2 deletions rpm_specs/bruce.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ mkdir -p %{buildroot}/%{_includedir}/bruce/client
cp src/bruce/client/bruce_client.h %{buildroot}/%{_includedir}/bruce/client
cp src/bruce/client/bruce_client_socket.h %{buildroot}/%{_includedir}/bruce/client
cp src/bruce/client/status_codes.h %{buildroot}/%{_includedir}/bruce/client
cp src/bruce/scripts/check_bruce_counters.py %{buildroot}/%{_bindir}
cp src/bruce/scripts/check_bruce_discards.py %{buildroot}/%{_bindir}
cp status_monitoring/check_bruce_counters.py %{buildroot}/%{_bindir}
cp status_monitoring/check_bruce_discards.py %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
cp config/bruce.sysconfig %{buildroot}/%{_sysconfdir}/sysconfig/bruce
mkdir -p %{buildroot}/%{_sysconfdir}/bruce
Expand Down
4 changes: 2 additions & 2 deletions rpm_specs/bruce_noconfig.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ mkdir -p %{buildroot}/%{_includedir}/bruce/client
cp src/bruce/client/bruce_client.h %{buildroot}/%{_includedir}/bruce/client
cp src/bruce/client/bruce_client_socket.h %{buildroot}/%{_includedir}/bruce/client
cp src/bruce/client/status_codes.h %{buildroot}/%{_includedir}/bruce/client
cp src/bruce/scripts/check_bruce_counters.py %{buildroot}/%{_bindir}
cp src/bruce/scripts/check_bruce_discards.py %{buildroot}/%{_bindir}
cp status_monitoring/check_bruce_counters.py %{buildroot}/%{_bindir}
cp status_monitoring/check_bruce_discards.py %{buildroot}/%{_bindir}


%post
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d154c6e

Please sign in to comment.