<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Monitoring Disk Space in ITSI and having  issue with Maintenance Windows in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/Monitoring-Disk-Space-in-ITSI-and-having-issue-with-Maintenance/m-p/550458#M2318</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a inherited a KPI that monitors disk space in ITSI, the search works fine and returns a results when the thresholds are breached however the episodes continue even when the server is in maintenance mode.&lt;/P&gt;&lt;P&gt;I think I know why but don't yet know how to work around it.&lt;/P&gt;&lt;P&gt;This is the KPI search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| mstats avg(LogicalDisk.%_Free_Space) as "logicaldisk_free_space" avg(PhysicalDisk.%_Disk_Read_Time) as "physicaldisk_read_time" avg(PhysicalDisk.%_Disk_Write_Time) as "physicaldisk_write_time" avg(Network_Interface.Packets_Received/sec) as "network_packets_received_per_second" avg(Network_Interface.Packets_Sent/sec) as "network_packets_sent_per_second" avg(Network_Interface.Bytes_Received/sec) as "network_bytes_received_per_second" avg(Network_Interface.Bytes_Sent/sec) as "network_bytes_sent_per_second" avg(Network_Interface.Packets_Outbound_Errors) as "network_packets_outbound_errors" WHERE `sai_metrics_indexes` AND instance!=_Total instance!=P: by host,instance span=30s
| eval host_dev=host . ":" . instance
| eval "physicaldisk_total_time" = physicaldisk_read_time + physicaldisk_write_time
| eval "network_packets_total_per_second" = network_packets_received_per_second + network_packets_sent_per_second
| eval "network_mbs_total_per_second" = (network_bytes_received_per_second + network_bytes_sent_per_second)/1000000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Threshold field is &lt;STRONG&gt;logical_free_space&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The Split by field is &lt;STRONG&gt;host_dev&lt;/STRONG&gt; which as you can see combines the host name with the disk device like this&lt;BR /&gt;HOST1234:C:&lt;/P&gt;&lt;P&gt;The data is filtered by service with the &lt;STRONG&gt;host&lt;/STRONG&gt; field&lt;/P&gt;&lt;P&gt;The result in the service analyser looks good&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (1).png" style="width: 994px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14049i51C405BAB7ADB403/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (1).png" alt="image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Problem is with the Entity Name now being HOSTNAME:C: when the HOST is put into maintenance this KPI keeps creating episodes.&lt;/P&gt;&lt;P&gt;Can someone help me with a practical way to do this and still use maintenance mode successfully?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 22:33:37 GMT</pubDate>
    <dc:creator>proyleJDS</dc:creator>
    <dc:date>2021-05-04T22:33:37Z</dc:date>
    <item>
      <title>Monitoring Disk Space in ITSI and having  issue with Maintenance Windows</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Monitoring-Disk-Space-in-ITSI-and-having-issue-with-Maintenance/m-p/550458#M2318</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a inherited a KPI that monitors disk space in ITSI, the search works fine and returns a results when the thresholds are breached however the episodes continue even when the server is in maintenance mode.&lt;/P&gt;&lt;P&gt;I think I know why but don't yet know how to work around it.&lt;/P&gt;&lt;P&gt;This is the KPI search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| mstats avg(LogicalDisk.%_Free_Space) as "logicaldisk_free_space" avg(PhysicalDisk.%_Disk_Read_Time) as "physicaldisk_read_time" avg(PhysicalDisk.%_Disk_Write_Time) as "physicaldisk_write_time" avg(Network_Interface.Packets_Received/sec) as "network_packets_received_per_second" avg(Network_Interface.Packets_Sent/sec) as "network_packets_sent_per_second" avg(Network_Interface.Bytes_Received/sec) as "network_bytes_received_per_second" avg(Network_Interface.Bytes_Sent/sec) as "network_bytes_sent_per_second" avg(Network_Interface.Packets_Outbound_Errors) as "network_packets_outbound_errors" WHERE `sai_metrics_indexes` AND instance!=_Total instance!=P: by host,instance span=30s
| eval host_dev=host . ":" . instance
| eval "physicaldisk_total_time" = physicaldisk_read_time + physicaldisk_write_time
| eval "network_packets_total_per_second" = network_packets_received_per_second + network_packets_sent_per_second
| eval "network_mbs_total_per_second" = (network_bytes_received_per_second + network_bytes_sent_per_second)/1000000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Threshold field is &lt;STRONG&gt;logical_free_space&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The Split by field is &lt;STRONG&gt;host_dev&lt;/STRONG&gt; which as you can see combines the host name with the disk device like this&lt;BR /&gt;HOST1234:C:&lt;/P&gt;&lt;P&gt;The data is filtered by service with the &lt;STRONG&gt;host&lt;/STRONG&gt; field&lt;/P&gt;&lt;P&gt;The result in the service analyser looks good&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (1).png" style="width: 994px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14049i51C405BAB7ADB403/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (1).png" alt="image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Problem is with the Entity Name now being HOSTNAME:C: when the HOST is put into maintenance this KPI keeps creating episodes.&lt;/P&gt;&lt;P&gt;Can someone help me with a practical way to do this and still use maintenance mode successfully?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 22:33:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Monitoring-Disk-Space-in-ITSI-and-having-issue-with-Maintenance/m-p/550458#M2318</guid>
      <dc:creator>proyleJDS</dc:creator>
      <dc:date>2021-05-04T22:33:37Z</dc:date>
    </item>
  </channel>
</rss>

