Use the CLI command "> show system state filter env.* | match thermal" to view the maximum and minimum temperature.
Example: The output below is displaying maximum and minimum thermal thresholds, (max = 60 C and min = 5 C)
> show system state filter env.* | match thermal
env.s1.thermal.0: { 'alarm': False, 'avg': 30.800, 'desc': Temperature @ 10G Phys [U171], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 30.500,
30.500, 31.000, 31.000, 31.000, ], }
env.s1.thermal.1: { 'alarm': False, 'avg': 41.500, 'desc': Temperature @ Jaguar [U172], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 41.500,
41.500, 41.500, 41.500, 41.500, ], }
env.s1.thermal.2: { 'alarm': False, 'avg': 36.000, 'desc': Temperature @ Tiger [U173], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 36.000,
36.000, 36.000, 36.000, 36.000, ], }
env.s1.thermal.3: { 'alarm': False, 'avg': 34.200, 'desc': Temperature @ Dune [U174], 'hyst': 2.750, 'max': 60.000, 'min': 5.000, 'samples': [ 34.000,
34.000, 34.000, 34.500, 34.500, ], }
Note: An alarm will trigger if the temperature reaches beyond 60 C. The maximum temperature for the alarm differs between Palo Alto Networks platforms.