You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Icinga 1 + PNP4Nagios 0.6.16 and using the python script,
The logs about the the following:
2018-08-31 19:35:55 [730] [0] RRDs::update /var/lib/pnp4nagios/perfdata/ass/[ASS]_FTS.rrd 1535744131:99541.0:0.0:0.0
2018-08-31 19:35:55 [730] [0] RRDs::update ERROR /var/lib/pnp4nagios/perfdata/ass/[ASS]_FTS.rrd: not a simple signed integer: '99541.0'
2018-08-31 19:35:55 [730] [0] RRDs::update /var/lib/pnp4nagios/perfdata/ass/[ASS]_AFTS_Handler.rrd 1535744131:0.0:0.0:0.0:0.0:0.0:0.0
2018-08-31 19:35:55 [730] [0] RRDs::update ERROR /var/lib/pnp4nagios/perfdata/ass/[ASS]_AFTS_Handler.rrd: not a simple signed integer: '0.0'
2018-08-31 19:35:55 [730] [0] RRDs::update /var/lib/pnp4nagios/perfdata/ass/[ASS]_Alfresco_Handler.rrd 1535744131:0.0:0.0:0.0:0.0:0.0:0.0
2018-08-31 19:35:55 [730] [0] RRDs::update ERROR /var/lib/pnp4nagios/perfdata/ass/[ASS]_Alfresco_Handler.rrd: not a simple signed integer: '0.0'
2018-08-31 19:35:55 [730] [0] RRDs::update /var/lib/pnp4nagios/perfdata/ass/[ASS]_Query_Cache.rrd 1535744131:0.0:100.0:789.0:1.0:1.0
2018-08-31 19:35:55 [730] [0] RRDs::update ERROR /var/lib/pnp4nagios/perfdata/ass/[ASS]_Query_Cache.rrd: not a simple signed integer: '0.0'
2018-08-31 19:35:55 [730] [0] RRDs::update /var/lib/pnp4nagios/perfdata/ass/[ASS]_Errors_in_Alfresco_Index.rrd 1535744131:588.0:1331.0:10.0:119047.0:2.0:78211.0:30322.0:1504240225.0:229511.0:26.0
2018-08-31 19:35:55 [730] [0] RRDs::update ERROR /var/lib/pnp4nagios/perfdata/ass/[ASS]_Errors_in_Alfresco_Index.rrd: not a simple signed integer: '588.0'
I think the problem is related with some float final presentation in perfdata of some integer values.
Although I'm not familiarized with python nagiosplugin library, I found that python script shows filter caches performance data at this way:
With Icinga 1 + PNP4Nagios 0.6.16 and using the python script,
The logs about the the following:
I think the problem is related with some float final presentation in perfdata of some integer values.
Although I'm not familiarized with python nagiosplugin library, I found that python script shows filter caches performance data at this way:
while this format gives a correct graph (at least for hitratio and hits):
I found this changing the corresponding line in the python script:
But this is not straightfoward with the rest of metrics of type for example index or FTS.
--C.
The text was updated successfully, but these errors were encountered: