summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-systemintegrity.xml
blob: 44b5faf684d6a90e8b79ed5ba8a2826564c39384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>

<interfaceDefinition>
  <node name="show">
    <children>
      <leafNode name= "system-integrity">
        <properties>
          <help>checks the integrity of the system</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/system_integrity.py</command>
      </leafNode>
    </children>
  </node>      
</interfaceDefinition>