Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Upcoming


Code Block
titlePrior to yum update run the following commands (needed for ProvMon only)
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
yum update nmsprime-repos


Version 2.5.4

Code Block
languagebash
for file in ppp-*; do rrdtool tune "$file" -d ifHCInOctets:DERIVE -d ifHCOutOctets:DERIVE; done

...