noneal

Comments

  • The mysql login credentials are stored in the server.properties file in the C:\Program Files\SolarWinds\Storage Manager Server\webapps\ROOT\bin directory.
  • The report schedules are stored in the database table 'reporter_schedules'. In this table, there is a field 'scheduleTime' that is a millisecond time stamp value of when the schedule will run next. To have the schedule run every 15 minutes, you will need to update the 'reporter_schedules' table every 15 minutes, and set…
  • Here is the logic used in the VMWare Candidate report. Candidate Rank and Cause If Disk % Busy is greater than 40%, then Rank is 3 and Cause is Disk otherwise If CPU % Busy is greater than 50%, then Rank is 3 and Cause is CPU If CPU % Busy is between 25% and 50% and Used Memory is more than 2048 MB, then Rank is 3 and…