Hi, 

I'm running icinga2, icingaweb2 2.5.1 and Graphite plugin 0.9.0

on Debian Stretch. 

Graphite is installed from  Debian Stretch backports, and
icinga2/icingaweb2 from the official icinga repo's 

I'm checking remote services using the check_multi plugin 

My check command look like this 

object CheckCommand "check_multi" {
  command = PluginDir + "/check_by_ssh -H $address$ -l remote_monitor_user 
multiple"
}

and this returns me data like this...



[ 1] system_load OK - load average: 0.37, 0.29, 0.33
[ 2] system_mail TCP OK - 0.002 second response time on localhost port 25
[ 3] system_rootdisk DISK OK - free space: / 17514 MB (31% inode=34%);
[ 4] system_homedisk DISK OK - free space: / 17514 MB (31% inode=34%);
[ 5] system_ssh SSH OK - OpenSSH_7.4p1 Debian-10+deb9u2 (protocol 2.0) 
[ 6] system_swap SWAP OK - 62% free (1231 MB out of 1999 MB) 
[ 7] system_users USERS OK - 1 users currently logged in 
|check_multi::check_multi::plugins=7 time=0.105391 
system_load::check_load::load1=0.370;15.000;20.000;0; 
load5=0.290;10.000;15.000;0; load15=0.330;8.000;12.000;0; 
system_mail::check_tcp::time=0.001991s;;;0.000000;10.000000 
system_rootdisk::check_disk::/=37369MB;54936;56671;0;57828 
system_homedisk::check_disk::/=37369MB;54936;56671;0;57828 
system_ssh::check_ssh::time=0.014579s;;;0.000000;10.000000 
system_swap::check_swap::swap=1231MB;399;199;0;1999 
system_users::check_users::users=1;5;10;0 


The icinga2 perfdata and graphite features are enabled, and the Graphite 
icingaweb2 plugin is working.  I get graphs for passive tests being drawn and 
for the icinga2 host.

Data is being written to whispe files. 

For example I get 

/var/lib/graphite/whisper/icinga2/example_com/services/check_multi/check_multi/perfdata/system_load/check_load/load1/value.wsp
 

created containing data.


Can I get advice on how to configure to get these to be automatically graphed,

Thanks in advance, 

Kate 
-- 
"The introduction of a coordinate system to geometry is an act of violence"

Attachment: signature.asc
Description: PGP signature

_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to