The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/perl

[
	[
		{
      interval => 10,
      host => "localhost.localdomain",
      plugin => "OK::ReadTwice",
      type => "gauge",
      type_instance => "ti",
      plugin_instance => "pi",
      values => [ 42 ],
    },
	],
	[
		{
      interval => 10,
      host => "localhost.localdomain",
      plugin => "OK::ReadTwice",
      type => "gauge",
      type_instance => "ti2",
      plugin_instance => "pi2",
      values => [ 0 ],
    },
	],
];