This makes it obvious these are NGCP specific programs, and avoids possible collisions with other third party programs. Create backward compatibility symlinks for a smoother transition. Change-Id: I7040725f16f835307b3ac8885186e7851e596c90changes/86/25686/2
parent
ef677b6ff1
commit
c2cfa6929c
@ -1 +1 @@
|
||||
25,55 * * * * root . /etc/default/ngcp-roles; if /usr/sbin/ngcp-check-active -q && [ "$NGCP_IS_MGMT" = "yes" ] ; then /usr/sbin/cdr-exporter >/dev/null; fi
|
||||
25,55 * * * * root . /etc/default/ngcp-roles; if /usr/sbin/ngcp-check-active -q && [ "$NGCP_IS_MGMT" = "yes" ] ; then /usr/sbin/ngcp-cdr-exporter >/dev/null; fi
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
usr/sbin/ngcp-cdr-exporter usr/sbin/cdr-exporter
|
||||
usr/sbin/ngcp-cdr-md5 usr/sbin/cdr-md5
|
||||
usr/sbin/ngcp-event-exporter usr/sbin/event-exporter
|
||||
@ -1 +1 @@
|
||||
0 0 * * * root . /etc/default/ngcp-roles; if /usr/sbin/ngcp-check-active -q && [ "$NGCP_IS_MGMT" = "yes" ] ; then /usr/sbin/event-exporter >/dev/null; fi
|
||||
0 0 * * * root . /etc/default/ngcp-roles; if /usr/sbin/ngcp-check-active -q && [ "$NGCP_IS_MGMT" = "yes" ] ; then /usr/sbin/ngcp-event-exporter >/dev/null; fi
|
||||
|
||||
Loading…
Reference in new issue