AIX Monitoring
nimon (NOT njmon) + InfluxDB + Grafana
- njmon = JSON output
- nimon = njmon but straight to InfluxDB
NOTE: as of version 78, the njmon and nimon have been merged into one binary file.
Using the option
-J
(nimon mode) or-I
(nimon mode).
njmon
Download: http://nmon.sourceforge.net/pmwiki.php?n=Site.Njmon
InfluxDB
Create a new database for njmon
create database aix_njmon with duration 180d
create user mon with password 'thisispassword'
grant ALL on aix_njmon to mon
show GRANTS for mon
Grafana
Dashboard